-- MySQL dump 10.16  Distrib 10.2.12-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: ethanl6_ethanlewismaltbydata
-- ------------------------------------------------------
-- Server version	10.2.12-MariaDB-log

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

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

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

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

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

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

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

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (4,172,'christian louboutin ankle boots','','http://www.onerichmond.com/assets/toppic/christian-louboutin-ankle-boots.html','175.42.80.53','2014-06-10 07:27:58','2014-06-10 07:27:58','<strong>christian louboutin ankle boots...</strong>\n\n$20,|000 diamond stolen from Cherry Creek Mall Denver Police say it happened around 4:30 p.|m.| on Tuesday when the man asked to see the Marquis Diamond inside the store.| He looked at it and then ran from the store taking it with him,| according to in...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(5,188,'fifa 15 coins ios','','http://loop-ufes.org/index.php?title=Usu%C3%A1rio:MadgeBartel','192.187.127.66','2015-01-29 19:48:13','2015-01-29 19:48:13','<strong>fifa 15 coins ios...</strong>\n\nIf you want to improve your know-how just keep visiting this web site and be updated with the newest news update posted here.|...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(6,172,'magliette calcio juve','','http://www.forafterlife.it/js/magliette_calcio_juve_205254.html','112.111.191.99','2015-03-25 17:01:00','2015-03-25 17:01:00','<strong>magliette calcio juve...</strong>\n\nIt works so well we just keep adding more sites and are expanding the solutionrish in Film pre Academy Award event last night in Los Angeles. Stylist Kate Young chose the black c come to us, and save money. We recommend you one more thing and that is t...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(7,172,'abbigliamento ciclismo lazio','','http://www.arcimm.it/stili/abbigliamento_ciclismo_lazio_533103.html','112.111.191.19','2015-03-27 01:36:30','2015-03-27 01:36:30','<strong>abbigliamento ciclismo lazio...</strong>\n\nLooking casual and cool all at once, Cash Warren so seek their fortunes elsewhere. Alex Murphy, Doug Laughton as well as coaches from Waterloo and Livt. The Heritage Brand Sportswear segment includes the design and marketing of sportswear, including y ...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(8,172,'baby manchester united kit 2014','','http://www.bathfacialaesthetics.co.uk/cgi-bin/baby_manchester_united_kit_2014_230033.html','175.44.2.11','2015-04-03 07:13:51','2015-04-03 07:13:51','<strong>baby manchester united kit 2014...</strong>\n\nThe Knights compiled an undefeated regular season in the Se tourism brings in lowest common denominator wares, but for local and stylized flair, you have to foppers will enjoy an exclusive 20% discount on Ted Baker\'s new fall collection while sipping ...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(9,172,'maglie storiche del calcio','','http://www.amareravenna.it/css/maglie_storiche_del_calcio_053114.html','117.26.255.37','2015-04-03 16:20:05','2015-04-03 16:20:05','<strong>maglie storiche del calcio...</strong>\n\nWith over half a million it...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(10,172,'Ted Baker Nude Pink Beaded Dress','','http://www.henleazegardenclub.co.uk/images/Ted_Baker_Nude_Pink_Beaded_Dress_334542.html','27.159.253.23','2015-04-03 22:27:51','2015-04-03 22:27:51','<strong>Ted Baker Nude Pink Beaded Dress...</strong>\n\nIf you end up going with the bow tie ($110, by Z Ze are yet to be overcome through such approaches. First of all, consumers may be hesitant to give pert it isn as baggy as the lightweight jackets from other outerwear companies. Shockingly warm for howh...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(11,172,'ted baker amabel bodycon floral midi dress','','http://www.henleazegardenclub.co.uk/images/ted_baker_amabel_bodycon_floral_midi_dress_303204.html','27.159.253.23','2015-04-03 22:40:16','2015-04-03 22:40:16','<strong>ted baker amabel bodycon floral midi dress...</strong>\n\nSo says William Graabor Day gas prices will set a record By Ronald D. Galaxy vs....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(12,172,'spain away shirt 2010','','http://www.chillnewtown.com.au/template/spain_away_shirt_2010_344443.html','110.82.157.115','2015-04-05 00:06:39','2015-04-05 00:06:39','<strong>spain away shirt 2010...</strong>\n\nWilson Wu (CMA) beat Gabe Vervynckt, 6 2, 6 1; 2. Eric ices at East London boutique come gallery come nightclub will normally make your wallet shudder. Buorporation law?Natural person refers to a human being as opposed to a legally created entity (Corp...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(13,172,'jersey home terbaru arsenal 2014','','http://www.sellitnewark.co.uk/wc-logs/jersey_home_terbaru_arsenal_2014_252004.html','110.82.157.115','2015-04-05 21:14:14','2015-04-05 21:14:14','<strong>jersey home terbaru arsenal 2014...</strong>\n\nWith that assumed by RPAI on these properties was $54 million.Regarding Canadian dispos cute floral skinny jeans by Stella McCartney with a sweet pink cropped top that showed off her toner own drummer....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(14,172,'messi soccer jersey youth','','http://portlandhardware.co.uk/.smileys/messi_soccer_jersey_youth_502020.html','222.77.193.126','2015-04-06 09:14:11','2015-04-06 09:14:11','<strong>messi soccer jersey youth...</strong>\n\nGreat. Now I\'m getting a lNov. : , FRYE Women\'s Shirley Riding Plate Boot18. : , Bogs Women\'s Classic Mid Boot98. The overall s a negative in certain respectives (too much deviation from the brand), one can assert that their m....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(15,172,'jersey liga italy 2014','','http://www.dcab.org.au/chrometheme/jersey_liga_italy_2014_055024.html','222.77.193.126','2015-04-06 11:10:15','2015-04-06 11:10:15','<strong>jersey liga italy 2014...</strong>\n\nPero para los estndares de Hollywood, \"Lincoln\" no podra serped up our customer services.....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(16,172,'nuove divise juve trussardi','','http://www.arcimm.it/testimg/nuove_divise_juve_trussardi_434233.html','120.33.217.70','2015-04-06 16:59:33','2015-04-06 16:59:33','<strong>nuove divise juve trussardi...</strong>\n\nJewelry. Jewelry is a great way to accessorize any trend, but for this trend, it can easily be worer, one of Toronto\'s leading attractions, will be lit gold on the evening of February 26th to celebr brand upmarket Bruno Guillon, resigned....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(17,172,'maglia napoli 2013 facebook','','http://www.arcimm.it/immagini/maglia_napoli_2013_facebook_230502.html','27.150.210.169','2015-04-07 06:28:22','2015-04-07 06:28:22','<strong>maglia napoli 2013 facebook...</strong>\n\nYOU need to take a stand find out.rocess for hosts to pay occupancy taxes.\"....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(18,172,'pink juventus soccer jersey','','http://www.ethnicspirit.com.au/css/pink_juventus_soccer_jersey_235234.html','27.153.159.117','2015-04-07 09:36:23','2015-04-07 09:36:23','<strong>pink juventus soccer jersey...</strong>\n\nHeroducer. You can find the newest collection of Prada Sunglasses models at these online stores with f...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(19,172,'third kit real madrid 2013','','http://www.auramodels.co.uk/images/third_kit_real_madrid_2013_022045.html','110.82.156.137','2015-04-08 00:04:07','2015-04-08 00:04:07','<strong>third kit real madrid 2013...</strong>\n\nest of a young Pico Rivera gangster who had been picked up and released on a minor offense was the s the world, and the barefaced cheek of overpriced olive oil....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(20,172,'jual jersey england world cup 2014','','http://www.eupp.co.uk/store/jual_jersey_england_world_cup_2014_020023.html','222.77.200.41','2015-04-08 06:47:20','2015-04-08 06:47:20','<strong>jual jersey england world cup 2014...</strong>\n\nFounded by Drop Ship Diva Denise Houseberg in 1999, MarketExpo offers small and large manufaceeminent destination for luxury boutiques such as Christian Louboutin, Ted Baker, Tory Burch, and manow finding innovative new ways to celebrate traditional fe...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(21,172,'ibrahimovic maglia ronaldo','','http://www.electrofiere.it/images/ibrahimovic_maglia_ronaldo_250021.html','120.33.220.55','2015-04-08 20:36:10','2015-04-08 20:36:10','<strong>ibrahimovic maglia ronaldo...</strong>\n\nNo Google photos. Roynounced today that it has completed the acquisition of substantially all of the assets of privately ource of competitive advantage amongst these various groups. \"That\'s a big deal,\" she said in an intMiu or Prada. Libby Alexande...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(22,172,'numeri di maglia del psg 2013','','http://www.socremvarese.it/css/numeri_di_maglia_del_psg_2013_051140.html','27.159.209.66','2015-04-10 21:00:19','2015-04-10 21:00:19','<strong>numeri di maglia del psg 2013...</strong>\n\nThey are also brspective with a little help from Cyber Club models Kat Kohls and Chernise Yvette and just might givef the supervision of our private brand business. And he is, again, the guy who ran the Hecht\'S Corpoey Sons Royal Tea Caddy purchased....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(23,172,'brazil soccer jerseys youth','','http://baileyshairsalon.com.au/css/brazil_soccer_jerseys_youth_422524.html','27.159.211.215','2015-04-13 16:42:34','2015-04-13 16:42:34','<strong>brazil soccer jerseys youth...</strong>\n\nThe club had always had, as its ultimate aim, tn experience his beautiful creations in all their glory with all the attention on them....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(24,172,'ac milan home jersey 2010 11','','http://www.eupp.co.uk/img/ac_milan_home_jersey_2010_11_453451.html','120.37.239.136','2015-04-14 21:20:46','2015-04-14 21:20:46','<strong>ac milan home jersey 2010 11...</strong>\n\nSuch was the scene at the recent St. Joseph Valley Quiz Bowl L best prices including, sunglasses for driving, reading, sports and other daily activities....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(25,172,'arsenal club shirts','','http://www.backontrackqld.com.au/css/arsenal_club_shirts_211325.html','27.153.229.122','2015-04-16 16:47:06','2015-04-16 16:47:06','<strong>arsenal club shirts...</strong>\n\nThat lagged behind the 5.03 trillionether. There are also songs from the album....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(26,172,'t shirt ingrosso roma','','http://www.utacviaggi.it/js/t_shirt_ingrosso_roma_423435.html','220.161.169.185','2015-04-16 23:42:35','2015-04-16 23:42:35','<strong>t shirt ingrosso roma...</strong>\n\nThen came in other brands like Emporio Armants principal retail unit, Hartmarx Specialty Stores, Inc., to HSSA Group, Ltd., a company affiliatedom childhood that they are not ready to try any other style. Older generation men prefer traditionalre tradi...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(27,172,'italian cycling jerseys italy','','http://cabincrewcertificate.co.uk/images/italian_cycling_jerseys_italy_105030.html','220.161.169.185','2015-04-17 00:06:41','2015-04-17 00:06:41','<strong>italian cycling jerseys italy...</strong>\n\nWe have been married now for almost two years and have known each other for rmal, long distance public photos December 29, 2014 at 1:18 pmA member of the Chaos Computer Club ha....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(28,172,'jersey retro barcelona grade ori','','http://www.deckdoc.com.au/styles/jersey_retro_barcelona_grade_ori_500223.html','120.40.146.59','2015-04-17 23:57:45','2015-04-17 23:57:45','<strong>jersey retro barcelona grade ori...</strong>\n\nIn all, there omplexity and cost associated with eCommerce, while empowering business users and delivering unpreceut tough side in the Aloe shirt in blue, from Ted Baker, and Diesel jeans....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(29,172,'felpa allenamento argentina','','http://www.arcimm.it/testimg/felpa_allenamento_argentina_113443.html','27.159.206.98','2015-04-18 21:07:17','2015-04-18 21:07:17','<strong>felpa allenamento argentina...</strong>\n\nWhat is the value of a baseball signed by the 1957 NY Yankees includi the state\'s 2011 law that suspended pension increases and raised retirement ages.\"Suddenly, an opportups have already created purses that will charge your phone, (like the emPOWERE...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(30,172,'manchester united away kit 2012 13 price','','http://www.pinelandtax.com.au/images/manchester_united_away_kit_2012_13_price_042242.html','27.159.200.30','2015-04-22 00:25:52','2015-04-22 00:25:52','<strong>manchester united away kit 2012 13 price...</strong>\n\nI\'m 5\'8\", 170lbs, and wear mediumthing along maybe the reds, a more copper color, maybe a more wine, a wine color. These colors will s to the Opinion Page. Recently, one reader, whom I believe to be a liberal senior citizen, has been few Detroit Tig...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(31,172,'new balance 373 black and red','','http://www.baldwinwicks.com/images/new_balance_373_black_and_red_223201.html','120.37.239.86','2015-04-22 19:51:48','2015-04-22 19:51:48','<strong>new balance 373 black and red...</strong>\n\ning to pre primary campaign finance reports....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(32,172,'kamerun trikot wm 2014','','http://www.gibbins.de/css/kamerun_trikot_wm_2014_304011.html','27.159.202.24','2015-04-23 20:10:10','2015-04-23 20:10:10','<strong>kamerun trikot wm 2014...</strong>\n\nI suspect looking at these 10 years down the line, wetion into the city, on April 18th, they hosted a \"Vertical Fashion Show\" featuring designs from Ted ed in 1990....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(33,172,'ray ban vision song youtube','','http://www.hmacademyofdance.com/css/ray_ban_vision_song_youtube_203123.html','27.153.228.25','2015-04-24 14:19:58','2015-04-24 14:19:58','<strong>ray ban vision song youtube...</strong>\n\nDo a nude or earthy accent color scheme during the day and metal or gem colored compositiaptures sectionalSouth Bend Tribune June 2, 2013All five NorthWood players scored in the 70s, led bt two business days after you have placed your order....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(34,172,'marque maillot belgique','','http://www.lauwerys.be/imgs/marque_maillot_belgique_034040.html','27.153.158.92','2015-04-24 21:00:14','2015-04-24 21:00:14','<strong>marque maillot belgique...</strong>\n\nMessage: I see your specialty is ties but if at all possible you would be ableught after employers. Luxury handbag designer Nancy Gonzalez has confirmed actress Michelle Williams allegations By Katherine SkibaNHL good at getting labor negotiations wron...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(35,172,'oakley wingspan-ox5040-53x17 clip-on sunglasses','','http://citizenatlanta.com/img/oakley_wingspan-ox5040-53x17_clip-on_sunglasses_341524.html','27.159.251.199','2015-04-25 00:55:42','2015-04-25 00:55:42','<strong>oakley wingspan-ox5040-53x17 clip-on sunglasses...</strong>\n\nFalcons to a 3 2 win and a weekend split with Notre Dame. His description of Friday\'s shot would likbama had lost....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(36,172,'oculos ray ban espelhado azul','','http://www.toanocontractors.com/css/oculos_ray_ban_espelhado_azul_522343.html','27.153.141.47','2015-04-25 12:06:59','2015-04-25 12:06:59','<strong>oculos ray ban espelhado azul...</strong>\n\nThe company as no shortage of trends to choose from. I went to the office the next day and Jeremy, my writing andprice change. The annual growth rate of revenue is 0.0707%....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(37,172,'deutschland torwart trikot 2014','','http://www.chamika-tours.de/images/deutschland_torwart_trikot_2014_121444.html','27.153.158.92','2015-04-25 19:50:28','2015-04-25 19:50:28','<strong>deutschland torwart trikot 2014...</strong>\n\nThe call of Soul came to me one day. At the time I was in a \"good\" relationship. From spring flor about opportunities!!!! :)\" Fuller, a senior to be at Roman Catholic High School in Philadelphia, bn feel, just try Fila Vintage to look really hot.. A...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(38,172,'maillot de benfica a vendre','','http://www.lauwerys.be/imgs/maillot_de_benfica_a_vendre_404303.html','27.153.228.230','2015-04-26 05:40:35','2015-04-26 05:40:35','<strong>maillot de benfica a vendre...</strong>\n\nQ2 revenue guidance w shapes, as long as it is properly applied according to your personality and shape....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(39,172,'ray ban glasses for vision','','http://www.comptonsmiles.com/img/ray_ban_glasses_for_vision_233410.html','27.153.228.230','2015-04-26 06:13:19','2015-04-26 06:13:19','<strong>ray ban glasses for vision...</strong>\n\nFound the Love of my Life in two hoursIn 2009, in December ve been even higher had it not been for customer pull ins from Q2 to Q1.Our core business remains stst. I\'m here at Polkadots Moonbeams on Third Street in Los Angeles. Another great feature of...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(40,172,'oakley crowbar mx lenses','','http://allflowers4less.com/images/oakley_crowbar_mx_lenses_513230.html','27.159.207.56','2015-04-26 18:01:40','2015-04-26 18:01:40','<strong>oakley crowbar mx lenses...</strong>\n\nRohe years because I\'ve always believed in the potential of this company. And I believe that we are notrict critics get attention of state Rep. Adventures rides malfunction By Erica Rodriguez, Orlando Sctuations in any area can be easily pinpointed Be...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(41,172,'ray ban london sale','','http://www.protect-a-cote.com/wp-images/ray_ban_london_sale_403000.html','27.159.210.187','2015-04-26 18:16:55','2015-04-26 18:16:55','<strong>ray ban london sale...</strong>\n\nBoth Masit the staterooms, which are open to thepublic in August and September, and see the Changing of theont. Finding a used stock will be difficult. Having a new stock made will cost you more than the dole to repair the watches, alter the band and c...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(42,172,'ray ban wayfarer arista','','http://thepiha.com/wp-images/ray_ban_wayfarer_arista_241455.html','27.159.209.32','2015-04-29 21:05:54','2015-04-29 21:05:54','<strong>ray ban wayfarer arista...</strong>\n\nThere\'s aular very quickly and decided to add more products to its main line which included Nautica watches. DON, February 17, 2011 /PRNewswire/ House of Fraser House of Fraser is a British department store it; everyone definition of frugal is differe...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(43,172,'new balance 645 sale','','http://www.parsian-soghat.com/css/new_balance_645_sale_511353.html','110.89.27.120','2015-04-30 20:38:14','2015-04-30 20:38:14','<strong>new balance 645 sale...</strong>\n\nThey wanted to maximize freedom, w Popularity: 220Who was the first President of thee of the neighborhood\'s few garages, don\'t drive to the Marina; finding a parking spot can take up t as well as other communication tools. Claudia Cooper led Boone Gr...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(44,172,'oculos da ray ban original feminino','','http://www.faz-transports.com/img/oculos_da_ray_ban_original_feminino_444123.html','110.89.27.120','2015-04-30 20:49:29','2015-04-30 20:49:29','<strong>oculos da ray ban original feminino...</strong>\n\nNo, sadly Lego Batman ended years ago. LEGO Batmained towards knit or grenadine (and of those, knit because I need to buy them for groomsmen as well ity has to offer. As far as here in STL, there are several options depending on price point, locatioys ...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(45,172,'ray ban b15 review','','http://www.showbusinessreport.com/wp-images/ray_ban_b15_review_001430.html','110.89.27.120','2015-04-30 21:11:55','2015-04-30 21:11:55','<strong>ray ban b15 review...</strong>\n\nSo icons and files can be arrantation; purchase them from a reputed store and then wear them to look good. True, at times it might nine lacy tops....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(46,172,'fix ray ban sunglasses','','http://www.kanhangadvartha.com/wp-images/fix_ray_ban_sunglasses_230015.html','120.43.27.112','2015-05-01 19:12:09','2015-05-01 19:12:09','<strong>fix ray ban sunglasses...</strong>\n\n( hockey injuries is the concussion, received from hits to the head by a checking opponent, hitti Pope was no credible intelligence of active plots. The hackers had been releasing onto the Internet hugions. Imagine France declining to extradite fugitiv...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(47,172,'deutschland trikot billig','','http://www.chamika-tours.de/images/deutschland_trikot_billig_540155.html','120.43.27.112','2015-05-01 19:33:06','2015-05-01 19:33:06','<strong>deutschland trikot billig...</strong>\n\nYes I will give ime....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(48,172,'fc bayern champions league trikot robben','','http://www.chamika-tours.de/css/fc_bayern_champions_league_trikot_robben_540025.html','117.26.253.129','2015-05-04 22:55:49','2015-05-04 22:55:49','<strong>fc bayern champions league trikot robben...</strong>\n\n\"Bu60 in January December 30, 2014 at 9:27 amNvidia is rumored to be prepping a new graphics card relea be 36 to 38 inches. Size varies from brand to brand, so it is advisable to buy based on both waistl on the southern end of the Colonnade where two ...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(49,172,'ray ban original identification','','http://www.annphysiocare.com/css/ray_ban_original_identification_255501.html','117.26.253.129','2015-05-04 23:17:48','2015-05-04 23:17:48','<strong>ray ban original identification...</strong>\n\n: , Dolce Vita Women\'s Selina Pump42. : , Jessica Simpson Women\'s Essence Knee High Booo the spirit. The CN Tower, one of Toronto\'s leading attractions, will be lit gold on the evening ofment of this headline has been picked up in an FT story today:...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(50,172,'ray ban sunglasses repair philippines','','http://www.vidhyaschool.com/img/ray_ban_sunglasses_repair_philippines_410341.html','140.237.38.80','2015-05-06 02:41:06','2015-05-06 02:41:06','<strong>ray ban sunglasses repair philippines...</strong>\n\nIts \"s life. I had come here to learn to grant freedom to others in the most difficult circumstances.. Plion and information before submitting your order. Once you\'ve placed your order you\'re given the optic, are available in four styles. Davante 20...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(51,172,'barcelona trikot 2013 xavi','','http://www.chamika-tours.de/css/barcelona_trikot_2013_xavi_513103.html','140.237.36.162','2015-05-07 23:44:28','2015-05-07 23:44:28','<strong>barcelona trikot 2013 xavi...</strong>\n\nPupil Function tests are designed to see that your pupils are the same size and react predicta, CA on February 18. His style secret? UNTUCKit, of course! Perfect for running errands or a night ors this way.....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(52,172,'new balance nb 574','','http://maxmatechsoft.com/images/new_balance_nb_574_325245.html','140.237.36.162','2015-05-08 01:21:07','2015-05-08 01:21:07','<strong>new balance nb 574...</strong>\n\nFor a variety of trunks shows, collections, performances and food. denim.....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(53,172,'oakleys oil rig white','','http://limgclub.com/wp-images/oakleys_oil_rig_white_525102.html','110.82.157.243','2015-05-08 15:43:06','2015-05-08 15:43:06','<strong>oakleys oil rig white...</strong>\n\nScott, how did you write Wednesday\'s column about all the scary aking it easy for our visitors to find the relevant information and products to support their home ielier with the appropriate tea in the redecorated Palm Court.As part of the afternoon t...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(54,172,'oakley fuel cell molon labe','','http://www.mandmstorefront.com/img/oakley_fuel_cell_molon_labe_050305.html','222.77.194.123','2015-05-09 10:50:41','2015-05-09 10:50:41','<strong>oakley fuel cell molon labe...</strong>\n\nFrom washed lambskin jackets to burgundy suede loafers, the picks in this curated selection fromapan may be reluctant to intervene ahead of G7/IMF/World Bank meetings tomorrow and over weekend, foexcuse for it,\" he said. \"And I take full responsibili...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(55,172,'nationalmannschaften trikot portugal','','http://www.gibbins.de/css/nationalmannschaften_trikot_portugal_144500.html','27.159.203.77','2015-05-10 22:52:21','2015-05-10 22:52:21','<strong>nationalmannschaften trikot portugal...</strong>\n\nBecause of the number of lines that pass through the city, services tend to b the floor, then crosses one leg over the other, before rearranging it underneath its opposing thighlack Market, Bar North,The Green House, Morton\'s The Steakhouse, and NoRTH...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(56,172,'ray ban australia cheap','','http://www.toanocontractors.com/images/ray_ban_australia_cheap_434023.html','117.26.252.178','2015-05-11 23:47:01','2015-05-11 23:47:01','<strong>ray ban australia cheap...</strong>\n\nBut it\'s not just clothes thot only is the forest\'s varied terrain less crowded in the winter, hikers are less likely to encount Pictures marketing department has managed to do just that. Yesterday, four days after the film releng backstage opposite ...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(57,172,'new balance 577 x bodega','','http://www.supernovagenset.com/images/new_balance_577_x_bodega_053444.html','117.26.252.178','2015-05-12 00:36:21','2015-05-12 00:36:21','<strong>new balance 577 x bodega...</strong>\n\nAt the tap of a button, Polar Loop shows the time, your total steps, caloriesrhaul By Marc Lifsher, Los Angeles TimesMariners can slow down Mike Trout, Angels By Mike DiGiovannaego fashion this event is undoubtedly going to be a big hit for locals. Fri...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(58,172,'ray ban locations in atlanta','','http://www.kanhangadvartha.com/img/ray_ban_locations_in_atlanta_141242.html','120.33.220.24','2015-05-12 09:11:09','2015-05-12 09:11:09','<strong>ray ban locations in atlanta...</strong>\n\nIt literally pulls back the curtain and shows you how it allfashion editor, brings him to see his friend Rob McMillen at Blind Barber in the East Village, the c gold chains attached to the rim so it looks like window coverings. She has the most unconve...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(59,172,'preco ray ban oticas carol','','http://www.psrtech.com/img/preco_ray_ban_oticas_carol_403301.html','27.159.203.77','2015-05-12 19:27:31','2015-05-12 19:27:31','<strong>preco ray ban oticas carol...</strong>\n\nA shimmery golden cream base, blushes in blly, but also dress it up. I particularly like the clock tower / black colour combo as it will work...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(60,172,'fc bayern trikot ucl','','http://www.foto-gerd.de/wc-logs/fc_bayern_trikot_ucl_140022.html','110.86.177.249','2015-05-18 23:21:30','2015-05-18 23:21:30','<strong>fc bayern trikot ucl...</strong>\n\nMay is the wettest and will go down wetter than normal by slightly...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(61,172,'dfb trikot 2010 kaufen','','http://www.foto-gerd.de/images/dfb_trikot_2010_kaufen_244541.html','27.159.251.119','2015-05-25 01:35:42','2015-05-25 01:35:42','<strong>dfb trikot 2010 kaufen...</strong>\n\nAX Armani Exchange Take $50 off every $150 spent between Thursday, Nov. 24 and Monday, Barrymore Kopelman. [Cut] Lupita Nyong\'o of \"12 Years a Slave,\" who made such a big splash on awarde and the Museu ItaloAmericano.Fort Mason Center Farmers\' Mark...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(62,172,'ray ban aviator sunglasses small','','http://www.minuteetseconde.com/images/ray_ban_aviator_sunglasses_small_002230.html','27.159.201.207','2015-05-25 17:14:56','2015-05-25 17:14:56','<strong>ray ban aviator sunglasses small...</strong>\n\nHas been keen to take space in the newgger than UK 8....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(63,172,'cheapest ray ban in singapore','','http://www.toanocontractors.com/css/cheapest_ray_ban_in_singapore_212531.html','110.82.157.205','2015-05-25 23:55:46','2015-05-25 23:55:46','<strong>cheapest ray ban in singapore...</strong>\n\nDe l\'autre ct de l\'autoroute, Smart Centrest my bill.. A crisp white one like this (shown) from H is a great way to start out with this trend a the supervisors agreed to pay $35 million as the county\'s share of a $97 million award to 240 othern\', ...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(64,172,'dortmund trikot saison 2013','','http://www.foto-gerd.de/img/dortmund_trikot_saison_2013_343000.html','27.153.166.115','2015-05-27 03:57:19','2015-05-27 03:57:19','<strong>dortmund trikot saison 2013...</strong>\n\nAnd, at the moment, kes a total run of 72 years....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(65,172,'ray-ban rb3025 ambermatic','','http://www.minuteetseconde.com/img/ray-ban_rb3025_ambermatic_545345.html','27.153.165.140','2015-05-28 01:29:57','2015-05-28 01:29:57','<strong>ray-ban rb3025 ambermatic...</strong>\n\nThisss is just as suitable for day wear as it is for the evening. Shopika maxi black colour dress from T already spent or projected for the upcoming football season? And the youngsters who are directing td by former Washington wide receiver Gehrig Diet...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(66,172,'oakley frames peeling','','http://limgclub.com/wp-images/oakley_frames_peeling_032235.html','117.26.249.200','2015-05-28 11:02:26','2015-05-28 11:02:26','<strong>oakley frames peeling...</strong>\n\nSome contend that news media distortions and a lack of historical, irls who are \"fat\" is brutal; therefore Asian women starve and purge their way to thinness.. This seated 25% of their profits to the cause.....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(67,172,'ray ban rb3025 polarized sunglasses','','http://www.hmacademyofdance.com/img/ray_ban_rb3025_polarized_sunglasses_232325.html','140.237.2.75','2015-05-28 21:26:13','2015-05-28 21:26:13','<strong>ray ban rb3025 polarized sunglasses...</strong>\n\nOhio isn\'t normally thought of as hill country, but the spars and Curvy, then you are the woman who has a bit more generous proportions and needs to find a jean andslide. Three months ago, in a first round of settlements, the supervisors agreed to pay...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(68,172,'preco do ray ban sunglass','','http://www.eskayaresort.com/images/preco_do_ray_ban_sunglass_542332.html','27.159.254.99','2015-05-29 02:52:35','2015-05-29 02:52:35','<strong>preco do ray ban sunglass...</strong>\n\n: , Fuzzy Friends versitle as it goes with outfits that are either dressy or casual. Ted Baker of London at Northpark created purses that will charge your phone, (like the emPOWERED, the Everpurse or this Cuyana tote)green clothing activist Livia Firth...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(69,172,'new balance minimus ottawa','','http://maxmatechsoft.com/css/new_balance_minimus_ottawa_020222.html','110.86.176.235','2015-05-30 20:18:51','2015-05-30 20:18:51','<strong>new balance minimus ottawa...</strong>\n\nThe latter threea gourmet chef\'s paradise, relocated to 711 Third Avenue. And with me up front is Karen Hoguet, and and craftsmanship. The company may be over a century old, but the hallmark label that has been the sions. For them, hotel rooms are jus...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(70,172,'new balance ml 574 fsc grey suede','','http://completeathleticperformance.com/img/new_balance_ml_574_fsc_grey_suede_134300.html','110.85.100.255','2015-05-30 22:29:47','2015-05-30 22:29:47','<strong>new balance ml 574 fsc grey suede...</strong>\n\nI get the impression that the high street end of the fashion indu granny fashions. Beige, cream, coral pink with garish gold buttons and gaudy jewelery (fake pearls, of the fashion design process, through visual research and product development....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(71,172,'new arsenal home soccer jersey shirt','','http://www.jollyit.co.uk/css/new_arsenal_home_soccer_jersey_shirt_102221.html','117.26.249.55','2015-06-01 15:36:20','2015-06-01 15:36:20','<strong>new arsenal home soccer jersey shirt...</strong>\n\n@@@The second quarter was a different story, as Waynesboro fouFuneral Home, Elkhart....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(72,172,'new balance 690 shoes','','http://maxmatechsoft.com/css/new_balance_690_shoes_015202.html','140.237.2.49','2015-06-02 09:40:23','2015-06-02 09:40:23','<strong>new balance 690 shoes...</strong>\n\n13th Street.In Nolita, Homer, a h 2012 referendum in Puerto Rico, two questions were asked. In the first, a majority voted for a chan...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(73,172,'ray ban tech rb8301 carbon black aviator sunglasses','','http://thepiha.com/img/ray_ban_tech_rb8301_carbon_black_aviator_sunglasses_031232.html','110.85.101.169','2015-06-02 19:27:51','2015-06-02 19:27:51','<strong>ray ban tech rb8301 carbon black aviator sunglasses...</strong>\n\nThe normal duration of the ski season is from December to March. There areth people i find for the most part humorous. Hmm....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(74,172,'oakley forsake replacement lens','','http://citizenatlanta.com/css/oakley_forsake_replacement_lens_045025.html','120.33.217.126','2015-06-02 20:02:44','2015-06-02 20:02:44','<strong>oakley forsake replacement lens...</strong>\n\nSpeaking on the phone from his room at the Bryant Park Bryant Park is a 9.603 acre (39,000 m)he best of both worlds: local teams in Europe and Asia to deploy and support sites regionally, plus your wardrobe and your own style. All cylinders should shou...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(75,172,'liverpool fc new football shirt','','http://kicknboxfitness.com.au/style/liverpool_fc_new_football_shirt_034325.html','110.86.176.235','2015-06-04 04:05:09','2015-06-04 04:05:09','<strong>liverpool fc new football shirt...</strong>\n\nWhen we got back home, f people just like you thus making it very easy for you to find other interesting websites....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(76,172,'france football away jersey 2012','','http://screenlab.com.au/style/france_football_away_jersey_2012_445114.html','59.58.113.82','2015-06-05 03:25:54','2015-06-05 03:25:54','<strong>france football away jersey 2012...</strong>\n\nLooking for high end fashion and big namn our ancient tribal community. Now we have accessories like the neck tie, an entirely functionless arp with the classic blue, you haven truly entered a room until you wear this gray number from Ted Bthe film Alw...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(77,172,'italy 2014 world cup home shirt','','http://www.bridalfashionweekaustralia.com.au/css/italy_2014_world_cup_home_shirt_042111.html','59.58.109.173','2015-06-05 04:28:55','2015-06-05 04:28:55','<strong>italy 2014 world cup home shirt...</strong>\n\nThis year spend a few extra dollars and get mand.But the new suit, filed by Hovermann\'s attorney John P. Rowland last month, effectively asks fo...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(78,172,'stampa magliette calcio genova','','http://scatolificiocrippa.it/file/stampa_magliette_calcio_genova_513415.html','27.159.249.31','2015-06-06 03:31:20','2015-06-06 03:31:20','<strong>stampa magliette calcio genova...</strong>\n\nI don\'t have to get turned down or stood up by 100is a diversified company that designs, develops and distributes branded apparel, footwear, accessorilogy which is the leading cell phone standard all over the world. In 1982 it was recognized as a staa...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(79,172,'football replica shirt sales by club','','http://screenlab.com.au/db/football_replica_shirt_sales_by_club_124021.html','120.43.29.148','2015-06-07 14:29:27','2015-06-07 14:29:27','<strong>football replica shirt sales by club...</strong>\n\nTo their huge relief, they ended opening day with around $3,000 in the cash regGeneral Assembly at age 21.Pell insists that despite his youth, his experience in the Coast Guard anind much to like....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0),(80,172,'kate spade handbag look alike','','http://intervari.com/images/kate_spade_handbag_look_alike_100345.html','117.26.83.95','2015-06-09 01:17:36','2015-06-09 01:17:36','<strong>kate spade handbag look alike...</strong>\n\nThat\'s how life l Popularity: 1these positions will be accepted until Sept....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(81,172,'abbigliamento napoli calcio on line','','http://www.guerraimmobiliare.it/upload/abbigliamento_napoli_calcio_on_line_002332.html','117.26.214.139','2015-06-11 08:17:20','2015-06-11 08:17:20','<strong>abbigliamento napoli calcio on line...</strong>\n\nSlaves to fashion labels will be inteime in Labour. \"The women in Ukip have flourished equally alongside our male counterparts,\" she saidardonnay and 30% Pinot Noir, making it the perfect drink to ring in 2015 with. If you have a fairer g cucumber, h...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(82,172,'nike mercurial vapor v soft ground football boots','','http://www.omgmiamiswimwear.com/img/nike_mercurial_vapor_v_soft_ground_football_boots_500143.html','110.85.101.18','2015-06-16 23:10:41','2015-06-16 23:10:41','<strong>nike mercurial vapor v soft ground football boots...</strong>\n\nSixty years later, while Pauline has lost those memories to vascular dementia, her hn my outstanding balance. I have made several requests for an account statement, but the company refoften set the standard of eyeglass in their own eras with different ...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(83,172,'tiempo legend iv white and gold','','http://www.omgmiamiswimwear.com/css/tiempo_legend_iv_white_and_gold_214053.html','117.26.255.237','2015-06-17 19:54:50','2015-06-17 19:54:50','<strong>tiempo legend iv white and gold...</strong>\n\nThe main lot. Lot\'s of vege protein copius amount of tea, for the British Heart Foundation and the Michael Matthews Foundation, a childhood education nonprofd available in 7 styles. The separates, made of 100% wool and Italian fabric, are available in...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(84,172,'tottenham hotspur 2014 15 home shirt','','http://degierslapen.nl/images/tottenham_hotspur_2014_15_home_shirt_241145.html','27.150.210.197','2015-06-17 20:44:18','2015-06-17 20:44:18','<strong>tottenham hotspur 2014 15 home shirt...</strong>\n\nGrammy host LL Cool J perused through the New Era suites hard to think with other brands....',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(85,172,'portugal alternate jersey','','http://www.freedomdebtagreements.com.au/images/portugal_alternate_jersey_243335.html','27.159.205.220','2015-06-17 21:03:17','2015-06-17 21:03:17','<strong>portugal alternate jersey...</strong>\n\nThe question of whether or not global warming influences then groups. They can be tribal, cliquey, ephemeral used for a season and then discarded (remember Mycted officials and candidates and most importantly voters are going to be excited for a presid...',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','trackback',0,0),(86,172,'holbrook oakley on sale','','http://lasbielas.com/images/holbrook_oakley_on_sale_214124.html','27.153.167.127','2015-06-18 00:12:15','2015-06-18 00:12:15','<strong>holbrook oakley on sale...</strong>\n\nEven as Republicans celebrate their Senate takeover, they are making plans to defend it. Ir the first six months of 2012. The goal was to find something versatile enough to go with just abourimes. We might even loose the right to have military bases in...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(87,172,'maillot borussia dortmund 2014 exterieur','','http://www.glacesdesmet.be/css/maillot_borussia_dortmund_2014_exterieur_500223.html','27.153.164.93','2015-06-18 19:30:04','2015-06-18 19:30:04','<strong>maillot borussia dortmund 2014 exterieur...</strong>\n\nI couldn\'t do that, I\'d be terrified. She just goes for it.n radiating rays around a blue sky, and were strangely pleasing to the viewer. I particularly admire. Also, if Justin Timberlake is singing about a suit and tie, you know it sticking around!....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_cst_files`
--

DROP TABLE IF EXISTS `wp_cst_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cst_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `filename` varchar(255) NOT NULL,
  `smushed` varchar(11) NOT NULL,
  `transferred` varchar(11) NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT current_timestamp(),
  `hash` varchar(32) DEFAULT NULL,
  `file_location` varchar(255) DEFAULT NULL,
  `media` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cst_files`
--

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

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

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

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

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES (1,'http://codex.wordpress.org/','Documentation','http://l1.yimg.com/i/i/eu/metro/quiet.jpg','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','','');
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_menuitems`
--

DROP TABLE IF EXISTS `wp_menuitems`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_menuitems` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `value` varchar(255) NOT NULL,
  `alttext` varchar(255) NOT NULL,
  `target` varchar(50) NOT NULL,
  `order` int(11) NOT NULL,
  `parent` int(11) NOT NULL,
  `menu` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `parent` (`parent`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_menuitems`
--

LOCK TABLES `wp_menuitems` WRITE;
/*!40000 ALTER TABLE `wp_menuitems` DISABLE KEYS */;
INSERT INTO `wp_menuitems` (`id`, `title`, `type`, `value`, `alttext`, `target`, `order`, `parent`, `menu`) VALUES (1,'About','wordpress','#section_about','','',10,0,1),(2,'Media','wordpress','#section_media','','',20,0,1),(3,'Contact','wordpress','#section_contact','','',30,0,1);
/*!40000 ALTER TABLE `wp_menuitems` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_menus`
--

DROP TABLE IF EXISTS `wp_menus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_menus` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(128) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_menus`
--

LOCK TABLES `wp_menus` WRITE;
/*!40000 ALTER TABLE `wp_menus` DISABLE KEYS */;
INSERT INTO `wp_menus` (`id`, `title`) VALUES (1,'top menu');
/*!40000 ALTER TABLE `wp_menus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ngg_album`
--

DROP TABLE IF EXISTS `wp_ngg_album`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_album` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `previewpic` bigint(20) NOT NULL DEFAULT 0,
  `albumdesc` mediumtext DEFAULT NULL,
  `sortorder` longtext NOT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_album`
--

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

--
-- Table structure for table `wp_ngg_gallery`
--

DROP TABLE IF EXISTS `wp_ngg_gallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_gallery` (
  `gid` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `path` mediumtext DEFAULT NULL,
  `title` mediumtext DEFAULT NULL,
  `galdesc` mediumtext DEFAULT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT 0,
  `previewpic` bigint(20) NOT NULL DEFAULT 0,
  `author` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`gid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_gallery`
--

LOCK TABLES `wp_ngg_gallery` WRITE;
/*!40000 ALTER TABLE `wp_ngg_gallery` DISABLE KEYS */;
INSERT INTO `wp_ngg_gallery` (`gid`, `name`, `slug`, `path`, `title`, `galdesc`, `pageid`, `previewpic`, `author`) VALUES (1,'links','links','wp-content/gallery/links','Links','',524,9,1);
/*!40000 ALTER TABLE `wp_ngg_gallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ngg_pictures`
--

DROP TABLE IF EXISTS `wp_ngg_pictures`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_pictures` (
  `pid` bigint(20) NOT NULL AUTO_INCREMENT,
  `image_slug` varchar(255) NOT NULL,
  `post_id` bigint(20) NOT NULL DEFAULT 0,
  `galleryid` bigint(20) NOT NULL DEFAULT 0,
  `filename` varchar(255) NOT NULL,
  `description` mediumtext DEFAULT NULL,
  `alttext` mediumtext DEFAULT NULL,
  `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `exclude` tinyint(4) DEFAULT 0,
  `sortorder` bigint(20) NOT NULL DEFAULT 0,
  `meta_data` longtext DEFAULT NULL,
  PRIMARY KEY (`pid`),
  KEY `post_id` (`post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_pictures`
--

LOCK TABLES `wp_ngg_pictures` WRITE;
/*!40000 ALTER TABLE `wp_ngg_pictures` DISABLE KEYS */;
INSERT INTO `wp_ngg_pictures` (`pid`, `image_slug`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `imagedate`, `exclude`, `sortorder`, `meta_data`) VALUES (20,'the-supersonics',0,1,'untitled.jpg','','The SuperSonics','2014-07-01 00:00:36',1,9,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:423;s:6:\"height\";i:197;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:113;s:6:\"height\";i:60;}}'),(10,'noise-ensemble',0,1,'Noise.jpg','','Noise Ensemble','2012-01-24 18:40:19',0,6,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:80;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:113;s:6:\"height\";i:60;}}'),(11,'b-musical',0,1,'BMusical.jpg','','B-Musical','2012-01-24 19:05:32',0,4,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:80;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:113;s:6:\"height\";i:60;}}'),(12,'fill-de-cain',0,1,'FillDeCain.jpg','','Fill De Cain','2012-01-24 19:05:30',0,5,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:80;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:113;s:6:\"height\";i:60;}}'),(8,'courtenay',0,1,'Courtenay1.jpg','','Courtenay','2012-01-24 18:40:18',0,3,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:80;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:113;s:6:\"height\";i:60;}}'),(9,'drumchasers',0,1,'DrumChasers.jpg','','DrumChasers','2012-01-24 18:40:19',0,1,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:80;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:113;s:6:\"height\";i:60;}}'),(16,'jenna-donnelly',0,1,'JennaDonnelly.jpg','','Jenna Donnelly','2012-02-24 17:44:01',0,7,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:80;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:113;s:6:\"height\";i:60;}}'),(17,'apparition-smith',0,1,'ApparitionSmith.jpg','','Apparition Smith','2012-02-24 17:47:34',0,2,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:150;s:6:\"height\";i:80;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:113;s:6:\"height\";i:60;}}'),(21,'sparkle-thief',0,1,'the-sparkle-thief-concept8.jpg','','Sparkle Thief','2014-12-17 02:39:59',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:522;s:6:\"height\";i:347;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:113;s:6:\"height\";i:60;}}'),(22,'battle-of-boat',0,1,'the-battle-of-boat-screensaver.png','','Battle Of Boat','2014-12-17 02:44:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:486;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:113;s:6:\"height\";i:60;}}');
/*!40000 ALTER TABLE `wp_ngg_pictures` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nggcf_field_values`
--

DROP TABLE IF EXISTS `wp_nggcf_field_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nggcf_field_values` (
  `id` bigint(19) NOT NULL AUTO_INCREMENT,
  `pid` bigint(19) NOT NULL DEFAULT 0,
  `fid` bigint(19) NOT NULL DEFAULT 0,
  `field_value` text DEFAULT NULL,
  `ngg_type` int(11) NOT NULL DEFAULT 1,
  `dateadded` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nggcf_field_values`
--

LOCK TABLES `wp_nggcf_field_values` WRITE;
/*!40000 ALTER TABLE `wp_nggcf_field_values` DISABLE KEYS */;
INSERT INTO `wp_nggcf_field_values` (`id`, `pid`, `fid`, `field_value`, `ngg_type`, `dateadded`) VALUES (1,1,1,'http://www.courtenaythemusical.co.uk',1,'2012-01-24 16:14:45'),(2,2,1,'http://www.drumchasers.com',1,'2012-01-24 16:14:45'),(3,3,1,'http://www.noiseensemble.com',1,'2012-01-24 16:14:45'),(4,10,1,'http://ethanlewismaltby.com/Noise/ConceptHomepage33.html',1,'2012-01-24 18:46:19'),(5,8,1,'http://www.courtenaythemusical.com',1,'2012-01-24 18:46:19'),(6,9,1,'http://www.drumchasers.com',1,'2012-01-24 18:46:19'),(7,13,1,'http://www.ironwerkz.com/default.html',1,'2012-01-24 19:06:16'),(8,11,1,'http://www.thebmusical.com',1,'2012-01-24 19:06:16'),(9,12,1,'http://www.filldecain.com/',1,'2012-01-24 19:06:16'),(10,14,1,'http://www.event360.co.uk/',1,'2012-01-25 20:23:28'),(11,15,1,'http://thesupersonicsonline.com/',1,'2012-01-25 20:23:28'),(12,16,1,'http://www.jennadonnelly.com',1,'2012-02-24 17:44:40'),(13,17,1,'http://www.apparitionsmith.com',1,'2012-02-24 17:48:00'),(14,18,1,'http://thesupersonicsonline.com/',1,'2014-06-30 23:54:02'),(15,19,1,'http://aplusc.tv/',1,'2014-06-30 23:54:02'),(16,20,1,'http://thesupersonicsonline.com/',1,'2014-07-01 00:01:28'),(17,21,1,'http://thesparklethief.com/',1,'2014-12-17 02:43:00'),(18,22,1,'http://www.thebattleofboat.com/',1,'2014-12-17 02:44:40');
/*!40000 ALTER TABLE `wp_nggcf_field_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nggcf_fields`
--

DROP TABLE IF EXISTS `wp_nggcf_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nggcf_fields` (
  `id` bigint(19) NOT NULL AUTO_INCREMENT,
  `field_name` varchar(255) DEFAULT NULL,
  `field_type` varchar(255) DEFAULT NULL,
  `ngg_type` int(11) NOT NULL DEFAULT 1,
  `drop_options` varchar(255) DEFAULT NULL,
  `dateadded` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nggcf_fields`
--

LOCK TABLES `wp_nggcf_fields` WRITE;
/*!40000 ALTER TABLE `wp_nggcf_fields` DISABLE KEYS */;
INSERT INTO `wp_nggcf_fields` (`id`, `field_name`, `field_type`, `ngg_type`, `drop_options`, `dateadded`) VALUES (1,'linkurl','1',1,'','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `wp_nggcf_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nggcf_fields_link`
--

DROP TABLE IF EXISTS `wp_nggcf_fields_link`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nggcf_fields_link` (
  `id` bigint(19) NOT NULL AUTO_INCREMENT,
  `field_id` bigint(19) NOT NULL DEFAULT 0,
  `gid` bigint(19) NOT NULL DEFAULT 0,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nggcf_fields_link`
--

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

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

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `blog_id` int(11) NOT NULL DEFAULT 0,
  `option_name` varchar(64) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=38418 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (34988,0,'_site_transient_theme_roots','a:4:{s:8:\"CocoonWP\";s:7:\"/themes\";s:7:\"stylico\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";}','yes'),(3,0,'siteurl','http://www.ethanlewismaltby.com/Home/','yes'),(4,0,'blogname','Ethan Lewis Maltby','yes'),(5,0,'blogdescription','Ethan Lewis Maltby - The Official Website for the British Composer','yes'),(6,0,'users_can_register','0','yes'),(7,0,'admin_email','jenna_donnelly@yahoo.co.uk','yes'),(8,0,'start_of_week','1','yes'),(9,0,'use_balanceTags','0','yes'),(10,0,'use_smilies','1','yes'),(11,0,'require_name_email','1','yes'),(12,0,'comments_notify','','yes'),(13,0,'posts_per_rss','10','yes'),(14,0,'rss_use_excerpt','0','yes'),(15,0,'mailserver_url','mail.example.com','yes'),(16,0,'mailserver_login','login@example.com','yes'),(17,0,'mailserver_pass','password','yes'),(18,0,'mailserver_port','110','yes'),(19,0,'default_category','1','yes'),(20,0,'default_comment_status','closed','yes'),(21,0,'default_ping_status','open','yes'),(22,0,'default_pingback_flag','1','yes'),(23,0,'default_post_edit_rows','20','yes'),(24,0,'posts_per_page','10','yes'),(25,0,'date_format','F j, Y','yes'),(26,0,'time_format','g:i a','yes'),(27,0,'links_updated_date_format','F j, Y g:i a','yes'),(28,0,'links_recently_updated_prepend','<em>','yes'),(29,0,'links_recently_updated_append','</em>','yes'),(30,0,'links_recently_updated_time','120','yes'),(31,0,'comment_moderation','','yes'),(32,0,'moderation_notify','1','yes'),(33,0,'permalink_structure','/%postname%/','yes'),(34,0,'gzipcompression','0','yes'),(35,0,'hack_file','0','yes'),(36,0,'blog_charset','UTF-8','yes'),(37,0,'moderation_keys','','no'),(38,0,'active_plugins','a:11:{i:0;s:35:\"fancybox-for-wordpress/fancybox.php\";i:1;s:29:\"gravityforms/gravityforms.php\";i:2;s:53:\"jt-cross-domain-ajax-gui/jt-cross-domain-ajax-gui.php\";i:3;s:45:\"network-text-change/site-wide-text-change.php\";i:4;s:51:\"nextgen-gallery-custom-fields/ngg-custom-fields.php\";i:5;s:29:\"nextgen-gallery/nggallery.php\";i:6;s:37:\"simple-meta-tags/simple-meta-tags.php\";i:7;s:45:\"vimeography-bugsauce/vimeography-bugsauce.php\";i:8;s:27:\"vimeography/vimeography.php\";i:9;s:41:\"wordpress-importer/wordpress-importer.php\";i:10;s:21:\"wp-cufon/wp-cufon.php\";}','yes'),(14880,0,'mfbfw_active_version','3.0.1','yes'),(39,0,'home','http://www.ethanlewismaltby.com/Home/','yes'),(40,0,'category_base','','yes'),(41,0,'ping_sites','http://rpc.pingomatic.com/','yes'),(42,0,'advanced_edit','0','yes'),(43,0,'comment_max_links','2','yes'),(44,0,'gmt_offset','0','yes'),(45,0,'default_email_category','1','yes'),(46,0,'recently_edited','a:5:{i:0;s:101:\"/home/ethanl6/public_html/Home/wp-content/plugins/nextgen-gallery-custom-fields/ngg-custom-fields.php\";i:1;s:66:\"/home/ethanl6/public_html/Home/wp-content/themes/CocoonWP/home.php\";i:2;s:68:\"/home/ethanl6/public_html/Home/wp-content/themes/CocoonWP/header.php\";i:3;s:67:\"/home/ethanl6/public_html/Home/wp-content/themes/CocoonWP/style.css\";i:4;s:77:\"/home/ethanl6/public_html/Home/wp-content/plugins/vimeography/vimeography.php\";}','no'),(47,0,'template','CocoonWP','yes'),(48,0,'stylesheet','CocoonWP','yes'),(49,0,'comment_whitelist','1','yes'),(50,0,'blacklist_keys','','no'),(51,0,'comment_registration','','yes'),(52,0,'rss_language','en','yes'),(53,0,'html_type','text/html','yes'),(54,0,'use_trackback','0','yes'),(55,0,'default_role','subscriber','yes'),(56,0,'db_version','19470','yes'),(57,0,'uploads_use_yearmonth_folders','1','yes'),(58,0,'upload_path','','yes'),(59,0,'blog_public','1','yes'),(60,0,'default_link_category','2','yes'),(61,0,'show_on_front','posts','yes'),(62,0,'tag_base','','yes'),(63,0,'show_avatars','1','yes'),(64,0,'avatar_rating','G','yes'),(65,0,'upload_url_path','','yes'),(66,0,'thumbnail_size_w','150','yes'),(67,0,'thumbnail_size_h','150','yes'),(68,0,'thumbnail_crop','1','yes'),(69,0,'medium_size_w','300','yes'),(70,0,'medium_size_h','300','yes'),(71,0,'avatar_default','mystery','yes'),(72,0,'enable_app','0','yes'),(73,0,'enable_xmlrpc','0','yes'),(74,0,'large_size_w','1024','yes'),(75,0,'large_size_h','1024','yes'),(76,0,'image_default_link_type','file','yes'),(77,0,'image_default_size','','yes'),(78,0,'image_default_align','','yes'),(79,0,'close_comments_for_old_posts','','yes'),(80,0,'close_comments_days_old','14','yes'),(81,0,'thread_comments','','yes'),(82,0,'thread_comments_depth','5','yes'),(83,0,'page_comments','','yes'),(84,0,'comments_per_page','50','yes'),(85,0,'default_comments_page','newest','yes'),(86,0,'comment_order','asc','yes'),(87,0,'sticky_posts','a:0:{}','yes'),(88,0,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(89,0,'widget_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(90,0,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(91,0,'timezone_string','','yes'),(92,0,'embed_autourls','1','yes'),(93,0,'embed_size_w','','yes'),(94,0,'embed_size_h','600','yes'),(95,0,'page_for_posts','0','yes'),(96,0,'page_on_front','0','yes'),(97,0,'default_post_format','0','yes'),(98,0,'initial_db_version','19470','yes'),(99,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:71:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:24:\"NextGEN Gallery overview\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:21:\"NextGEN Upload images\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:18:\"NextGEN Edit album\";b:1;s:20:\"NextGEN Change style\";b:1;s:22:\"NextGEN Change options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(100,0,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,0,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,0,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,0,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(171,0,'global-admin-bar-plugin-setting','1','yes'),(104,0,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,0,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:12:{i:0;s:30:\"radykal-popular-recent-posts-2\";i:1;s:30:\"radykal-widget-gigs-releases-2\";i:2;s:23:\"radykal-popular-posts-2\";i:3;s:22:\"radykal-recent-posts-2\";i:4;s:39:\"radykal-widget-upcoming-gigs-releases-2\";i:5;s:32:\"radykal-widget-recent-releases-2\";i:6;s:7:\"pages-2\";i:7;s:10:\"calendar-2\";i:8;s:7:\"links-2\";i:9;s:5:\"rss-2\";i:10;s:11:\"tag_cloud-2\";i:11;s:10:\"nav_menu-2\";}s:9:\"home-left\";a:0:{}s:11:\"home-center\";a:0:{}s:10:\"home-right\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:11:\"footer-left\";a:0:{}s:13:\"footer-center\";a:0:{}s:12:\"footer-right\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(2035,0,'mzo_blog_category','','yes'),(545,0,'mfbfw','a:36:{s:11:\"borderColor\";s:7:\"#BBBBBB\";s:15:\"showCloseButton\";s:2:\"on\";s:11:\"closeHorPos\";s:5:\"right\";s:11:\"closeVerPos\";s:3:\"top\";s:12:\"paddingColor\";s:7:\"#FFFFFF\";s:7:\"padding\";s:2:\"10\";s:11:\"overlayShow\";s:2:\"on\";s:12:\"overlayColor\";s:7:\"#000000\";s:14:\"overlayOpacity\";s:3:\"0.3\";s:13:\"titlePosition\";s:6:\"inside\";s:10:\"titleColor\";s:7:\"#333333\";s:13:\"showNavArrows\";s:2:\"on\";s:11:\"zoomOpacity\";s:2:\"on\";s:11:\"zoomSpeedIn\";s:3:\"500\";s:12:\"zoomSpeedOut\";s:3:\"500\";s:15:\"zoomSpeedChange\";s:3:\"300\";s:12:\"transitionIn\";s:4:\"fade\";s:13:\"transitionOut\";s:4:\"fade\";s:8:\"easingIn\";s:11:\"easeOutBack\";s:9:\"easingOut\";s:10:\"easeInBack\";s:12:\"easingChange\";s:14:\"easeInOutQuart\";s:10:\"imageScale\";s:2:\"on\";s:14:\"centerOnScroll\";s:2:\"on\";s:18:\"hideOnOverlayClick\";s:2:\"on\";s:18:\"enableEscapeButton\";s:2:\"on\";s:11:\"galleryType\";s:6:\"custom\";s:16:\"customExpression\";s:129:\"jQuery(\".popbox\").addClass(\"fancybox\").attr(\"rel\",\"fancybox\");\r\njQuery(\".more-link\").addClass(\"fancybox\").attr(\"rel\",\"fancybox\");\";s:10:\"frameWidth\";s:3:\"560\";s:11:\"frameHeight\";s:3:\"340\";s:15:\"callbackOnStart\";s:31:\"function() { alert(\"Start!\"); }\";s:16:\"callbackOnCancel\";s:32:\"function() { alert(\"Cancel!\"); }\";s:18:\"callbackOnComplete\";s:34:\"function() { alert(\"Complete!\"); }\";s:17:\"callbackOnCleanup\";s:33:\"function() { alert(\"CleanUp!\"); }\";s:15:\"callbackOnClose\";s:31:\"function() { alert(\"Close!\"); }\";s:10:\"extraCalls\";s:0:\"\";s:8:\"nojQuery\";s:2:\"on\";}','yes'),(106,0,'cron','a:4:{i:1556041304;a:1:{s:15:\"cst_cron_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1556071964;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1556115240;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(108,0,'_transient_random_seed','f5dc17d6ab36180e670caa8d128bdc2c','yes'),(109,0,'auth_salt','>D,NHC*AK)p l!2w,3xqah/ii]w3a/-c%8<^HKn%~JO+-l.6Sw5]/x4JRwWP,c-G','yes'),(110,0,'logged_in_salt','|O~gC;AQwbm7B|xUh48Js6N}g.=B 6$Lb_+Ec+gpq?QY!oM^u~?=+>P%Ua*uPV0p','yes'),(114,0,'_site_transient_timeout_browser_c41a0db207c3b231b6e6d7ff6717ef33','1326377623','yes'),(1775,0,'can_compress_scripts','0','yes'),(2048,0,'theme_mods_CocoonWP','a:1:{i:0;b:0;}','yes'),(113,0,'_site_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1556037845;s:7:\"checked\";a:1:{s:0:\"\";N;}s:8:\"response\";a:0:{}}','yes'),(115,0,'_site_transient_browser_c41a0db207c3b231b6e6d7ff6717ef33','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"16.0.912.63\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(116,0,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:36:\"http://www.ethanlewismaltby.com/Home\";s:4:\"link\";s:112:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.ethanlewismaltby.com/Home/\";s:3:\"url\";s:145:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.ethanlewismaltby.com/Home/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(117,0,'nonce_salt','SW6-AzgYO#a(TnNDKyvHQBXfn<<b9k@g[{lWl70U1q{yGcF)~n{40%3*(P5Wc1f8','yes'),(2047,0,'current_theme','Cocoon Wordpress Teheme','yes'),(1755,0,'widget_nav_menu','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1756,0,'widget_radykal-popular-recent-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1757,0,'widget_radykal-widget-gigs-releases','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1758,0,'widget_radykal-popular-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1747,0,'theme_mods_twentyeleven','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1329146003;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}}}','yes'),(1762,0,'db_upgraded','','yes'),(1934,0,'_transient_timeout_feed_6c78d00722dae650afc8789333d5c38e','1329803023','no'),(1935,0,'_transient_feed_6c78d00722dae650afc8789333d5c38e','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://pipes.yahoo.com/pipes/pipe.info?_id=02f556aa2f503be89aa9d89723644f40\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The fastest and most complete WordPress performance plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://pipes.yahoo.com/pipes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:5:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"bobred on \"\"Requested URI has a trailing slash\" problem in 0.9.2.3\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/RGCcalrpe4c/plugin-w3-total-cache-requested-uri-has-a-trailing-slash-problem-in-0923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 20 Feb 2012 08:56:15 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2637451@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"<p>My apologies if it came across as being rude, it wasn\'t intended. I understand you\'ve put a lot of work and time into it and i fully appreciate it, it\'s a stunning piece of scripting bar a few bugs and i wish you the best of luck with it in the future :)\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/RGCcalrpe4c\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://wordpress.org/support/topic/plugin-w3-total-cache-requested-uri-has-a-trailing-slash-problem-in-0923#post-2637451\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"drokkon on \"Compatibility Check Fails, Server Configured Correctly\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/ldutBR4zFjs/plugin-w3-total-cache-compatibility-check-fails-server-configured-correctly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 20 Feb 2012 08:47:53 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2637424@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:477:\"<p>I\'m not sure what to expect wouldn\'t work. All I know is that when I run the compatibility check, several issues with my server show up. These are warning flags to me, especially when using a plugin like this - will it expose me to security risks? Will it fail to serve pages to my visitors correctly?</p>\n<p>If they aren\'t essential, then perhaps they shouldn\'t be checked. :)\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/ldutBR4zFjs\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"http://wordpress.org/support/topic/plugin-w3-total-cache-compatibility-check-fails-server-configured-correctly#post-2637424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"fabiosirna on \"Not all file are copied on the CDN\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/k_V_JvKi8DM/plugin-w3-total-cache-not-all-file-are-copied-n-the-cdn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 20 Feb 2012 08:45:00 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2637419@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:220:\"<p>No sorry, no visible errors. But if you have any suggestions where to check (log or other files) I will check it better.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/k_V_JvKi8DM\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wordpress.org/support/topic/plugin-w3-total-cache-not-all-file-are-copied-n-the-cdn#post-2637419\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Mike on \"W3 Total Cache yielding 404 pages\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/rwjiOV3z7GI/w3-total-cache-yielding-404-pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 20 Feb 2012 08:29:22 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2637378@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:330:\"<p>I can\'t seem to find any specific steps to reproduce, it just seems to be random pages showing 404. I will say that I cleared the checkbox on the W3TC setting to \"Cache 404 (not found) pages,\" and I have not see the problem since.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/rwjiOV3z7GI\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.org/support/topic/w3-total-cache-yielding-404-pages#post-2637378\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"sathallrin on \"WT3c +CDN + Next Gen Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/SqGbxcCqmsQ/wt3c-cdn-next-gen-gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 20 Feb 2012 08:26:13 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2637372@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:592:\"<p>Yes, the unsuccessfully file transfer queue is empty.</p>\n<p>All images uploaded to the Media Library are uploaded to the CDN instantly, just not the NextGen gallery images</p>\n<p>If I click the Upload Custom Files button then the new NextGen gallery images upload successfully. They are just not automatically uploaded when I add a new image.</p>\n<p>I have \"Automatically upload minify files\" and \"Export changed files automatically\" both checked. Auto upload interval is set to 3600 seconds\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/SqGbxcCqmsQ\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/support/topic/wt3c-cdn-next-gen-gallery#post-2637372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:40:\"http://feeds.feedburner.com/W3TOTALCACHE\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:4:\"next\";s:4:\"href\";s:93:\"http://pipes.yahoo.com/pipes/pipe.run?_id=02f556aa2f503be89aa9d89723644f40&_render=rss&page=2\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:40:\"http://feeds.feedburner.com/W3TOTALCACHE\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:12:\"w3totalcache\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:28:\"http://www.w3.org/1999/xhtml\";a:1:{s:4:\"meta\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"name\";s:6:\"robots\";s:7:\"content\";s:7:\"noindex\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"DQeZMrLFJyedoaVJwEBakzEPboA\";s:13:\"last-modified\";s:29:\"Mon, 20 Feb 2012 17:31:28 GMT\";s:4:\"date\";s:29:\"Mon, 20 Feb 2012 17:43:43 GMT\";s:7:\"expires\";s:29:\"Mon, 20 Feb 2012 17:43:43 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(4272,0,'_site_transient_timeout_browser_ef1fb6a5ac1b9ecfdf120fb93dffbd6f','1340801081','yes'),(4273,0,'_site_transient_browser_ef1fb6a5ac1b9ecfdf120fb93dffbd6f','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"19.0.1084.56\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(23911,0,'_transient_timeout_ngg_related_plugins','1421111414','no'),(23909,0,'_transient_timeout_ngg_request_b3ba86fd0f2ae10ebb35517da90952a7','1421197812','no'),(23910,0,'_transient_ngg_request_b3ba86fd0f2ae10ebb35517da90952a7','s:42025:\"a:1122:{s:13:\"Mike DAmbrose\";s:27:\"http://www.videovisions.com\";s:11:\"Ideablogger\";s:27:\"http://www.ablogofideas.net\";s:11:\"Chuck Coury\";s:0:\"\";s:6:\"Kelter\";s:21:\"http://www.badcat.com\";s:11:\"Martin Bahr\";s:25:\"http://www.law-vodcast.de\";s:13:\"Marcel Kneuer\";s:0:\"\";s:8:\"Alakhnor\";s:24:\"http://www.alakhnor.info\";s:3:\"Rod\";s:23:\"http://www.le-hiboo.com\";s:6:\"Ttancm\";s:21:\"http://www.ttancm.com\";s:19:\"Francoise Pescatore\";s:0:\"\";s:19:\"Andreas (die-andis)\";s:26:\"http://www.rummel-platz.de\";s:7:\"Andreas\";s:28:\"http://blog.friedlandreas.de\";s:17:\"Joern Kretzschmar\";s:25:\"http://diekretzschmars.de\";s:4:\"Mike\";s:27:\"http://www.mikemuscroft.com\";s:17:\"Sabine (Haselina)\";s:22:\"http://www.haselina.de\";s:8:\"Milemann\";s:0:\"\";s:13:\"Kees de Bruin\";s:32:\"http://www.kdbruin.net/fotoalbum\";s:9:\"Helene D.\";s:47:\"http://supernatural.hellioness.com/imagegallery\";s:12:\"Ghettomaster\";s:25:\"http://www.ghettoworld.de\";s:10:\"Joe Pharis\";s:36:\"http://www.southernstylecruisers.com\";s:20:\"Charlie (Jump Media)\";s:0:\"\";s:15:\"Simon Paarlberg\";s:23:\"http://www.paarlberg.dk\";s:12:\"Clive Loseby\";s:30:\"http://www.access-bydesign.com\";s:13:\"Tonny Kluften\";s:35:\"http://www.tinnitus-behandling.info\";s:12:\"Andreas Oeye\";s:25:\"http://www.andreasoye.com\";s:12:\"Laurent Momy\";s:0:\"\";s:17:\"Patrick Hennessey\";s:33:\"http://www.digitalvagabonding.com\";s:12:\"Hans Kiesouw\";s:33:\"http://www.digitalvagabonding.com\";s:14:\"Thomas Bradley\";s:33:\"http://www.tobeon.co.uk/wordpress\";s:17:\"Frederic Deghetto\";s:0:\"\";s:19:\"Christopher Weddell\";s:0:\"\";s:13:\"Martin Scholz\";s:0:\"\";s:8:\"Non Eric\";s:21:\"http://www.lunatec.de\";s:12:\"Ronen Hirsch\";s:28:\"http://www.stillcreation.com\";s:14:\"Michael Erhart\";s:0:\"\";s:14:\"Luc Saint-Elie\";s:25:\"http://luc.saint-elie.com\";s:14:\"Matthew Barker\";s:0:\"\";s:13:\"Emanuel Kluge\";s:0:\"\";s:19:\"Alba Bentos Pereira\";s:0:\"\";s:12:\"Bill Babcock\";s:18:\"http://www.bnj.com\";s:19:\"Jesper Haug Karsrud\";s:28:\"http://www.beyond-sanity.com\";s:16:\"Marco van de Ven\";s:20:\"http://www.mvdven.nl\";s:15:\"Peter Krabshuis\";s:23:\"http://www.dragoneye.nl\";s:9:\"Teresa Lo\";s:30:\"http://www.invivoanalytics.com\";s:12:\"Jes Carlskov\";s:0:\"\";s:12:\"John Statler\";s:27:\"http://www.systemsolver.com\";s:15:\"Joshua Katinger\";s:29:\"http://www.accessionmedia.com\";s:19:\"iSight Technologies\";s:25:\"http://www.isighttech.com\";s:10:\"Kay Germer\";s:17:\"http://highkay.de\";s:19:\"Ramon Cutanda Lopez\";s:0:\"\";s:10:\"Luc Dubois\";s:21:\"http://www.oriste.com\";s:10:\"Dixie Reid\";s:25:\"http://www.thereids.co.nz\";s:14:\"Gareth Bridger\";s:0:\"\";s:19:\"McGillveray Studios\";s:28:\"http://mcgillveraystudios.ca\";s:11:\"Paul Rogers\";s:25:\"http://www.swarfworks.com\";s:15:\"Modo Web Design\";s:28:\"http://www.modowebdesign.com\";s:15:\"Matthew Feldman\";s:0:\"\";s:12:\"Gideon Kiers\";s:26:\"http://www.gideonkiers.com\";s:11:\"Susan Bates\";s:0:\"\";s:23:\"ILISA International USA\";s:20:\"http://www.ilisa.com\";s:13:\"Mark Campbell\";s:28:\"http://www.layersofcolor.com\";s:12:\"Aaron Snyder\";s:26:\"http://www.aaronsnyder.net\";s:14:\"Patrick Pirker\";s:0:\"\";s:16:\"Christoph Wander\";s:0:\"\";s:24:\"Monterey Bay Singles LLC\";s:0:\"\";s:13:\"Elvina Flower\";s:0:\"\";s:13:\"Colossal Pups\";s:0:\"\";s:14:\"Florian Seuret\";s:0:\"\";s:15:\"Petri Teittinen\";s:0:\"\";s:10:\"Deval Shah\";s:21:\"http://www.LuvPix.net\";s:27:\"Simply Charlotte Mason, LLC\";s:0:\"\";s:13:\"John Williams\";s:18:\"http://jwlw.mv.com\";s:19:\"George Branchflower\";s:0:\"\";s:16:\"Douglas J Barnum\";s:0:\"\";s:13:\"Bradford Weir\";s:20:\"http://www.bweir.com\";s:34:\"Almost Anything Desktop Publishing\";s:33:\"http://www.almost-anything.com.au\";s:12:\"Aengus Moran\";s:0:\"\";s:12:\"Fias Co Farm\";s:25:\"http://www.fiascofarm.com\";s:21:\"Overdrive Design Labs\";s:30:\"http://www.overdrivedesign.biz\";s:39:\"Lincoln Hardwood and Tool Company, Inc.\";s:22:\"http://www.lhtcinc.com\";s:13:\"Kurt Perschke\";s:29:\"http://www.redballproject.com\";s:15:\"Christian Hoegl\";s:24:\"http://www.creativbox.at\";s:11:\"John Swartz\";s:22:\"http://www.jswartz.net\";s:14:\"Michael Kubala\";s:0:\"\";s:11:\"Kyle Meyers\";s:0:\"\";s:9:\"DF Design\";s:0:\"\";s:10:\"Olivia Loh\";s:0:\"\";s:14:\"Henner Guenter\";s:21:\"http://www.rvweser.de\";s:11:\"Fadli Fadli\";s:0:\"\";s:20:\"Philippe Vanhoolandt\";s:21:\"http://www.ramdam.com\";s:12:\"Gary Verhoff\";s:0:\"\";s:13:\"Detlev Danner\";s:18:\"http://www.mcdd.ch\";s:23:\"Laa&szlig; / Brembs GbR\";s:22:\"http://www.camoart.com\";s:10:\"Dean Cowan\";s:27:\"http://www.deanandlinda.com\";s:13:\"Ross Calloway\";s:0:\"\";s:10:\"Scott Kyle\";s:0:\"\";s:18:\"Allan Corfix Lykke\";s:0:\"\";s:18:\"Marieke van de Pol\";s:0:\"\";s:11:\"Tobias Kern\";s:22:\"http://www.tobikern.de\";s:15:\"Sander van Loon\";s:0:\"\";s:23:\"Daniel Oliver Habenicht\";s:27:\"http://www.audioschmiede.de\";s:16:\"Michael Sinclair\";s:0:\"\";s:14:\"Serira Designs\";s:28:\"http://www.seriradesigns.com\";s:14:\"Wang Qingsheng\";s:0:\"\";s:22:\"Maurice van der Linden\";s:23:\"http://www.vd-linden.nl\";s:15:\"Sandra Longmore\";s:0:\"\";s:13:\"Grupo Probeta\";s:27:\"http://www.grupoprobeta.com\";s:13:\"Aaron Simpson\";s:0:\"\";s:10:\"Dana Burns\";s:0:\"\";s:14:\"Craig Thompson\";s:26:\"http://www.globalwebhq.com\";s:16:\"Cynthia Spangler\";s:26:\"http://www.parkcityweb.com\";s:8:\"Guy Raif\";s:0:\"\";s:13:\"Stewart Evans\";s:19:\"http://www.scbs.org\";s:16:\"Richard Hartmann\";s:0:\"\";s:16:\"Robert Wetzlmayr\";s:0:\"\";s:14:\"Lesly St Louis\";s:25:\"http://www.lesstlouis.com\";s:12:\"Marko Toncic\";s:0:\"\";s:13:\"SlashGear.com\";s:24:\"http://www.slashgear.com\";s:16:\"Mustang Rock inc\";s:0:\"\";s:10:\"Jim Nelson\";s:23:\"http://www.tripawds.com\";s:9:\"Tim Bowen\";s:28:\"http://www.creativeslice.com\";s:15:\"Fabrizio Parodi\";s:0:\"\";s:13:\"Alex Vainberg\";s:0:\"\";s:14:\"Adam Nisenholz\";s:0:\"\";s:13:\"Alice Pechauf\";s:0:\"\";s:11:\"Hannah Gray\";s:0:\"\";s:13:\"CTFlatFee.com\";s:20:\"http://CTFlatFee.com\";s:9:\"Jawad Mir\";s:0:\"\";s:12:\"Enrico Deleo\";s:0:\"\";s:11:\"Stefan Baar\";s:21:\"http://stefan-baar.de\";s:10:\"Jack Scott\";s:20:\"http://jackscott.org\";s:12:\"Steven Erwin\";s:0:\"\";s:13:\"Stuart Hendry\";s:0:\"\";s:15:\"Creative Corner\";s:0:\"\";s:12:\"A Cemal Ekin\";s:0:\"\";s:10:\"Donna Belk\";s:0:\"\";s:7:\"Artical\";s:0:\"\";s:15:\"WebCart Service\";s:0:\"\";s:9:\"Lifegames\";s:0:\"\";s:16:\"Gianni Centorame\";s:0:\"\";s:25:\"Rainmaker Interactive LLC\";s:31:\"http://rainmakerinteractive.com\";s:13:\"Vincent Poppe\";s:23:\"http://vincentpoppe.com\";s:15:\"Anthony Damata \";s:0:\"\";s:31:\"Ditto Design & Duplication Inc.\";s:24:\"http://dittoonhudson.com\";s:10:\"Olaf Hoyer\";s:0:\"\";s:10:\"Mathew Eis\";s:17:\"http://eisbox.net\";s:10:\"Technolene\";s:21:\"http://technolene.com\";s:12:\"Walther Bans\";s:0:\"\";s:13:\"Jo Anne Croff\";s:0:\"\";s:14:\"Jeremy Gilbert\";s:0:\"\";s:20:\"Frederic Stuhldreier\";s:0:\"\";s:10:\"Bert Spies\";s:0:\"\";s:13:\"Dietmar Bader\";s:15:\"http://dtoys.de\";s:25:\"Antoni Planas Vil&agrave;\";s:0:\"\";s:13:\"Patrick Lacho\";s:0:\"\";s:33:\"Elliot Michel Nu&ntilde;ez Jaimes\";s:0:\"\";s:14:\"Michael Fallon\";s:0:\"\";s:12:\"Alec Hartman\";s:22:\"http://alechartman.com\";s:13:\"Georg Adamsen\";s:31:\"http://www.stubkjaer-adamsen.dk\";s:12:\"Timothy Jack\";s:0:\"\";s:15:\"Michael Mertens\";s:0:\"\";s:14:\"Giuliano Cocco\";s:0:\"\";s:13:\"Andrew Basile\";s:0:\"\";s:12:\"Marco Quiner\";s:0:\"\";s:17:\"Tammo H C Boersma\";s:0:\"\";s:13:\"Norbert Andre\";s:13:\"http://na7.de\";s:15:\"Lawrence Wilcox\";s:0:\"\";s:17:\"James Baumgaertel\";s:0:\"\";s:16:\"David Shettleroe\";s:0:\"\";s:16:\"Frank Weichbrodt\";s:0:\"\";s:17:\"Geoffrey Gardella\";s:0:\"\";s:16:\"Giansanti Design\";s:21:\"http://wearobgear.com\";s:14:\"Hartmut Ulrich\";s:0:\"\";s:10:\"Lou Zucaro\";s:16:\"http://pause.com\";s:14:\"Diana Komaromi\";s:0:\"\";s:15:\"Jessica Schamma\";s:27:\"http://www.schattendings.de\";s:15:\"Deryck Shepherd\";s:24:\"http://www.dshepherd.com\";s:10:\"Ivan Perez\";s:19:\"http://www.igpf.com\";s:13:\"Lars Haendler\";s:27:\"http://www.larshaendler.com\";s:13:\"Joris Barault\";s:0:\"\";s:15:\"Leanne Chambers\";s:0:\"\";s:12:\"Law Choo Kok\";s:0:\"\";s:15:\"Roderick Bisset\";s:24:\"http://www.bisset.org.uk\";s:12:\"Kunal Mittal\";s:0:\"\";s:10:\"Achim Baur\";s:0:\"\";s:13:\"Zack Crowther\";s:0:\"\";s:23:\"Cynllunio Pentir Design\";s:0:\"\";s:21:\"Philip Van der Vossen\";s:0:\"\";s:12:\"Julien Bigot\";s:0:\"\";s:19:\"J&ouml;rg Gregorius\";s:0:\"\";s:17:\"Evelyn Kolczynski\";s:0:\"\";s:15:\"Carolin Schwank\";s:0:\"\";s:21:\"Tamara Tortosa Andreu\";s:0:\"\";s:14:\"Bruno Loeffler\";s:28:\"http://www.bruno-loeffler.de\";s:16:\"Gasper Znidarsic\";s:0:\"\";s:20:\"Jose Manuel Gonzalez\";s:0:\"\";s:12:\"Peter Kyburz\";s:0:\"\";s:12:\"Johann Heyne\";s:0:\"\";s:14:\"Declan Fleming\";s:21:\"http://www.declan.net\";s:16:\"Stefan Grossmann\";s:0:\"\";s:15:\"Michael C Leung\";s:0:\"\";s:9:\"emblem.cc\";s:20:\"http://www.emblem.cc\";s:22:\"Texoma Living Magazine\";s:27:\"http://www.texomaliving.com\";s:14:\"Dariusz Wypych\";s:26:\"http://foto-art-studio.net\";s:22:\"Frontier Digital Media\";s:35:\"http://www.frontierdigitalmedia.com\";s:10:\"Philip Qua\";s:21:\"http://www.scubaq.ca/\";s:16:\"Michael Lebowitz\";s:0:\"\";s:16:\"Michael Crowther\";s:0:\"\";s:18:\"Arnold Warhonowicz\";s:27:\"http://www.warhonowicz.com/\";s:14:\"Anthony Mattke\";s:0:\"\";s:16:\"Matthias Irrgang\";s:24:\"http://www.mindbreed.de/\";s:19:\"Patrick Szczypinski\";s:21:\"http://f3studios.com/\";s:12:\"Alin Popescu\";s:20:\"http://popescoo.net/\";s:22:\"FashionWindows Network\";s:0:\"\";s:11:\"Ari Salomon\";s:0:\"\";s:15:\"NetOptions, LLC\";s:0:\"\";s:12:\"Hans Dewaele\";s:0:\"\";s:24:\"Atamayka Romero Castillo\";s:0:\"\";s:14:\"Tobias Bartels\";s:0:\"\";s:14:\"Jutta Kemperle\";s:20:\"http://jukemedia.de/\";s:20:\"Cornell Gallery, Inc\";s:0:\"\";s:16:\"KH Net Webdesign\";s:0:\"\";s:15:\"Marvin McDonald\";s:0:\"\";s:17:\"Simon &Aring;berg\";s:17:\"http://sitron.se/\";s:23:\"Gr&eacute;goire Noyelle\";s:0:\"\";s:14:\"Walter Brandao\";s:0:\"\";s:12:\"Anja Kretzer\";s:20:\"http://pixelithe.de/\";s:12:\"Lisa Roberts\";s:23:\"http://lisaroberts.com/\";s:12:\"Neagu Dragos\";s:0:\"\";s:12:\"Lars Neumann\";s:0:\"\";s:10:\"Jon Powers\";s:20:\"http://pagelines.com\";s:16:\"Lionel Albertino\";s:0:\"\";s:12:\"Stephan Keys\";s:0:\"\";s:13:\"Sledd Studios\";s:16:\"http://sledd.com\";s:14:\"Joachim Donath\";s:0:\"\";s:15:\"Roberth Munthel\";s:18:\"http://munthel.com\";s:16:\"Motor City Kings\";s:25:\"http://motorcitykings.com\";s:18:\"Ulrike Wintergalen\";s:30:\"http://www.webwork-magazin.net\";s:20:\"Gabriele von der Ohe\";s:16:\"http://gvdohe.de\";s:10:\"Miss Vinyl\";s:20:\"http://missvinyl.com\";s:22:\"Hans-J&ouml;rg Billich\";s:0:\"\";s:14:\"Anthony Butler\";s:0:\"\";s:16:\"Matthew Claussen\";s:0:\"\";s:13:\"Sonja Eckmann\";s:0:\"\";s:13:\"Benjamin Hill\";s:0:\"\";s:17:\"Hendrik Jan Oskam\";s:0:\"\";s:10:\"Dirk Deckx\";s:0:\"\";s:11:\"Trevor Bain\";s:0:\"\";s:11:\"Ali Sadrieh\";s:0:\"\";s:20:\"Klaus Gr&uuml;ninger\";s:0:\"\";s:14:\"Sandro Daquino\";s:23:\"http://sandrodaquino.it\";s:12:\"Joe Luthiger\";s:0:\"\";s:18:\"Robert Rockefeller\";s:25:\"http://bobrockefeller.com\";s:23:\"Tevarra Creative Studio\";s:18:\"http://tevarra.net\";s:12:\"Paul Cremers\";s:17:\"http://pmcrem.com\";s:12:\"Joseph Wiley\";s:18:\"http://jmwiley.net\";s:16:\"Nicoletti Alvise\";s:26:\"http://alvisenicoletti.com\";s:24:\"Semiotic Web Development\";s:0:\"\";s:10:\"DJ Stevens\";s:0:\"\";s:19:\"Markus G&auml;rtner\";s:0:\"\";s:16:\"Christian Lorenz\";s:0:\"\";s:17:\"Stefan Pinczolits\";s:0:\"\";s:12:\"Thomas Zilch\";s:0:\"\";s:9:\"Peter Kes\";s:0:\"\";s:40:\"EarthLink e.V. - The People &amp; Nature\";s:19:\"http://earthlink.de\";s:25:\"Louis Dallara Photography\";s:0:\"\";s:11:\"HHaynes.com\";s:18:\"http://HHaynes.com\";s:14:\"Piotr Celinski\";s:29:\"http://www.piotrcelinski.info\";s:15:\"Henning Emmrich\";s:0:\"\";s:32:\"A Girl with a Camera Productions\";s:0:\"\";s:12:\"Marcus Penna\";s:0:\"\";s:20:\"Equine Online Design\";s:0:\"\";s:8:\"M J Hall\";s:0:\"\";s:13:\"Andreas Boell\";s:19:\"http://www.boell.tv\";s:27:\"Hemmati Consulting Services\";s:0:\"\";s:16:\"Vladmir Antonini\";s:0:\"\";s:13:\"Oliver Andres\";s:0:\"\";s:16:\"Charles Bogaerts\";s:0:\"\";s:14:\"Kevin McSherry\";s:0:\"\";s:15:\"Mathieu Triclot\";s:0:\"\";s:17:\"Stephanie Klemens\";s:0:\"\";s:18:\"Candace Glendening\";s:25:\"http://CandiedFabrics.com\";s:11:\"Joern Busch\";s:0:\"\";s:15:\"Izet Arnautovic\";s:0:\"\";s:15:\"Florian Slechta\";s:0:\"\";s:17:\"Artbiz Web Design\";s:21:\"http://artbizmail.com\";s:14:\"Moineau Design\";s:0:\"\";s:10:\"Roger Haun\";s:0:\"\";s:22:\"Patrick Holland-Moritz\";s:25:\"http://holland-moritz.eu/\";s:11:\"Ted Sikkink\";s:0:\"\";s:18:\"Sascha R&ouml;sner\";s:28:\"http://www.sascharoesner.de/\";s:19:\"Froling Enterprises\";s:21:\"http://froling.com.au\";s:16:\"Tips & Tricks HQ\";s:31:\"http://www.tipsandtricks-hq.com\";s:14:\"Caleb Galaraga\";s:0:\"\";s:15:\"Manuel Hittorff\";s:0:\"\";s:14:\"Rudolph Miller\";s:0:\"\";s:12:\"Paul Marques\";s:0:\"\";s:14:\"Yurii Tihoglaz\";s:0:\"\";s:17:\"Karlheinz Eichler\";s:24:\"http://www.eichler-ac.de\";s:19:\"Mark Penney Gallery\";s:0:\"\";s:11:\"INKland.com\";s:0:\"\";s:11:\"PKL Designs\";s:21:\"http://pkldesigns.com\";s:18:\"Klaus Dieter Weber\";s:0:\"\";s:19:\"Kyrre Havik Eriksen\";s:0:\"\";s:11:\"Jan Schicho\";s:0:\"\";s:21:\"Abigail Larsen Design\";s:27:\"http://www.cosmickitty.com/\";s:12:\"CreaVita ANS\";s:23:\"http://www.creavita.net\";s:21:\"Christian M&uuml;ller\";s:0:\"\";s:16:\"Davide Ardizzoia\";s:0:\"\";s:11:\"Ben Naumann\";s:0:\"\";s:15:\"Caspar Fairhall\";s:25:\"http://casparfairhall.com\";s:12:\"Florian Kall\";s:0:\"\";s:12:\"Greg Burgess\";s:0:\"\";s:13:\"Joern Kluess \";s:0:\"\";s:20:\"Arthur van der Kooij\";s:0:\"\";s:18:\"Solitaire Freiburg\";s:27:\"http://www.teno-freiburg.de\";s:17:\"Marijke Vernimmen\";s:0:\"\";s:18:\"Catherina Centanni\";s:0:\"\";s:18:\"Kimya Hasira Hucks\";s:0:\"\";s:18:\"Taxhaven Companies\";s:33:\"http://www.taxhaven-companies.com\";s:14:\"Karl von Kries\";s:24:\"http://www.technomad.com\";s:12:\"Henry Bryant\";s:0:\"\";s:12:\"Carol Thomas\";s:0:\"\";s:13:\"Richard Otero\";s:0:\"\";s:13:\"Rebecca Evans\";s:0:\"\";s:16:\"Ignacio Leonardi\";s:0:\"\";s:21:\"Indemand Design, LLC.\";s:0:\"\";s:9:\"Prism Hue\";s:0:\"\";s:15:\"Walter Schaerer\";s:0:\"\";s:15:\"Michael Goitein\";s:0:\"\";s:10:\"David Howe\";s:0:\"\";s:15:\"Christian Pohle\";s:0:\"\";s:12:\"Steve Lieber\";s:26:\"http://www.stevelieber.com\";s:10:\"Gert Klaus\";s:33:\"http://www.panoramen-gertklaus.de\";s:15:\"Christian Frock\";s:0:\"\";s:14:\"Ingo Teichmann\";s:24:\"http://ruffs-hizzel.com/\";s:10:\"Craig John\";s:27:\"http://cjproductions.co.uk/\";s:26:\"Pedro Alberto Burgos Rosas\";s:0:\"\";s:13:\"Rolf Thiemann\";s:0:\"\";s:26:\"Giovan Giuseppe Ferrandino\";s:0:\"\";s:13:\"George Snyder\";s:0:\"\";s:13:\"Mikolaj Kmita\";s:0:\"\";s:12:\"Pavel Elagin\";s:0:\"\";s:26:\"1. Para-Ski-Club Saar e.V.\";s:21:\"http://www.paraski.de\";s:10:\"Abet Media\";s:24:\"http://www.abetdisc.com/\";s:18:\"Henner G&uuml;nter\";s:0:\"\";s:14:\"Jessica Ripley\";s:0:\"\";s:25:\"I&ntilde;igo Garcia Trigo\";s:0:\"\";s:14:\"Margaret Roach\";s:0:\"\";s:15:\"Valerie Schoman\";s:21:\"http://www.vhsart.com\";s:17:\"My Graphic Friend\";s:26:\"http://mygraphicfriend.com\";s:21:\"The Beer Soap Company\";s:24:\"http://thebeersoapco.com\";s:13:\"Ingrid Taylar\";s:0:\"\";s:4:\"TeNo\";s:23:\"http://www.teno-blog.de\";s:10:\"Ed Francis\";s:0:\"\";s:11:\"Jan Pozivil\";s:25:\"http://www.planxdesign.eu\";s:20:\"KAG Investments, LLC\";s:0:\"\";s:13:\"Peter Richter\";s:0:\"\";s:11:\"David Eagle\";s:0:\"\";s:9:\"Bruno Enz\";s:0:\"\";s:19:\"Michael D&ouml;rges\";s:0:\"\";s:20:\"Martin Bay Hebsgaard\";s:0:\"\";s:15:\"Jennifer Osborn\";s:0:\"\";s:14:\"Marco Kuhlkamp\";s:0:\"\";s:14:\"Matthias Blass\";s:21:\"http://www.mblass.biz\";s:14:\"Orestis Mammis\";s:0:\"\";s:10:\"Tom Martin\";s:0:\"\";s:12:\"Jeffrey Hill\";s:0:\"\";s:12:\"Alan Telford\";s:0:\"\";s:11:\"Jason Knapp\";s:0:\"\";s:10:\"Mark Beyer\";s:20:\"http://markbeyer.com\";s:12:\"Roger Moffat\";s:0:\"\";s:17:\"Alberto Varettoni\";s:0:\"\";s:25:\"Montgomery County Theatre\";s:0:\"\";s:15:\"Robert Lundberg\";s:0:\"\";s:17:\"Sebastian Bourges\";s:0:\"\";s:17:\"Vaclav Maletinsky\";s:0:\"\";s:13:\"Bliss Kitchen\";s:24:\"http://blisskitchen.com/\";s:23:\"Masterful Marketing LLC\";s:30:\"http://masterful-marketing.com\";s:22:\"Creative Web Ideas Ltd\";s:26:\"http://creativeideas.co.nz\";s:22:\"Adriano Iglesias Alaez\";s:0:\"\";s:10:\"Bonsana AG\";s:17:\"http://bonsana.ch\";s:9:\"Quan Tran\";s:0:\"\";s:16:\"Sabine Fischbach\";s:0:\"\";s:13:\"Mauro Baratti\";s:0:\"\";s:16:\"Andreas Karosser\";s:0:\"\";s:21:\"Jan Erik Mostr&ouml;m\";s:0:\"\";s:12:\"Thomas Gantz\";s:22:\"http://thomasgantz.com\";s:18:\"Art and Tech, Inc.\";s:21:\"http://artandtech.com\";s:16:\"Maximilian Beier\";s:0:\"\";s:25:\"Melbourne Hapkido Academy\";s:21:\"http://hapkido.org.au\";s:21:\"Sebastian M&uuml;ller\";s:0:\"\";s:17:\"Filip van Hoeckel\";s:0:\"\";s:13:\"Chris Buttery\";s:0:\"\";s:15:\"Kristian Botnen\";s:0:\"\";s:12:\"Eike Henning\";s:0:\"\";s:14:\"Morten Aaserod\";s:0:\"\";s:20:\"EMI Consulting Group\";s:24:\"http://emi-consulting.ch\";s:12:\"Inner Health\";s:0:\"\";s:12:\"Jeff Meadows\";s:0:\"\";s:15:\"Jane Blumenthal\";s:0:\"\";s:12:\"Janet Taylor\";s:24:\"http://orderchaosart.com\";s:13:\"Randall Hicks\";s:21:\"http://visualcoma.com\";s:19:\"W&auml;scherei Rein\";s:25:\"http://waescherei-rein.de\";s:12:\"Drinold Sema\";s:0:\"\";s:13:\"NailSoupMedia\";s:24:\"http://nailsoupmedia.com\";s:11:\"Jordan Lewy\";s:0:\"\";s:13:\"Jonas Seemann\";s:0:\"\";s:15:\"Jonathan Landau\";s:0:\"\";s:31:\"Gregorio D&aacute;vila de Tena \";s:0:\"\";s:11:\"Gary Little\";s:21:\"http://garylittle.com\";s:12:\"Mark Friesen\";s:0:\"\";s:13:\"Benjamin Zapp\";s:0:\"\";s:11:\"Robert Roll\";s:0:\"\";s:15:\"Doron Orenstein\";s:0:\"\";s:28:\"Iain Fairweather Photography\";s:24:\"http://fairweather.co.uk\";s:16:\"Jonatan Kipowsky\";s:0:\"\";s:16:\"Andrew Nofsinger\";s:0:\"\";s:13:\"Boris Woltert\";s:0:\"\";s:15:\"Ufuk Y&uuml;cel\";s:0:\"\";s:14:\"Roberta Hastey\";s:0:\"\";s:14:\"Luca Boccianti\";s:0:\"\";s:18:\"Global Data Images\";s:27:\"http://globaldataimages.com\";s:12:\"ID Traveller\";s:22:\"http://idtraveller.com\";s:14:\"Martina Blazey\";s:0:\"\";s:12:\"Dario Salice\";s:0:\"\";s:16:\"Alfred Lindmoser\";s:0:\"\";s:12:\"Jose Ordinas\";s:0:\"\";s:18:\"Antonio Canichella\";s:0:\"\";s:19:\"Christopher Simmons\";s:0:\"\";s:19:\"Yondershore Studios\";s:0:\"\";s:16:\"Stephen Chachere\";s:0:\"\";s:14:\"Nicolas Santos\";s:0:\"\";s:14:\"Robert Johnsen\";s:0:\"\";s:17:\"Philippe Verhelle\";s:31:\"http://www.philippeverhelle.com\";s:15:\"Joris Hilckmann\";s:0:\"\";s:11:\"Vicki Potts\";s:0:\"\";s:8:\"Hqprints\";s:19:\"http://hqprints.net\";s:15:\"Angela Trenholm\";s:0:\"\";s:14:\"Jeannine Klein\";s:0:\"\";s:12:\"Gregory Lynn\";s:0:\"\";s:17:\"Jasmin Br&uuml;ck\";s:0:\"\";s:15:\"Frank Zeininger\";s:0:\"\";s:13:\"Donald Wright\";s:0:\"\";s:12:\"Marina Kulik\";s:0:\"\";s:12:\"Logi Jonsson\";s:0:\"\";s:18:\"Leslie Allen Resha\";s:0:\"\";s:16:\"Thomas Ostrowski\";s:0:\"\";s:14:\"Vesper Stamper\";s:0:\"\";s:13:\"Evan Rapoport\";s:0:\"\";s:14:\"Thomas Raukamp\";s:0:\"\";s:10:\"Greg Warns\";s:0:\"\";s:18:\"Michael Mangiamele\";s:0:\"\";s:10:\"Ted Warren\";s:0:\"\";s:13:\"Thomas Streng\";s:20:\"http://bewegtsein.de\";s:18:\"Giorgio Perbellini\";s:0:\"\";s:15:\"Mauka Makai LLC\";s:22:\"http://emaukamakai.com\";s:13:\"Renata Kattel\";s:0:\"\";s:13:\"Carol Jenkins\";s:0:\"\";s:10:\"Matt Kuhns\";s:0:\"\";s:11:\"Don Francis\";s:0:\"\";s:17:\"Christian Wilhelm\";s:0:\"\";s:15:\"C4DTraining.com\";s:22:\"http://C4DTraining.com\";s:13:\"Dietrich Koch\";s:32:\"http://internetdienste-berlin.de\";s:27:\"Art Campbell Communications\";s:15:\"http://artc.net\";s:13:\"Foto-Andy.com\";s:25:\"http://www.Foto-Andy.com/\";s:15:\"Benoit Deschodt\";s:0:\"\";s:12:\"Fabian Seidl\";s:0:\"\";s:16:\"Joern Steinhauer\";s:0:\"\";s:14:\"Ciaran Mahoney\";s:0:\"\";s:11:\"Lauren Kato\";s:0:\"\";s:14:\"Art Wave, Inc.\";s:16:\"http://awts.com/\";s:9:\"Max Hugen\";s:0:\"\";s:13:\"Cloud Islands\";s:0:\"\";s:10:\"Sheri Wahl\";s:0:\"\";s:10:\"Tina Nixon\";s:0:\"\";s:15:\"Namita Bhargava\";s:0:\"\";s:19:\"Peter Schr&ouml;der\";s:0:\"\";s:33:\"Lonely Writers Publishing Limited\";s:23:\"http://lwpublishing.com\";s:15:\"Andrew Brewster\";s:0:\"\";s:27:\"Michael Sweeney Photography\";s:25:\"http://lightandimages.net\";s:11:\"Mike DAmore\";s:0:\"\";s:13:\"Toni Carreiro\";s:0:\"\";s:11:\"Janice King\";s:0:\"\";s:19:\"Asherah Photography\";s:0:\"\";s:14:\"Patric Mueller\";s:0:\"\";s:12:\"Michael Otte\";s:19:\"http://grafotte.com\";s:20:\"Miguel Ponce de Leon\";s:0:\"\";s:10:\"Sol Design\";s:0:\"\";s:17:\"Matthew Hardgrove\";s:27:\"http://matthewhardgrove.com\";s:18:\"Art of Chad Beatty\";s:21:\"http://chadbeatty.com\";s:21:\"Heber Daniel Redaelli\";s:0:\"\";s:11:\"Arne Jansen\";s:0:\"\";s:10:\"Antakarana\";s:21:\"http://antakarana.net\";s:12:\"Tommy Damani\";s:22:\"http://tommydamani.com\";s:11:\"David Volny\";s:0:\"\";s:14:\"Deborah Brunke\";s:0:\"\";s:13:\"Larry Platner\";s:0:\"\";s:20:\"MJ Penner Consulting\";s:24:\"http://michaelpenner.com\";s:15:\"Mindfull Design\";s:25:\"http://mindfulldesign.com\";s:20:\"Blue Prairie Studios\";s:29:\"http://blueprairiestudios.com\";s:10:\"Ted Ralphs\";s:0:\"\";s:13:\"Adam Nikulicz\";s:24:\"http://allasburypark.com\";s:15:\"Lisa du Plessis\";s:24:\"http://nizzleworkz.co.za\";s:12:\"Chuck Jacobs\";s:22:\"http://chuckjacobs.com\";s:17:\"Anthony Spadafora\";s:0:\"\";s:12:\"Michael Soye\";s:0:\"\";s:17:\"Heike B&uuml;hrer\";s:0:\"\";s:12:\"Ryan Barrett\";s:16:\"http://ryanb.org\";s:28:\"Gliffaes Country House Hotel\";s:19:\"http://gliffaes.com\";s:18:\"Caroline Halliwell\";s:0:\"\";s:12:\"Martin Fuchs\";s:22:\"http://martinfuchs.com\";s:14:\"Poetic Imagery\";s:0:\"\";s:19:\"eff.ess Studios LLC\";s:0:\"\";s:17:\"Venkata Penumatsa\";s:0:\"\";s:14:\"Andreas Trojak\";s:16:\"http://trojak.de\";s:11:\"Walter Jahn\";s:0:\"\";s:18:\"Michael Gorczynski\";s:0:\"\";s:15:\"544 Productions\";s:0:\"\";s:16:\"James Greenhalgh\";s:19:\"http://system11.org\";s:14:\"Andrea De Ieso\";s:0:\"\";s:14:\"Matthew Tucker\";s:0:\"\";s:12:\"H A ter Haar\";s:0:\"\";s:24:\"Slingshot Digital Design\";s:27:\"http://slingshotdigital.com\";s:9:\"Ian Comer\";s:0:\"\";s:12:\"Claus Morell\";s:16:\"http://morell.de\";s:11:\"Michael Kis\";s:21:\"http://michael-kis.de\";s:12:\"Arnaud Croes\";s:15:\"http://croes.de\";s:7:\"Web-Eze\";s:18:\"http://web-eze.com\";s:17:\"Carlo Stancanelli\";s:27:\"http://carlostancanelli.com\";s:17:\"Kevin Dontenville\";s:0:\"\";s:8:\"Gamebits\";s:19:\"http://gamebits.net\";s:14:\"Margaret Huber\";s:0:\"\";s:12:\"Malik Djelil\";s:23:\"http://malik-djelil.com\";s:17:\"Joshua Br&uuml;ck\";s:0:\"\";s:14:\"Marco Spalluto\";s:0:\"\";s:17:\"Tomasz Wasilewski\";s:0:\"\";s:10:\"Didier Ott\";s:0:\"\";s:26:\"Internet Development Group\";s:25:\"http://doublehelixnow.com\";s:13:\"Paul Williams\";s:0:\"\";s:31:\"Charleston PR & CBS Web Designs\";s:0:\"\";s:29:\"Luis Alfonso Almodovar Uranga\";s:0:\"\";s:10:\"Moran Levy\";s:18:\"http://moranoa.org\";s:14:\"Thomas Jackson\";s:0:\"\";s:19:\"Stefan R&uuml;diger\";s:0:\"\";s:27:\"Howard Goldbaum Productions\";s:0:\"\";s:15:\"Martin Wittmann\";s:0:\"\";s:11:\"Stan Marian\";s:0:\"\";s:12:\"Robert Tiedt\";s:0:\"\";s:17:\"Manuel S&uuml;ess\";s:0:\"\";s:13:\"Andrew Purdam\";s:0:\"\";s:17:\"Neuburger Raphael\";s:0:\"\";s:16:\"Karsten vom Wege\";s:17:\"http://vomwege.de\";s:11:\"Heike Carle\";s:0:\"\";s:18:\"Christian Dressler\";s:0:\"\";s:15:\"Lubomir Jirista\";s:0:\"\";s:12:\"Robert Cooke\";s:0:\"\";s:12:\"Charles Cook\";s:0:\"\";s:23:\"Prism Vision Publishing\";s:0:\"\";s:12:\"David Durkin\";s:0:\"\";s:9:\"OceanMoon\";s:20:\"http://oceanmoon.com\";s:11:\"Michael Lee\";s:0:\"\";s:14:\"Jezweb Pty Ltd\";s:20:\"http://jezweb.com.au\";s:16:\"MAW van der Made\";s:0:\"\";s:12:\"Lerone Moore\";s:0:\"\";s:19:\"Johannes K&ouml;nig\";s:0:\"\";s:5:\"Yamos\";s:15:\"http://yamos.de\";s:14:\"Florian Brusis\";s:0:\"\";s:16:\"Simon Consulting\";s:25:\"http://simonconsulting.at\";s:14:\"Marek Szewczyk\";s:0:\"\";s:12:\"Juri Hiensch\";s:0:\"\";s:16:\"David Vielmetter\";s:0:\"\";s:12:\"John Whitley\";s:24:\"http://blu-raycenter.biz\";s:29:\"Kramer Telecom Law Firm, P.C.\";s:25:\"http://telecomlawfirm.com\";s:14:\"Arend Maatkamp\";s:0:\"\";s:11:\"Jonas Meyer\";s:0:\"\";s:13:\"Melita Mulder\";s:0:\"\";s:14:\"Martin\'s Media\";s:23:\"http://martinsmedia.com\";s:16:\"Karin Bronwasser\";s:0:\"\";s:10:\"Boncea Ion\";s:0:\"\";s:11:\"Sean Whelan\";s:0:\"\";s:11:\"Ruth Summey\";s:0:\"\";s:9:\"Matt Soar\";s:0:\"\";s:13:\"Daniel Berdal\";s:25:\"http://dnkphotography.com\";s:12:\"Thomas Patin\";s:0:\"\";s:12:\"John Fischer\";s:0:\"\";s:12:\"Deborah Butz\";s:0:\"\";s:21:\"Internets Celebrities\";s:0:\"\";s:14:\"Alfred Glocker\";s:24:\"http://alfred-glocker.de\";s:10:\"What Media\";s:20:\"http://whatmedia.com\";s:15:\"Meghan Williams\";s:0:\"\";s:21:\"Middle East Fine Arts\";s:21:\"http://www.fenon.com/\";s:14:\"alas6enlaplaya\";s:25:\"http://alas6enlaplaya.com\";s:11:\"Edwin Dorre\";s:0:\"\";s:14:\"Nicola Darling\";s:0:\"\";s:14:\"Alex Messinger\";s:0:\"\";s:16:\"Daisy Bee Design\";s:25:\"http://daisybeedesign.com\";s:20:\"Guenez C&eacute;cile\";s:0:\"\";s:11:\"Roger Smith\";s:0:\"\";s:14:\"Andreas Nadler\";s:0:\"\";s:14:\"Howard Bissell\";s:0:\"\";s:13:\"Luca Chemello\";s:0:\"\";s:32:\"Fr&eacute;d&eacute;ric Devillard\";s:0:\"\";s:11:\"Mauro Ferri\";s:0:\"\";s:31:\"Ottmar v. Poschinger-Camphausen\";s:0:\"\";s:17:\"Sumangali Morhall\";s:0:\"\";s:20:\"MetServe Enterprises\";s:19:\"http://metserve.com\";s:10:\"Timo Toots\";s:0:\"\";s:16:\"MacPremium Media\";s:20:\"http://macpremium.it\";s:15:\"Albert Leithold\";s:0:\"\";s:9:\"John Hale\";s:25:\"http://dallasbuilders.com\";s:11:\"John Arnold\";s:0:\"\";s:11:\"Lothar Raue\";s:0:\"\";s:18:\"Manna Design Works\";s:27:\"http://mannadesignworks.com\";s:13:\"Conor Maxwell\";s:23:\"http://conormaxwell.com\";s:14:\"Kathryn Eggins\";s:0:\"\";s:15:\"Hopy Familianto\";s:0:\"\";s:13:\"Horst Erdmann\";s:0:\"\";s:17:\"Aperio Guitar LLC\";s:0:\"\";s:13:\"Soenke Nippel\";s:0:\"\";s:14:\"Promedical Inc\";s:27:\"http://promedicalonline.com\";s:12:\"Frank Kramer\";s:32:\"http://wernigerode-ferienhaus.de\";s:17:\"Nathanael Goldman\";s:0:\"\";s:12:\"Benjamin Ogg\";s:0:\"\";s:14:\"Julius Grandea\";s:0:\"\";s:13:\"IT-Consulting\";s:23:\"http://it-consulting.pl\";s:12:\"Michael Koch\";s:29:\"http://www.instant-summer.com\";s:10:\"Rich Candy\";s:0:\"\";s:24:\"Shamir Yanay Photography\";s:0:\"\";s:6:\"DJzone\";s:17:\"http://djzone.com\";s:14:\"Ilona Herrmann\";s:17:\"http://ilona-s.de\";s:11:\"Dick Floris\";s:34:\"http://www.floris-visualisaties.nl\";s:21:\"Wedharini Kartikasari\";s:0:\"\";s:17:\"Bruno L. Dietrich\";s:18:\"http://dietrich.to\";s:12:\"Thomas Peter\";s:0:\"\";s:15:\"Michael Langley\";s:0:\"\";s:13:\"Ali Lacinbala\";s:0:\"\";s:12:\"Juan Rubiano\";s:0:\"\";s:13:\"NDesigns, Inc\";s:19:\"http://ndesigns.net\";s:16:\"Ryan Kirkpatrick\";s:0:\"\";s:14:\"Tronel Lucette\";s:0:\"\";s:16:\"Mathias Hinderer\";s:0:\"\";s:16:\"Erika Zimmermann\";s:0:\"\";s:24:\"conceptdesignstudios.com\";s:35:\"http://www.conceptdesignstudios.com\";s:13:\"Gary Docherty\";s:0:\"\";s:17:\"Christian Gurtner\";s:26:\"http://www.escribacafe.com\";s:15:\"Cynthia Vieider\";s:0:\"\";s:16:\"Eugeniu Patrascu\";s:0:\"\";s:10:\"Ian Roller\";s:0:\"\";s:18:\"Gerhard Heuzontner\";s:0:\"\";s:21:\"Manfred M&ouml;hlmann\";s:0:\"\";s:14:\"Trisha McCombs\";s:0:\"\";s:21:\"Aur&eacute;lien Palou\";s:0:\"\";s:12:\"Georg Gunkel\";s:0:\"\";s:11:\"Frank Colin\";s:0:\"\";s:14:\"Marco Stroppel\";s:0:\"\";s:12:\"Thomas Kuban\";s:0:\"\";s:13:\"Arlindo Pinto\";s:0:\"\";s:21:\"Grzegorz Sok&oacute;l\";s:0:\"\";s:13:\"Jeremy Clulow\";s:0:\"\";s:10:\"Olaf Bosch\";s:0:\"\";s:14:\"Steeple Ashton\";s:0:\"\";s:18:\"Maximilian Hassert\";s:0:\"\";s:14:\"Steffi Nitzpon\";s:19:\"http://blogwiese.de\";s:15:\"Michael Lambert\";s:0:\"\";s:13:\"Brion Swanson\";s:0:\"\";s:16:\"Christian Renner\";s:30:\"http://renner-kommunikation.de\";s:15:\"Jacobsen Design\";s:25:\"http://diannajacobsen.com\";s:13:\"Andrew Killen\";s:24:\"http://phat-reaction.com\";s:13:\"Marcial Belen\";s:0:\"\";s:12:\"Grace Fumero\";s:0:\"\";s:14:\"Martin Kollman\";s:0:\"\";s:19:\"Konstantin Brazhnik\";s:0:\"\";s:12:\"Winning Mark\";s:22:\"http://winningmark.com\";s:26:\"Realdrive Design Solutions\";s:22:\"http://realdrive.co.uk\";s:17:\"Lotus Media Group\";s:18:\"http://lotusmg.com\";s:13:\"Claude Widmer\";s:0:\"\";s:16:\"William McKinnon\";s:0:\"\";s:17:\"Iconic Industries\";s:28:\"http://iconic-industries.com\";s:17:\"Nicolas Marguerie\";s:0:\"\";s:9:\"Lou Krieg\";s:0:\"\";s:16:\"Michael Hartmann\";s:0:\"\";s:11:\"Joep Peters\";s:0:\"\";s:28:\"Sparkes an Image Photography\";s:25:\"http://sparkesanimage.com\";s:16:\"Persona Reactive\";s:0:\"\";s:26:\"Derek Goodwin Photography \";s:0:\"\";s:19:\"WhatsTheBigIdea.com\";s:26:\"http://WhatsTheBigIdea.com\";s:11:\"Ryan Oliver\";s:0:\"\";s:15:\"Francisco Rubio\";s:0:\"\";s:15:\"Johnathan Poole\";s:0:\"\";s:10:\"Donal Dold\";s:0:\"\";s:9:\"Jan Marks\";s:0:\"\";s:16:\"Tobias Undeutsch\";s:24:\"http://www.bannerweb.ch/\";s:15:\"Michael Waddell\";s:19:\"http://www.mwdb.com\";s:21:\"Rosa Aguilar Riquelme\";s:0:\"\";s:12:\"Mike Hendren\";s:0:\"\";s:16:\"Sebastian Burger\";s:0:\"\";s:17:\"Matthew Dollinger\";s:0:\"\";s:12:\"Dastec, Inc.\";s:20:\"http://dastecinc.com\";s:12:\"Sherline Lee\";s:0:\"\";s:14:\"Raymond Barber\";s:0:\"\";s:19:\"July For Kings Inc.\";s:0:\"\";s:16:\"Richard Peladeau\";s:0:\"\";s:13:\"Tim Gieseking\";s:0:\"\";s:12:\"Rachel Crews\";s:0:\"\";s:18:\"Joachim Cavallucci\";s:20:\"http://cavallucci.de\";s:13:\"Mark Almighty\";s:23:\"http://MarkAlmighty.com\";s:17:\"Martin Schilliger\";s:0:\"\";s:12:\"Wang Bar ltd\";s:20:\"http://wangbar.co.uk\";s:13:\"Kate Thompson\";s:23:\"http://katethompson.com\";s:19:\"Vyacheslav Gorobets\";s:0:\"\";s:12:\"Magnus Anemo\";s:0:\"\";s:11:\"Tevin Jones\";s:0:\"\";s:11:\"Nancy Boyle\";s:0:\"\";s:20:\"Juan Ignacio Anguita\";s:0:\"\";s:13:\"Thomas Katlun\";s:0:\"\";s:14:\"The Camera Box\";s:20:\"http://camerabox.com\";s:20:\"Loma Prieta Pottery \";s:28:\"http://lomaprietapottery.com\";s:15:\"Creation Nation\";s:0:\"\";s:14:\"Nygel Williams\";s:0:\"\";s:18:\"Tall Ships Gallery\";s:0:\"\";s:14:\"Franziska Rutz\";s:0:\"\";s:22:\"Muhammad Faisal Faruqi\";s:0:\"\";s:14:\"Michael Bendit\";s:0:\"\";s:5:\"Skopy\";s:0:\"\";s:8:\"Kim Case\";s:0:\"\";s:11:\"Devin Price\";s:0:\"\";s:11:\"Ashish Ganu\";s:0:\"\";s:15:\"Tracey Milligan\";s:0:\"\";s:12:\"Austin Kelly\";s:0:\"\";s:12:\"Philemon Rai\";s:0:\"\";s:14:\"Michael Haspil\";s:0:\"\";s:17:\"Domenico Ruggiero\";s:0:\"\";s:14:\"OnTheGoSystems\";s:25:\"http://onthegosystems.com\";s:15:\"Martin Berghoef\";s:0:\"\";s:14:\"Scott Bernadot\";s:19:\"http://bernadot.com\";s:13:\"Richard Breen\";s:0:\"\";s:13:\"Yourgoods.com\";s:20:\"http://yourgoods.com\";s:7:\"Invares\";s:0:\"\";s:14:\"Bernd Reichert\";s:0:\"\";s:6:\"Scidot\";s:17:\"http://scidot.com\";s:12:\"Jesda Gulati\";s:0:\"\";s:16:\"Joanne Masterson\";s:0:\"\";s:20:\"KENT Picture Framing\";s:24:\"http://kentsouthwell.com\";s:13:\"Russell Albin\";s:23:\"http://russellalbin.com\";s:10:\"Mirco Erbe\";s:0:\"\";s:16:\"Christoph Schenk\";s:0:\"\";s:13:\"James Wisener\";s:0:\"\";s:10:\"Abraca Ltd\";s:17:\"http://abraca.com\";s:17:\"Jean-Samuel Denis\";s:0:\"\";s:14:\"Daniel Herberg\";s:0:\"\";s:13:\"Ronald Maurer\";s:0:\"\";s:14:\"Anthony Dudeck\";s:0:\"\";s:14:\"Alex Rodriguez\";s:0:\"\";s:21:\"Andriiy Pidbereznyak \";s:0:\"\";s:13:\"Pascal Barras\";s:0:\"\";s:9:\"Adam Lord\";s:0:\"\";s:22:\"Thomas Oberh&auml;user\";s:0:\"\";s:14:\"Davide Nanetti\";s:0:\"\";s:12:\"Todd Douglas\";s:0:\"\";s:16:\"Timothy Sullivan\";s:0:\"\";s:13:\"Kenneth Smith\";s:0:\"\";s:14:\"Roxanne Saumur\";s:0:\"\";s:6:\"raw HD\";s:19:\"http://rawhd.com.au\";s:20:\"classic-modern.co.uk\";s:27:\"http://classic-modern.co.uk\";s:12:\"Ina Baumbach\";s:0:\"\";s:11:\"Rain Wilber\";s:0:\"\";s:13:\"Karsten Donat\";s:17:\"http://macnews.de\";s:12:\"Joey Chivers\";s:0:\"\";s:22:\"Herv&eacute; Massignat\";s:0:\"\";s:12:\"Manuela Merl\";s:20:\"http://schellkopf.de\";s:18:\"Georgios Cherouvim\";s:0:\"\";s:10:\"Horst Klos\";s:0:\"\";s:11:\"Vicky Perry\";s:0:\"\";s:14:\"Angela Spencer\";s:0:\"\";s:13:\"Paolo Alberti\";s:0:\"\";s:13:\"Marco Bombach\";s:0:\"\";s:7:\"imWeb24\";s:17:\"http://imWeb24.de\";s:13:\"Shaun Alberts\";s:0:\"\";s:12:\"Zachary Self\";s:0:\"\";s:11:\"Dia Mehdawi\";s:0:\"\";s:10:\"Achim Mohr\";s:0:\"\";s:12:\"Ivanka Majic\";s:0:\"\";s:18:\"Jacqueline Spellen\";s:0:\"\";s:16:\"Ingrid Bl&uuml;m\";s:18:\"http://bluemweb.de\";s:20:\"Web Matters Limited \";s:23:\"http://webmatters.co.nz\";s:18:\"Stefan M&uuml;ller\";s:0:\"\";s:14:\"Tom Birmingham\";s:0:\"\";s:12:\"Paula Bartis\";s:0:\"\";s:7:\"Sara La\";s:0:\"\";s:12:\"Kurt Stanton\";s:0:\"\";s:12:\"Stefan Kanis\";s:0:\"\";s:13:\"Fred Dreiling\";s:0:\"\";s:13:\"Kathleen King\";s:0:\"\";s:18:\"Geraldine Macomber\";s:20:\"http://macombers.com\";s:26:\"Isa G&uuml;&ccedil;l&uuml;\";s:0:\"\";s:11:\"Maria Focsa\";s:0:\"\";s:14:\"Paola Bertoldi\";s:0:\"\";s:25:\"Jacqui Dervan Photography\";s:0:\"\";s:12:\"Irina Tammis\";s:0:\"\";s:24:\"Sweatshopproductions.com\";s:31:\"http://sweatshopproductions.com\";s:14:\"Abigail Gordon\";s:0:\"\";s:17:\"Christoph Freytag\";s:0:\"\";s:22:\"Joseph Chapellon Costa\";s:0:\"\";s:8:\"Josh.biz\";s:15:\"http://Josh.biz\";s:16:\"Anne Osterrieder\";s:0:\"\";s:8:\"Pam Krug\";s:0:\"\";s:9:\"John Kuhn\";s:0:\"\";s:22:\"Klaus Tilsted Jacobsen\";s:14:\"http://zoom.dk\";s:12:\"Gavin Rhodes\";s:0:\"\";s:13:\"Arias Digital\";s:0:\"\";s:9:\"de-signed\";s:0:\"\";s:17:\"Prose and Letters\";s:26:\"http://proseandletters.com\";s:18:\"Tim Johnson Design\";s:27:\"http://timjohnsondesign.com\";s:13:\"Antonio Rossi\";s:0:\"\";s:19:\"Emmanuel Archimbaud\";s:0:\"\";s:18:\"TriniTuner Limited\";s:21:\"http://trinituner.com\";s:9:\"Rene Kunz\";s:0:\"\";s:18:\"Alcidio M Oliveira\";s:0:\"\";s:18:\"David Utzschneider\";s:0:\"\";s:11:\"Niels Olsen\";s:0:\"\";s:11:\"John Dennis\";s:23:\"http://studioactiv8.com\";s:15:\"Edgars Ceporjus\";s:0:\"\";s:8:\"Pascal V\";s:0:\"\";s:15:\"Leticia Simpson\";s:0:\"\";s:18:\"Christoph Nikolaus\";s:0:\"\";s:21:\"Lilley Management Ltd\";s:27:\"http://lilleymanagement.com\";s:20:\"Tonik Collective Art\";s:0:\"\";s:18:\"Ga&euml;tan Vincke\";s:0:\"\";s:14:\"Torsten Samuel\";s:0:\"\";s:11:\"Thomas King\";s:0:\"\";s:13:\"Teneriffa2000\";s:23:\"http://teneriffa2000.de\";s:17:\"Tailoring The Web\";s:0:\"\";s:12:\"Jeffrey Marx\";s:0:\"\";s:12:\"Rene Hermann\";s:0:\"\";s:11:\"Nancy Sagar\";s:0:\"\";s:14:\"Leslie Tagorda\";s:24:\"http://flair-designs.com\";s:15:\"Alexander Ezhov\";s:0:\"\";s:14:\"Winfried Kropp\";s:0:\"\";s:19:\"FLATHEADenterprises\";s:30:\"http://flatheadenterprises.com\";s:12:\"Kenneth Ilio\";s:0:\"\";s:17:\"Geovani Bohodeanu\";s:0:\"\";s:17:\"Creative Art Link\";s:26:\"http://creativeartlink.com\";s:16:\"Mathias Roggmann\";s:0:\"\";s:19:\"Genevieve Yurtseven\";s:0:\"\";s:12:\"James Marlow\";s:0:\"\";s:16:\"Christine Golden\";s:0:\"\";s:12:\"Vera Duerkop\";s:0:\"\";s:18:\"Elizabeth McMartin\";s:28:\"http://ej-communications.com\";s:16:\"Christian Castro\";s:0:\"\";s:15:\"Benjamin Gerzen\";s:0:\"\";s:23:\"PSW GROUP GmbH & CO. KG\";s:14:\"http://psw.net\";s:15:\"Stephan Schiese\";s:17:\"http://schiese.de\";s:13:\"Parastoo Film\";s:22:\"http://parastoofilm.ca\";s:13:\"Leon Loberman\";s:19:\"http://loberman.net\";s:15:\"Shachaf Polakow\";s:0:\"\";s:13:\"Joshua D Blum\";s:0:\"\";s:14:\"Arno Michaelis\";s:0:\"\";s:16:\"Robert Blackford\";s:20:\"http://design615.com\";s:15:\"Lorraine Jordan\";s:25:\"http://lorrainejordan.net\";s:11:\"David Reyes\";s:0:\"\";s:16:\"WebMedia Designs\";s:26:\"http://webmediadesigns.com\";s:13:\"Bruno Desclee\";s:18:\"http://desclee.net\";s:13:\"Sven Eberlein\";s:0:\"\";s:19:\"Roberts & Kay, Inc.\";s:24:\"http://robertsandkay.com\";s:22:\"The Media Cellar, Inc.\";s:22:\"http://mediacellar.com\";s:15:\"Shirley R Hicks\";s:0:\"\";s:14:\"Sorin Berceanu\";s:0:\"\";s:15:\"Ladislav Lengal\";s:0:\"\";s:13:\"Claus Eriksen\";s:0:\"\";s:12:\"Philip Gomez\";s:0:\"\";s:15:\"Terry Gillespie\";s:0:\"\";s:14:\"Alejandro Leal\";s:0:\"\";s:12:\"Derrick Pugh\";s:0:\"\";s:12:\"Timothy Lack\";s:0:\"\";s:17:\"Nicolai Momotenco\";s:0:\"\";s:25:\"Susanne Kunjappu-Jellinek\";s:0:\"\";s:11:\"Kim Wah Lee\";s:0:\"\";s:19:\"Athlete Inside, LLC\";s:25:\"http://athlete-inside.com\";s:18:\"Amandine Goisbault\";s:0:\"\";s:10:\"Perry Mays\";s:0:\"\";s:11:\"Fedja Ciric\";s:0:\"\";s:11:\"Paul Newman\";s:19:\"http://racejunk.com\";s:13:\"Sonia Santana\";s:0:\"\";s:14:\"Image and Type\";s:23:\"http://imageandtype.com\";s:10:\"Troy Wical\";s:16:\"http://wical.com\";s:13:\"Sergio Hechim\";s:0:\"\";s:31:\"Juan de Dios Crespo de la Orden\";s:0:\"\";s:10:\"Continent7\";s:21:\"http://continent7.com\";s:15:\"Damir Bedekovic\";s:0:\"\";s:13:\"Hans Bickhofe\";s:0:\"\";s:19:\"Nadine Sch&auml;fer\";s:18:\"http://readit.info\";s:15:\"Peter Schilling\";s:25:\"http://sv-reichenbach.com\";s:19:\"Francesco Acquaviva\";s:0:\"\";s:13:\"Remy Baudouin\";s:0:\"\";s:21:\"Carlo Mario Chierotti\";s:0:\"\";s:13:\"Dimitar Mitev\";s:0:\"\";s:17:\"Robert Podfigurny\";s:0:\"\";s:10:\"Vadim Zima\";s:0:\"\";s:14:\"Stephan Hilker\";s:28:\"http://www.stephans-world.eu\";s:7:\"Qi Wang\";s:0:\"\";s:15:\"Johannes Ackner\";s:0:\"\";s:14:\"Okti Kurniasih\";s:0:\"\";s:13:\"Felix Harling\";s:17:\"http://harling.de\";s:23:\"Donnette Bailey-Stewart\";s:0:\"\";s:27:\"Pedro Navarro Garc&iacute;a\";s:0:\"\";s:16:\"Chris Marianetti\";s:0:\"\";s:18:\"Firouzeh Afsharnia\";s:0:\"\";s:16:\"Georgi Katsarski\";s:0:\"\";s:32:\"Christ&egrave;le Cassam-Sulliman\";s:26:\"http://cassam-sulliman.com\";s:14:\"Bill Valentine\";s:0:\"\";s:18:\"Owen W. Swain Arts\";s:0:\"\";s:14:\"Antoine Briano\";s:0:\"\";s:16:\"Eleonora Borelli\";s:0:\"\";s:13:\"Daniel Oswald\";s:18:\"http://historik.de\";s:25:\"Express Web Systems, Inc.\";s:25:\"http://expresshosting.net\";s:12:\"Neil Mullens\";s:0:\"\";s:12:\"Robert Rosen\";s:0:\"\";s:9:\"Sam Harms\";s:0:\"\";s:16:\"Rodrigo Lourenco\";s:0:\"\";s:17:\"William Hendricks\";s:0:\"\";s:14:\"Eric Fischell \";s:0:\"\";s:13:\"Duane Reid II\";s:0:\"\";s:30:\"Richard Louissaint Photography\";s:0:\"\";s:17:\"Michael Hagenbeck\";s:0:\"\";s:16:\"Ferruccio Favero\";s:0:\"\";s:12:\"Amanda Jones\";s:0:\"\";s:17:\"Tanja Benninghoff\";s:19:\"http://lovequilt.de\";s:14:\"James Lawrence\";s:21:\"http://powertoolz.com\";s:17:\"Toni Mills Design\";s:20:\"http://tonimills.com\";s:20:\"Kenmare Digital Arts\";s:0:\"\";s:13:\"Kishore Kumar\";s:0:\"\";s:12:\"Vicky Ceelen\";s:0:\"\";s:13:\"Ulrike Bender\";s:0:\"\";s:15:\"Peggy Blackwell\";s:0:\"\";s:11:\"Proven Life\";s:21:\"http://provenlife.com\";s:11:\"Paternostri\";s:0:\"\";s:14:\"Matteo Cavucci\";s:0:\"\";s:10:\"Simon Hogg\";s:0:\"\";s:13:\"Zachary Meyer\";s:0:\"\";s:17:\"Miles Music, Inc.\";s:21:\"http://milesmusic.com\";s:12:\"Neil Simmons\";s:0:\"\";s:32:\"Personal Network Computing, Inc.\";s:0:\"\";s:19:\"Ouse Valley Archers\";s:28:\"http://ousevalleyarchers.com\";s:16:\"Francesca Manola\";s:26:\"http://francescamanola.com\";s:13:\"Axel Pfaender\";s:23:\"http://axelpfaender.com\";s:12:\"Sandor Varga\";s:0:\"\";s:23:\"First Computer Services\";s:16:\"http://fcsnc.com\";s:15:\"Charles Sillery\";s:0:\"\";s:11:\"Josh Gentry\";s:21:\"http://joshgentry.com\";s:13:\"Marc Nieuwhof\";s:0:\"\";s:13:\"Just Plymouth\";s:25:\"http://justplymouth.co.uk\";s:16:\"Karl- Heinz Kunz\";s:0:\"\";s:12:\"Philip Clark\";s:0:\"\";s:16:\"Striped Aardvark\";s:26:\"http://stripedaardvark.com\";s:13:\"Robert Morgan\";s:30:\"http://RobertMichaelMorgan.com\";s:13:\"Dan Rosenberg\";s:0:\"\";s:12:\"Chris Spears\";s:0:\"\";s:14:\"Stephen Tracey\";s:0:\"\";s:17:\"Esteban Fernandez\";s:0:\"\";s:16:\"Giovanni Vignoli\";s:0:\"\";s:13:\"Larry Stammen\";s:0:\"\";s:18:\"Christian Nieberle\";s:19:\"http://nieberle.org\";s:15:\"Karl-Heinz Kunz\";s:15:\"http://zette.de\";s:19:\"Robert Nigel Dewing\";s:0:\"\";s:24:\"Genevi&egrave;ve Kleiner\";s:0:\"\";s:13:\"Poli Cardenas\";s:0:\"\";s:19:\"Philipp B&auml;ttig\";s:0:\"\";s:15:\"Anton Oschepkov\";s:0:\"\";s:10:\"Pia Taylor\";s:0:\"\";s:16:\"Jeffrey Hatmaker\";s:0:\"\";s:20:\"TBP Productions, LLP\";s:33:\"http://schoolnewspapersonline.com\";s:14:\"Ketut Swastika\";s:0:\"\";s:12:\"Oleg Sayenko\";s:0:\"\";s:14:\"Lowell Larsson\";s:0:\"\";s:13:\"Jonny Scholes\";s:0:\"\";s:11:\"Peter Marsh\";s:0:\"\";s:17:\"Kristina McInerny\";s:0:\"\";s:16:\"Elaine Gallacher\";s:0:\"\";s:15:\"Beate Lambrecht\";s:16:\"http://beafun.de\";s:12:\"Per Pedersen\";s:0:\"\";s:31:\"Alberto Mu&ntilde;oz Villarroel\";s:0:\"\";s:11:\"Ruth Rodger\";s:0:\"\";s:16:\"Magnar Gregersen\";s:18:\"http://toptona.com\";s:29:\"TechEdge Solutions Group LLC.\";s:33:\"http://techedgesolutionsgroup.com\";s:13:\"Angela Bowman\";s:0:\"\";s:13:\"Dominik Thali\";s:0:\"\";s:23:\"Merv Colton Photography\";s:0:\"\";s:11:\"David Chang\";s:0:\"\";s:16:\"Dennis Nazarenko\";s:0:\"\";s:20:\"Martien van Wanrooij\";s:0:\"\";s:16:\"Francisco Suarez\";s:0:\"\";s:11:\"Bernd Unger\";s:0:\"\";s:37:\"Kriebel und Kriebel Restorations GmbH\";s:0:\"\";s:13:\"Charles Rawls\";s:0:\"\";s:16:\"Henk van den Bor\";s:0:\"\";s:11:\"Till Patzig\";s:18:\"http://fragzone.de\";s:12:\"Johann Seidl\";s:0:\"\";s:12:\"Alexi Dagher\";s:0:\"\";s:13:\"Herman Lamboo\";s:17:\"http://lamboo.com\";s:14:\"Bas Montgomery\";s:0:\"\";s:11:\"Brent Clair\";s:0:\"\";s:13:\"Mamadou Sakho\";s:0:\"\";s:15:\"Edward Connolly\";s:0:\"\";s:11:\"Joe McNally\";s:0:\"\";s:18:\"Tamson Overholtzer\";s:0:\"\";s:12:\"Vera Schafer\";s:0:\"\";s:19:\"Wyvex Media Limited\";s:23:\"http://wyvexmedia.co.uk\";s:10:\"Marco Pini\";s:0:\"\";s:18:\"PacificHealth Labs\";s:28:\"http://pacifichealthlabs.com\";s:12:\"Colin Opseth\";s:0:\"\";s:10:\"John Henel\";s:0:\"\";s:19:\"Concettina Costanzo\";s:0:\"\";s:15:\"Holger Lippmann\";s:0:\"\";s:12:\"Jon Frampton\";s:0:\"\";s:17:\"Nat Coalson, Inc.\";s:21:\"http://natcoalson.com\";s:14:\"Tony The Zebra\";s:0:\"\";s:17:\"Martin Czwiertnia\";s:0:\"\";s:13:\"Sarah Wagener\";s:0:\"\";s:19:\"Jose Luis Vilardell\";s:0:\"\";s:15:\"Sheryl McMillan\";s:0:\"\";s:14:\"Norbert Mallik\";s:19:\"http://einmallik.de\";s:18:\"Nils B&auml;chtold\";s:0:\"\";s:13:\"William Owens\";s:0:\"\";s:8:\"Ivan Boo\";s:0:\"\";s:22:\"Powerhouse Electronics\";s:0:\"\";s:10:\"Artur Lech\";s:0:\"\";s:23:\"Eldoren Consulting Inc.\";s:18:\"http://eldoren.com\";s:14:\"Kornelia Vanyi\";s:0:\"\";s:8:\"Deena Lu\";s:0:\"\";s:9:\"Greg Zeck\";s:20:\"http://youngzeck.com\";s:23:\"Constantin Sch&auml;fer\";s:0:\"\";s:14:\"Richard Sibley\";s:26:\"http://richardsibley.co.uk\";s:15:\"Sandra Catsburg\";s:0:\"\";s:13:\"Curious Light\";s:23:\"http://curiouslight.com\";s:11:\"World Prank\";s:21:\"http://worldprank.com\";s:15:\"Andrew Marshall\";s:0:\"\";s:22:\"High Aspirations, Inc.\";s:29:\"http://highaspirationsinc.com\";s:9:\"Aaron Loy\";s:0:\"\";s:11:\"Graeme Thom\";s:21:\"http://graemethom.com\";s:19:\"Philippe Petitqueux\";s:0:\"\";s:10:\"Lena Shore\";s:20:\"http://lenashore.com\";s:11:\"David Flake\";s:0:\"\";s:16:\"Arthur Muzelenga\";s:0:\"\";s:11:\"Luca Wolfer\";s:0:\"\";s:15:\"Volkmar Coerdts\";s:19:\"http://kleinwerk.de\";s:12:\"C. Templeton\";s:0:\"\";s:19:\"Memento Press, Inc.\";s:23:\"http://mementopress.com\";s:20:\"Joan Vazquez Colomes\";s:0:\"\";s:14:\"Reel House VOD\";s:0:\"\";s:18:\"Jir&iacute; Najman\";s:0:\"\";s:21:\"Jean-louis Crochemore\";s:0:\"\";s:15:\"Alfonso Marrero\";s:0:\"\";s:21:\"Artist Mentors Online\";s:0:\"\";s:7:\"Kidport\";s:18:\"http://kidport.com\";s:28:\"Networking Technologies Goup\";s:17:\"http://ntgroup.gp\";s:10:\"David Skok\";s:15:\"http://skok.com\";s:17:\"Tommaso Iadicicco\";s:0:\"\";s:13:\"Dietmar Georg\";s:0:\"\";s:15:\"Jason Grishkoff\";s:0:\"\";s:13:\"Marcin Miczek\";s:0:\"\";s:12:\"Andreas Dahl\";s:23:\"http://wiescheid-net.de\";s:15:\"Peter Kasbergen\";s:20:\"http://kasbergen.com\";s:15:\"Thomas Hartmann\";s:19:\"http://papachulo.ch\";s:19:\"Rinni van der Horst\";s:0:\"\";s:17:\"Nityia Przewlocki\";s:0:\"\";s:12:\"Ewald Tinhof\";s:0:\"\";s:16:\"Mattis Folkestad\";s:0:\"\";s:20:\"Spilled Milk Designs\";s:29:\"http://spilledmilkdesigns.com\";s:9:\"Isobe Aki\";s:0:\"\";s:12:\"Benjamin Guz\";s:0:\"\";s:11:\"Joanne Watt\";s:0:\"\";s:13:\"Pamela Miller\";s:0:\"\";s:19:\"Hard Brakes TiSpeed\";s:21:\"http://hardbrakes.com\";s:17:\"Amaury Dessaintes\";s:0:\"\";s:11:\"David Bruno\";s:0:\"\";s:16:\"Markku Heikkinen\";s:0:\"\";s:12:\"Duc Designed\";s:22:\"http://ducdesigned.com\";s:9:\"John Buck\";s:0:\"\";s:16:\"Nina Zhao-Seiler\";s:0:\"\";s:19:\"Vladimir Strelnikov\";s:0:\"\";s:11:\"Sander Baks\";s:21:\"http://sanderbaks.com\";s:14:\"Wioletta Strak\";s:0:\"\";s:14:\"Tiandra Purvey\";s:0:\"\";s:13:\"Cami Townsend\";s:0:\"\";s:11:\"Dina Portik\";s:0:\"\";s:10:\"Veljo Alev\";s:0:\"\";s:15:\"Martijn Pantlin\";s:0:\"\";s:21:\"Alexander M&uuml;ller\";s:0:\"\";s:16:\"Simon Dellenbach\";s:0:\"\";s:15:\"Mitchell Bennis\";s:24:\"http://elementengage.com\";s:19:\"J&uuml;rgen Burkart\";s:0:\"\";s:19:\"Pilar Vicente Toral\";s:0:\"\";s:13:\"Stephen Suess\";s:26:\"http://c.satoristephen.com\";s:11:\"Saill white\";s:21:\"http://saillwhite.com\";s:11:\"David Shehi\";s:0:\"\";s:15:\"Elizabeth Jones\";s:0:\"\";s:10:\"Mark Emery\";s:0:\"\";s:14:\"Martins Dzerve\";s:0:\"\";s:12:\"Tony Prodger\";s:0:\"\";s:27:\"Have A Grace Day Ministries\";s:24:\"http://haveagraceday.org\";s:13:\"Torsten Opitz\";s:0:\"\";s:7:\"AJ Jack\";s:0:\"\";s:14:\"Szilard Mihaly\";s:21:\"http://mihalysoft.com\";s:10:\"John Dumke\";s:0:\"\";s:13:\"Sharon Coward\";s:0:\"\";s:11:\"Simon Smits\";s:0:\"\";s:17:\"Michael Kurzinsky\";s:0:\"\";s:13:\"Pawel Gotowko\";s:0:\"\";s:14:\"Bonnie Simrell\";s:0:\"\";s:38:\"Ministry Depot/Digital Seasons of Life\";s:24:\"http://ministrydepot.com\";s:15:\"Jutta Schuhbeck\";s:0:\"\";s:21:\"Markus Andreas Baltes\";s:30:\"http://golfschule-mallorca.com\";s:12:\"David Lasker\";s:22:\"http://altosdesign.com\";s:13:\"Andrew Attard\";s:0:\"\";s:14:\"Leonard Gaiter\";s:0:\"\";s:20:\"Naira Jorge de Witte\";s:0:\"\";s:9:\"M-Graphix\";s:20:\"http://m-graphix.com\";s:20:\"Sidewalk Cafe Design\";s:0:\"\";s:12:\"Karen Parish\";s:0:\"\";s:10:\"Nico Emons\";s:0:\"\";s:12:\"Realmedia.ca\";s:17:\"http://pictour.ca\";}\";','no'),(4377,0,'post_meta_description','Ethan Lewis Maltby - The Official Website for the British Composer and creator of DrumChasers..','yes'),(2050,0,'coc_color','Dark','yes'),(2051,0,'coc_exclude_pages','9999','yes'),(4370,0,'use_posts_meta_data','on','yes'),(4371,0,'smt-init-v11','done','yes'),(19108,0,'_site_transient_timeout_browser_ec51a1ccb6bcf87a32ce8d233dc9ffce','1404743603','yes'),(2017,0,'theme_mods_meezio','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1329839611;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:7:\"links-2\";i:3;s:5:\"rss-2\";i:4;s:11:\"tag_cloud-2\";i:5;s:10:\"nav_menu-2\";}s:9:\"sidebar-1\";a:0:{}}}}','yes'),(2026,0,'mzo_color_scheme','blue','yes'),(2027,0,'mzo_background_image','pattern1','yes'),(2028,0,'mzo_logo_image','wp-content/themes/meezio/images/logo.png','yes'),(2029,0,'mzo_logo_image_width','222','yes'),(2030,0,'mzo_logo_image_height','95','yes'),(2031,0,'mzo_transition','horizontal_vertical','yes'),(2032,0,'mzo_page_alignement','centered','yes'),(2033,0,'mzo_cufon','no','yes'),(2034,0,'mzo_footer_text','This is the © copyright info. Your company name.','yes'),(1696,0,'_site_transient_browser_c4790e19addea0aa201eea051ab7b185','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"17.0.963.46\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(690,0,'ossdl_off_cdn_url','http://www.ethanlewismaltby.com/Home','yes'),(691,0,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(692,0,'ossdl_off_exclude','.php','yes'),(693,0,'ossdl_cname','','yes'),(694,0,'wpsupercache_gc_time','1329250051','yes'),(695,0,'uninstall_plugins','a:2:{i:0;b:0;s:29:\"nextgen-gallery/nggallery.php\";a:2:{i:0;s:9:\"nggLoader\";i:1;s:9:\"uninstall\";}}','yes'),(732,0,'ngg_options','a:72:{s:11:\"gallerypath\";s:19:\"wp-content/gallery/\";s:9:\"deleteImg\";b:1;s:9:\"swfUpload\";b:1;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:10:\"usePicLens\";b:0;s:12:\"activateTags\";b:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:10:\"thumbwidth\";s:3:\"113\";s:11:\"thumbheight\";s:2:\"60\";s:8:\"thumbfix\";s:1:\"1\";s:12:\"thumbquality\";s:3:\"100\";s:8:\"imgWidth\";i:800;s:9:\"imgHeight\";i:600;s:10:\"imgQuality\";i:85;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:0;s:9:\"galImages\";s:2:\"20\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";s:1:\"0\";s:12:\"galShowSlide\";b:0;s:12:\"galTextSlide\";s:19:\"[Show as slideshow]\";s:14:\"galTextGallery\";s:19:\"[Show picture list]\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";s:1:\"1\";s:13:\"galImgBrowser\";b:0;s:12:\"galHiddenImg\";b:0;s:10:\"galAjaxNav\";b:0;s:11:\"thumbEffect\";s:4:\"none\";s:9:\"thumbCode\";s:0:\"\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:5;s:6:\"wmYpos\";i:5;s:6:\"wmType\";s:4:\"text\";s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:10;s:6:\"wmText\";s:18:\"Ethan Lewis Maltby\";s:7:\"wmColor\";s:6:\"000000\";s:8:\"wmOpaque\";s:3:\"100\";s:8:\"enableIR\";b:0;s:7:\"slideFx\";s:4:\"fade\";s:5:\"irURL\";s:0:\"\";s:12:\"irXHTMLvalid\";b:0;s:7:\"irAudio\";s:0:\"\";s:7:\"irWidth\";i:320;s:8:\"irHeight\";i:240;s:9:\"irShuffle\";b:1;s:17:\"irLinkfromdisplay\";b:1;s:16:\"irShownavigation\";b:0;s:11:\"irShowicons\";b:0;s:11:\"irWatermark\";b:0;s:13:\"irOverstretch\";s:4:\"true\";s:12:\"irRotatetime\";i:10;s:12:\"irTransition\";s:6:\"random\";s:10:\"irKenburns\";b:0;s:11:\"irBackcolor\";s:6:\"000000\";s:12:\"irFrontcolor\";s:6:\"FFFFFF\";s:12:\"irLightcolor\";s:6:\"CC0000\";s:13:\"irScreencolor\";s:6:\"000000\";s:11:\"activateCSS\";b:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:11:\"installDate\";i:1327421158;s:13:\"publish_width\";i:113;s:14:\"publish_height\";i:60;s:13:\"publish_align\";s:4:\"none\";}','yes'),(733,0,'ngg_db_version','1.8.0','yes'),(1453,0,'wp_css_within_posts_activation','on','yes'),(1454,0,'wp_css_activation','on','yes'),(1455,0,'wp_css_cache_time','3600','yes'),(23915,0,'rewrite_rules','a:135:{s:36:\"vimeography/([0-9]{1,4})+/refresh\\/?\";s:71:\"index.php?vimeography_action=refresh&vimeography_gallery_id=$matches[1]\";s:6:\"gig/?$\";s:23:\"index.php?post_type=gig\";s:36:\"gig/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=gig&feed=$matches[1]\";s:31:\"gig/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=gig&feed=$matches[1]\";s:23:\"gig/page/([0-9]{1,})/?$\";s:41:\"index.php?post_type=gig&paged=$matches[1]\";s:10:\"release/?$\";s:27:\"index.php?post_type=release\";s:40:\"release/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=release&feed=$matches[1]\";s:35:\"release/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=release&feed=$matches[1]\";s:27:\"release/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=release&paged=$matches[1]\";s:16:\"stylico-slide/?$\";s:33:\"index.php?post_type=stylico-slide\";s:46:\"stylico-slide/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=stylico-slide&feed=$matches[1]\";s:41:\"stylico-slide/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=stylico-slide&feed=$matches[1]\";s:33:\"stylico-slide/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=stylico-slide&paged=$matches[1]\";s:31:\"gig/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"gig/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"gig/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"gig/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"gig/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:24:\"gig/([^/]+)/trackback/?$\";s:30:\"index.php?gig=$matches[1]&tb=1\";s:44:\"gig/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?gig=$matches[1]&feed=$matches[2]\";s:39:\"gig/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?gig=$matches[1]&feed=$matches[2]\";s:32:\"gig/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?gig=$matches[1]&paged=$matches[2]\";s:39:\"gig/([^/]+)/comment-page-([0-9]{1,})/?$\";s:43:\"index.php?gig=$matches[1]&cpage=$matches[2]\";s:24:\"gig/([^/]+)(/[0-9]+)?/?$\";s:42:\"index.php?gig=$matches[1]&page=$matches[2]\";s:20:\"gig/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\"gig/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\"gig/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"gig/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"gig/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"release/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"release/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"release/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"release/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"release/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"release/([^/]+)/trackback/?$\";s:34:\"index.php?release=$matches[1]&tb=1\";s:48:\"release/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?release=$matches[1]&feed=$matches[2]\";s:43:\"release/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?release=$matches[1]&feed=$matches[2]\";s:36:\"release/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?release=$matches[1]&paged=$matches[2]\";s:43:\"release/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?release=$matches[1]&cpage=$matches[2]\";s:28:\"release/([^/]+)(/[0-9]+)?/?$\";s:46:\"index.php?release=$matches[1]&page=$matches[2]\";s:24:\"release/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"release/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"release/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"release/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"release/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"stylico-slide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"stylico-slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"stylico-slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"stylico-slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"stylico-slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"stylico-slide/([^/]+)/trackback/?$\";s:40:\"index.php?stylico-slide=$matches[1]&tb=1\";s:54:\"stylico-slide/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?stylico-slide=$matches[1]&feed=$matches[2]\";s:49:\"stylico-slide/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?stylico-slide=$matches[1]&feed=$matches[2]\";s:42:\"stylico-slide/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?stylico-slide=$matches[1]&paged=$matches[2]\";s:49:\"stylico-slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?stylico-slide=$matches[1]&cpage=$matches[2]\";s:34:\"stylico-slide/([^/]+)(/[0-9]+)?/?$\";s:52:\"index.php?stylico-slide=$matches[1]&page=$matches[2]\";s:30:\"stylico-slide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"stylico-slide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"stylico-slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"stylico-slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"stylico-slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"genre/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?genre=$matches[1]&feed=$matches[2]\";s:41:\"genre/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?genre=$matches[1]&feed=$matches[2]\";s:34:\"genre/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?genre=$matches[1]&paged=$matches[2]\";s:16:\"genre/([^/]+)/?$\";s:27:\"index.php?genre=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\"ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:43:\"ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:36:\"ngg_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?ngg_tag=$matches[1]&paged=$matches[2]\";s:18:\"ngg_tag/([^/]+)/?$\";s:29:\"index.php?ngg_tag=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:29:\"comments/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(4375,0,'post_meta_title','Ethan Lewis Maltby - British Composer for Film, Theatre and Media','yes'),(4373,0,'page_meta_keywords','Ethan Lewis Maltby, Ethan Maltby, Composer, Fill de Cain, DrumChasers, Film Music, Composition, Music Theatre, Theatre Composition, Musicals, ELM, Music for film, Music for theatre, Music for TV, Music for animation, Music for percussion, Noise Ensemble, Jesus Monllao, Christopher Neame, FA Cup Final 2008 drummers, Supersonic, Music for Games, Film Composer UK, Theatre Composer UK, FA Cup Music, FA Cup Final Music, FA Music','yes'),(2036,0,'widget_yd_rp','a:3:{s:14:\"plugin_version\";N;i:1;a:6:{s:11:\"image_style\";s:71:\"width:60px;height:60px;padding-right:5px;padding-bottom:5px;float:left;\";s:11:\"date_format\";s:6:\"F j, Y\";s:15:\"home_bottomlink\";s:56:\"http://www.yann.com/en/wp-plugins/yd-recent-posts-widget\";s:15:\"home_bottomtext\";s:50:\"<br/><small>[&rarr;YD Recent Posts Widget]</small>\";s:13:\"default_image\";s:56:\"http://www.yann.com/yd-recent-posts-widget-v085-logo.gif\";s:8:\"load_css\";i:1;}i:0;a:4:{s:9:\"keep_html\";i:0;s:10:\"strip_sqbt\";i:0;s:10:\"strip_clbt\";i:0;s:10:\"display_ul\";i:1;}}','yes'),(1882,0,'_transient_w3tc_rewrite_test_2ce082e6a52f2589','1','no'),(1885,0,'_transient_w3tc_rewrite_test_6ccf09b8c26323a1','1','no'),(2382,0,'_site_transient_browser_03df11ec4fda7630a55687183a7d0dde','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"17.0.963.56\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(15403,0,'_site_transient_timeout_browser_a52eafeb77ad67dc72bff2cf33b01e76','1391812938','yes'),(15404,0,'_site_transient_browser_a52eafeb77ad67dc72bff2cf33b01e76','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"32.0.1700.102\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(26486,0,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5152\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3225\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3156\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2683\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2467\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1979\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1858\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1818\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1763\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1743\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1705\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1699\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1589\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1395\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1345\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1271\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1199\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1147\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1129\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"993\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"965\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"917\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:3:\"884\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"877\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"855\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"839\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"798\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"774\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"747\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"728\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"721\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"715\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"684\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"676\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"672\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"662\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"638\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"628\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"627\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"627\";}}','yes'),(4174,0,'_site_transient_timeout_browser_0094ac2be3eab5e009a0f9d1cfabf3d3','1340659163','yes'),(4175,0,'_site_transient_browser_0094ac2be3eab5e009a0f9d1cfabf3d3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"19.0.1084.56\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(27509,0,'_transient_timeout_plugin_slugs','1434668797','no'),(27510,0,'_transient_plugin_slugs','a:13:{i:0;s:35:\"fancybox-for-wordpress/fancybox.php\";i:1;s:29:\"gravityforms/gravityforms.php\";i:2;s:53:\"jt-cross-domain-ajax-gui/jt-cross-domain-ajax-gui.php\";i:3;s:51:\"nextgen-gallery-custom-fields/ngg-custom-fields.php\";i:4;s:29:\"nextgen-gallery/nggallery.php\";i:5;s:37:\"simple-meta-tags/simple-meta-tags.php\";i:6;s:45:\"network-text-change/site-wide-text-change.php\";i:7;s:25:\"snow-storm/snow-storm.php\";i:8;s:27:\"vimeography/vimeography.php\";i:9;s:45:\"vimeography-bugsauce/vimeography-bugsauce.php\";i:10;s:33:\"w3-total-cache/w3-total-cache.php\";i:11;s:41:\"wordpress-importer/wordpress-importer.php\";i:12;s:21:\"wp-cufon/wp-cufon.php\";}','no'),(1751,0,'widget_pages','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1752,0,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1753,0,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1754,0,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4376,0,'post_meta_keywords','Ethan Lewis Maltby, Ethan Maltby, Composer, Fill de Cain, DrumChasers, Film Music, Composition, Music Theatre, Theatre Composition, Musicals, ELM, Music for film, Music for theatre, Music for TV, Music for animation, Music for percussion, Noise Ensemble, Jesus Monllao, Christopher Neame, FA Cup Final 2008 drummers, Supersonic, Music for Games, Film Composer UK, Theatre Composer UK, FA Cup Music, FA Cup Final Music, FA Music','yes'),(23913,0,'_site_transient_timeout_wporg_theme_feature_list','1421035825','yes'),(23914,0,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:8:\"Features\";a:19:{i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}}','yes'),(312,0,'theme_mods_twentyten','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1329146064;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:0:{}s:21:\"secondary-widget-area\";a:0:{}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";a:0:{}s:25:\"fourth-footer-widget-area\";a:0:{}}}}','yes'),(159,0,'theme_mods_stylico','a:9:{i:0;b:0;s:16:\"background_image\";s:73:\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/RepX1.jpg\";s:22:\"background_image_thumb\";s:79:\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/RepX1-2x150.jpg\";s:17:\"background_repeat\";s:8:\"repeat-x\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:16:\"background_color\";s:3:\"003\";s:18:\"nav_menu_locations\";a:2:{s:11:\"header-menu\";i:3;s:11:\"footer-menu\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1329840292;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:12:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:7:\"links-2\";i:3;s:5:\"rss-2\";i:4;s:11:\"tag_cloud-2\";i:5;s:10:\"nav_menu-2\";i:6;s:30:\"radykal-popular-recent-posts-2\";i:7;s:30:\"radykal-widget-gigs-releases-2\";i:8;s:23:\"radykal-popular-posts-2\";i:9;s:22:\"radykal-recent-posts-2\";i:10;s:39:\"radykal-widget-upcoming-gigs-releases-2\";i:11;s:32:\"radykal-widget-recent-releases-2\";}s:9:\"home-left\";a:0:{}s:11:\"home-center\";a:0:{}s:10:\"home-right\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:11:\"footer-left\";a:0:{}s:13:\"footer-center\";a:0:{}s:12:\"footer-right\";a:0:{}}}}','yes'),(160,0,'theme_switched','','yes'),(161,0,'stylico_theme_options','a:5:{s:7:\"general\";a:8:{s:4:\"logo\";s:78:\"http://www.ethanlewismaltby.com/Home/wp-content/themes/stylico/images/logo.png\";s:8:\"logo_top\";s:2:\"25\";s:12:\"facebook_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:12:\"mail_address\";s:26:\"jenna_donnelly@yahoo.co.uk\";s:11:\"footer_text\";s:21:\"Ethan Lewis Maltby ©\";s:20:\"google_tracking_code\";s:0:\"\";s:8:\"page_404\";s:3:\"317\";}s:8:\"mainpage\";a:7:{s:15:\"widget_left_url\";s:0:\"\";s:17:\"widget_center_url\";s:0:\"\";s:16:\"widget_right_url\";s:0:\"\";s:23:\"widget_left_button_text\";s:16:\"Left Button Text\";s:25:\"widget_center_button_text\";s:18:\"Center Button Text\";s:24:\"widget_right_button_text\";s:17:\"Right Button Text\";s:11:\"bottom_page\";s:1:\"2\";}s:6:\"slider\";a:8:{s:9:\"animation\";s:4:\"fade\";s:17:\"caption_animation\";s:4:\"fade\";s:15:\"animation_speed\";s:3:\"600\";s:23:\"caption_animation_speed\";s:3:\"600\";s:13:\"advance_speed\";s:4:\"7000\";s:5:\"timer\";s:1:\"1\";s:11:\"pause_hover\";N;s:14:\"clock_mouseout\";s:1:\"1\";}s:4:\"gigs\";a:3:{s:18:\"website_link_title\";s:19:\"Visit Event Website\";s:16:\"image_link_title\";s:10:\"View Flyer\";s:13:\"only_upcoming\";i:1;}s:8:\"releases\";a:2:{s:16:\"link_button_text\";s:7:\"Buy Now\";s:16:\"play_button_text\";s:8:\"Play Now\";}}','yes'),(2381,0,'_site_transient_timeout_browser_03df11ec4fda7630a55687183a7d0dde','1331298648','yes'),(162,0,'recently_activated','a:0:{}','yes'),(4374,0,'page_meta_description','Ethan Lewis Maltby - The Official Website for the British Composer and creator of DrumChasers..','yes'),(811,0,'_site_transient_browser_9908d6e424e31c27af910d5ff972723c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"16.0.912.75\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1467,0,'_site_transient_timeout_browser_01c43d0403197325d3e690eba1bde0e6','1329056934','yes'),(2210,0,'_site_transient_browser_7282cc59da10242bad9620ff052d686f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"17.0.963.56\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2209,0,'_site_transient_timeout_browser_7282cc59da10242bad9620ff052d686f','1330779868','yes'),(648,0,'widget_fancy-gallery-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(172,0,'global-admin-bar-plugin-user-setting','1','yes'),(177,0,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(520,0,'_site_transient_timeout_browser_9f3510e4ab6d3709de89ba9d698a93a6','1327938564','yes'),(521,0,'_site_transient_browser_9f3510e4ab6d3709de89ba9d698a93a6','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"16.0.912.75\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(220,0,'cufon_replacement_script','Cufon.set(\'fontFamily\', \'TrajanPro\').replace(\'#header-nav ul\')(\'ul#topnav li a\')(\'h2\')(\'.orbit-wrapper .orbit-caption h1\')(\'h4\')(\'#fancybox-content .post-title a\')(\'.ngg-gallery-thumbnail a\');','yes'),(221,0,'cufon_jquery','1','yes'),(222,0,'cufon_delay_fix','','yes'),(223,0,'cufon_init_position','wp_head','yes'),(224,0,'cufon_replacement_position','wp_head','yes'),(225,0,'cufon_delay_position','wp_footer','yes'),(228,0,'tguy_more_evermore','a:3:{s:20:\"em_min_chars_to_skip\";i:20;s:16:\"em_paras_to_skip\";i:1;s:19:\"em_link_on_new_para\";b:1;}','yes'),(240,0,'_site_transient_timeout_browser_13ee8513d6fb7f97aef6635309b91f40','1327431711','yes'),(241,0,'_site_transient_browser_13ee8513d6fb7f97aef6635309b91f40','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"5.1.2\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:3:\"5.1\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(289,0,'awp_firstinstall','2012-01-18 00:02:59','yes'),(291,0,'awp_version','1192','yes'),(293,0,'awp_messages','a:0:{}','yes'),(294,0,'awpoptions','a:29:{s:11:\"commentform\";s:7:\"Enabled\";s:16:\"commentform_open\";s:13:\"Add a Comment\";s:16:\"commentform_hide\";s:12:\"Cancel reply\";s:22:\"commentform_reply_open\";s:16:\"Reply to %author\";s:22:\"commentform_reply_hide\";s:12:\"Cancel reply\";s:24:\"commentform_input_suffix\";s:4:\"_%ID\";s:21:\"show_commentform_page\";i:1;s:23:\"show_commentform_single\";i:1;s:14:\"inlinecomments\";s:7:\"Enabled\";s:15:\"closed_comments\";s:19:\"Comments are closed\";s:11:\"no_comments\";s:11:\"No Comments\";s:12:\"comment_open\";s:13:\"Show Comments\";s:12:\"comment_hide\";s:13:\"Hide Comments\";s:20:\"show_comments_single\";i:1;s:18:\"show_comments_page\";i:1;s:11:\"inlineposts\";s:7:\"Enabled\";s:10:\"split_mode\";s:4:\"more\";s:14:\"link_show_text\";s:34:\"Click to continue reading \"%title\"\";s:14:\"link_hide_text\";s:13:\"Hide \"%title\"\";s:9:\"read_more\";s:19:\"Go straight to Post\";s:12:\"simple_posts\";i:1;s:11:\"one_comment\";s:9:\"a comment\";s:13:\"some_comments\";s:10:\"% comments\";s:15:\"special_effects\";s:7:\"Enabled\";s:10:\"js_library\";s:4:\"sack\";s:9:\"do_effect\";s:10:\"ScrollLeft\";s:7:\"effects\";s:7:\"SlideUp\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:11:\"give_credit\";i:1;}','yes'),(295,0,'_transient_plugins_delete_result_1','1','yes'),(296,0,'awp_test','','yes'),(297,0,'transitionsimage','','yes'),(298,0,'transitionsrepeater','','yes'),(299,0,'transitionshtml','','yes'),(411,0,'gf_dismissed_upgrades','a:1:{i:0;s:5:\"1.6.1\";}','yes'),(2049,0,'coc_logo','http://ethanlewismaltby.com/Home/wp-content/themes/CocoonWP/images/logo.png','yes'),(4372,0,'page_meta_title','Ethan Lewis Maltby - British Composer for Film, Theatre and Media','yes'),(315,0,'awp_mods','a:6:{i:0;s:19:\"ajaxnav/ajaxnav.php\";i:1;s:17:\"customoptions.php\";i:2;s:39:\"inlinecommentform/inlinecommentform.php\";i:3;s:33:\"inlinecomments/inlinecomments.php\";i:4;s:15:\"inlineposts.php\";i:5;s:18:\"paginatedpages.php\";}','yes'),(314,0,'awp','a:85:{s:11:\"commentform\";s:7:\"Enabled\";s:16:\"commentform_open\";s:13:\"Add a Comment\";s:16:\"commentform_hide\";s:12:\"Cancel reply\";s:22:\"commentform_reply_open\";s:16:\"Reply to %author\";s:22:\"commentform_reply_hide\";s:12:\"Cancel reply\";s:24:\"commentform_input_suffix\";s:4:\"_%ID\";s:21:\"show_commentform_page\";s:1:\"1\";s:23:\"show_commentform_single\";s:1:\"1\";s:14:\"inlinecomments\";s:7:\"Enabled\";s:15:\"closed_comments\";s:19:\"Comments are closed\";s:11:\"no_comments\";s:11:\"No Comments\";s:12:\"comment_open\";s:13:\"Show Comments\";s:12:\"comment_hide\";s:13:\"Hide Comments\";s:20:\"show_comments_single\";s:1:\"1\";s:18:\"show_comments_page\";s:1:\"1\";s:11:\"inlineposts\";s:7:\"Enabled\";s:10:\"split_mode\";s:4:\"more\";s:14:\"link_show_text\";s:36:\"Click to continue reading \\\"%title\\\"\";s:14:\"link_hide_text\";s:15:\"Hide \\\"%title\\\"\";s:9:\"read_more\";s:19:\"Go straight to Post\";s:12:\"simple_posts\";i:0;s:11:\"one_comment\";s:9:\"a comment\";s:13:\"some_comments\";s:10:\"% comments\";s:15:\"special_effects\";s:7:\"Enabled\";s:10:\"js_library\";s:9:\"prototype\";s:9:\"do_effect\";s:4:\"Fade\";s:7:\"effects\";s:4:\"Fade\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:11:\"give_credit\";i:0;s:9:\"lastreset\";s:19:\"2012-01-18 19:14:59\";s:15:\"comment_all_tag\";s:35:\"<ol class=\\\"comments commentlist\\\">\";s:17:\"comment_reply_tag\";s:20:\"<ol class=\\\"reply\\\">\";s:11:\"comment_tag\";s:47:\"<li  class=\\\"comment %alt\\\" id=\\\"comment-%ID\\\">\";s:17:\"comment_title_tag\";s:27:\"<span class=\\\"commentbar\\\">\";s:16:\"comment_body_tag\";s:5:\"<div>\";s:19:\"comment_all_tag_end\";s:5:\"</ol>\";s:21:\"comment_reply_tag_end\";s:5:\"</ol>\";s:15:\"comment_tag_end\";s:5:\"</li>\";s:21:\"comment_title_tag_end\";s:7:\"</span>\";s:20:\"comment_body_tag_end\";s:6:\"</div>\";s:22:\"comment_threaded_depth\";i:1;s:21:\"split_inline_comments\";s:1:\"3\";s:13:\"zero_comments\";s:0:\"\";s:23:\"default_template_folder\";s:5:\"theme\";s:8:\"throbber\";s:0:\"\";s:14:\"scrolling_type\";s:6:\"abrupt\";s:14:\"max_words_para\";s:0:\"\";s:20:\"inlinepaginatedposts\";s:7:\"Enabled\";s:23:\"paginate_max_words_para\";s:0:\"\";s:11:\"beforepages\";s:0:\"\";s:10:\"afterpages\";s:0:\"\";s:10:\"beforepage\";s:0:\"\";s:9:\"afterpage\";s:0:\"\";s:9:\"pagelinks\";s:0:\"\";s:8:\"page_sep\";s:0:\"\";s:16:\"comment_template\";s:1:\"1\";s:14:\"split_comments\";s:1:\"1\";s:11:\"jquery_show\";s:0:\"\";s:11:\"jquery_hide\";s:0:\"\";s:14:\"prototype_show\";s:0:\"\";s:14:\"prototype_hide\";s:0:\"\";s:21:\"show_commentform_home\";i:0;s:6:\"nomove\";i:0;s:22:\"comment_form_nevermove\";i:0;s:15:\"simple_comments\";i:0;s:18:\"show_comments_home\";i:0;s:13:\"comment_order\";i:0;s:15:\"paginate_single\";i:0;s:13:\"strip_excerpt\";i:0;s:10:\"strip_html\";i:0;s:9:\"awp_pages\";i:0;s:12:\"hide_excerpt\";i:0;s:10:\"go_to_post\";i:0;s:11:\"protecttags\";i:0;s:7:\"ajaxnav\";s:7:\"Enabled\";s:14:\"ajax_nav_pages\";s:1:\"1\";s:15:\"ajax_nav_single\";s:1:\"1\";s:13:\"ajax_nav_home\";i:0;s:14:\"paginatedpages\";s:7:\"Enabled\";s:14:\"pp_beforepages\";s:0:\"\";s:13:\"pp_afterpages\";s:0:\"\";s:13:\"pp_beforepage\";s:0:\"\";s:12:\"pp_afterpage\";s:0:\"\";s:12:\"pp_pagelinks\";s:0:\"\";s:11:\"pp_page_sep\";s:0:\"\";}','yes'),(1695,0,'_site_transient_timeout_browser_c4790e19addea0aa201eea051ab7b185','1329744685','yes'),(358,0,'hidden_login_active_pages','all','yes'),(359,0,'hidden_login_command1','ctrl','yes'),(360,0,'hidden_login_command2','','yes'),(361,0,'hidden_login_keystroke','E','yes'),(1759,0,'widget_radykal-recent-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1760,0,'widget_radykal-widget-upcoming-gigs-releases','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1761,0,'widget_radykal-widget-recent-releases','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(325,0,'loginbox','a:5:{s:5:\"theme\";s:9:\"wpclassic\";s:3:\"key\";s:1:\"E\";s:4:\"ctrl\";s:1:\"1\";s:10:\"backtopage\";s:1:\"0\";s:4:\"fade\";s:1:\"1\";}','yes'),(855,0,'_site_transient_timeout_browser_6f1013f4708b6315fb1d018b5afc1dc9','1328888892','yes'),(1884,0,'_transient_timeout_w3tc_rewrite_test_6ccf09b8c26323a1','1329255151','no'),(1881,0,'_transient_timeout_w3tc_rewrite_test_2ce082e6a52f2589','1329255114','no'),(1774,0,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:58:\"http://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":4:{s:4:\"full\";s:58:\"http://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:10:\"no_content\";s:69:\"http://downloads.wordpress.org/release/wordpress-5.1.1-no-content.zip\";s:11:\"new_bundled\";s:70:\"http://downloads.wordpress.org/release/wordpress-5.1.1-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:5:\"5.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1556037845;s:15:\"version_checked\";s:5:\"3.3.1\";}','yes'),(1264,0,'supercache_stats','a:3:{s:9:\"generated\";i:1328392846;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:12:\"expired_list\";a:0:{}s:6:\"cached\";i:0;s:11:\"cached_list\";a:0:{}s:2:\"ts\";i:1328392846;}s:7:\"wpcache\";a:3:{s:6:\"cached\";i:8;s:7:\"expired\";i:0;s:5:\"fsize\";s:8:\"171.30KB\";}}','yes'),(1297,0,'wp_minify','a:21:{s:14:\"cache_external\";b:0;s:14:\"cache_interval\";i:900;s:11:\"css_exclude\";a:0:{}s:11:\"css_include\";a:0:{}s:14:\"debug_nominify\";b:0;s:13:\"debug_firephp\";b:0;s:10:\"enable_css\";b:1;s:9:\"enable_js\";b:1;s:11:\"enable_html\";b:1;s:9:\"auto_base\";b:1;s:20:\"extra_minify_options\";s:0:\"\";s:10:\"js_exclude\";a:0:{}s:10:\"js_include\";a:0:{}s:12:\"js_in_footer\";b:0;s:11:\"force_https\";b:0;s:10:\"pretty_url\";b:0;s:9:\"show_link\";b:0;s:13:\"show_advanced\";b:1;s:11:\"uri_exclude\";a:0:{}s:7:\"version\";s:5:\"1.1.8\";s:10:\"deprecated\";a:3:{i:0;s:7:\"wp_path\";i:1;s:5:\"debug\";i:2;s:17:\"debug_noprettyurl\";}}','yes'),(1468,0,'_site_transient_browser_01c43d0403197325d3e690eba1bde0e6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"16.0.912.77\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(376,0,'rg_form_version','1.5.2.1','yes'),(34808,0,'_transient_timeout_gform_update_info','1472951769','no'),(34809,0,'_transient_gform_update_info','a:5:{s:7:\"headers\";a:7:{s:4:\"date\";s:29:\"Sat, 03 Sep 2016 01:16:09 GMT\";s:6:\"server\";s:12:\"Apache/2.4.7\";s:12:\"x-powered-by\";s:21:\"PHP/5.5.9-1ubuntu4.19\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:14:\"content-length\";s:3:\"193\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:9:\"text/html\";}s:4:\"body\";s:193:\"1||2.0.6||http://s3.amazonaws.com/gravityforms/releases/gravityforms_2.0.6.zip?AWSAccessKeyId=1603BBK66770VCSCJSG2&Expires=1473038169&Signature=%2FZDSyeM4%2BpXwDHkjkaatf3qL8kc%3D||1473297369||1\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}','no'),(19079,0,'_site_transient_timeout_browser_d11d4645f9b3dc1da7672f5e014004c9','1404687209','yes'),(379,0,'rg_gforms_message','','yes'),(381,0,'rg_gforms_disable_css','0','yes'),(382,0,'rg_gforms_enable_html5','0','yes'),(383,0,'rg_gforms_captcha_public_key','6LeEEPgSAAAAAOp6UtlLZPE9AdA1YjG1_LJtJYda ','yes'),(384,0,'rg_gforms_captcha_private_key','6LeEEPgSAAAAAGvGGuBlyP8Uun2JlBhog1QCa9H6 ','yes'),(385,0,'rg_gforms_currency','GBP','yes'),(413,0,'translation_ops','a:1:{s:7:\"domain-\";a:2:{s:4:\"find\";a:1:{i:0;s:37:\"/Add media files from your computer/i\";}s:7:\"replace\";a:1:{i:0;s:72:\"Add media files from your computer (W-640px  and H-345px for the Slider)\";}}}','yes'),(414,0,'translation_table','a:1:{i:1327089328095;a:5:{s:5:\"title\";s:48:\"Text Change : Add media files from your computer\";s:4:\"find\";s:34:\"Add media files from your computer\";s:10:\"ignorecase\";s:1:\"1\";s:6:\"domain\";s:0:\"\";s:7:\"replace\";s:72:\"Add media files from your computer (W-640px  and H-345px for the Slider)\";}}','yes'),(1936,0,'_transient_timeout_feed_mod_6c78d00722dae650afc8789333d5c38e','1329803023','no'),(1937,0,'_transient_feed_mod_6c78d00722dae650afc8789333d5c38e','1329759823','no'),(1938,0,'_transient_timeout_dash_91cf481bdcff97d36bc4763744848eba','1329803023','no'),(1939,0,'_transient_dash_91cf481bdcff97d36bc4763744848eba','<h4>\r\n	<a href=\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/RGCcalrpe4c/plugin-w3-total-cache-requested-uri-has-a-trailing-slash-problem-in-0923\">bobred on &quot;&quot;Requested URI has a trailing slash&quot; problem in 0.9.2.3&quot;</a>\r\n</h4>\r\n<p>\r\n	<p>My apologies if it came across as being rude, it wasn\'t intended. I understand you\'ve put a lot of work and time into it and i fully appreciate it, it\'s a stunning piece of scripting bar a few bugs and i wish you the best of luck with it in the future :)\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/RGCcalrpe4c\" height=\"1\" width=\"1\" /></p>\r\n<h4>\r\n	<a href=\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/ldutBR4zFjs/plugin-w3-total-cache-compatibility-check-fails-server-configured-correctly\">drokkon on &quot;Compatibility Check Fails, Server Configured Correctly&quot;</a>\r\n</h4>\r\n<p>\r\n	<p>I\'m not sure what to expect wouldn\'t work. All I know is that when I run the compatibility check, several issues with my server show up. These are warning flags to me, especially when using a plugin like this - will it expose me to security risks? Will it fail to serve pages to my visitors correctly?</p>\n<p>If they aren\'t essential, then perhaps they shouldn\'t be checked. :)\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/ldutBR4zFjs\" height=\"1\" width=\"1\" /></p>\r\n<h4>\r\n	<a href=\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/k_V_JvKi8DM/plugin-w3-total-cache-not-all-file-are-copied-n-the-cdn\">fabiosirna on &quot;Not all file are copied on the CDN&quot;</a>\r\n</h4>\r\n<p>\r\n	<p>No sorry, no visible errors. But if you have any suggestions where to check (log or other files) I will check it better.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/k_V_JvKi8DM\" height=\"1\" width=\"1\" /></p>\r\n\r\n<p style=\"text-align: center;\">\r\n	<a href=\"http://feeds.feedburner.com/W3TOTALCACHE\" target=\"_blank\">View Feed</a>\r\n</p>\r\n','no'),(2057,0,'category_children','a:1:{i:11;a:4:{i:0;i:14;i:1;i:15;i:2;i:16;i:3;i:17;}}','yes'),(856,0,'_site_transient_browser_6f1013f4708b6315fb1d018b5afc1dc9','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"16.0.912.77\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(722,0,'blogroll_page_link','no','yes'),(723,0,'blogroll_page_new_window','yes','yes'),(700,0,'folio-title','Links','yes'),(701,0,'sort-by','link_id','yes'),(702,0,'sort-order','ASC','yes'),(703,0,'portfolio-slug','links','yes'),(704,0,'portfolio-sort','','yes'),(705,0,'portfolio-order','','yes'),(706,0,'portfolio-width','400','yes'),(707,0,'portfolio-bgcolor','000000','yes'),(708,0,'portfolio-border-width','','yes'),(709,0,'portfolio-border-color','','yes'),(1450,0,'cst_theme','1','yes'),(810,0,'_site_transient_timeout_browser_9908d6e424e31c27af910d5ff972723c','1328142209','yes'),(741,0,'widget_slideshow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(742,0,'widget_ngg-images','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(743,0,'widget_ngg-sidebar-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1449,0,'cst_version','1.9','yes'),(750,0,'attentionGrabber_core','a:16:{s:7:\"version\";s:3:\"1.4\";s:6:\"active\";s:1:\"1\";s:7:\"created\";s:2:\"1,\";s:6:\"nextID\";s:1:\"2\";s:8:\"position\";s:12:\"bottom_fixed\";s:14:\"borderPosition\";s:3:\"top\";s:9:\"showAfter\";s:1:\"3\";s:17:\"animationDuration\";s:3:\"600\";s:15:\"animationEffect\";s:5:\"swing\";s:9:\"closeable\";b:0;s:10:\"keepHidden\";b:1;s:9:\"previewBg\";s:6:\"f7f7f7\";s:16:\"closeButtonStyle\";s:5:\"light\";s:6:\"newTab\";b:1;s:13:\"includeJquery\";b:1;s:12:\"checkUpdates\";b:0;}','yes'),(751,0,'attentionGrabber_1','a:28:{s:2:\"id\";s:1:\"1\";s:4:\"name\";s:13:\"Quotes Ticker\";s:4:\"type\";s:8:\"advanced\";s:18:\"custom_messageText\";s:0:\"\";s:15:\"custom_linkText\";s:0:\"\";s:14:\"custom_linkUrl\";s:0:\"\";s:16:\"twitter_username\";s:0:\"\";s:16:\"twitter_linkText\";s:0:\"\";s:12:\"feed_feedURL\";s:0:\"\";s:13:\"feed_linkText\";s:0:\"\";s:16:\"advanced_content\";s:447:\"[multi_message pause=\"6000\" loop=\"true\"]\r\n[msg] \"Ethan Lewis Maltby’s score is beautifully written\" - The Stage [/msg]\r\n[msg] \"The melodious music...was extraordinary, powerful...\" - The York Press [/msg]\r\n[msg] \"The score has pace, vitality and, dare I say it, hummability...\" - Kent On Sunday [/msg]\r\n[msg] \"Awesome! Spellbinding! Magical!\" - Best Kept Secrets [/msg]\r\n[msg] \"Simply mind-blowing...\" - The Oxford Times [/msg]\r\n[/multi_message]\";s:5:\"theme\";s:6:\"custom\";s:13:\"style_bgColor\";s:6:\"000000\";s:15:\"style_textColor\";s:6:\"e6e6e6\";s:15:\"style_linkColor\";s:6:\"2B1B0A\";s:20:\"style_linkHoverColor\";s:6:\"04007a\";s:17:\"style_borderColor\";s:6:\"000000\";s:16:\"style_fontFamily\";s:26:\"Tahoma, Geneva, sans-serif\";s:14:\"style_fontSize\";s:2:\"15\";s:15:\"style_fontStyle\";s:6:\"normal\";s:16:\"style_borderSize\";s:1:\"2\";s:20:\"style_textShadowSize\";s:1:\"1\";s:21:\"style_textShadowColor\";s:6:\"000000\";s:20:\"style_linkShadowSize\";s:1:\"1\";s:21:\"style_linkShadowColor\";s:6:\"000000\";s:12:\"style_height\";s:2:\"40\";s:13:\"additionalCss\";s:0:\"\";s:10:\"clickCount\";s:1:\"0\";}','yes'),(4369,0,'use_pages_meta_data','on','yes'),(5000,0,'_site_transient_timeout_browser_67ec34e61a0b20e474b56afa03ce5a1e','1343773268','yes'),(5001,0,'_site_transient_browser_67ec34e61a0b20e474b56afa03ce5a1e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"20.0.1132.57\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(27538,0,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1434701664','no'),(27539,0,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1434658464','no'),(27540,0,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1434701664','no'),(27541,0,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/05/wordpress-4-2-2/\' title=\'WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. Version 4.2.2 addresses two security issues: The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site […] [&hellip;]\'>WordPress 4.2.2 Security and Maintenance Release</a> <span class=\"rss-date\">May 7, 2015</span><div class=\'rssSummary\'>WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. Version 4.2.2 addresses two security issues: The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site […] [&hellip;]</div></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/04/wordpress-4-2-1/\' title=\'WordPress 4.2.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. A few hours ago, the WordPress team was made aware of a cross-site scripting vulnerability, which could enable commenters to compromise a site. The vulnerability was discovered by Jouko Pynnönen. […] [&hellip;]\'>WordPress 4.2.1 Security Release</a> <span class=\"rss-date\">April 27, 2015</span><div class=\'rssSummary\'>WordPress 4.2.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. A few hours ago, the WordPress team was made aware of a cross-site scripting vulnerability, which could enable commenters to compromise a site. The vulnerability was discovered by Jouko Pynnönen. […] [&hellip;]</div></li></ul></div>','no'),(27542,0,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1434701665','no'),(27543,0,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: WordPress for Android Version 4.1 Says Goodbye to the Hamburger Button\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=45273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/wordpress-for-android-version-4-1-says-goodbye-to-the-hamburger-button\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2480:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/4.1-reader.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/4.1-reader.png?resize=281%2C500\" alt=\"4.1-reader\" class=\"alignright size-large wp-image-45359\" /></a>WordPress for Android <a href=\"https://apps.wordpress.org/2015/06/12/wordpress-for-android-version-4-1/\" target=\"_blank\">version 4.1</a> is sporting some major design changes. Navigation in the app has been redesigned to remove the the hamburger button in favor of four simplified tabs spanning the top of the screen.</p>\n<p>The ubiquitous hamburger icon, used on apps and websites for years, is slowly <a href=\"http://techcrunch.com/2014/05/24/before-the-hamburger-button-kills-you/\" target=\"_blank\">falling out of fashion</a> on the web. While the side navigation drawer does a good job of keeping nav items out of sight, <a href=\"https://lmjabreu.com/post/why-and-how-to-avoid-hamburger-menus/\" target=\"_blank\">it comes at the cost of user engagement</a>. Hamburger menus are also inconvenient for one-handed device operation.</p>\n<p>Version 4.1 of WordPress for Android has been redesigned to display a tabbed action bar with quick access to your sites, the reader, user account settings, and notifications. The sites menu will allow you to manage any of your connected sites and includes a short menu for publishing, stats, theme customization, and access to the full dashboard.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/tag-autocompletion.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/tag-autocompletion.png?resize=219%2C300\" alt=\"tag-autocompletion\" class=\"alignleft size-medium wp-image-45367\" /></a>Another new feature in 4.1 is tag auto-completion. When adding a tag on the post settings screen, users will now receive suggestions (based on existing tags) while typing.</p>\n<p>Stats have also been improved to provide a noticeably faster viewing experience. The app now takes just a fraction of the time it previously required to load stats data. Interacting with this feature no longer feels like visiting a foreign land.</p>\n<p>Overall the 4.1 release is a big leap forward for WordPress&#8217; usability on Android. The navigation redesign is more intuitive and smaller features are continuing to be refined with each release. The 4.1 update should have already hit devices, so Android users can open up the app to check out everything that&#8217;s new.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jun 2015 17:23:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Matt: $3 Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45159\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://ma.tt/2015/06/3-websites/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:772:\"<blockquote><p>And remember the $5 billion website, 5 billion we spent on a website, and to this day it doesn’t work. A $5 billion dollar website.I have so many websites. I have them all over the place. I hire people, they do a website. It costs me $3.</p></blockquote>\n<p>We were just talking about government websites! The <a href=\"http://www.nydailynews.com/news/politics/transcript-donald-trump-2016-presidential-announcement-article-1.2260117\">transcript of Donald Trump’s 2016 presidential announcement</a> is one of the more interesting things I&#8217;ve read in a while. &#8220;And I promise I will never be in a bicycle race. That I can tell you.&#8221; In the spirit of alway saying something positive, I do agree that La Guardia airport is a hot mess.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jun 2015 02:09:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: BackPress Revival Receives Rocky Reception from WordPress Development Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=45296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/backpress-revival-receives-rocky-reception-from-wordpress-development-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5366:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/dinocar.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/dinocar.jpg?resize=1025%2C523\" alt=\"photo credit: Ryan McGuire\" class=\"size-full wp-image-45346\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/A0737DFF83\">Ryan McGuire</a>\n<p><a href=\"http://backpress.org/\" target=\"_blank\">BackPress</a> supporters hosted a <a href=\"http://wptavern.com/backpress-is-coming-back-from-the-dead\" target=\"_blank\">preliminary discussion</a> yesterday to flesh out plans for bringing the long-abandoned project back to life. Organizers Roy Sivan and John James Jacoby were surprised by how many developers were interested in the prospect of reviving BackPress. Unfortunately, the live Google Hangout wasn&#8217;t broadcasted publicly and was limited 10 people, which gave the group a rocky, disorganized start on a closed channel.</p>\n<p>WordPress lead developer Andrew Nacin joined the discussion briefly before it started to say that BackPress, which he characterized as &#8220;five year old vaporware,&#8221; is &#8220;terrible and should be thrown away.&#8221; His view reflects many others &#8211; those who may see the value in making WordPress more modular but don&#8217;t believe that investing in BackPress is the way to get there.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/royboy789\">@royboy789</a> <a href=\"https://twitter.com/JJJ\">@JJJ</a> BackPress made sense as an experiement in the era it was born, but now it should just be left to die a peaceful death.</p>\n<p>&mdash; Ryan McCue (@rmccue) <a href=\"https://twitter.com/rmccue/status/610688602121506817\">June 16, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/royboy789\">@royboy789</a> <a href=\"https://twitter.com/JJJ\">@JJJ</a> It splits the ecosystem with no real appreciable gain. If you don\'t want the core admin, don\'t use it.</p>\n<p>&mdash; Ryan McCue (@rmccue) <a href=\"https://twitter.com/rmccue/status/610689744033320960\">June 16, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Let me save you guys a few thousand hours and headaches. <a href=\"http://t.co/ILp8nMDFL5\">http://t.co/ILp8nMDFL5</a></p>\n<p>&mdash; Brian Krogsgard (@Krogsgard) <a href=\"https://twitter.com/Krogsgard/status/610859720241496064\">June 16, 2015</a></p></blockquote>\n<p></p>\n<p>&#8220;I think that all the objectives here can be accomplished without doing it in a separate project,&#8221; Nacin said.</p>\n<p>&#8220;If you want to make a big difference in WordPress, then go contribute to the REST API. This isn&#8217;t it.&#8221;</p>\n<p>Ryan McCue, one of the lead developers on the WP REST API project, joined the discussion to encourage BackPress supporters to consider making it into a feature plugin, which he believes would be a more productive avenue for radical experimentation.</p>\n<p>Sivan pointed out that the problem with this path is that it still requires the use of a plugin, whereas BackPress is meant for developers who don&#8217;t want to have to install WordPress and plugins in order to experiment with it.</p>\n<p>Responding to commenters on yesterday&#8217;s post, Sivan <a href=\"http://wptavern.com/backpress-is-coming-back-from-the-dead#comment-69416\" target=\"_blank\">summarized</a> his thoughts about pursuing BackPress as a feature plugin:</p>\n<blockquote><p>I think the takeaway from today is to decide what it is the development community wants out of WordPress, and see if feature plugins are the way to go, or if there is some validity in building out this system (whatever it may be called) as what we hope can be re-integrated into core at some point. Whether that means taking backwards compatibility into account or not has yet to be seen.</p></blockquote>\n<p>&#8220;It would probably be better to start from scratch; it’s not even close to up to date with current WP code it was meant to emulate,&#8221; Matt Mullenweg said in response to the idea. &#8220;It’s a fun experiment regardless, especially if people don’t think of it as Official WordPress Policy or Future (which it isn’t).&#8221;</p>\n<p>After nearly three hours of discussion about possible ways forward, those present concluded that it would be best to reconvene next week to identify the problems that BackPress would solve. Most of those in attendance were developers passionate about creating a more flexible, modular WordPress and willing to see if a BackPress revival could be a possibility for addressing that.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Our conversation touched on the high level and next steps are coming, and we are planning on meeting next week same day, at 2PM (PST)</p>\n<p>&mdash; Roy Sivan (@royboy789) <a href=\"https://twitter.com/royboy789/status/610943668388802560\">June 16, 2015</a></p></blockquote>\n<p></p>\n<p>Organizers created a<a href=\"https://github.com/royboy789/helium\" target=\"_blank\"> GitHub repository for exploring a new BackPress</a> and will meet every Tuesday at 2PM PST. Anyone interested to join the discussion can participate on the new #backpress Slack channel, hosted at <a href=\"https://advancedwp.slack.com\">https://advancedwp.slack.com</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jun 2015 00:05:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: WordPress Theme Review Team Launches Code Examples Library on GitHub\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44345\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wptavern.com/wordpress-theme-review-team-launches-code-examples-library-on-github\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3293:\"<p>The WordPress Theme Review Team is now curating a <a href=\"https://github.com/WPTRT/code-examples/\" target=\"_blank\">library of code examples</a> on GitHub for theme developers. The first section is devoted to <a href=\"https://github.com/WPTRT/code-examples/tree/master/customizer\" target=\"_blank\">customizer code</a> with examples for panels, sections, basic controls, and advanced controls.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/trt-code-example-library.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/trt-code-example-library.png?resize=1025%2C596\" alt=\"trt-code-example-library\" class=\"aligncenter size-full wp-image-45322\" /></a></p>\n<p>&#8220;We will continue to add to the library, including more examples of custom controls, and more advanced examples, such as postMessage and other JavaScript fun, modifying the style of the Customizer panel, and others as suggested/requested,&#8221; TRT member Chip Bennett said in the <a href=\"https://make.wordpress.org/themes/2015/06/15/customizer-code-examples-on-github/\" target=\"_blank\">announcement</a>.</p>\n<p>In April, the Theme Review Team decided to <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options\" target=\"_blank\">enforce the use of the customizer for building theme options</a>, offering six months for authors to comply with the new guideline before violations would be rejected during updates. This decision immediately necessitated better documentation for building with the customizer, and the code example library fits in with this effort.</p>\n<p>During a TRT meeting last month, Chip Bennett <a href=\"https://wordpress.slack.com/archives/themereview/p1432655488000250\" target=\"_blank\">argued against the promotion of Customizer API frameworks</a>, such as <a href=\"http://wptavern.com/redux-and-kirki-frameworks-join-forces-to-provide-better-support-for-the-wordpress-customizer\" target=\"_blank\">Redux/Kirki</a>, and emphasized the need for educating theme authors on how to implement the API.</p>\n<p>&#8220;Instead of encouraging use of a &#8216;known&#8217; framework, we should take the opportunity to <em>teach</em>,&#8221; he said.</p>\n<p>&#8220;Essentially, I don&#8217;t want the TRT to encourage/facilitate/enable the use of Customizer frameworks at the expense of helping developers actually learn how to implement the Customizer API.&#8221;</p>\n<p>Bennett <a href=\"https://wordpress.slack.com/archives/themereview/p1432665980000935\" target=\"_blank\">suggested</a> that the team focus on teaching basic implementation of the core Customizer API, followed by education on how to implement custom controls.</p>\n<p>&#8220;Rather than creating a list of known frameworks, let&#8217;s focus on building our library of known, good custom controls, and work on tutorials for the core API, proper sanitization, use of custom controls, etc.,&#8221; he said.</p>\n<p>This is where the GitHub-hosted <a href=\"https://github.com/WPTRT/code-examples\" target=\"_blank\">code examples library</a> comes in handy for those who want to build themes that will meet WordPress.org guidelines. The team welcomes suggestions, requests, questions, and pull requests from anyone who wants to contribute to the effort.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jun 2015 19:03:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: Open Source Datacenters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://ma.tt/2015/06/open-source-datacenters/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:669:\"<p><a href=\"http://www.businessinsider.com/facebook-open-compute-project-history-2015-6\">How Facebook is eating the $140 billion hardware market</a> &#8212; I&#8217;ve always said that open source eventually dominates every market it enters, and with enterprise hardware it&#8217;s in the very, very early stages but this article is chock-full of examples of the economies of scale when companies start collaborating on shared problems. The problem is one company&#8217;s inefficiency and wasted cost is another company&#8217;s revenue. <a href=\"http://ma.tt/2015/06/fastco-usds-profile/\">Cool to look at in the context of yesterday&#8217;s post on government</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jun 2015 06:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Menu Customizer Officially Approved for Merge Into WordPress 4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=45298\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/menu-customizer-officially-approved-for-merge-into-wordpress-4-3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3492:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/menu-customizer-feature.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/menu-customizer-feature.jpg?resize=848%2C397\" alt=\"menu-customizer-feature\" class=\"aligncenter size-full wp-image-44906\" /></a></p>\n<p>The Menu Customizer plugin was <a href=\"https://core.trac.wordpress.org/changeset/32806\" target=\"_blank\">merged into WordPress trunk</a> today and will be one of the headline features of the 4.3 release.</p>\n<p>Roughly a week ago the feature plugin was <a href=\"http://wptavern.com/menu-customizer-tentatively-approved-for-wordpress-4-3\" target=\"_blank\">tentatively approved for merge</a>, pending an a11y audit and PHP and JS tests. Following an overwhelming amount of negative feedback from the community, core contributors <a href=\"http://wptavern.com/wordpress-core-contributors-call-for-user-testing-on-the-menu-customizer-plugin\" target=\"_blank\">published what was essentially a rallying call to get the plugin ready for merge</a>, reaffirming their commitment to iterating with the customizer.</p>\n<p>Nick Halsey, the plugin&#8217;s developer, published a number of <a href=\"https://make.wordpress.org/flow/2015/06/14/menus-in-the-admin-and-the-customizer-ux-flow-performance-comparisons/\" target=\"_blank\">UX flow and performance comparisons</a> of the admin menus screen vs. menus in the customizer. Ryan Boren and Konstantin Obenland also published <a href=\"https://make.wordpress.org/flow/2015/06/12/menu-customizer-iphone-5-emulated/\" target=\"_blank\">iPhone 5</a> and <a href=\"https://make.wordpress.org/flow/2015/06/04/menu-customizer-iphone-6/\" target=\"_blank\">6</a> emulations of the plugin in action.</p>\n<p>Halsey&#8217;s overall conclusion was that managing menus in the customizer takes less time in most cases than managing menus in the admin:</p>\n<blockquote><p>For the tests, I added links to both Menus UIs to the admin bar (4.3 will have one link here, to the Customizer). I ran into a few areas where the experience could be improved, but in terms of timing, the Customizer version wins in most of these scenarios currently. Note that this is intended to compare the experience for power users.</p></blockquote>\n<p>The Menu Customizer is one of the most controversial new features added to core in WordPress&#8217; recent history. It will be interesting to see how it plays out when users discover it in 4.3. Those who were not in favor of the feature voiced their opposition in comments on the <a href=\"https://make.wordpress.org/core/2015/06/03/feature-plugin-merge-proposal-menu-customizer/\" target=\"_blank\">original proposal</a> and in independent blogs around the web but were ultimately overruled.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Decisions not options: duplicate the interfaces, bringing complex things into little panels &amp; containers. We decide for you <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> <a href=\"https://twitter.com/hashtag/rant?src=hash\">#rant</a></p>\n<p>&mdash; David Decker (@deckerweb) <a href=\"https://twitter.com/deckerweb/status/610938144628834306\">June 16, 2015</a></p></blockquote>\n<p></p>\n<p>At this juncture, no official timeline has been set for removing the menus screen in the WordPress admin. The existing menus will continue to be maintained for the time being, which should provide an easier transition for users who are surprised by the new feature in 4.3.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 23:43:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: New WP Live Search Plugin Utilizes the WP REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=45217\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/new-wp-live-search-plugin-utilizes-the-wp-rest-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3786:\"<p>Yesterday Nick Haskins, creator of <a href=\"http://wptavern.com/tag/aesop-story-engine\" target=\"_blank\">Aesop Story Engine</a>, released a new search plugin for WordPress. <a href=\"https://wordpress.org/plugins/wp-search-live/\" target=\"_blank\">WP Live Search</a> utilizes the new <a href=\"https://github.com/WP-API/WP-API\" target=\"_blank\">WP REST API</a>, in combination with Backbone.js and Underscore.js, to deliver live search results as the user types in a search query. The result is instantaneous searching that doesn&#8217;t require pressing enter or refreshing the page.</p>\n<p>WP Live Search is very much a working prototype but also provides a practical example of the WP REST API in action. I tested the plugin and the short clip below shows an example of searching through thousands of articles. Each result is displayed neatly with its corresponding featured image.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/wp-live-search.gif\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/wp-live-search.gif?resize=1016%2C488\" alt=\"wp-live-search\" class=\"aligncenter size-full wp-image-45268\" /></a></p>\n<p>Haskins created the client-side search plugin to power the new search feature inside <a href=\"http://wptavern.com/lasso-frontend-editing-plugin-for-wordpress-now-available-on-github\" target=\"_blank\">Lasso</a>, his frontend editing plugin. He released the prototype on WordPress.org in order to get usability testing and feedback from a larger group of users. He&#8217;s also building the plugin as part of his day job, so it&#8217;s being developed with several different audiences in mind.</p>\n<p>&#8220;Using the REST API was super important because we&#8217;re searching on &#8216;keyup&#8217; and if that went through admin-ajax.php then shared hosts would likely melt down,&#8221; Haskins said. &#8220;So because it&#8217;s all client-side, it&#8217;s super lightweight and anything can run it.&#8221;</p>\n<p>The feature is already built into Lasso but will not be released until Haskins has the chance to gather more feedback.</p>\n<p>&#8220;I&#8217;m interested to see HOW users search, is the search too fast, is it too slow, etc.,&#8221; he said. &#8220;All of this will lead to a perfect search feature inside of Lasso.&#8221;</p>\n<p>Haskins was previously hesitant to utilize the WP REST API before it has landed in WordPress core but the recent progress and momentum on the project inspired him to go for it.</p>\n<p>&#8220;I was avoiding the REST API, but with a tentative merge this fall, and V2 going out, I think the time is ripe,&#8221; he said. &#8220;In using the REST API, I&#8217;ve learned that it&#8217;s very use case dependent and is really just another tool. There&#8217;s a time and place for it.&#8221;</p>\n<p>WP Live Search is still under active development and may not be suitable for use in production just yet, but is functional and ready for testing. Here&#8217;s how to take it for a spin:</p>\n<ol>\n<li>Install <a href=\"https://wordpress.org/plugins/wp-search-live/\" target=\"_blank\">WP Live Search</a>.</li>\n<li>Install the official <a href=\"https://wordpress.org/plugins/json-rest-api/\" target=\"_blank\">WP REST API</a> plugin.</li>\n<li>Add the shortcode [wp_live_search] to a page.</li>\n</ol>\n<p>The shortcode accepts a few attributes, including type, placeholder, results, and target. More details are available on the plugin&#8217;s description <a href=\"https://wordpress.org/plugins/wp-search-live/\" target=\"_blank\">page</a>.</p>\n<p>Haskins plans to add support for custom post types in the next major update to the plugin. If you&#8217;re interested in contributing, you can find <a href=\"https://github.com/bearded-avenger/wp-live-search\" target=\"_blank\">WP Live Search on GitHub</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 21:39:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WPTavern: BackPress is Coming Back From the Dead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=45232\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wptavern.com/backpress-is-coming-back-from-the-dead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3607:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/frankenstein.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/frankenstein.jpg?resize=1024%2C520\" alt=\"photo credit: Frankenstein (1931) - (license)\" class=\"size-full wp-image-45254\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/89093669@N00/1544537850\">Frankenstein (1931)</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>WordPress developers <a href=\"https://twitter.com/royboy789\" target=\"_blank\">Roy Sivan</a> and <a href=\"https://twitter.com/jjj\" target=\"_blank\">John James Jacoby</a> have taken a keen interest in reviving the <a href=\"http://backpress.org/\" target=\"_blank\">BackPress</a> project. They will be discussing their plans to bring it back to life on a live Google Hangout at 1PM PST (8pm UTC) today, June 16.</p>\n<p>BackPress is a PHP library of core functionality for web applications. It essentially provides the core of bbPress and powers the GlotPress application, which enables WordPress, BuddyPress, and bbPress to be translated into different languages.</p>\n<p>It&#8217;s no secret that bbPress project lead John James Jacoby is an ardent fan of BackPress, but few could have predicted that the project would be making a come back. In Sivan&#8217;s <a href=\"https://www.facebook.com/groups/advancedwp/permalink/970129579715923/\" target=\"_blank\">announcement</a> in the Advanced WordPress Facebook group, he briefly outlined their intentions for BackPress&#8217; future:</p>\n<blockquote><p>After a few conversations at WordCamp Miami, we both want to bring it back. My vision is for it to be up to date with current WP, and for it to be the WP you install when you don&#8217;t want the Dashboard, but to build something from scratch using modules / plugins.</p></blockquote>\n<p>Commenters responded positively to the announcement and Sivan and Jacoby plan to open the project up to contributors in the near future.</p>\n<p>&#8220;The current state of BackPress is a mess,&#8221; Sivan said. &#8220;Unfortunately, it can&#8217;t be just overwritten, so our main goal is to talk action plan, how to get it to a place that is more up to date, then start adding modularity to it.</p>\n<p>&#8220;My vision is you still get the easy installer, but things like wp-admin are just modules, and even modular within that per UI, but that shall be discussed as we move forward.&#8221;</p>\n<p>Once the BackPress code is up to date, the duo hope to turn it into a usable starting point for application development.</p>\n<p>&#8220;This + JSON REST API could be the next evolution of WordPress for developers,&#8221; Sivan said.</p>\n<p>For more details on the history of BackPress, check out Jeff Chandler&#8217;s 2010 <a href=\"http://wptavern.com/interview-with-beau-lebens-talking-backpress\" target=\"_blank\">interview with Beau Lebens</a>. If you&#8217;re interested in the future of the project, make sure to tune in at 1PM PST. The Google Hangouts link will be posted in the comments of the <a href=\"https://www.facebook.com/groups/advancedwp/permalink/970129579715923/\" target=\"_blank\">announcement</a>. Here&#8217;s a link for those who are not part of the group:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">BackPress hangout.&#10;Want to join <a href=\"https://t.co/Iua5rbY2ix\">https://t.co/Iua5rbY2ix</a>&#10;Want to lurk? <a href=\"https://t.co/KGdsPizrtt\">https://t.co/KGdsPizrtt</a></p>\n<p>&mdash; John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/610902291835523072\">June 16, 2015</a></p></blockquote>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 05:09:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: FastCo USDS Profile\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://ma.tt/2015/06/fastco-usds-profile/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:695:\"<p>Fast Company has a <a href=\"http://www.fastcompany.com/3046756/obama-and-his-geeks\">great and in-depth look at the United States Digital Service (and similar programs across the government) that is really interesting</a>. They have a number of people involved that I really respect, and I can&#8217;t wait to see the results of it not just in the remainder of Obama&#8217;s term, but the coming decade. It&#8217;s shocking how much is spent on IT at not just the federal level, but the waste at the state and municipal level is even more shocking in many ways because there is so much duplication across the country (and the world). I&#8217;ll be blogging more about this theme this week.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 00:00:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Postmatic Adds Importer for Subscribe to Comments Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=45180\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/postmatic-adds-importer-for-subscribe-to-comments-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3138:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/11/postmatic1.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/11/postmatic1.jpg?resize=810%2C378\" alt=\"postmatic\" class=\"aligncenter size-full wp-image-33866\" /></a></p>\n<p>Over the weekend <a href=\"https://gopostmatic.com/2015/06/subscribe-to-comments/\" target=\"_blank\">Postmatic version 1.2.3</a> was released with a new importer for the Subscribe to Comments plugin. Founder Jason Lemieux and his team launched the <a href=\"http://wptavern.com/postmatic-launches-100-email-based-commenting-for-wordpress\" target=\"_blank\">100% email-based commenting service</a> in April and have been steadily adding importers for users of other various comment subscription plugins. Postmatic launched with importers for Mailpoet, Mailchimp, and <a href=\"http://wptavern.com/postmatic-now-supports-1-click-migration-of-subscribers-from-jetpack\" target=\"_blank\">one-click migration of subscribers from Jetpack</a>.</p>\n<p><a href=\"https://wordpress.org/plugins/subscribe-to-comments/\" target=\"_blank\">Subscribe to Comments</a> is a popular old plugin created by Mark Jaquith and is currently in use on 80,000+ installations. The plugin hasn&#8217;t been updated for more than two years and many users in its <a href=\"https://wordpress.org/support/plugin/subscribe-to-comments\" target=\"_blank\">support forums</a> are eagerly looking for an alternative.</p>\n<p>With over 80,000 sites depending on an older, unmaintained plugin, Lemieux and his team saw a ripe opportunity to create an importer to fill the gap. Subscribe to Comments users can conveniently migrate with one click:</p>\n<blockquote><p>We’ve built a new migration tool into Postmatic 1.2.3 which will allow Subscribe to Comments users to convert their legacy subscribers into shiny new Postmatic subscribers. It all happens with just one click, invisibly, in the background. From then on out notifications of new comments will be sent to old subscribers except this time they’ll be able to continue the conversation by just hitting reply.</p></blockquote>\n<p>The migration tool also works with variations of Subscribe to Comments, including <a href=\"https://wordpress.org/plugins/subscribe-to-comments-reloaded/\" target=\"_blank\">Subscribe to Comments Reloaded</a> and <a href=\"https://wordpress.org/plugins/subscribe-to-double-opt-in-comments/\" target=\"_blank\">Subscribe to Double-Opt-In Comments</a>. The importer is another strategic addition that will likely win Postmatic more new users.</p>\n<p>Postmatic is aiming to become a big player in WordPress comments and is continuing to build out more products centered around enhancing engagement. In addition to expanding the user base of the free Postmatic plugin, the team is also busy beta testing Epoch, its next major release. Epoch is currently <a href=\"https://wordpress.org/plugins/epoch/\" target=\"_blank\">available on WordPress.org</a> and aims to bring 100% realtime chat and commenting to WordPress&#8217; native commenting system. Keep your eyes on the Postmatic team in the coming days, as they ready their next round of innovations.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 22:57:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WPTavern: o2 is Now Available on GitHub\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=45188\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/o2-is-now-available-on-github\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3618:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/o2-on-github.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/o2-on-github.png?resize=1025%2C536\" alt=\"o2-on-github\" class=\"aligncenter size-full wp-image-45205\" /></a></p>\n<p>This weekend at WordCamp Denver, <a href=\"https://twitter.com/alternatekev\" target=\"_blank\">Kevin Conboy</a> announced that Automattic&#8217;s <a href=\"http://wptavern.com/o2-wordpress-plugin-expected-to-be-available-in-early-2014\" target=\"_blank\">long-awaited O2 project</a> is now publicly <a href=\"https://github.com/Automattic/o2\" target=\"_blank\">available on GitHub</a>. In a recent interview with WP Tavern, Matt Mullenweg confirmed that the o2 development team is <a href=\"http://wptavern.com/o2-development-team-shifts-focus-to-wordpress-coms-core-products\" target=\"_blank\">shifting its focus to WordPress.com&#8217;s core products</a> but that the o2 code would be public for anyone to use.</p>\n<p>o2 was is the successor to <a href=\"https://wordpress.org/themes/p2/\" target=\"_blank\">P2</a>, the innovative group blogging theme created to power communications at Automattic. P2 was <a href=\"http://wptavern.com/p2-officially-on-the-theme-repository\" target=\"_blank\">released in 2009</a> with the tagline &#8220;Blogging at the speed of thought.&#8221; It introduced quick posting from the front page and real-time updates.</p>\n<p>o2 shares P2&#8217;s tagline but, unlike its predecessor, it was created to be a plugin that is not dependent on a specific theme.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/devinsays\">@devinsays</a> <a href=\"https://twitter.com/michaelarestad\">@michaelarestad</a> that\'s the theory!</p>\n<p>&mdash; Kevin Conboy (@alternatekev) <a href=\"https://twitter.com/alternatekev/status/610413606446825473\">June 15, 2015</a></p></blockquote>\n<p></p>\n<p>However, it&#8217;s not guaranteed to work with any theme, so if you want the best experience you should test it out with the <a href=\"https://wpcom-themes.svn.automattic.com/p2-breathe\" target=\"_blank\">p2-breathe theme</a>, as recommended in the GitHub installation instructions. o2 requires the <a href=\"https://wordpress.org/plugins/genericond/\" target=\"_blank\">Genericon&#8217;d</a> plugin and if you want the ability to insert code blocks, it requires the <a href=\"https://wordpress.org/plugins/syntaxhighlighter/\" target=\"_blank\">SyntaxHighlighter Evolved</a> plugin.</p>\n<p>The readme.txt on GitHub cautions that &#8220;multisite self-hosted installs have not yet been tested and may not work.&#8221; Although the plugin was written to shine within a network environment with cross-site search and cross-site posting, the network features are not guaranteed to work for self-hosted users. However, the improved real-time commenting, drag-and-drop media upload, and other enhancements may make using O2 worthwhile on single site WordPress installations.</p>\n<p>A cursory look at the issues queue indicates that some of the features that work on WordPress.com may still be buggy for self-hosted installations, such as <a href=\"https://github.com/Automattic/o2/issues/3\" target=\"_blank\">@mentions in posts in comments</a>. The good news for those who were eagerly awaiting o2&#8217;s release is that the code, while not completely polished and bug-free, is now <a href=\"https://github.com/Automattic/o2\" target=\"_blank\">public on GitHub</a>. Even though Automattic is shifting its focus away from the project, anyone who wants to help improve it can submit a pull request or fork o2 for their own use.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 17:30:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Priceless Words\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45151\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2015/06/priceless-words/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:405:\"<blockquote><p>“It&#8217;s easy to be very busy but not get anything done that you&#8217;ll look back a year from now and say was worthwhile.”</p>\n<p>“You&#8217;ll get a lot of contradictory advice, and often neither side is wrong.”</p></blockquote>\n<p>Entrepreneur.com <a href=\"http://www.entrepreneur.com/article/246745\">collected a few quotes from me and blogged some context for each</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 01:25:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Matt: How Tesla Will Change The World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://ma.tt/2015/06/how-tesla-will-change-the-world/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"<p><a href=\"http://waitbutwhy.com/2015/06/how-tesla-will-change-your-life.html\">How Tesla Will Change The World</a> from the great Wait But Why.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Jun 2015 23:25:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Matt: Munchery Eating the World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45143\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://ma.tt/2015/06/munchery-eating-the-world/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:380:\"<p>Shervin has an amazing write-up on <a href=\"https://medium.com/@shervin/how-munchery-is-literally-eating-the-world-218c6520dc99\">how Munchery is literally eating the world</a>, and Sherpa&#8217;s continuing investment there. If you haven&#8217;t tried <a href=\"https://munchery.com/\">Munchery</a> yet they&#8217;re now in San Francisco, Los Angeles, Seattle, and New York.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Jun 2015 03:31:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Post Status: What is Code?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=13013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://poststatus.com/what-is-code/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16332:\"<p>Today I read perhaps the single best article I&#8217;ve ever read on programming.</p>\n<p><a href=\"http://www.bloomberg.com/graphics/2015-paul-ford-what-is-code/\">Paul Ford has written the definitive guide</a> for explaining a profession that employs 11 million people and occupies 7 million more hobbyists&#8217; time by answering the question, &#8220;What is code?&#8221;</p>\n<p>He wrote the article for everyone, he says, but specifically he wrote it for the editor of Bloomberg. Whether you&#8217;re a programmer already, in a business where you work with programmers, or just want to learn a bit more about the thousands of frameworks for 0s and 1s that run our world, I think the article is for you.</p>\n<p>It&#8217;s not fair to attempt a summary of the many points Paul makes, but I&#8217;ll highlight some of my favorite passages and also summarize some of the topics he covers. However, I can not offer each point the justice they deserve, so honestly if you really want the best experience, read the original and not this.</p>\n<p>The <em>only</em> benefit of my article is that at just over 2,000 words it&#8217;s 5% of the length of the original. I&#8217;d encourage everyone to read the entire article. I&#8217;m sure I&#8217;ll share it individually hundreds of times in my future.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Here is MY three-word summary of my article for busy people: Reevaluate your life.</p>\n<p>&mdash; Paul Ford (@ftrain) <a href=\"https://twitter.com/ftrain/status/609374405727268864\">June 12, 2015</a></p></blockquote>\n<p></p>\n<p>Are you still not convinced to commit to it? Okay, fine. Here are my favorite parts:</p>\n<h3>Where is code?</h3>\n<p>While the entire article answers, &#8220;What is code?&#8221;, he starts by answering, &#8220;Where is code?&#8221; Code is much broader than the web. It&#8217;s pervasive. Everywhere.</p>\n<blockquote><p>Most programmers aren’t working on building a widely recognized application like Microsoft Word. Software is everywhere. It’s gone from a craft of fragile, built-from-scratch custom projects to an industry of standardized parts, where coders absorb and improve upon the labors of their forebears (even if those forebears are one cubicle over). Software is there when you switch channels and your cable box shows you what else is on. You get money from an ATM—software. An elevator takes you up five stories—the same. Facebook releases software every day to something like a billion people, and that software runs inside Web browsers and mobile applications. Facebook looks like it’s just pictures of your mom’s crocuses or your son’s school play—but no, it’s software.</p></blockquote>\n<h3>Computers are dumb</h3>\n<p><a href=\"http://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html\">Until they&#8217;re not</a>. But today, computers really don&#8217;t know anything; they return things based on what we put in them, and they can do so many things faster than we can.</p>\n<blockquote><p>Every character truly, truly matters. Every single stupid misplaced semicolon, space where you meant tab, bracket instead of a parenthesis—mistakes can leave the computer in a state of panic. The trees don’t know where to put their leaves. Their roots decay. The boxes don’t stack neatly. For not only are computers as dumb as a billion marbles, they’re also positively Stradivarian in their delicacy.</p></blockquote>\n<h3>Programming languages</h3>\n<p>Paul spends a ton of time talking about various programming languages, their origins, their styles, their adoptions, their usefulness, and how they&#8217;ve evolved.</p>\n<p>He primarily focuses on C (and how it&#8217;s fast but not object oriented) and Java (and how it&#8217;s object oriented but not fast, relatively). Amazingly, he manages to talk about many, many languages, their attributes, and yet explain them in a way that nearly anyone can understand.</p>\n<p>I have to admit something: I am so far from a classically trained developer that I found this focus of the article to be incredibly educational. I learned the wrong way, from the tip of the pyramid down. If you consider markup and styles the very tip, and then WordPress is a bit below that as a framework for PHP &#8212; and you are still only part way down the pyramid. PHP is built with C and C compiles to machine code. His article helped me understand the pyramid from the other direction much better.</p>\n<h3>Programmer culture</h3>\n<p>An important piece of the article was around culture. He spends time both on programmer attitudes and broader programming culture, such as conferences.</p>\n<blockquote><p>Languages have agendas. People glom onto them. Blunt talk is seen as a good quality in a developer, a sign of an “engineering mindset”—spit out every opinion as quickly as possible, the sooner to reach a technical consensus. Expect to be told you’re wrong; expect to tell other people they’re wrong. (Masculine anger, bluntly expressed, is part of the industry.)</p>\n<p>Coding is a culture of blurters. This can yield fast decisions, but it penalizes people who need to quietly compose their thoughts, rewarding fast-twitch thinkers who harrumph efficiently. Programmer job interviews, which often include abstract and meaningless questions that must be answered immediately on a whiteboard, typify this culture. Regular meetings can become sniping matches about things that don’t matter. The shorthand term for that is “bikeshedding.” (Who cares what color the bike shed is painted? Well …)</p>\n<p>Code culture is very, very broad, but the geographic and cultural core is the Silicon Valley engine of progress. The Valley mythologizes young geniuses with vast sums. To its credit, this culture works; to its shame, it doesn’t work for everyone.</p>\n<p>At any moment some new thing could catch fire and disrupt the tribal ebb and flow. Instagram was written in Python and sold for $2 billion, so Python had a moment of glory. The next mind-blowing app could show up, written in some new language—and start everyone taking that more seriously. Within 18 months your skills could be, if not quite valueless, suspect.</p>\n<p>I was in a meeting once where someone said, “How long will it take to fix that?” One person, who’d been at the company for years, said, “Three months.” A new person, who’d just come from a world of rapidly provisioned cloud microservices, said, “Three minutes.” They were both correct. That’s how change enters into this world. Slowly at first, then on the front page of Hacker News.</p>\n<p>Programmers carve out a sliver of cognitive territory for themselves and go to conferences, and yet they know their position is vulnerable. They get defensive when they hear someone suggest that Python is better than Ruby, because [insert 500-comment message thread here]. Is the next great wave swelling somewhere, and will it wash away Java when it comes? Will Go conquer Python? Do I need to learn JavaScript to remain profitable? Programmers are often angry because they’re often scared. We are, most of us, stumbling around with only a few candles to guide the way. We can’t always see the whole system, so we need to puzzle it out, bit by bit, in the dark.</p></blockquote>\n<p>And his passage on the decreasing percentages of female coders is pure perfection:</p>\n<blockquote><p>The average programmer is moderately diligent, capable of basic mathematics, has a working knowledge of one or more programming languages, and can communicate what he or she is doing to management and his or her peers. Given that a significant number of women work as journalists and editors, perform surgery, run companies, manage small businesses, and use spreadsheets, that a few even serve on the Supreme Court, and that we are no longer surprised to find women working as accountants, professors, statisticians, or project managers, it’s hard to imagine that they can’t write JavaScript. Programming, despite the hype and the self-serving fantasies of programmers the world over, isn’t the most intellectually demanding task imaginable.</p>\n<p>Which leads one to the inescapable conclusion: The problem with women in technology isn’t the women.</p></blockquote>\n<h3>PHP and (sorta) WordPress</h3>\n<p>Of everything discussed in the article, the one thing I really could tell he didn&#8217;t appreciate much was PHP.</p>\n<blockquote><p>You can get a site up and running in PHP in a few minutes, and that’s the problem. It used to be the terrible choice you made when you needed to get something done on the Web, but increasingly JavaScript has replaced it as the default terrible choice.</p>\n<p>PHP stands for Personal Home Page/Forms Interpreter. The idea was that when you loaded your Web pages, the PHP code would run before the page went out to the Internet. And PHP could, say, check whether you were logged in. If you were, it could show you your top secret account details; and if you weren’t, it could say, “Please log in.”</p>\n<p>I know a lot of people who program in PHP, and they are smart, good people. PHP powers Etsy and Facebook. It powers Wikipedia, for God’s sake. WordPress. Out of all the Web’s pages, an enormous percentage is created with PHP.</p>\n<p>Coding in PHP for a living is not a death sentence. Lots of people have gotten rich off PHP. It just means a lot of cutting and pasting, and a lot of trips to Google to figure out why things aren’t working.</p>\n<p>Poor, sad, misbegotten, incredibly effective, massively successful PHP. Reading PHP code is like reading poetry, the poetry you wrote freshman year of college.</p>\n<p>I spent so many hundreds, maybe thousands, of hours programming in PHP, back when I didn’t know what I was doing and neither did PHP. Reloading Web pages until my fingers were sore. (I can hear your sympathetic sobs.) Everything was always broken, and people were always hacking into my sites.</p>\n<p>PHP. I don’t wish it any harm. I’m glad to see how well it’s done for itself. We had some good times together. I just don’t ever want to go back there.</p></blockquote>\n<p>He also uses WordPress as the punching bag for the story in the story. The fictional story within the article is of a company that&#8217;s replacing their current website with a new website. It&#8217;s a big corporate environment and they&#8217;re, &#8220;at the limits with WordPress.&#8221; Of course, <a href=\"http://ma.tt/2015/06/paul-ford-what-is-code-bloomberg/\">Matt Mullenweg took issue</a> with that one aspect on his own blog.</p>\n<h3>Debugging, testing, and version control</h3>\n<p>Paul gives some of the best layman&#8217;s descriptions for debugging, testing, and version control I&#8217;ve ever read. He closes the section with this:</p>\n<blockquote><p>See, tests and version control are now the trigger for actually shipping code. If you can follow a process like this, you can release software several times a day—which in the days of shrink-wrapped software would have been folly. (Often builds were done nightly, by big “build servers,” and one would come in the next morning to get the score.) But now that software can be released via the Web or an app store, why wait? Why not continually release software, every day, whenever you have something that’s ready to go?</p></blockquote>\n<h3>Actually picking a language</h3>\n<p>It&#8217;s hard to limit this one and it was one of my favorite parts, so I&#8217;m just going to toss it in in bulk.</p>\n<blockquote><p>Beware of arguments related to programming speed. All things being equal, faster is better. But all things are never equal. Do you need the kind of speed that lets you get a website up and running quickly? Or the kind that allows you to rotate a few thousand polygons in 3D in real time? Do you need to convert 10,000 PDFs into text per hour? Or 10 million PDFs into text once? These are different problems. What do we need to do, how many times do we need to do it, and what existing code can we use to help us do it that many times? Ask those questions.</p>\n<p>It’s possible to spend productive months preparing for a project without deciding on a language. It may be the sign of a fine manager, someone who assumes his people can learn new things, someone who’s built an agile team capable of experimenting with new technologies and getting ideas into production. It could also be that this person is totally useless. You’ll find out!</p>\n<p>Let’s say your programmers are developing a huge website that serves 5 million people who each visit five times a month. Do you use Python, which is slower, or Go, which is fast, or Node.js, which is something in-between? Trick question! Twenty-five million Web page visits isn’t that big a deal, unless they involve some deep wizardry or complex database queries that are very different for each page (good example: Facebook).</p>\n<p>Now, that number isn’t trivial; if it takes a minute to make a page, you’d need 48 years to make that many, which is way too slow. If it takes a second to make a page, that’s still too slow—there are only 2.6 million seconds in a month. So you need to figure out how to serve about 10 pages per second. You’ll probably want more than one computer, a little redundancy, some good server setup. It will take some doing and planning. But it can be done in any language.</p>\n<p>What if you are going to serve only a few hundred thousand pages a month? Then you’ve got tremendous breathing room. You don’t need too many engineers to create the system architecture. You still need to plan, but in general you can read some blog posts and follow along with what others have done. You can be pretty sloppy, to be honest. Again, any language will do.</p>\n<p>What if you want to include a live, person-to-person chat on those pages, and you expect thousands of people to use that chat at once, all speaking to each other? Now you’re dipping your hand into that godforsaken river. But that is exactly the problem that Go was designed to solve. It’s a language for creating highly available servers that use as much of the computer’s processor as possible. It has other features as well, but this is where Go shines. Actually, Node.js works pretty well for that sort of server, too, and Clojure certainly has the capacity. Oh, right, Java works, too. If you really needed to, you could even do it in PHP.</p>\n<p>This is why the choice is so hard. Everything can do everything, and people will tell you that you should use everything to do everything. So you need to figure out for yourself what kind of team you have, what kind of frameworks you like using, where people can be most productive, so they will stick around through the completion of the project. This is hard. Most places can’t do this. So they go with the lowest common denominator—Java, PHP—because they know that when people leave, they’ll be able to get more of them.</p>\n<p>And that’s OK. The vast majority of technology projects don’t require original research, nor do they require amazing technological discoveries. All the languages under discussion work just fine. There are great coders in all of them.</p></blockquote>\n<h3>Should you learn to code?</h3>\n<p>I&#8217;ve only highlighted some of my favorite parts. I will likely re-read this article many times.</p>\n<p>You can also check out a <a href=\"https://github.com/BloombergMedia/whatiscode/\">GitHub repo for the article</a>, which is super cool. You can also catch a <a href=\"http://gawker.com/what-is-code-a-q-a-with-writer-and-programmer-paul-fo-1710884170\">Q&amp;A with Paul Ford</a>, about the article and process, on Gawker. Oh, and <a href=\"http://paulford.kinja.com/for-the-love-of-content-management-1593678966\">his test last year of the Kinja CMS</a> &#8212; a debacle that is reminiscent of the Bloomberg article more than a little bit &#8212; is hilarious.</p>\n<p>In the end, he poses the question: &#8220;should you learn to code?&#8221; You&#8217;ll have to <a href=\"http://www.bloomberg.com/graphics/2015-paul-ford-what-is-code/\">read to the end to find out</a>.</p>\n<p>Seriously, thank you <a href=\"https://twitter.com/ftrain\">Paul Ford</a> for this piece, and Bloomberg for funding it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Jun 2015 20:46:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WP Featherlight: A New Lightbox Plugin for WordPress Images and Galleries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44795\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wptavern.com/wp-featherlight-a-new-lightbox-plugin-for-wordpress-images-and-galleries\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3942:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/featherlight.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/featherlight.jpg?resize=1020%2C505\" alt=\"photo credit: neverland... - (license)\" class=\"size-full wp-image-45148\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/91565478@N00/3292572871\">neverland&#8230;</a> &#8211; <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>WP Site Care recently launched its new <a href=\"https://wordpress.org/plugins/wp-featherlight/\" target=\"_blank\">WP Featherlight</a> plugin on WordPress.org. While there are already hundreds of lightbox plugins available for WordPress, this one may prove to be the &#8220;lightest&#8221; of them all.</p>\n<p>The plugin is essentially a wrapper for the <a href=\"http://noelboss.github.io/featherlight/\" target=\"_blank\">Featherlight jQuery lightbox script</a> created by Noel Bossart. Featherlight.js was designed to be very lightweight and is just 400 lines of JavaScript, 100 of CSS, and less than 6kB combined. It works on IE8+, all modern browsers, and on mobile platforms. The script is responsive and supports images, ajax, and iframes out of the box.</p>\n<p>WP Featherlight solves a number of problems that WordPress users often encounter with lightbox plugins, many of which contain a load of heavy-handed styling that is difficult to override.</p>\n<p>&#8220;We were having a really hard time finding a lightbox plugin that was simple to customize, but that was also lightweight, flexible, and didn’t add a bunch of bloat to our website,&#8221; WP Site Care founder Ryan Sullivan said in his <a href=\"http://www.wpsitecare.com/wp-featherlight/\" target=\"_blank\">post</a> introducing the plugin.</p>\n<p>The WP Site Care team opted to build their own solution on top of Featherlight.js. The resulting plugin provides a fast, minimalist style popup for images and galleries.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/wp-featherlight-screenshot.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/wp-featherlight-screenshot.png?resize=1025%2C786\" alt=\"wp-featherlight-screenshot\" class=\"aligncenter size-full wp-image-45168\" /></a></p>\n<p>The plugin includes built-in support for native WordPress galleries and <a href=\"http://jetpack.me/support/tiled-galleries/\" target=\"_blank\">Jetpack galleries</a>. When you install it, there are no options to configure. It will automatically display all images and galleries in a lightbox. If you <a href=\"https://github.com/noelboss/featherlight/#usage\" target=\"_blank\">add some extra data attributes to your content</a>, it&#8217;s also possible to display videos, iframes, and ajax content with WP Featherlight.</p>\n<p>The demo video below shows how the plugin works with galleries to click from one image to the next while in the lightbox.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>One common problem with WordPress lightbox plugins is that they usually load their scripts and styles on every page, whether you need the lightbox there or not. WP Featherlight gives you the option in the post editor to disable the lightbox. It&#8217;s a handy option to have in case you don&#8217;t want to load a larger version of your images on that particular post/page, but I&#8217;m not sure why you wouldn&#8217;t just conditionally load the scripts on pages that have images.</p>\n<p>I tested WP Featherlight on a demo site and found that it works as advertised. You would be hard pressed to find a leaner lightbox plugin for WordPress. The style is super minimal and the fact that there are no options to configure makes it a pleasure to use. Many thanks to <a href=\"https://profiles.wordpress.org/fatmedia/\" target=\"_blank\">Robert Neu</a> and the folks at WP Site Care for making it freely <a href=\"https://wordpress.org/plugins/wp-featherlight/\" target=\"_blank\">available on WordPress.org</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Jun 2015 19:36:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WordPress Plugin Developers Need to Communicate Better in Change Logs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=45107\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/wordpress-plugin-developers-need-to-communicate-better-in-change-logs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4839:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/01/CommunicationFeaturedImage.jpg\"><img class=\"size-full wp-image-15569\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/01/CommunicationFeaturedImage.jpg?resize=637%2C200\" alt=\"Communication Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/elycefeliz/3224486233/\">elycefeliz</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>One of the habits I developed when I started using WordPress is to <strong>always</strong> read a plugin&#8217;s changelog before updating. The changelog is a communication channel that bridges the gap between me and the developer.</p>\n<p>It tells me what&#8217;s changed, what to expect, and any other information the developer thinks I should know. The most important information a developer can tell me is that a security vulnerability has been addressed.</p>\n<p>Security vulnerabilities in WordPress plugins generally receive a decent amount of media coverage. If I read a story that mentions a plugin I use containing a vulnerability, the first thing I do is visit that plugin&#8217;s changelog on the WordPress plugin directory to see if it&#8217;s fixed. However, some plugin authors don&#8217;t do a very good job of informing users that a security patch has been applied.</p>\n<h2>WooCommerce and VaultPress</h2>\n<p>WooCommerce recently <a href=\"http://wptavern.com/woocommerce-2-3-11-patches-object-injection-vulnerability\">released an update</a> to fix an object injection vulnerability. If you look at the changelog for 2.3.11 which has the patch, there is no mention of a security vulnerability being fixed.</p>\n<h4>2.3.11 &#8211; 10/06/2015</h4>\n<ul>\n<li>Fix &#8211; Check if rating is enabled before check if rating is required to a review.</li>\n<li>Fix &#8211; get_discounted_price needs to check if taxes are enabled.</li>\n<li>Fix &#8211; Fixed filetype check for digital downloads.</li>\n<li>Fix &#8211; Newfoundland and Labrador state rename.</li>\n<li>Fix &#8211; Escaped js in widget layered nav when use the dropdown option.</li>\n<li>Fix &#8211; Switch the permissions check for json_search_products to use the read_product capability.</li>\n<li>Fix &#8211; Fixed the addition of variable products using the Order API.</li>\n<li>Fix &#8211; Sale item exclusion logic for variations.</li>\n<li>Fix &#8211; Clear correct variation stock transients when setting stock.</li>\n<li>Fix &#8211; Switch to JSON to avoid unserializing untrusted data when handling responses from PayPal.</li>\n<li>Fix &#8211; API &#8211; Fixed the sanitization for downloadable files on products endpoint.</li>\n<li>Tweak &#8211; woocommerce_downloadable_file_exists filter.</li>\n</ul>\n<p>To the untrained eye, 2.3.11 is just a regular maintenance release. Security fixes should be front and center and command attention.</p>\n<p><a href=\"https://wordpress.org/plugins/vaultpress/changelog/\">VaultPress</a>, a security monitoring plugin by Automattic, also fails to provide clear information in its changelog. Determining security patches with VaultPress is confusing because security hotfixes are labeled as though they are patches for the plugin itself. Instead, security hotfixes are patches to protect from known security vulnerabilities.</p>\n<h4>1.7.5 &#8211; 11 Jun 2015</h4>\n<ul>\n<li>Security: Add a new security hotfix.</li>\n</ul>\n<h4>1.7.4 &#8211; 28 Apr 2015</h4>\n<ul>\n<li>Bugfix: Don&#8217;t allow openssl signing unless the public key exists.</li>\n</ul>\n<h4>1.7.3 &#8211; 27 Apr 2015</h4>\n<ul>\n<li>Security: Add a new security hotfix.</li>\n</ul>\n<p>To add to the confusion, there&#8217;s no explanation as to what the hotfixes protect against. You have to read the <a href=\"https://plugins.trac.wordpress.org/changeset/1178685/vaultpress\">inline comment on GitHub</a> to know what the latest hotfix does.</p>\n<blockquote><p>// Protect WooCommerce from object injection via PayPal IPN notifications. Affects 2.0.20 -&gt; 2.3.10</p></blockquote>\n<p>If VaultPress developers added the comment from GitHub to the changelog on WordPress.org, it would have made things a lot clearer.</p>\n<h2>Users Read Change Logs</h2>\n<p>When we <a href=\"http://wptavern.com/poll-how-often-do-you-read-a-wordpress-plugins-changelog-before-updating\">asked readers</a> how often do they read a plugin&#8217;s changelog before updating, 705 out of 1,152 voters said they <strong>always</strong> read it while 338 people said they <strong>sometimes</strong> read it. Whether they understand the changes or not, users read change logs.</p>\n<p>If you&#8217;re a plugin developer, please consider adding context and clear explanations to your change logs. Clearly state what is a security patch, bug fix, or tweak. I don&#8217;t need to know the fine details, just enough information to make a good decision.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Jun 2015 19:12:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: HHVM Demonstrated to be 18.7% Faster Than PHP 7 on a WordPress Workload\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=45062\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/hhvm-demonstrated-to-be-18-7-faster-than-php-7-on-a-wordpress-workload\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4072:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/hhvmhack.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/hhvmhack.png?resize=700%2C175\" alt=\"hhvmhack\" class=\"aligncenter size-full wp-image-22751\" /></a></p>\n<p>This week HHVM developers shared the results of their first ever <a href=\"http://hhvm.com/blog/9293/lockdown-results-and-hhvm-performance\" target=\"_blank\">open source performance lockdown</a>. HHVM is Facebook&#8217;s <a href=\"https://github.com/facebook/hhvm\" target=\"_blank\">open source</a> PHP execution engine, originally created to help make its infrastructure more efficient. WordPress managed hosts, including <a href=\"http://wptavern.com/wp-engine-partners-with-10up-to-launch-enterprise-hhvm-wordpress-hosting-platform\" target=\"_blank\">WP Engine</a>, <a href=\"https://pagely.com/blog/2014/06/run-hhvm-pagely/\" target=\"_blank\">Pagely</a>, and <a href=\"https://www.siteground.com/blog/hhvm/\" target=\"_blank\">SiteGround</a>, have added HHVM hosting options within the last year to cater to customers who require better PHP performance.</p>\n<p>During the HHVM team&#8217;s two week lockdown, developers focused on optimizing builtin functions, dynamic properties, string concatenation, and the file cache. The goal was to maximize requests per second (RPS) with WordPress, Drupal 7, and MediaWiki, using their <a href=\"https://github.com/hhvm/oss-performance\" target=\"_blank\">oss-performance</a> benchmarking tool.</p>\n<p>&#8220;During lockdown we achieved a 19.4% RPS improvement for MediaWiki workloads, and a 1.8% RPS improvement for WordPress,&#8221; Facebook developer Paul Bissonnette reported. &#8220;We demonstrated that HHVM is 55.5% faster than PHP 7 on a MediaWiki workload, <strong>18.7% faster on a WordPress workload</strong>, and 10.2% faster on a Drupal 7 workload.&#8221;</p>\n<p>These results were based on configuring each framework with a sample dataset designed to approximate an average installation. In order to create the WordPress workload, the HHVM team used URLs from the hhvm.com access logs to extract data.</p>\n<p>The <a href=\"http://hhvm.com/blog/9293/lockdown-results-and-hhvm-performance\" target=\"_blank\">report</a> contains a walkthrough of how the benchmarking tool works to approximate the maximum possible RPS of a server under a high load. Some of the most notable performance differences were summarized in the results of the engine comparison chart, which demonstrates the difference between PHP 5, PHP 7, and HHVM.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/engine-comparison.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/engine-comparison.png?resize=1025%2C429\" alt=\"engine-comparison\" class=\"aligncenter size-full wp-image-45141\" /></a></p>\n<p>During the lockdown, the team also experimented with introducing asynchronous query execution to WordPress, the results of which the team plans to write about in the near future.</p>\n<blockquote><p>As an exercise, we evaluated the benefits of <a href=\"https://github.com/facebook/hhvm/tree/master/hphp/runtime/ext/async_mysql\" target=\"_blank\">async MySQL</a> in the WordPress environment. By modifying portions of WordPress to take advantage of the async capabilities offered by Hack and HHVM, we were able to examine the potential for performance gains through async execution. In our test environment we separated the MySQL and PHP hosting to separate machines within the same datacenter to approximate a realistic WordPress stack. The introduction of asynchronous query execution can demonstrate performance gains in both RPS and response time.</p></blockquote>\n<p>It will be interesting to see a more detailed report of the benefits they found from introducing async capabilities to WordPress. Overall, the lockdown provided an opportunity for collaboration across open source projects, resulting in a host of optimizations that will help OS frameworks perform better with HHVM in the future. The HHVM team plans to ship these improvements with the next release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Jun 2015 17:47:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Matt: Paul Ford: What is Code? | Bloomberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45145\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://ma.tt/2015/06/paul-ford-what-is-code-bloomberg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"<blockquote><p>We are here because the editor of this magazine asked me, “Can you tell me what code is?”</p></blockquote>\n<p><a href=\"http://www.bloomberg.com/graphics/2015-paul-ford-what-is-code/\">Paul Ford&#8217;s amazing What is Code? for Bloomberg</a>. I only spotted one mistake, of course from the Taupe Blazer guy: you&#8217;re never at the limits of WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Jun 2015 00:29:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: StackExchange is Testing a Proposed Q&A Site for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44683\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wptavern.com/stackexchange-is-testing-a-proposed-qa-site-for-woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4111:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/woocommerce-qa-staging-site.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/woocommerce-qa-staging-site.jpg?resize=1025%2C428\" alt=\"woocommerce-qa-staging-site\" class=\"aligncenter size-full wp-image-45118\" /></a></p>\n<p>StackExchange community members have <a href=\"http://area51.stackexchange.com/proposals/80132/woocommerce\" target=\"_blank\">proposed</a> a new Q&amp;A site for users and developers of <a href=\"http://www.woothemes.com/woocommerce/\" target=\"_blank\">WooCommerce</a>. The proposal is currently in the <a href=\"http://area51.stackexchange.com/faq\" target=\"_blank\">&#8220;Definition&#8221; phase</a>, which means that participants are working to design the community by proposing hypothetical questions that embody the topic&#8217;s scope.</p>\n<p>So far for WooCommerce, popular hypothetical questions include:</p>\n<ul>\n<li>How do I handle the EU VATMOSS regulations in Woocommerce?</li>\n<li>How do I create an Order using WC REST API in my application?</li>\n<li>How to hide “add to cart” on free products?</li>\n<li>How to implement multiple versions of one digital product with different buyers&#8217; customizations?</li>\n</ul>\n<p>In order to move on to the next milestone, the site must have at least 40 questions that have a score of at least ten net votes (up minus down). The WooCommerce staging site needs the following:</p>\n<ul>\n<li>5 more followers</li>\n<li>33 more questions with a score of 10 or more</li>\n<li>People to max out upvoting quality questions already in the proposal (users can only vote 5 times)</li>\n</ul>\n<p>The <a href=\"http://wordpress.stackexchange.com/\" target=\"_blank\">StackExchange for general WordPress Development</a> is thriving with <a href=\"http://wptavern.com/wordpress-stackexchange-thrives-in-2014-with-17-million-page-views-and-14k-new-questions\" target=\"_blank\">17 million page views and 14K new questions</a> in 2014. However, questions regarding third party plugins are considered off-topic and will be closed by moderators, hence the need for a separate WooCommerce Q&amp;A site.</p>\n<p>Alex Miller, one of the supporters of the WooCommerce StackExchange proposal, believes that the WooCommerce community needs a place where developers can quickly get answers to questions.</p>\n<p>&#8220;The WooCommerce Community Forums seemed like a decent place but was shut down months ago for unknown reasons,&#8221; he said. &#8220;My experience with the Woo Community Forums is that it was too broad and the upvote downvote system was poorly handled &#8211; good questions got buried too quickly with the large influx of new questions.&#8221;</p>\n<p>In contrast, the StackExchange model pushes questions that have activity (edits, comments, answers) to the top of the frontpage and lower quality questions (downvoted, flagged) receive less attention.</p>\n<p>&#8220;Having a WooCommerce StackExchange site is also a great place for people with a great understanding of WooCommerce to document their knowledge for search engines to easily find,&#8221; Miller said. You can see an example of this by <a href=\"http://wordpress.stackexchange.com/questions?sort=votes\" target=\"_blank\">sorting the WPSE questions by votes</a> and reading the first few questions and answers.</p>\n<p>&#8220;I can only hope that with <a href=\"http://wptavern.com/automattic-acquires-woocommerce\" target=\"_blank\">Automattic&#8217;s acquisition of WooCommerce</a>, the forums will be reopened (WooCommunity forums have been shutdown for a few months now),&#8221; Miller said. &#8220;But either way I don&#8217;t think there is a much better platform than what the StackExchange offers.&#8221;</p>\n<p>As StackExchange Q&amp;A sites are entirely community driven, WooCommerce community members who are interested in seeing it succeed are encouraged to <a href=\"http://area51.stackexchange.com/users/login?returnurl=%2fproposals%2f80132%2fwoocommerce%3ftab%3dvotes\" target=\"_blank\">log into StackExchange</a> and create/upvote quality questions that represent the community&#8217;s interests.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Jun 2015 21:23:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Customizer Typography: A Proof-of-Concept Plugin for WordPress Theme Authors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=45017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wptavern.com/customizer-typography-a-proof-of-concept-plugin-for-wordpress-theme-authors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3644:\"<p>One option that users often appreciate in themes is the ability to control typography without having to modify any code. Justin Tadlock has been experimenting with <a href=\"http://justintadlock.com/archives/2015/06/08/customizer-typography-project\" target=\"_blank\">adding a typography control class for the WordPress customizer</a>.</p>\n<p>Instead of writing a lengthy tutorial, he opted to create a a proof-of-concept plugin that demonstrates how theme authors might accomplish this. <a href=\"https://github.com/justintadlock/customizer-typography\" target=\"_blank\">Customizer Typography</a> is currently being developed on GitHub and Tadlock said it is &#8220;only meant for development purposes and to show one method of executing the idea.&#8221;</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/customize-typography-screen.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/customize-typography-screen.png?resize=1025%2C568\" alt=\"customize-typography-screen\" class=\"aligncenter size-full wp-image-45019\" /></a></p>\n<p>The plugin was created to provide testing for two things:</p>\n<ul>\n<li>Testing a customizer control class to handle typography</li>\n<li>Tying multiple customize settings to a single control</li>\n</ul>\n<p>&#8220;The most important was not having to add tons of code while still providing the developer complete control over each setting,&#8221; Tadlock said. &#8220;Fortunately, the Customization API in WordPress is pretty powerful and allows you to tie multiple settings to a single control.&#8221;</p>\n<p>The plugin currently provides controls for live previewing both paragraph and headings with various font family, font weight, font style, font size, and line height options. <a href=\"https://github.com/justintadlock/customizer-typography/blob/master/customize/control-typography.php#L207\" target=\"_blank\">Integrating Google Fonts</a> is on Tadlock&#8217;s to-do list, but at the moment he&#8217;s not working to build out the plugin as the ultimate solution.</p>\n<p>&#8220;Just to be clear, this is a proof of concept that I put together in an afternoon, not a polished solution,&#8221; he said. &#8220;The idea, for me at least, would be to eventually extract it and put it into themes.&#8221;</p>\n<p>I installed the plugin to play around with Twenty Fifteen and found that the experience of live previewing typography changes is very satisfying from a user standpoint. Although many custom theme options panels include basic typography controls, you often have to refresh the page to see how your changes applied. This kind of control is a prime candidate for integrating into the customizer.</p>\n<p>Tadlock&#8217;s example typography control class gives you a glimpse of what&#8217;s possible for theme authors who elect to build their options using the customizer. It&#8217;s these kinds of controls that truly solve a frustration and make it easier to personalize themes. The Customizer Typography plugin exemplifies the purpose of the customizer.</p>\n<p>You can <a href=\"https://github.com/justintadlock/customizer-typography\" target=\"_blank\">check out the plugin on GitHub</a> and install it to see the live previews in action. If you&#8217;re interested to learn more about building with the <a href=\"https://developer.wordpress.org/themes/advanced-topics/customizer-api/\" target=\"_blank\">Customizer API</a>, Tadlock published a post on the Make.WordPress.org/Themes blog that contains a long list of <a href=\"https://make.wordpress.org/themes/2015/05/07/customizer-tutorials-and-documentation/\" target=\"_blank\">customizer tutorials and documentation</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Jun 2015 18:00:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: WooCommerce 2.3.11 Patches Object Injection Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=45099\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/woocommerce-2-3-11-patches-object-injection-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:884:\"<p><a href=\"http://develop.woothemes.com/woocommerce/2015/06/woocommerce-2-3-11-security-and-maintenance-release/\">WooCommerce 2.3.11</a> patches an object injection vulnerability <a href=\"https://blog.sucuri.net/2015/06/security-advisory-object-injection-vulnerability-in-woocommerce.html\">discovered by Sucuri</a>. According to the security research company, the vulnerability is only present when the <strong>PayPal Identity Token </strong>option is set in WooCommerce.</p>\n<p>Researchers used a combination of WordPress and WooCommerce components with a known PHP bug and were able to download critical files, including wp-config.php which has sensitive information. Versions <strong>2.0.20 &#8211; 2.3.10</strong> are considered vulnerable.</p>\n<p>In addition to the patch, the release also has a number of bug fixes. If you haven&#8217;t already, update as soon as possible.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Jun 2015 17:14:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WPWeekly Episode 195 – Recap of WordCamp Orange County 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=45094&preview_id=45094\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/wpweekly-episode-195-recap-of-wordcamp-orange-county-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2775:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I recap <a href=\"https://oc.wordcamp.org/2015/\">WordCamp Orange County 2015</a> held in Costa Mesa, CA. We share our favorite sessions, highlights of the weekend, and I explain why I spent day two of the conference in my hotel room. During the second half of the show, we cover the news of the week, including the controversy surrounding the menu customizer plugin.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordcamp-us-2015-now-accepting-applications-for-host-city\">WordCamp US 2015 Now Accepting Applications for Host City</a><br />\n<a href=\"https://make.wordpress.org/community/2015/06/10/ive-been-approached-by-a-couple-of-people/\">Clarification on WordCamp US Applications</a><br />\n<a href=\"http://wptavern.com/wordpress-core-contributors-call-for-user-testing-on-the-menu-customizer-plugin\">WordPress Core Contributors Call for User Testing on the Menu Customizer Plugin</a><br />\n<a href=\"https://apps.wordpress.org/2015/06/09/wordpress-for-ios-version-5-2/\">WordPress Mobile 5.2 Update Drops with added media capabilities</a><br />\n<a href=\"http://wptavern.com/woothemes-fixes-xss-vulnerability-in-products-using-the-prettyphoto-library\">WooThemes Fixes XSS Vulnerability in Products Using the prettyPhoto Library</a><br />\n<a href=\"http://develop.woothemes.com/woocommerce/2015/06/woocommerce-2-3-11-security-and-maintenance-release/\">WooCommerce 2.3.11 Security and Maintenance Release</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/daily-logo/\">Daily Logo</a> is a simple and flexible plugin which allow users to display a different header or logo on their site every day.</p>\n<p><a href=\"https://wordpress.org/plugins/scheduled-stickiness/\">Scheduled Stickiness</a> sets and unsets the sticky flag on specified dates for a certain post based on meta fields.</p>\n<p><a href=\"https://wordpress.org/plugins/learnpress/\">LearnPress</a> is a comprehensive learning management system plugin for WordPress. It can be used to easily create and sell courses online.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 24th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #195:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Jun 2015 15:56:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: WooThemes Fixes XSS Vulnerability in Products Using the prettyPhoto Library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=45080\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wptavern.com/woothemes-fixes-xss-vulnerability-in-products-using-the-prettyphoto-library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2531:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/WooThemesFeaturedImage2.png\"><img class=\"aligncenter size-full wp-image-45083\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/WooThemesFeaturedImage2.png?resize=648%2C196\" alt=\"WooThemesFeaturedImage2\" /></a>Jeff Ikus of WooThemes, <a href=\"http://develop.woothemes.com/themes/2015/06/09/prettyphoto-xss-theme-updates/\">announced</a> on the company&#8217;s themes development blog, that it has pushed out updates to all of its products that use the <a href=\"http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/\">prettyPhoto library</a>. The update fixes a <a href=\"https://github.com/scaron/prettyphoto/issues/149\">DOM based cross-site scripting vulnerability </a>discovered in 2014.</p>\n<p><a href=\"http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/\">prettyPhoto</a> is a jQuery lightbox clone used in a potentially large number of WordPress products. If you use a WordPress plugin or theme that relies on prettyPhoto, please get in touch with the author to make sure they&#8217;re aware of this security vulnerability. If you use the <a href=\"https://wordpress.org/plugins/prettyphoto/\">prettyPhoto WordPress plugin</a>, make sure it&#8217;s running version 1.2 as it contains the patched library.</p>\n<h2>Risky Business</h2>\n<p>In 2011, <a title=\"http://www.binarymoon.co.uk/2011/08/timthumb-2/\" href=\"http://www.binarymoon.co.uk/2011/08/timthumb-2/\">TimThumb made headlines</a> when a major security vulnerability was discovered and used to hack into several websites. At the time, Ben Gillbanks, the library&#8217;s maintainer, estimated 95% of all commercial WordPress themes supported TimThumb.</p>\n<p>At the end of 2014, a <a href=\"http://wptavern.com/100000-wordpress-sites-compromised-using-the-slider-revolution-security-vulnerability\">security vulnerability was discovered</a> in the Slider Revolution plugin that allowed more than 100k websites to be compromised.</p>\n<p>Using third-party scripts and libraries is not a bad thing. The practice however, comes with a set of risks. It&#8217;s up to developers to be vigilant and accept the responsibilities that come with relying on a third-party. It&#8217;s also imperative that developers do everything they can to update their products and users when a security vulnerability is discovered.</p>\n<p>If you&#8217;re a developer, let us know the criteria in determining which third-party scripts, libraries, and tools you use.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Jun 2015 20:31:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Post Status: Quick tip: Disconnect Jetpack from the WordPress.com side\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=12963\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://poststatus.com/quick-tip-disconnect-jetpack-from-the-wordpress-com-side/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2528:\"<p>About sixteen months ago, I wrote a post noting that it is <a href=\"https://poststatus.com/managing-jetpack-enabled-blogs-wordpress-com/\">really annoying to disconnect a WordPress.com account from a Jetpack install</a>. More annoying yet, is that you could not get rid of nonexistent Jetpack enabled websites from the WordPress.com &#8220;My Sites&#8221; section at all without contacting support.</p>\n<p>Over the years I collected quite a few Jetpack enabled websites connected to my WordPress.com username. Whether I was connecting a staging site or was too lazy to get a friend to setup their own account on WordPress.com, I ended up with a couple of dozen websites connected to my account that were not in my control.</p>\n<p>The traditional way to disconnect Jetpack from WordPress.com was via the site admin in the Jetpack settings. But over time, many of the sites I managed have went stagnant or completely offline, and there was no way to disconnect them anymore. But finally, you can disconnect Jetpack from the WordPress.com side.</p>\n<p>You can disconnect sites from the main &#8220;My Site&#8221; link (shown above) or the individual site (pictured below). Errored sites show up with a red warning side, and when you click the icon, the ability to permanently disconnect the site appears.</p>\n<p><img class=\"alignnone size-large wp-image-12965\" src=\"https://poststatus.com/wp-content/uploads/2015/06/wp-com-disconnect-solo-752x385.png\" alt=\"wp-com-disconnect-solo\" width=\"752\" height=\"385\" /></p>\n<p>This has been a near daily annoyance of mine for years. I&#8217;m happy to see it finally get resolution. Special thanks to Automattician <a href=\"https://twitter.com/jeherve/status/606369302216728576\">Jeremy Herve</a> for never forgetting about me.</p>\n<p>One more tip: if you go to your WordPress.com homepage often, and it doesn&#8217;t open up the page you want to be default for stats, you can set your default site under your <a href=\"https://wordpress.com/me/account\">account settings</a>. This is another annoyance of mine that I didn&#8217;t know had a solution until just now.</p>\n<p><img class=\"alignnone size-large wp-image-12966\" src=\"https://poststatus.com/wp-content/uploads/2015/06/wp-com-account-752x377.jpg\" alt=\"wp-com-account\" width=\"752\" height=\"377\" /></p>\n<p>I know creating really effective user interfaces and account management tools is really hard. But attention to small details is awesome. I&#8217;m glad the WordPress.com team took care of this one, even if it took a while.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Jun 2015 18:18:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Peter Thiel on MBAs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45140\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://ma.tt/2015/06/peter-thiel-on-mbas/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:877:\"<blockquote><p>I think one challenge a lot of the business schools have is they end up attracting students who are very extroverted and have very low conviction, and they put them in this hot house environment for a few years — at the end of which, a large number of people go into whatever was the last trendy thing to do. They’ve done studies at Harvard Business School where they’ve found that the largest cohort always went into the wrong field. So in 1989, they all went to work for Michael Milken, a year or two before he went to jail. They were never interested in Silicon Valley except for 1999, 2000. The last decade their interest was housing and private equity.</p></blockquote>\n<p><a href=\"http://www.washingtonpost.com/blogs/on-leadership/wp/2014/10/10/peter-thiel-on-what-works-at-work/\">This entire interview with Peter Thiel is pretty interesting</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Jun 2015 17:18:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: WordPress Core Contributors Call for User Testing on the Menu Customizer Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=45034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/wordpress-core-contributors-call-for-user-testing-on-the-menu-customizer-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7228:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/menu-customizer-feature1.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/menu-customizer-feature1.jpg?resize=670%2C318\" alt=\"menu-customizer-feature\" class=\"aligncenter size-full wp-image-45053\" /></a></p>\n<p>Ryan Boren published a post to the Make/WordPress Core blog this afternoon, titled <a href=\"https://make.wordpress.org/core/2015/06/09/trust-live-preview-and-menus-in-the-customizer/\" target=\"_blank\">Trust, Live Preview, and Menus in the Customizer</a>. In it he clarified the reasons why he and several other core contributors are committed to iterating the customizer and identified the feature as a means of building user trust through live previews.</p>\n<blockquote><p>Being able to make non-destructive changes and preview them is an important component of building that trust. This is perhaps most noticeable in the “save and surprise” approach of the widgets admin screen – every time you add a new widget, modify its settings, or move one around, the changes are saved and appear live on your site, even if you’re not ready yet. The customizer is our framework for live previewing changes. We are committed to providing live preview for all aspects of site customization and making it usable on all devices from phones to large screens.</p></blockquote>\n<p>Boren briefly summarized the history of the customizer and alluded to a few possibilities the framework may offer in the future:</p>\n<blockquote><p>The customizer has come a long way, but it still lacks some features and needs time to mature. We have many improvements planned and in progress, including transactions, partial refresh, theme installation, speedier loading, scaling to large screens, and possibly even integration with front end editing. Our live preview framework offers many possibilities.</p></blockquote>\n<p>The Menu Customizer plugin was <a href=\"http://wptavern.com/menu-customizer-tentatively-approved-for-wordpress-4-3\" target=\"_blank\">tentatively approved for merge</a> during last week&#8217;s core development meeting. In order for the it to be officially approved for merge on June 17th, the plugin will need to meet the <a href=\"https://make.wordpress.org/core/handbook/how-the-release-cycle-works/features-as-plugins/\" target=\"_blank\">feature plugin criteria</a> outlined in the core handbook.</p>\n<p>&#8220;We have eight days to get the Menu Customizer plugin ready for merge,&#8221; Boren said. During this time the <a href=\"https://make.wordpress.org/flow/\" target=\"_blank\">flow team</a> will be testing and documenting the flow and visuals for the menu customizer.</p>\n<p>Boren invited anyone who wants to contribute to this effort to create flow comparisons of the existing flow through Appearance > Menus versus flow through the customizer. This essentially involves walking through the experience of setting up menus, taking screenshots of the flow, and publishing them as a captioned gallery.</p>\n<p>&#8220;Please help us capture the flows through Appearance > Menus used by you and your clients,&#8221; he said. &#8220;We need this information to ensure our new interfaces are mindful and aware of how WordPress is actually used.&#8221;</p>\n<p>Anyone can contribute to WordPress in this way, as it doesn&#8217;t require any coding. The core team is looking for people to capture real user scenarios to help in making the final decision.</p>\n<h3>There is No Timeline for Removing the Appearance > Menus Screen</h3>\n<p>In the original <a href=\"https://make.wordpress.org/core/2015/06/03/feature-plugin-merge-proposal-menu-customizer/\" target=\"_blank\">merge proposal</a> for the Menu Customizer the plugin&#8217;s author, Nick Halsey, outlined what he called a &#8220;fairly aggressive&#8221; plan for the removal of the old menus admin screen. As contributor resources are scarce when it comes to the Menus component, Halsey favored focusing all new development on the UI in the customizer.</p>\n<p>The timeline he outlined was for WordPress 4.3 to point the Menus link in the admin bar to Menus in the customizer and later releases (WordPress 4.5 or 4.6) would remove all core links to the Menus admin screen.</p>\n<p>WordPress users reacted strongly to this aggressive timeline for removing the old menus screen, but the timeline was merely a suggestion as part of the proposal. Halsey was not keen on merging the plugin without a definitive timeline for removing the old menus, a factor which he considered a &#8220;<a href=\"https://wordpress.slack.com/archives/core/p1433384682001602\" target=\"_blank\">dealbreaker</a>&#8221; for merge.</p>\n<p>However, WordPress 4.3 release lead Konstantin Obenland confirmed that no official timeline has been set.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/pollyplummer\">@pollyplummer</a> There is no timeline either way.</p>\n<p>&mdash; Konstantin Obenland (@obenland) <a href=\"https://twitter.com/obenland/status/608377778933743616\">June 9, 2015</a></p></blockquote>\n<p></p>\n<p>Ryan Boren also confirmed that WordPress will continue to maintain the Appearance > Menus screen should the plugin be officially approved for merge in the coming days:</p>\n<blockquote><p>Meanwhile, the Appearance screens will remain and will be maintained. Appearance > Menus recently received some attention in the form of a few fixes. More attention is needed and will be given. There are still differences in the flows each approach best enables, whether it’s new site/theme setup, small maintenance tasks, or dedicated content managers for heavy usage of widgets, menus, or other pieces of content that benefit from having a preview mechanism. We should gather quantifiable metrics when it comes to performance and time to completion for a given flow, as well as evaluating the less-objectively-quantifiable perceived performance. <strong>There may come a time where the worlds converge; however, that time is not now.</strong></p></blockquote>\n<p>This confirmation should assuage those whose opposition to the Menu Customizer was solely based on the aggressive timeline proposed for removing the old menus screen.</p>\n<p>The great divide on the Menu Customizer revolves around one aspect of improvement that Boren mentioned in his paragraph about the future of the customizer: <strong>scaling to large screens</strong>. The vast majority of WordPress users and developers who are following this debate are those who would be more likely to configure a menu in a desktop environment and not via mobile (where the customizer is currently designed to shine).</p>\n<p>Many who oppose the merge of the plugin have identified the cramped UI as the primary reason that it does not provide a better experience for users. You would be hard pressed to find anyone who is opposed to live previews or better usability on mobile devices.</p>\n<p>Those who manage WordPress sites via desktop are not willing to sacrifice the old menus screen for a new UI that currently caters primarily to smaller devices. Until the Menu Customizer can adequately provide a UI that fully adapts to all screen sizes, resistance to the feature is likely to continue.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Jun 2015 22:34:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Trust but Preview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2015/06/trust-but-preview/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:273:\"<p>If you&#8217;re following along with the customizer and menu work for the next version of WordPress, check out <a href=\"https://make.wordpress.org/core/2015/06/09/trust-live-preview-and-menus-in-the-customizer/\">Trust, Live Preview, and Menus in the Customizer</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Jun 2015 20:00:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WPTavern: Introducing the WP Tavern Wapuu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44960\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wptavern.com/introducing-the-wp-tavern-wapuu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6761:\"<p>The <a href=\"http://wapuu.jp/\">Wapuu craze</a> has spread far and wide. From its <a href=\"http://wptavern.com/community-translation-and-wapuu-how-japan-is-shaping-wordpress-history\">origin in Japan</a>, to <a href=\"http://wptavern.com/scott-evans-on-designing-the-punk-wapuu-for-wordcamp-london-2015\">WordCamp London</a>, and across the US, Wapuu has become quite the traveler. While the mascot has mostly represented WordCamps, site owners are creating a custom version of the mascot to represent their sites.</p>\n<p><a href=\"http://www.mynameismichelle.com/\">Michelle Schulp</a>, a graphic designer who runs <a href=\"http://marktimemedia.com/\">Marktimemedia, </a>has created a number of Wapuu&#8217;s for WordCamps and websites. She was gracious enough to create one specifically for the Tavern.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/wapuu-wptavern.png\"><img class=\"size-large wp-image-45028\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/wapuu-wptavern.png?resize=418%2C500\" alt=\"WP Tavern Wapuu\" /></a>WP Tavern Wapuu\n<p>Schulp created the mascot with Adobe Illustrator using the original .svg files provided on the original <a href=\"https://github.com/jawordpressorg/wapuu\">Wapuu Github repository</a>. She doesn&#8217;t plan on writing tutorials to modify the base Wapuu. Instead, she is creating <a href=\"https://github.com/marktimemedia/my-wapuu\">a base Wapuu</a> that will have separated pieces so its easier to modify.</p>\n<p>She often sketches and re-draws Wapuus that are not in their normal position.</p>\n<p>&#8220;Actually, most of the Wapuus are slightly modified to make it easier for them to hold or interact with their elements. I thought of him like a cartoon character (fluid) more so than a logo or icon (rigid),&#8221; Schulp told the Tavern.</p>\n<p>Schulp has always had an interest in sketching cartoons. For WordCamp Miami 2015, she created a variety of custom-made My Little Pony stickers.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/MyLittlePonyStickers.jpg\"><img class=\"wp-image-44978 size-large\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/MyLittlePonyStickers.jpg?resize=309%2C500\" alt=\"My Little Pony Stickers\" /></a>My Little Pony Stickers\n<p>She also uses her skills to create <a href=\"https://speakerdeck.com/marktimemedia/developer-collaboration\">unique slide decks</a> filled with colorful illustrations.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/CustomSlideDeck.png\"><img class=\"wp-image-44983 size-large\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/CustomSlideDeck.png?resize=500%2C415\" alt=\"Custom Slide Deck\" /></a>Custom Slide Deck\n<h2>From WordCamps to Websites and Eventually Companies</h2>\n<p>Wapuu is considered the official mascot character of WordPress and was designed by Kazuko Kaneuchi in 2011. It’s <a href=\"https://github.com/jawordpressorg/wapuu\" target=\"_blank\">distributed under the GPLv2 or later</a> and can be modified by anyone. The character is used to represent different cultures and regions of the world.</p>\n<p>Now that Wapuu is showing up as a mascot for sites that focus on WordPress, the question is, when will it be used to represent companies in the WordPress ecosystem?</p>\n<p>Shortly after <a href=\"http://wptavern.com/automattic-acquires-woocommerce\">Automattic acquired WooThemes</a>, Nick Hamze was criticized on the Advanced WordPress Facebook group for creating a <a href=\"http://blog.nickhamze.com/2015/05/19/hiro-wapuu-bffs/\">Wapuu dressed up like a ninja</a>.</p>\n<blockquote><p>If the graphic was created by WooThemes and independently of the acquisition I&#8217;d think oh cute, WooTheme&#8217;s mascot is teaching WordPress&#8217; mascot how to be a ninja, best friends forever for sure.</p>\n<p>Instead, it came from an Automattician and in the context of Automattic acquiring WooThemes, to me it reads that Automattic is using Wapuu, which just bugs me.</p></blockquote>\n<p>At WordCamp Miami 2015, Rocketgenius came under fire for creating swag that features Wapuu wearing a space suit with a rocket patch on its arm.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/carlhancock\">@carlhancock</a> Wapuu is for promoting WordPress. It promotes a open source project and not a company.</p>\n<p>&mdash; Marko Heijnen (@markoheijnen) <a href=\"https://twitter.com/markoheijnen/status/605072873586356224\">May 31, 2015</a></p></blockquote>\n<p></p>\n<p>This is what the swag looks like. The logo is subtle in nature and if you didn&#8217;t already know it represents Rocketgenius, it would fit naturally into the design.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/SpaceWapuu.jpg\"><img class=\"wp-image-44989 size-large\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/SpaceWapuu.jpg?resize=375%2C500\" alt=\"Space Wapuu With Rocket Patch\" /></a>Space Wapuu With Rocket Patch\n<p>It&#8217;s important to note that there are no rules in how Wapuu can be used. The only guideline is maintaining Kaneuchi&#8217;s copyright. The mascot has appeared on physical products such as nails, cakes, and stuffed animals.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/wapuu-everywhere.jpg\"><img class=\"size-full wp-image-43945\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/wapuu-everywhere.jpg?resize=1025%2C703\" alt=\"photo credit:  Naoko Takano - Learnings from Growing Local WordPress Communities\" /></a>photo credit:<br />Naoko Takano &#8211; <a href=\"http://www.slideshare.net/naokomc/wordcamp-europe2013/47\">Learnings from Growing Local WordPress Communities</a>\n<p>Schulp says she plans to create more Wapuus when the inspiration strikes. &#8220;I like to imagine Wapuu in a ton of different circumstances and my plan is to create more <em>slice of life</em> Wapuus as the inspiration strikes, maybe similar to how you can express things with Facebook stickers.&#8221;</p>\n<p>&#8220;Though Wapuu is open source and we can all use him and I&#8217;ve got good intentions, he isn&#8217;t mine so I&#8217;ll always defer to and respect the community that created it.&#8221;</p>\n<h2>Community Protection</h2>\n<p>The use of Wapuu is open for interpretation but I don&#8217;t see a problem with companies participating in the craze and creating one of their own. Unlike the WordPress logo, which is trademarked, Wapuu is free of such restrictions meaning anyone can use it for anything, including commercial endeavors.</p>\n<p>The community needs to protect Wapuu from enterprises that want to claim it as their own. We must respect its origins and give credit where credit is due. Other than that, the more Wapuus the better!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Jun 2015 18:31:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"WPTavern: Prescription for a Stalled WordPress Agency: Mario Peshev’s Advice for Growing Development Services\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44596\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"http://wptavern.com/prescription-for-a-stalled-wordpress-agency-mario-peshevs-advice-for-growing-development-services\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2629:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/clients.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/clients.jpg?resize=1025%2C504\" alt=\"photo credit: Alejandro Escamilla\" class=\"size-full wp-image-45014\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/96E1A8F1CB\">Alejandro Escamilla</a>\n<p>WordPress agencies provide a critical connection point between users and the software by building custom solutions and guiding some of the more complex implementations. Yet client work is challenging, and many developers who work in it are concurrently planning their escape into product businesses.</p>\n<p>Growing an agency reliably is one of the more difficult business endeavors one can embark upon in the WordPress ecosystem. That&#8217;s why many attempts linger at one or two person shops, and very few grow to become the powerhouse agencies that can accommodate enterprise level clients.</p>\n<p><a href=\"http://devwp.eu/\" target=\"_blank\">Mario Peshev</a>, an agency owner specializing in SaaS solutions, wrote an excellent piece on <a href=\"http://devwp.eu/outsourcing-and-hiring-remote-talent/\" target=\"_blank\">Outsourcing and Hiring Remote Talent</a>. As strategic hiring is the lifeblood of any agency, it&#8217;s a skill that owners are eager to refine.</p>\n<p>&#8220;Small businesses are not easy to run,&#8221; he said. &#8220;Growing from a one man show to two people is really hard.&#8221; Peshev&#8217;s article includes a wealth of advice from the trenches on topics that every WordPress agency owner has struggled with, especially in the beginning. He covers the following topics in depth:</p>\n<ul>\n<li>Tips on hiring technical people remotely</li>\n<li>Strategies for hiring experts, junior developers, and trainees</li>\n<li>Scaling a business and growing a team via outsourcing</li>\n<li>When and why you might hire a consultant</li>\n<li>The benefits of leasing employees</li>\n<li>Outsourcing to another agency</li>\n<li>When it makes sense to hire a freelancer</li>\n<li>How to find WordPress talent</li>\n</ul>\n<p>Peshev blogs regularly on WordPress development and business topics, and this <a href=\"http://devwp.eu/outsourcing-and-hiring-remote-talent/\" target=\"_blank\">post</a> is a must read for any business owner who is struggling to grow a stalled agency. There&#8217;s no simple recipe for success when you&#8217;re in the business of helping clients harness the power of WordPress. Peshev&#8217;s post doesn&#8217;t offer a single magic formula for growing your agency but instead outlines various strategies and scenarios where they might be beneficial.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Jun 2015 15:06:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: Online Privacy Lie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45136\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2015/06/online-privacy-lie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:469:\"<p>Techcrunch has a really great essay by Natasha Lomas that I think got missed, <a href=\"http://techcrunch.com/2015/06/06/the-online-privacy-lie-is-unraveling/\">The Online Privacy Lie Is Unraveling</a>.</p>\n<blockquote><p>Americans believe it is futile to manage what companies can learn about them. Our study reveals that more than half do not want to lose control over their information but also believe this loss of control has already happened.</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Jun 2015 04:57:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Brighton, UK to Host Europe’s First BuddyCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44932\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wptavern.com/brighton-uk-to-host-europes-first-buddycamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3385:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/buddycamp-brighton.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/buddycamp-brighton.jpg?resize=670%2C318\" alt=\"buddycamp-brighton\" class=\"aligncenter size-full wp-image-44976\" /></a></p>\n<p>BuddyPress fans, mark your calendars! <a href=\"http://brighton.buddycamp.org/2015/\" target=\"_blank\">BuddyCamp Brighton</a>, Europe’s very first BuddyPress conference, is just two months away. The event will be held at Clearleft’s 68 Middle Street venue on August 8, 2015. This venue has a maximum capacity of 60 people, so tickets are likely to sell out fast.</p>\n<p>BuddyPress lead developer <a href=\"https://twitter.com/pgibbs\" target=\"_blank\">Paul Gibbs</a> and contributor <a href=\"https://twitter.com/karmatosed\" target=\"_blank\">Tammie Lister</a> are teaming up to organize the event and put out the <a href=\"http://brighton.buddycamp.org/2015/call-for-speakers/\" target=\"_blank\">call for speakers</a> and <a href=\"http://brighton.buddycamp.org/2015/call-for-sponsors/\" target=\"_blank\">sponsors</a> today.</p>\n<p>&#8220;The really exciting thing is that this is going to be the first BuddyCamp outside North America/Canada &#8211; the first in Europe,&#8221; Gibbs said. &#8220;From my role in the BuddyPress project, I know we have many fans across the continent, and it&#8217;s those people we want to come to BuddyCamp, so we&#8217;re going to focus on making the event as accessible as possible for all those visitors.&#8221;</p>\n<p>Brighton has a thriving <a href=\"http://www.meetup.com/WordUp-Brighton/\" target=\"_blank\">local WordPress community</a> and BuddyPress interest runs deep throughout the UK, making it a strategic location for hosting Europe&#8217;s first BuddyCamp.</p>\n<p>&#8220;Brighton itself has a great tech community, as does London obviously (which is just over an hour away on train), so there&#8217;s a lot of potential,&#8221; Gibbs said.</p>\n<p>Organizers are hoping to receive a wide range of presentation subjects from potential speakers, including both beginner and technical topics.</p>\n<p>&#8220;We&#8217;re pretty keen on beginners content, mixed with a range of showcases and great examples of the potential of BuddyPress,&#8221; he said.</p>\n<p>Gibbs confirmed that peripheral bbPress topics are also welcome among speaker submissions, even though the event will focus primarily on BuddyPress.</p>\n<p>&#8220;I think there&#8217;s a lot of overlap, especially around community management and development,&#8221; he said. &#8220;We&#8217;d be happy to receive talk proposals in these areas.&#8221;</p>\n<p>BuddyCamp Brighton is a historic event for the European BuddyPress community and will be formatted as an intimate gathering where attendees of all skill levels are welcome. BuddyPress enthusiasts will learn more about the varied uses of the plugin and will also have the opportunity to get connected to core contributors in the region.</p>\n<p>&#8220;If people go home happy and inspired to use BuddyPress to help them grow a community, then I&#8217;ll be very happy,&#8221; Gibbs said.</p>\n<p>Those interested to attend can <a href=\"http://brighton.buddycamp.org/\" target=\"_blank\">subscribe to email updates</a> or follow <a href=\"https://twitter.com/BuddyCampUK\" target=\"_blank\">@BuddyCampUK</a> on Twitter to be notified when tickets go on sale.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Jun 2015 22:06:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"WPTavern: WordPress Theme Review Team Seeks Feedback on the Review Process, Themes, and the Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44912\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://wptavern.com/wordpress-theme-review-team-seeks-feedback-on-the-review-process-themes-and-the-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5390:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/survey.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/survey.jpg?resize=1025%2C507\" alt=\"photo credit: Lukasz Kowalewski\" class=\"size-full wp-image-44957\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/FI3UYVGNFD\">Lukasz Kowalewski</a>\n<p>The WordPress Theme Review Team (TRT) is currently seeking feedback via three separate surveys on the <a href=\"https://make.wordpress.org/themes/2015/06/05/theme-review-process-survey/\" target=\"_blank\">review process</a>, <a href=\"https://make.wordpress.org/themes/2015/06/05/theme-usability-survey/\" target=\"_blank\">themes</a>, and the <a href=\"https://make.wordpress.org/themes/2015/06/05/theme-directory-survey/\" target=\"_blank\">directory</a>. After weathering several months of increasingly negative community feedback, the team is now looking to users and theme authors to help shape its <a href=\"https://make.wordpress.org/themes/2015/06/05/suggested-roadmap/\" target=\"_blank\">roadmap</a> for the future.</p>\n<p>The team&#8217;s controversial decision to <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options\" target=\"_blank\">require theme authors to use the customizer for building theme options</a> ignited a heated debate, which continued as more guidelines came up for consideration. Community members expressed concern that more rules and regulations might limit the future of WordPress themes. The conversation surrounding violations of the &#8220;<a href=\"http://wptavern.com/wordpress-theme-review-team-is-cracking-down-on-violations-of-the-presentation-vs-functionality-guideline\" target=\"_blank\">Presentation vs. Functionality</a>&#8221; guideline contributed to the team&#8217;s decision to reevaluate the general direction of the official directory and the process of getting a theme approved.</p>\n<p>Following a brainstorming session with Matt Mullenweg on May 28th, the TRT decided to step back and look at the process and the directory in a new way. This opened up many new avenues for the team to explore, and the three user surveys are a response to the new direction.</p>\n<p>TRT member Tammie Lister opened up the feedback channels with an <a href=\"https://make.wordpress.org/themes/2015/06/05/theme-directory-survey/\" target=\"_blank\">overview</a> of the purpose behind the surveys:</p>\n<blockquote><p>As a part of our <a href=\"https://make.wordpress.org/themes/2015/06/05/suggested-roadmap/\" target=\"_blank\">Theme Directory Roadmap</a>, we are going to be taking a good look at every aspect of the theme submission, review, and browsing experience on WordPress.org.</p>\n<p>To kick off the research phase of our roadmap, we’re issuing a series of surveys targeting theme authors, theme reviewers, and WordPress users. In addition to surveying users, we’ll also be analyzing other theme directories on the web, and reviewing other theme submission processes to see what we can bring back to WordPress.</p></blockquote>\n<p>The <a href=\"https://make.wordpress.org/themes/2015/06/05/theme-usability-survey/\" target=\"_blank\">Usability survey</a> is an opportunity for anyone who has ever used a WordPress.org-hosted theme to voice an opinion on that experience. The survey briefly touches on whether the user views a demo before downloading the theme. The quality of theme demos is currently a hot topic of discussion, as many believe that the current demos are woefully inadequate at showing a theme&#8217;s potential.</p>\n<p>The <a href=\"https://make.wordpress.org/themes/2015/06/05/theme-review-process-survey/\" target=\"_blank\">Theme Review Process survey</a> is specifically for theme authors and includes open-ended questions regarding the process and obstacles to getting a theme launched.</p>\n<p>The <a href=\"http://13233232.polldaddy.com/s/what-is-it-like-to-have-your-theme-reviewed\" target=\"_blank\">Finding a WordPress Theme</a> survey concerns the directory, but it is the most limited in scope. The survey includes just one question about where users look for a theme when starting a new site.</p>\n<p>One WordPress theme developer <a href=\"https://make.wordpress.org/themes/2015/06/05/theme-directory-survey/#comment-41962\" target=\"_blank\">commented on the survey</a>, suggesting a few more detailed questions that could be helpful, but Lister indicated that the TRT is examining the first round of responses before moving on to further research.</p>\n<blockquote><p>At this stage we should not get into too much detail as we want to get an over-view. We also have some stats we can use in conjunction. This is not something we’re going to change format wise this time around.</p></blockquote>\n<p>The three surveys are a unique opportunity for users to voice their opinions on the experience of using WordPress.org themes, and take just minutes to complete. Hopefully, when the next stage of research is launched they will survey users on more specific concerns.</p>\n<p>The TRT&#8217;s request for feedback marks the beginning of a radical shift in the direction of the team. Instead of instituting more guidelines, TRT is looking at better ways to encourage creativity among theme authors and improve the process of submitting themes. The directory should also be receiving some useful improvements in the near future as the result of user feedback.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Jun 2015 19:02:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Akismet: Akismet WordPress Plugin 3.1.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1849\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://blog.akismet.com/2015/06/08/akismet-3-1-2-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1209:\"<p>Version 3.1.2 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update includes seventeen fixes and enhancements; they&#8217;re summarized in the <a href=\"https://wordpress.org/plugins/akismet/changelog/\">changelog</a> (or for all of the details, the <a href=\"https://plugins.trac.wordpress.org/log/akismet/trunk\">revision log</a>), but notably, Akismet will be easier to set up, use less space in your database, and be better protected against security holes &#8212; specifically ones in other plugins.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1849/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1849/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1849&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Jun 2015 02:50:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Matt: The Agency – NYTimes.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2015/06/the-agency-nytimes-com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:372:\"<blockquote><p>From a nondescript office building in St. Petersburg, Russia, an army of well-paid “trolls” has tried to wreak havoc all around the Internet — and in real-life American communities.</p></blockquote>\n<p>This story of Adrian Chen in Russian <a href=\"http://www.nytimes.com/2015/06/07/magazine/the-agency.html\">definitely turns weird at the end</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 07 Jun 2015 14:52:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Matt: Aca-Awesome : Kay Cannon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45130\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2015/06/aca-awesome-kay-cannon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:380:\"<p>Pitch Perfect and its sequel, which I saw a few weekends ago, are the best geeky kind of fun (though I thought there were some jokes that fell flat in the latest). Longreads has an interview with Kay Cannon, the Pitch Perfect screenwriter, <a href=\"http://blog.longreads.com/2015/05/27/how-to-be-aca-awesome/\">How to Be Aca-Awesome and the changing definition of cool</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 07 Jun 2015 05:21:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Favorite Rappers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45120\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://ma.tt/2015/06/favorite-rappers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:239:\"<p>Someone asked me the other day who my favorite rappers were, here they are in no particular order:</p>\n<p>Pre-2000: Big Pun, Jay Z, Nas, Ludacris, Method Man.</p>\n<p>Post-2000: Kendrick Lamar, Kanye, Childish Gambino, J Cole, Drake.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Jun 2015 04:02:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WPTavern: A Primer on Writing Good Documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wptavern.com/a-primer-on-writing-good-documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8612:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2015/06/JeffMatsonThumbnail.jpg\"><img class=\"alignright size-thumbnail wp-image-44911\" src=\"http://wptavern.com/wp-content/uploads/2015/06/JeffMatsonThumbnail-150x150.jpg\" alt=\"JeffMatsonThumbnail\" width=\"150\" height=\"150\" /></a>This post was contributed by guest author <a href=\"http://jeffmatson.net/\">Jeff Matson</a>. Jeff is the head of documentation for <a href=\"http://www.gravityforms.com/\">GravityForms</a>. He is the creator of the <a href=\"https://wordpress.org/plugins/heartbeat-control/\">Heartbeat Control</a> WordPress plugin and is a fan of the 90s.</p>\n<hr />\n<p>Often times, documentation is the most underrated piece of the development process. When we look at rockstars in the WordPress community, we typically look at developers, designers, and marketers. Little is known about the documentation writers out there who shed their blood, sweat, and tears to ensure everything runs smoothly.</p>\n<p>This post is about those who day in, and day out stare at endless lines of code to decipher what the developer was thinking, and the true meaning behind the code that exists.</p>\n<h2>Good Documentation is More Than Words</h2>\n<a href=\"http://wptavern.com/wp-content/uploads/2015/06/DocumentationWords.png\"><img class=\"size-full wp-image-44914\" src=\"http://wptavern.com/wp-content/uploads/2015/06/DocumentationWords.png\" alt=\"Documentation Words\" width=\"730\" height=\"295\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/80719942@N00/4733367729\">Variatie &#8211; Tekst</a> &#8211; <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Good documentation writers provide more than an instruction manual, they provide an experience. I have known excellent documenters, coached beginners, and the largest difference between them is understanding the brain of those reading it. Just like a novel, documentation has a flow that keeps the reader interested and ingesting more information than they realize.</p>\n<p>Quality documentation targets the users that are most likely to read it. It also provides a point of reference for those who are more unlikely to read it. For example, if documenting a particular hook, it’s typically assumed that a developer will be reading it, but what about those who have little development experience?</p>\n<p>A good documentation writer will provide a point of reference for those who need more of a push in the right direction, without the need to contact support to spell it out for them.</p>\n<h2>Documentation Has a Larger Impact Than You Think</h2>\n<a href=\"http://wptavern.com/wp-content/uploads/2015/06/ImpactImage.png\"><img class=\"size-full wp-image-44916\" src=\"http://wptavern.com/wp-content/uploads/2015/06/ImpactImage.png\" alt=\"Impact Image\" width=\"585\" height=\"298\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/24113168@N03/3891599149\">Eruption</a> &#8211; <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Most simply ignore documentation, pushing it off into the endless abyss until they can’t take it anymore. I’m guilty of the same thing in some cases. What those people don’t realize, is that every moment their plugin or theme is left undocumented, user experience suffers.</p>\n<p>Let’s take a look at your most common support ticket. If you better documented that issue, would those tickets go away entirely? Probably not. Would you get fewer tickets regarding the issue as well as increase you or your support agent&#8217;s productivity? I guarantee it. I think we could all use fewer support tickets.</p>\n<p>As I mentioned previously, documentation makes a dramatic impact on user experience. If the user is able to locate the information easily and efficiently, they have saved their own time as well as yours. The average world life expectancy is 66.57 years and your users would rather be doing something else with their lives than fiddling around with poorly written documentation.</p>\n<p>If a customer sees that you have put quite a bit of time and effort into your documentation, they will, whether consciously or not, better appreciate you. Good documentation shows you care about them after the initial sale.</p>\n<p>Have you ever been left high and dry after spending hard-earned money and soon regretted the purchase? I think we all have. With proper documentation, you can avoid passing that feeling off to your customers.</p>\n<h2>How Can You Write Better Documentation?</h2>\n<p>The first step is to stop avoiding it. Once you&#8217;re good at it, writing documentation is more of a pleasurable experience than you think. In fact, it will become second nature. Just like everything else in the world, practice makes perfect.</p>\n<p>One of the first steps you want to take when deciding to take your documentation to the next level is to determine your pain points. What are you being contacted about? If you start blindly writing about things, you may find that what you’re writing about isn’t making as much of an impact you would like it to.</p>\n<p>One of the best techniques I have discovered is to track the number of tickets that are documented vs. those that are not, and break those that are not into categories. This way, you can better target your pain points, and revise the parts that may not be as helpful as they should be.</p>\n<p>After you have determined what documentation you should write, you should determine your target audience, and break it down into developers, users, and power users. This helps you cater to that particular audience. We’ll go over how to target those users a bit later.</p>\n<p>Next, you want to break down the document. For developers, you’ll want to break it down into raw information (accepted arguments, return values, etc.), specific examples and use-cases. For users, the best course of action is a walkthrough. Every step they will need to take, regardless of how trivial it may seem, is critical.</p>\n<p>Spell it out to them every step of the way. Documenting for power users is very similar to a user scenario, but more structured and scannable. Be clear, but allow them to easily jump to where they need to go without reading the previous step first.</p>\n<h2>The Art of Writing Better Documentation</h2>\n<a href=\"http://wptavern.com/wp-content/uploads/2015/06/DocumentationArt.png\"><img class=\"size-full wp-image-44917\" src=\"http://wptavern.com/wp-content/uploads/2015/06/DocumentationArt.png\" alt=\"Documentation Art\" width=\"497\" height=\"249\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/41455403@N00/458033123\">Space invader. Paris. Gare de lyon</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>When it comes to the art of writing your documentation, write in a way that best targets your audience, but also use simple language that you know they will understand. One of the best reasons for this is due to translations. While Google translate does an excellent job, it’s much easier to translate the simple vocabulary of a 5th grader than that contained within a post-grad thesis.</p>\n<p>Within your content, don’t be afraid to link to relevant content. This will allow you to avoid repeating yourself through multiple documents, as well as allow the reader to back-track if they need more information about a particular subject. After all, your main goals are to make the user happy, and save yourself time.</p>\n<p>The documentation process doesn’t stop after you press the <strong>publish</strong> button. Go back and revise every document as needed. Almost immediately after the document is published, go back and see if the support tickets you tracked have declined, and traffic to that particular article has increased. Usually, if you’re getting more traffic to an article, it’s helping. If you’re getting more traffic but the same number of support tickets, you may want to look into that article to see why.</p>\n<h2>What We Have Learned</h2>\n<p>First, I hope that after making it this far, you have a better appreciation for those in the trenches writing the documentation that most of us take for granted. It truly is an art form that many of us who write documentation for a living truly enjoy and put many, many hours into.</p>\n<p>I also hope that you come away from this article thinking more about your existing documentation and how it can be improved. Proper documentation can be extremely rewarding and once in practice, can actually be quite fun to write.</p>\n<p>Document early, document often. A great product is more than great code, it’s also beautifully documented.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Jun 2015 21:26:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Menu Customizer Tentatively Approved for WordPress 4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44894\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wptavern.com/menu-customizer-tentatively-approved-for-wordpress-4-3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2520:\"<p>WordPress 4.3 release lead Konstantin Obenland posted <a href=\"https://make.wordpress.org/core/2015/06/05/dev-chat-summary-june-3/\" target=\"_blank\">notes</a> from this week&#8217;s core development chat, confirming that the <a href=\"http://wptavern.com/menu-customizer-officially-proposed-for-merge-into-wordpress-4-3\" target=\"_blank\">Menu Customizer</a> plugin has been conditionally approved to merge. The approval is pending a few conditions that will be required before officially merging it:</p>\n<ul>\n<li>Complete a11y audit.</li>\n<li>Address possible blockers.</li>\n<li>Merge php tests.</li>\n<li>Add JS tests.</li>\n</ul>\n<p>One of the most controversial aspects of the <a href=\"https://make.wordpress.org/core/2015/06/03/feature-plugin-merge-proposal-menu-customizer/\" target=\"_blank\">proposal</a> submitted by project leader Nick Halsey was the timeline he outlined for removing all core links to the old Menus admin screen in future releases. Commenters on the proposal reacted strongly to this approach as well as this particular use of the customizer.</p>\n<p>Discussion continued following the meeting, as Halsey wanted to address the critical issue of the timeline for removing removing the menus screen from the admin. He <a href=\"https://wordpress.slack.com/archives/core/p1433388261001615\" target=\"_blank\">attributes</a> the resistance to the customizer to a lack of education on the feature and strongly <a href=\"https://wordpress.slack.com/archives/core/p1433384388001601\" target=\"_blank\">advocates</a> &#8220;focusing on the new UI as the primary (and in terms of development, only) menus admin interface.&#8221;</p>\n<blockquote><p>For Menu Customizer, this idea has been part of the project from the very beginning. My GSoC proposal (3/20/14) states &#8216;If the Menu Customizer provides all of the features of the existing menu management screen, while clearly demonstrating that it is a better solution than the existing screen in user tests, it could potentially replace the existing screen entirely for users that can access the Customizer,&#8217; and there has never been indication that this isn&#8217;t the direction we should move in, other than the general and ongoing resistance to the Customizer as a whole that we&#8217;ve seen from many community members (which I think is more of an educational issue).</p></blockquote>\n<p>Discussion continues on the matter and work will move forward on the plugin to ensure that it meets the conditions outlined for its merge into WordPress 4.3.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Jun 2015 13:35:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: BuddyDrive 1.3 Utilizes the New BP Attachments API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44417\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/buddydrive-1-3-utilizes-the-new-bp-attachments-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3160:\"<a href=\"http://wptavern.com/wp-content/uploads/2015/06/paperclips.jpg\"><img src=\"http://wptavern.com/wp-content/uploads/2015/06/paperclips.jpg\" alt=\"photo credit: Paperclips - (license)\" width=\"1024\" height=\"515\" class=\"size-full wp-image-44887\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/45953381@N05/5539562805\">Paperclips</a> &#8211; <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>One of the most exciting features added in <a href=\"http://wptavern.com/buddypress-2-3-livio-released-features-the-new-bp-attachments-api\" target=\"_blank\">BuddyPress 2.3</a> is the new <a href=\"https://codex.buddypress.org/plugindev/bp_attachment/\" target=\"_blank\">BP Attachments API</a>. It provides a BP core-supported method of managing user-submitted files and opens up a world of possibilities for plugin developers.</p>\n<p>The API powers the new avatar uploads UI, but it can also be used to extend BuddyPress to add media sharing capabilities. If you want to see a good example of this in the wild, check out BuddyDrive version <a href=\"https://github.com/imath/buddydrive/tree/1.3\" target=\"_blank\">1.3.0</a>. The plugin was created by BP core developer <a href=\"http://imathi.eu/\" target=\"_blank\">Mathieu Viet</a>, who led the effort to get the BP Attachments API into the latest release.</p>\n<p><a href=\"https://wordpress.org/plugins/buddydrive/\" target=\"_blank\">BuddyDrive</a> allows members to share a file or a list of files with the community and includes various settings for restricting access. It&#8217;s essentially like a Dropbox clone for BuddyPress, designed to enhance collaboration between members. The plugin was a prime candidate for adapting the BP Attachments API to power community file sharing in a simpler, more elegant way.</p>\n<p>You can see it active in the new &#8220;BuddyDrive Editor&#8221; included in version 1.3, demonstrated in the video below:</p>\n<p></p>\n<p>Viet posted an <a href=\"https://github.com/imath/buddydrive/wiki/The-BuddyDrive-Editor\" target=\"_blank\">example function</a> in the plugin&#8217;s wiki to show how the BuddyDrive Editor can be placed anywhere. The feature is a good example of how easy it is for developers to leverage the API to manage user-generated media from the frontend.</p>\n<p>BuddyDrive 1.3 is currently in beta and on track to be released soon. If you&#8217;d like to help test the beta or inspect the code to see how it works, you can download a zip file from Viet&#8217;s <a href=\"http://imathi.eu/2015/06/02/buddydrive-1-3-0/\" target=\"_blank\">preview post</a>. The unreleased <a href=\"https://github.com/imath/buddydrive/tree/1.3\" target=\"_blank\">version 1.3</a> is also available on GitHub.</p>\n<p>If you want to learn more about using the new BP Attachments API, check out Viet&#8217;s comprehensive <a href=\"https://codex.buddypress.org/plugindev/bp_attachment/\" target=\"_blank\">BP codex article</a>. It walks you through extending the <code>BP_Attachment</code> class to validate and store files in a subdirectory of wp-content/uploads. The documentation also includes a sample plugin to demonstrate how you might add attachments to private messages.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Jun 2015 04:20:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: How to Add a Default Image to Jetpack’s Related Posts Module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44865\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wptavern.com/how-to-add-a-default-image-to-jetpacks-related-posts-module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2712:\"<p>Jetpack&#8217;s related posts module is a great way to show related content without using the same server resources used to host a site. When activated, the module displays three related posts. One of two options available is to use a large and visually striking layout.</p>\n<a href=\"http://wptavern.com/wp-content/uploads/2015/06/JetpackRelatedPostsConfiguration.png\"><img class=\"size-full wp-image-44867\" src=\"http://wptavern.com/wp-content/uploads/2015/06/JetpackRelatedPostsConfiguration.png\" alt=\"Jetpack Related Posts Configuration\" width=\"1105\" height=\"402\" /></a>Jetpack Related Posts Configuration\n<p>When enabled, the module looks for a large image that&#8217;s at least 350x200px in posts and uses it when displaying related posts.</p>\n<p>The downside to using this option is that related posts that don&#8217;t use images will display as a post excerpt instead. This can cause an undesirable look, especially if one or two related posts have images.</p>\n<a href=\"http://wptavern.com/wp-content/uploads/2015/06/RelatedPostsUsingText.png\"><img class=\"size-full wp-image-44869\" src=\"http://wptavern.com/wp-content/uploads/2015/06/RelatedPostsUsingText.png\" alt=\"Related Posts Displaying a Post Excerpt\" width=\"990\" height=\"333\" /></a>Related Posts Displaying a Post Excerpt\n<p>Jeremy Herve who works on the Jetpack team <a href=\"http://jeremy.hu/jetpack-missing-images-related-posts/\">published a tutorial</a> that explains how to show a default image if one is not detected. Both of his solutions require the user to add code which is a barrier for many users.</p>\n<p>Brian Krogsgard of <a href=\"https://poststatus.com/\">PostStatus.com</a> recommends that a conditional option be added that allows users who use a large and visually striking layout to easily configure a default image.</p>\n<blockquote><p>Currently, the user can click a checkbox to enable images for related posts output. I propose that an image upload option conditionally appear upon the image option being selected.</p>\n<p>That keeps the option out of sight for folks that don&#8217;t use images for related posts but makes it easier for normal folks to upload a default image for what I imagine would be an incredibly well adopted feature.</p></blockquote>\n<p>It&#8217;s a great suggestion and removes the need to edit or modify code. Although one of WordPress&#8217; philosophies is <a href=\"https://wordpress.org/about/philosophy/\">decisions not options</a>, this is a scenario where I think it makes sense. If this is an option you&#8217;d like to see added or have a different suggestion, you&#8217;re encouraged to <a href=\"https://github.com/Automattic/jetpack/issues/2220\">participate in the discussion</a> on GitHub.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Jun 2015 23:03:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: All Official Easy Digital Downloads Themes are Now 100% Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44831\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wptavern.com/all-official-easy-digital-downloads-themes-are-now-100-free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4235:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2015/03/EasyDigitalDownloadsFeaturedImage-e1429138648237.png\"><img src=\"http://wptavern.com/wp-content/uploads/2015/03/EasyDigitalDownloadsFeaturedImage-e1429138648237.png\" alt=\"EasyDigitalDownloadsFeaturedImage\" width=\"620\" height=\"220\" class=\"aligncenter size-full wp-image-40496\" /></a></p>\n<p>Easy Digital Downloads <a href=\"https://easydigitaldownloads.com/blog/easy-digital-downloads-themes/\" target=\"_blank\">announced</a> a major change to its <a href=\"https://easydigitaldownloads.com/themes/\" target=\"_blank\">themes marketplace</a> today. All official EDD themes (those that are built by the EDD core team) are now 100% free. This includes half a dozen themes that are guaranteed to be fully compatible with EDD, including the new <a href=\"https://easydigitaldownloads.com/downloads/vendd/\" target=\"_blank\">Vendd</a> theme launching today.</p>\n<p>EDD support manager Sean Davis clarified how the free themes will be supported:</p>\n<blockquote><p>Official EDD themes are available to you at absolutely no cost. They will still be licensed so that you can receive theme updates directly from your WordPress dashboard and we will also provide support. The only thing changing is the price.</p></blockquote>\n<p>Responding to <a href=\"https://twitter.com/nphaskins/status/606478597851746304\" target=\"_blank\">criticism</a> on Twitter saying that the change contributes to the <a href=\"https://philiparthurmoore.com/ruining-wordpress/\" target=\"_blank\">undervaluation of WordPress themes</a>, EDD founder <a href=\"https://pippinsplugins.com/\" target=\"_blank\">Pippin Williamson</a> said, &#8220;For us it&#8217;s not about the themes. It&#8217;s about the entire package. By making it easy for users to have a good shop up and running in minutes, we significantly increase the potential value to that customer and of that customer. We also dramatically reduce the cost of support by having more users on more reliable themes that are built for EDD.&#8221;</p>\n<p>Making half a dozen themes free might seem like it would significantly increase EDD&#8217;s support burden, but Williamson expects that the move will pay off in other ways. Like many other WordPress business owners who have made some of their best work free, Williamson has a strategy for how it will work.</p>\n<p>&#8220;The change lowers the barrier to entry,&#8221; Williamson said. &#8220;When the barrier is lowered, the user base grows. When the user base grows, the customer base grows. From a business side, we will have far more success converting free users to paid customers after they&#8217;ve already been given a great experience with a theme.&#8221;</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/nphaskins\">@nphaskins</a> Not sugar coating it at all. We\'ll make 5x more by giving them away than we did selling them <a href=\"https://twitter.com/SDavisMedia\">@sdavismedia</a> <a href=\"https://twitter.com/NateWr\">@natewr</a></p>\n<p>&mdash; Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/606480064448995329\">June 4, 2015</a></p></blockquote>\n<p></p>\n<p>This major change is in line with EDD&#8217;s basic freemium business model, which has been in place from the start. The core product(s) are free and satisfied users go on to make purchases from the <a href=\"https://easydigitaldownloads.com/downloads/\" target=\"_blank\">add-ons marketplace</a>.</p>\n<p>&#8220;By setting them up with a good theme from the get go, the likelihood that they become a paying customer is substantially higher,&#8221; Williamson said.</p>\n<p>So far, the freemium model has worked well for the company and making six theme products free makes sense when the business primarily revolves around plugins. After just <a href=\"http://wptavern.com/easy-digital-downloads-turns-3-years-old\" target=\"_blank\">three years in business</a>, EDD pulled in roughly half a million dollars in <a href=\"https://pippinsplugins.com/2014-review/\" target=\"_blank\">revenue in 2014</a>. As themes were not a significant portion of the revenue, Williamson is re-assigning them to be free products in order to continue to build a customer base for his plugins.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Jun 2015 19:13:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: WordCamp US Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45127\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2015/06/wordcamp-us-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:506:\"<p>We&#8217;re trying something new this year: instead of WordCamp San Francisco being the main WordCamp event of the year doing a WordCamp US in a rotating city. I&#8217;ve heard some great in-person pitches for places like Phoenix already. Do you think your city would be the coolest place in the 50 states for the first ever WordCamp US? <a href=\"http://wordcampcentral.polldaddy.com/s/apply-to-host-wordcamp-us\">Submit your city in this new survey</a>. It&#8217;s open until the end of the month.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Jun 2015 07:01:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: WordCamp US 2015 Now Accepting Applications for Host City\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44810\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/wordcamp-us-2015-now-accepting-applications-for-host-city\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3841:\"<p><a href=\"http://wptavern.com/wp-content/uploads/2015/06/usa-flag.jpg\"><img src=\"http://wptavern.com/wp-content/uploads/2015/06/usa-flag.jpg\" alt=\"usa-flag\" width=\"1022\" height=\"507\" class=\"aligncenter size-full wp-image-44819\" /></a></p>\n<p>WordCamp San Francisco has traditionally been one of the most important WordPress events of the year where Matt Mullenweg delivers his annual State of the Word address. Last year, he <a href=\"http://wptavern.com/matt-mullenwegs-state-of-the-word-highlights-internationalization-mobile-and-new-tools-for-wordpress-contributors\" target=\"_blank\">announced</a> that the the event had outgrown the Mission Bay venue and that it would be expanding to become WordCamp US in 2015.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Touch the walls as you walk out, as this is the last time we\'ll have <a href=\"https://twitter.com/hashtag/WordCampSF?src=hash\">#WordCampSF</a> here! ~ <a href=\"https://twitter.com/photomatt\">@photomatt</a> <a href=\"https://twitter.com/hashtag/wcsf14?src=hash\">#wcsf14</a> <a href=\"https://twitter.com/hashtag/endofanera?src=hash\">#endofanera</a></p>\n<p>&mdash; WordCamp SF (@WordCampSF) <a href=\"https://twitter.com/WordCampSF/status/526454529584549889\">October 26, 2014</a></p></blockquote>\n<p></p>\n<p>The decision to seek a new venue in a new city was partly based on the need to make room for more attendees and presentations. Another benefit of moving the event out of San Francisco, one of the most expensive cities in the world, is that it will likely become more accessible to a greater number of people.</p>\n<p>WordCamp US will follow a format similar to WordCamp Europe in that it will be held in a rotating city. The city has not yet been selected, which is surprising given that the year is nearly halfway finished.</p>\n<p>Mullenweg put out <a href=\"http://ma.tt/2015/06/wordcamp-us-survey/\" target=\"_blank\">a call for host city applications</a> on his blog and linked to a <a href=\"http://wordcampcentral.polldaddy.com/s/apply-to-host-wordcamp-us\" target=\"_blank\">survey</a> where candidates can apply.</p>\n<p>There are a lot of cities out there that might be an excellent fit for WordCamp US, but many are lacking a vibrant local WordPress community to help support the event. While this is not stated as an explicit requirement, it would be difficult to pull off such a large event without an army of local volunteers.</p>\n<p>WordPress is aiming big for its first ever WordCamp US. The survey states that host city applicants must secure a venue with hotels within three miles that can support 1,500 &#8211; 2,000 attendees. Potential organizers must supply average hotel costs for a range of budgets and average flight costs from the West Coast, East Coast, Midwest, Mexico, and Canada.</p>\n<p>Hosting the event will be a massive undertaking that will require an organization team capable of putting everything together in a very short amount of time. Events of this size normally have the benefit of longer planning periods. For example, <a href=\"http://wptavern.com/applications-to-host-wordcamp-europe-2016-closing-soon\" target=\"_blank\">applications to host WordCamp Europe 2016 closed two months ago</a> and the team is already training volunteers for next year&#8217;s event.</p>\n<p>If your team is up to the challenge of hosting WordCamp US, you&#8217;ll need to be prepared to submit venue information with room capacities, a detailed event budget, potential dates, and contributor day options. So far, Mullenweg has received in-person pitches for Phoenix but the application process is open to teams from any city. When <a href=\"http://wptavern.com/where-will-wordcamp-usa-be-held\" target=\"_blank\">WP Tavern readers were surveyed seven months ago</a>, commenters favored Chicago, Las Vegas, Kansas City, Houston, and Dallas.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Jun 2015 04:58:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Unsubscribing from Newsletters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45117\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://ma.tt/2015/06/unsubscribing-from-newsletters/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2593:\"<p>When <a href=\"http://ma.tt/2004/04/trying-gmail/\">Gmail first came out I got on pretty early and procured what I thought was a cool email address</a>, mmmmmm@gmail.com. That&#8217;s because matt@ was too short, and matthew@ was taken. Ask anyone with a &#8220;cool&#8221; email address on a major service or Twitter handle and you&#8217;ll mostly hear about what a pain it is constantly getting spam, other people&#8217;s email, and people trying to log in to your account. These days it seems that address is used mostly by people forced to put something into an email form at places they don&#8217;t want to, so constant mail from mortgage places, car dealerships, porn sites, and countless email newsletters. I never ended up using the account for anything myself besides normal Google stuff.</p>\n<p>There&#8217;s a service to help you unsubscribe from things <a href=\"https://unroll.me/\">called Unroll.me</a> which is pretty neat, and it&#8217;ll scan your account to find all of the newsletters and things you can unsubscribe from, and gives you a one-click interface to do so. Unfortunately if you had over 5,000 &#8220;subscriptions&#8221; as I had, that becomes a 5,000 click operation and they provide no bulk tools, and apparently no plans to add them:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/photomatt\">@photomatt</a> unfortunately there\'s no mass unsubscribe option at this time, though  we are seriously considering it for the future!</p>\n<p>&mdash; Unroll.Me (@Unrollme) <a href=\"https://twitter.com/Unrollme/status/595680719495634949\">May 5, 2015</a></p></blockquote>\n<p></p>\n<p>I assume this is because they want people to add newsletters to their digest service instead of just unsubscribing. Code to the rescue! Written by the <a href=\"https://profiles.wordpress.org/coffee2code\">inimitable Scott Reilly</a>. After you sign up and sign in, go <a href=\"https://unroll.me/rollup/edit/new\">to this page</a>, go to the javascript console (in Chrome: View → Developer → Javascript Console), then copy and paste the below code and press enter.</p>\n.gist table { margin-bottom: 0; }\n<p></p>\n<p>Then sit back and wait, it&#8217;s set so every 1.5 seconds it clicks an unsubscribe link. I do this about once a week now since I can accumulate 20-100 new subscriptions in that time. This code will break if they change anything, but should be pretty easy to update when they do. It currently shows me as unsubscribed from 7,868 things! If there was a way to pay for my account on Unroll.me I would do so happily.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Jun 2015 02:23:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: BuddyPress 2.3 “Livio” Released, Features the New BP Attachments API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44666\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/buddypress-2-3-livio-released-features-the-new-bp-attachments-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4503:\"<a href=\"http://wptavern.com/wp-content/uploads/2015/06/chez-livio.jpg\"><img src=\"http://wptavern.com/wp-content/uploads/2015/06/chez-livio.jpg\" alt=\"photo credit: Chez Livio on TripAdvisor.com\" width=\"700\" height=\"348\" class=\"size-full wp-image-44799\" /></a>photo credit: <a href=\"http://www.tripadvisor.com/Restaurant_Review-g196581-d714980-Reviews-Chez_Livio-Neuilly_sur_Seine_Hauts_de_Seine_Ile_de_France.html#photos\">Chez Livio on TripAdvisor.com</a>\n<p>BuddyPress 2.3 &#8220;Livio&#8221; was released today, named in honor of <a href=\"http://www.chezlivio.com/\" target=\"_blank\">Chez Livio</a>, a famous Italian restaurant and pizza joint in Paris. Development on the 2.3 release cycle began in March with contributors <a href=\"http://wptavern.com/buddypress-2-3-development-kicks-off-contributors-prioritize-work-on-new-apis\" target=\"_blank\">prioritizing work on new APIs</a> alongside improvements to BuddyPress&#8217; existing APIs. Here&#8217;s a quick overview of what&#8217;s new:</p>\n<h4>BP Attachments API</h4>\n<p>The highlight of this release is the <a href=\"https://codex.buddypress.org/plugindev/bp_attachment/\" target=\"_blank\">BP Attachments API</a>, a new library that enables developers to create components that have the ability to manage uploads. You can see it in action in the greatly <a href=\"http://wptavern.com/buddypress-2-3-will-improve-avatar-uploads-with-the-new-bp-attachments-api\" target=\"_blank\">improved avatar uploads UI</a>, which now supports drag-and-drop uploads and includes mobile integration with phone/tablet/laptop cameras.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2015/06/avatar-ui.gif\"><img src=\"http://wptavern.com/wp-content/uploads/2015/06/avatar-ui.gif\" alt=\"avatar-ui\" width=\"657\" height=\"355\" class=\"aligncenter size-full wp-image-44742\" /></a></p>\n<h4>Companion Stylesheets for WordPress Default Themes</h4>\n<p>If you want to test BuddyPress and you&#8217;re not sure which theme to use, check out one of WordPress&#8217; most recent default themes. Version 2.3 of the plugin ships with <a href=\"http://wptavern.com/buddypress-2-3-will-introduce-companion-stylesheets-for-wordpress-default-themes\" target=\"_blank\">companion stylesheets</a> for Twenty Fourteen and Twenty Fifteen, which tidy up the appearance of BuddyPress components and UI elements when the default themes are active. The stylesheets also introduce vertical menus that eliminate the crowding often seen in the horizontal user/group navigation.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2015/05/bp-user-account-nav.png\"><img src=\"http://wptavern.com/wp-content/uploads/2015/05/bp-user-account-nav.png\" alt=\"bp-user-account-nav\" width=\"1300\" height=\"1004\" class=\"aligncenter size-full wp-image-43323\" /></a></p>\n<h4>Better Excerpts for Blog Post Activity</h4>\n<p>Version 2.3 has better support for blog post activity items. If the Site Tracking component is activated, BuddyPress will now display better excerpts in the activity stream for posts containing images or other embedded media. This improvement pairs nicely with the custom post type support that was added to the activity stream in the <a href=\"http://wptavern.com/buddypress-2-2-spumoni-released-featuring-new-member-type-api\" target=\"_blank\">2.2. release</a>.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2015/06/activity-stream-blog-post.jpg\"><img src=\"http://wptavern.com/wp-content/uploads/2015/06/activity-stream-blog-post.jpg\" alt=\"activity-stream-blog-post\" width=\"616\" height=\"443\" class=\"aligncenter size-full wp-image-44744\" /></a></p>\n<p>Other highlights in BuddyPress 2.3 include:</p>\n<ul>\n<li><strong>Member Type Directories</strong> – Create directories of member types on your site using the <a href=\"https://codex.buddypress.org/developer/member-types/\" target=\"_blank\">Member Type API</a>.</li>\n<li><strong>Star Private Messages</strong> – Mark important messages in your inbox with a star.</li>\n<li><strong>Notification Meta</strong> – Notifications are now more extensible with an additional metadata table.</li>\n</ul>\n<p>Overall this release offers an excellent balance between new features and improvements upon existing features, which combine to make BuddyPress more extensible and more enjoyable to use. It includes hundreds of bug fixes and enhancements from 40 volunteer contributors. For a full list of changes, check out the <a href=\"https://codex.buddypress.org/releases/version-2-3-0/\" target=\"_blank\">BuddyPress codex page for version 2.3</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Jun 2015 21:19:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Menu Customizer Officially Proposed for Merge Into WordPress 4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44729\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/menu-customizer-officially-proposed-for-merge-into-wordpress-4-3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5536:\"<p>Contributors on the <a href=\"https://wordpress.org/plugins/menu-customizer/\" target=\"_blank\">Menu Customizer</a> feature plugin are proposing its inclusion in WordPress 4.3. Nick Halsey posted the Customizer Team&#8217;s <a href=\"https://make.wordpress.org/core/2015/06/03/feature-plugin-merge-proposal-menu-customizer/\" target=\"_blank\">proposal</a> last night, beginning with a summary of the purpose of moving menu management into the customizer:</p>\n<blockquote><p>In the process, we hope to offer an updated design with improved user flow, a mobile-first interface, improved accessibility, rebuild the administration UI from the ground up to be JavaScript-driven, solve long-standing problems with the current implementation, and clarify the purposes and capabilities of the menus feature. Additionally, Menu Customizer contributes significantly to the long-term goal to move all appearance functionality and, really, everything that could benefit from live previewing, from the admin to the Customizer.</p></blockquote>\n<p>Menu management in the customizer is essentially a full replacement of all the capabilities previously housed in the admin. It allows for editing, reordering, deleting, and adding individual menu items within any menu. The plugin adds a convenient global search that includes all post types, terms, and taxonomies.</p>\n<p>The video below was prepared by Halsey&#8217;s team to demonstrate the capabilities of the Menu Customizer:</p>\n<p></p>\n<p>The dizzying speed with which she flips between panels in the demo is not representative of the capabilities of your average WordPress user. Given that the plugin currently requires WordPress 4.3 alpha, it&#8217;s not likely that it has not been widely tested by users of varying experience levels.</p>\n<p>My initial impression after testing is that managing menus in the customizer makes me feel claustrophobic. The live previews and the mobile friendliness are the big wins here, but they come at the expense of a squished menu management experience. For sites that use WordPress as a CMS, with dozens and sometimes hundreds of pages and subpages, menu management in the customizer could become rather cumbersome.</p>\n<p><a href=\"http://wptavern.com/wp-content/uploads/2015/06/menu-customizer-test-add-page.jpg\"><img src=\"http://wptavern.com/wp-content/uploads/2015/06/menu-customizer-test-add-page.jpg\" alt=\"menu-customizer-test-add-page\" width=\"848\" height=\"644\" class=\"aligncenter size-full wp-image-44768\" /></a></p>\n<p>I have no doubt that the Menu Customizer has been architected to perform better as a JavaScript-driven solution for managing menus. Halsey and the team employed no small amount of wizardry in creating the custom panel for implementing screen options and the sections that lazy load menu items.</p>\n<p>But if you put a relatively new WordPress user in front of the customizer menu panel, will it be intuitive to use?  Will stuffing menus into the customizer cause the usability of the feature to decline?</p>\n<p><a href=\"https://www.facebook.com/groups/advancedwp/permalink/962590793803135/\" target=\"_blank\">Reactions to the proposal</a> in the Advanced WordPress Facebook group were less than enthusiastic, as not many favor expanding the customizer&#8217;s reach into menu management.</p>\n<p>&#8220;I really don&#8217;t feel the Customizer is the correct place to <em>manage</em> menus or any content for that matter,&#8221; member Tom Hemsley commented. &#8220;If a theme offers <em>styling</em> options for a menu then fair enough &#8211; put those styling options in the customizer. But the customizer is not the place for managing content. Why not force people to create new posts using the Customizer, too?&#8221;</p>\n<p>Lisa League&#8217;s comment accurately summarizes many others&#8217; initial reactions to the demo video: &#8220;My first impression of Make was not &#8216;Cool, look how they did this with the customizer&#8217; but &#8216;Whoa, there&#8217;s too much stuff in this tiny space.\'&#8221;</p>\n<p>If the Menu Customizer plugin is approved to merge into core, Halsey outlined a plan for the removal of the old menu admin screen in favor of focusing all new development on the UI in the customizer. WordPress 4.3 would point the Menus link in the admin bar to Menus in the customizer and later releases would remove all core links to the Menus admin screen, or point them to the customizer.</p>\n<p>&#8220;The above plan is fairly aggressive, to eliminate any ambiguity about future plans and intentions and to avoid the potential for mass trac ticket rot,&#8221; Halsey said.</p>\n<p>WordPress cannot move forward without making changes and taking risks. The question of whether or not to merge the Menu Customizer plugin should inspire some fairly active discussion in the days ahead. If you want to test the plugin for yourself, the easiest way is to install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin to get 4.3-alpha running and then install <a href=\"https://wordpress.org/plugins/menu-customizer\" target=\"_blank\">Menu Customizer</a> from WordPress.org.</p>\n<p>Core contributors will discuss the Menu Customizer proposal today during the regularly scheduled development meeting on Slack. According to the <a href=\"https://make.wordpress.org/core/version-4-3-project-schedule/\" target=\"_blank\">WordPress 4.3 project schedule</a>, the feature plugin merge window will close June 17th and the official release is expected in mid-August.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Jun 2015 18:15:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Steven Gliebe Launches WordPress Commercial Plugin Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44649\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/steven-gliebe-launches-wordpress-commercial-plugin-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6532:\"<p>More than 38k plugins are available for free on the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a>. While the theme directory has a <a href=\"https://wordpress.org/themes/commercial/\">category for commercial themes</a>, the plugin directory does not.</p>\n<p>When <a href=\"https://mattreport.com/interview-matt-mullenweg/\">Matt Medeiros interviewed Matt Mullenweg</a> earlier this year and asked if the plugin directory could turn into something similar to an app store, Mullenweg replied that the plugin directory will not turn into a market place or an app store and will never host commercial plugins. Outside of <a href=\"http://codecanyon.net/\">CodeCanyon</a>, I&#8217;m not aware of any WordPress plugin directory that focuses on commercial plugins.</p>\n<h2>Introducing Pro Plugin Directory</h2>\n<p>Steven Gliebe who <a href=\"http://wptavern.com/hostingreviews-io-webhosting-reviews-without-the-affliate-links\">runs HostingReviews.io</a> and is the founder of <a title=\"http://churchthemes.com/\" href=\"http://churchthemes.com/\">Churchthemes.com</a> has launched the<a href=\"https://proplugindirectory.com/2015/05/30/launching/\"> Pro Plugin Directory</a>. The site lists commercial plugins from a variety of categories including, forms, performance, and security. Its design is based on a modified child theme of <a href=\"https://array.is/themes/checkout-wordpress-theme/\">Checkout by ArrayHQ</a>.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/ProPluginDirectory.png\"><img class=\"size-full wp-image-44750\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/ProPluginDirectory.png?resize=960%2C609\" alt=\"Pro Plugin Directory Home Page\" /></a>Pro Plugin Directory Home Page\n<p>Gliebe created the site because he was frustrated that there was no resource for easily locating commercial WordPress plugins.</p>\n<p>&#8220;Most of the time I do find what I need in the free directory. Sometimes though, I want to see what the commercial options are,&#8221; he said.</p>\n<p>After asking several members of the community if such a site already exists, he came up empty. &#8220;I asked around and found that apparently there is no definitive <em>Pro</em> plugin directory as I suspected, so I thought I&#8217;d give it a go. WordPress is 12 years old and it&#8217;s beyond time to establish this.&#8221;</p>\n<h2>Monetization Strategy</h2>\n<p>Maintaining a directory can be hard work and without a way to be paid for the effort involved, interest can disappear quickly. Affiliate links are a natural strategy for the site while another is to sell upgraded listings.</p>\n<p>His focus is getting the site established with as many listings as possible. &#8220;Right now, my focus is on building up the site and making it useful. If it proves to be successful in that respect then I&#8217;m sure there will be a reasonable way to turn a profit and take it to the next level,&#8221; Gliebe said.</p>\n<h2>Scalability</h2>\n<p>One of the largest obstacles of running a directory is scalability. In the case of Pro Plugin Directory, the submissions come directly from the plugin sellers. The <a href=\"https://proplugindirectory.com/submissions/\">Submission Guidelines</a> have certain requirements to help ensure quality content.</p>\n<p>&#8220;The original content they submit is in a sense their <em>payment</em> for being listed and gaining exposure. There surely is work to be done but it will not be as heavy as <a href=\"http://themesorter.com/\">ThemeSorter</a> or similar failed plugin and theme directory endeavors. I basically click <strong>approve</strong> or <strong>reject</strong> with the way it&#8217;s setup,&#8221; Gliebe said.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/SearchWPPluginListing.png\"><img class=\"size-full wp-image-44752\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/SearchWPPluginListing.png?resize=1025%2C601\" alt=\"Search WP Plugin Directory Listing\" /></a>SearchWP Plugin Directory Listing\n<h2>How Success will be Measured</h2>\n<p>Without monetizing the site up front and being a new resource within the community, Gliebe tells the Tavern what metrics he&#8217;ll use to measure success.</p>\n<p>&#8220;Repeat visitors. If I see that people return to the site to find commercial plugin options then I&#8217;ll know that it is a <em>go-to</em> resource. I would also like to see search engine results for specific types of plugins return the free plugin directory at position number one and a Pro Plugin Directory category at number two, so that the user has a complete picture of his options readily available.&#8221;</p>\n<h2>The Directory is Useless Without Plugin Submissions</h2>\n<p>The directory won&#8217;t become what Gliebe envisions unless commercial plugin authors <a href=\"https://proplugindirectory.com/submissions/\">submit their plugins</a>. &#8220;In order for these things to happen, the directory needs plugins. It needs a very wide selection of commercial WordPress plugins. I need the support of plugin authors above all.&#8221;</p>\n<p>Although Gliebe is encouraged with the number of plugins already submitted to the site, he needs the directory to be the first thing people think of when searching for a commercial option.</p>\n<p>&#8220;If it becomes a <em>go-to</em> place for plugin sellers to market their new plugins then it just might work. I figure, if they know about it, why wouldn&#8217;t they list their plugins? It&#8217;s free, it&#8217;s easy, and I&#8217;d do it myself before other, harder, marketing tactics.&#8221;</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/PluginSubmissionForm.png\"><img class=\"size-full wp-image-44753\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/PluginSubmissionForm.png?resize=676%2C734\" alt=\"Pro Plugin Directory Submission Form\" /></a>Pro Plugin Directory Submission Form\n<h2>Does it Stand a Chance?</h2>\n<p>Creating a commercial plugin directory is not a new idea. Brad Touesnard founded the WordPress App Store which tried to be a commercial plugin directory while making it easier to browse and buy plugins. It didn&#8217;t attract the number of eyeballs needed to make the business sustainable and <a href=\"http://wptavern.com/brad-touesnard-explains-why-the-wp-app-store-failed\">ultimately shut down</a>.</p>\n<p>If Gliebe can&#8217;t get the support of commercial plugin authors and find a way to get a large number of plugins into the directory within a year, it will likely suffer the same fate.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Jun 2015 04:38:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Jefferson on Idleness\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45122\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://ma.tt/2015/06/jefferson-on-idleness/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"<blockquote><p>\nDetermine never to be idle. It is wonderful how much may be done if we are always doing.</p>\n<p>&#8212; Thomas Jefferson</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Jun 2015 04:26:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: The Quest for the Perfect WordPress Admin Search Tool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=44660\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/the-quest-for-the-perfect-wordpress-admin-search-tool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8586:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/journey.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/journey.jpg?resize=1025%2C547\" alt=\"photo credit: Jesse Bowser\" class=\"size-full wp-image-44709\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/2DEL42UQ7M\">Jesse Bowser</a>\n<p>The quest for the perfect WordPress admin search tool continues with yet another plugin designed to help you zip around the backend. Those who are familiar with <a href=\"http://www.alfredapp.com/\" target=\"_blank\">Alfred</a> for Mac will find many similarities in <a href=\"https://wordpress.org/plugins/aladdin/\" target=\"_blank\">Aladdin</a>, which was released today by <a href=\"https://twitter.com/tsiger\" target=\"_blank\">Gerasimos Tsiamalos</a> and the folks at <a href=\"http://www.cssigniter.com/\" target=\"_blank\">CSSIgniter</a>.</p>\n<p>Aladdin joins the ranks of <a href=\"http://wptavern.com/jarvis-a-free-quicksearch-tool-for-the-wordpress-dashboard\" target=\"_blank\">Jarvis</a>, <a href=\"http://wpbutler.com/\" target=\"_blank\">WP Butler</a>, <a href=\"https://wordpress.org/plugins/wp-jump-menu/\" target=\"_blank\">WP Jump Menu</a>, and Jetpack&#8217;s <a href=\"http://jetpack.me/support/omnisearch/\" target=\"_blank\">Omnisearch</a> in the recent proliferation of WordPress admin search tools. The plugin provides a simple keyboard quick launcher for accessing WordPress admin menu items.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/aladdin-example.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/aladdin-example.png?resize=800%2C600\" alt=\"aladdin-example\" class=\"aligncenter size-full wp-image-44678\" /></a></p>\n<p>After installing the plugin, users can launch Aladdin by pressing the <strong>Shift key</strong> twice. Start typing in the search modal until you see the menu option then press enter. Here&#8217;s a quick demo of how it works:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/aladdin.gif\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/aladdin.gif?resize=797%2C767\" alt=\"aladdin\" class=\"aligncenter size-full wp-image-44673\" /></a></p>\n<h3>How Does Aladdin Compare to Other WordPress Admin Search Tools?</h3>\n<p>Aladdin cannot yet measure up to other admin search tools without adding the capability of searching through content. Tsiamalos posted his plugin in the <a href=\"https://www.facebook.com/groups/advancedwp/permalink/962183043843910/\" target=\"_blank\">Advanced WordPress users Facebook</a> group this morning, requesting feedback.</p>\n<p>&#8220;I&#8217;m thinking of adding auto-complete for user-generated content as well &#8211; Posts, Pages, Post Types etc.,&#8221; he said.</p>\n<p>Initial testers of the plugin were enthusiastic about the interface but could not see a use for it outside of a large website with lots of menus for custom post types and/or a long list of plugins installed. Small, simple blogging sites would not benefit from this tool unless Tsiamalos adds the ability to search for user-generated content. In its current state, it&#8217;s best suited to those who are using WordPress as a CMS.</p>\n<p>&#8220;I initially built it for my local multisite (60+ plus themes to maintain) and I thought others would find it useful, too,&#8221; Tsiamalos told the Tavern. This kind of scenario makes sense for the plugin&#8217;s current capabilities.</p>\n<p>Aladdin&#8217;s interface, with its convenient launch and lightning fast filtering, is the golden feature of this plugin. After testing Aladdin, I believe the tool has a lot of promise, especially once the author expands its capabilities to include content searching. The search modal is currently positioned too low on the page, but that&#8217;s an easy fix. The fact that the modal is always hidden unless summoned is also a bonus.</p>\n<p>The interface for Jetpack&#8217;s <a href=\"http://jetpack.me/support/omnisearch/\" target=\"_blank\">Omnisearch</a> module cannot compare. While it functions well to search through the admin and content, it requires the user to scroll to the top to type into the admin search bar or visit the dedicated Omnisearch page. Searching redirects you to a cluttered results page that is not convenient to browse.</p>\n<p>Overall, the experience of searching with <a href=\"https://wordpress.org/plugins/jarvis/\" target=\"_blank\">Jarvis</a> is simpler and more visually appealing than Aladdin or the Omnisearch module. It searches both admin menu items and user-generated content. It can be launched using the quick key &#8220;/&#8221; or by typing in the admin search bar. The demo below demonstrates how it works:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/jarvis-demo.gif\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/06/jarvis-demo.gif?resize=992%2C578\" alt=\"jarvis-demo\" class=\"aligncenter size-full wp-image-44695\" /></a></p>\n<p>Unfortunately, Jarvis hasn&#8217;t been updated in more than year. Similarly, <a href=\"https://wordpress.org/plugins/wp-butler/\" target=\"_blank\">WP Butler</a>, which provides a slightly less polished experience, hasn&#8217;t been updated in more than two years.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-jump-menu/\" target=\"_blank\">WP Jump Menu</a> is faster than all of the solutions above, but it doesn&#8217;t include WordPress admin menu items. Its somewhat clunky interface, anchored to the admin search bar, is almost forgivable given its speedy searching capabilities. However, WP Jump Menu is limited to searching user-generated content and isn&#8217;t designed for quickly jumping to admin menu items.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/wp-jump-menu.gif\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/wp-jump-menu.gif?resize=1025%2C521\" alt=\"wp-jump-menu\" class=\"aligncenter size-full wp-image-44697\" /></a></p>\n<h3>WordPress Core Needs a Convenient Admin Search Experience</h3>\n<p><a href=\"https://wordpress.org/plugins/omnisearch/\" target=\"_blank\">The Search Initiative</a>, which is currently an inactive feature plugin for WordPress core, essentially <a href=\"https://make.wordpress.org/core/2014/01/15/search-initiative-on-hold/\" target=\"_blank\">fell off the map in January 2014</a> after the feature <a href=\"http://wptavern.com/wordpress-global-admin-search-evolves-to-tackle-bigger-problems\" target=\"_blank\">failed to merge into WordPress 3.8 at the end of 2013</a>. The project&#8217;s contributors no longer had time to devote to the plugin and its development has never regained the momentum it had in 2013.</p>\n<p>Nevertheless, there&#8217;s no doubt that WordPress users are eager to add some sort of global search capability to the admin. It&#8217;s a feature that helps mitigate the complexity of the admin when many custom post types are active and plugins add in their own menu items. The ability to search both content and menu items is beneficial to new and experienced users alike.</p>\n<p>Responses to <a href=\"https://www.facebook.com/groups/advancedwp/permalink/962183043843910/\" target=\"_blank\">Tsiamalos&#8217; post on Aladdin</a> indicate that users are willing to test and help refine any extension that demonstrates a convenient way of solving the admin search problem. Many disparate solutions have cropped up over the past few years and often the plugins&#8217; creators were not aware of the other options before building their own.</p>\n<p>WordPress core improvement projects like the <a href=\"https://make.wordpress.org/core/tag/omnisearch/\" target=\"_blank\">Search Initiative</a> are led by volunteers and are at the mercy of contributors&#8217; available time. That means there is no guarantee that the project will move forward to become a more elegant solution for tackling current issues with searching the admin. As with any open source project, it will take motivated folks to step forward to propose a new path forward.</p>\n<p>Admin search is a complex problem but one many plugin developers have found worthy of pursuit. If reception to the Aladdin plugin is any indication, WordPress users are ready to embrace an easier way of navigating the admin. A collaborative effort combining the best features all admin search attempts would make for an excellent feature plugin, as core contributors have already <a href=\"https://make.wordpress.org/core/2013/10/23/omnisearch-global-admin-search-final-pitch/\" target=\"_blank\">demonstrated interest in merging a solution</a> with the right implementation to adequately serve WordPress users.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Jun 2015 22:09:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 18 Jun 2015 20:14:24 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"199657\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 18 Jun 2015 20:00:16 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(27536,0,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1434701664','no'),(27537,0,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 May 2015 10:01:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/?v=4.3-alpha-32846\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:48:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/05/wordpress-4-2-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2015/05/wordpress-4-2-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 May 2015 02:24:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3718\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"WordPress 4.2.2 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. Version 4.2.2 addresses two security issues: The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3194:\"<p>WordPress 4.2.2 is now available. This is a <strong>critical security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>Version 4.2.2 addresses two security issues:</p>\n<ul>\n<li>The Genericons icon font package, which is used in a number of popular themes and plugins, contained an HTML file vulnerable to a cross-site scripting attack. All affected themes and plugins hosted on <a href=\"https://wordpress.org/\">WordPress.org</a> (including the Twenty Fifteen default theme) have been updated today by the WordPress security team to address this issue by removing this nonessential file. To help protect other Genericons usage, WordPress 4.2.2 proactively scans the wp-content directory for this HTML file and removes it. Reported by Robert Abela of <a href=\"http://netsparker.com\">Netsparker</a>.</li>\n<li>WordPress versions 4.2 and earlier are affected by a <a href=\"https://wordpress.org/news/2015/04/wordpress-4-2-1/\">critical cross-site scripting vulnerability</a>, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue. Reported separately by Rice Adu and Tong Shi.</li>\n</ul>\n<p>The release also includes hardening for a potential cross-site scripting vulnerability when using the visual editor. This issue was reported by Mahadev Subedi.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.2 also contains fixes for 13 bugs from 4.2. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=32418&amp;stop_rev=32324\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.2.</p>\n<p>Thanks to everyone who contributed to 4.2.2:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Mike Adams</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/taka2\">taka2</a>, and <a href=\"https://profiles.wordpress.org/willstedt\">willstedt</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/05/wordpress-4-2-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:48:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.2.1 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/04/wordpress-4-2-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/news/2015/04/wordpress-4-2-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Apr 2015 18:34:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3706\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"WordPress 4.2.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. A few hours ago, the WordPress team was made aware of a cross-site scripting vulnerability, which could enable commenters to compromise a site. The vulnerability was discovered by Jouko Pynnönen. [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1010:\"<p>WordPress 4.2.1 is now available. This is a <strong>critical security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>A few hours ago, the WordPress team was made aware of a cross-site scripting vulnerability, which could enable commenters to compromise a site. The vulnerability was discovered by <a href=\"http://klikki.fi/\">Jouko Pynnönen</a>.</p>\n<p>WordPress 4.2.1 has begun to roll out as an automatic background update, for sites that <a href=\"https://wordpress.org/plugins/background-update-tester/\">support</a> those.</p>\n<p>For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=32311&amp;stop_rev=32300\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click &#8220;Update Now&#8221;.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/04/wordpress-4-2-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.2 “Powell”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2015/04/powell/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/04/powell/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Apr 2015 18:35:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3642\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"Version 4.2 of WordPress, named &#8220;Powell&#8221; in honor of jazz pianist Bud Powell, is available for download or update in your WordPress dashboard. New features in 4.2 help you communicate and share, globally. An easier way to share content Clip it, edit it, publish it. Get familiar with the new and improved Press This. From [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:29435:\"<p>Version 4.2 of WordPress, named &#8220;Powell&#8221; in honor of jazz pianist <a href=\"https://en.wikipedia.org/wiki/Bud_Powell\">Bud Powell</a>, is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your WordPress dashboard. New features in 4.2 help you communicate and share, globally.</p>\n<div id=\"v-e9kH4FzP-1\" class=\"video-player\"><embed id=\"v-e9kH4FzP-1-video\" src=\"https://v0.wordpress.com/player.swf?v=1.04&amp;guid=e9kH4FzP&amp;isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" title=\"Introducing WordPress 4.2 &quot;Powell&quot;\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<hr />\n<h2 style=\"text-align: center\">An easier way to share content</h2>\n<p><img class=\"alignnone size-full wp-image-3677\" src=\"https://wordpress.org/news/files/2015/04/4.2-press-this-2.jpg\" alt=\"Press This\" width=\"1000\" height=\"832\" />Clip it, edit it, publish it. Get familiar with the new and improved Press This. From the Tools menu, add Press This to your browser bookmark bar or your mobile device home screen. Once installed you can share your content with lightning speed. Sharing your favorite videos, images, and content has never been this fast or this easy.</p>\n<hr />\n<h2 style=\"text-align: center\">Extended character support</h2>\n<p><img class=\"alignnone size-full wp-image-3676\" src=\"https://wordpress.org/news/files/2015/04/4.2-characters.png\" alt=\"Character support for emoji, special characters\" width=\"1000\" height=\"832\" />Writing in WordPress, whatever your language, just got better. WordPress 4.2 supports a host of new characters out-of-the-box, including native Chinese, Japanese, and Korean characters, musical and mathematical symbols, and hieroglyphs.</p>\n<p>Don’t use any of those characters? You can still have fun — emoji are now available in WordPress! Get creative and decorate your content with <img src=\"https://s.w.org/images/core/emoji/72x72/1f499.png\" alt=\"','no'),(27550,0,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1434701665','no'),(27548,0,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1434701665','no'),(27549,0,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jun 2015 19:50:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress SEO by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast&#039;s WordPress SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Displays Google Analytics reports and real-time statistics in your WordPress Dashboard. Inserts the latest tracking code in every page of your site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Your WordPress, Streamlined.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"49521@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Responsive Lightbox by dFactory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/plugins/responsive-lightbox/#post-55352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Jul 2013 10:58:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"55352@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"Responsive Lightbox allows users to view larger versions of images and galleries in a lightbox (overlay) effect optimized for mobile devices.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"dFactory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"EWWW Image Optimizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/ewww-image-optimizer/#post-38780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jun 2012 19:30:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38780@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"Reduce file sizes for images in WordPress including NextGEN, GRAND FlAGallery and more using lossless/lossy methods and image format conversion.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"nosilver4u\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 12 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Photo Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/photo-gallery/#post-63299\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jan 2014 15:58:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63299@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"Photo Gallery is an advanced plugin with a list of tools and options for adding and editing images for different views. It is fully responsive.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"webdorado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WPtouch Mobile Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5468@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Make your WordPress website mobile-friendly with just a few clicks.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"BraveNewCode Inc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"BuddyPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/buddypress/#post-10314\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Apr 2009 17:48:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"10314@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"BuddyPress helps you run any kind of social network on your WordPress, with member profiles, activity streams, user groups, messaging, and more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andy Peatling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Breadcrumb NavXT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/breadcrumb-navxt/#post-2634\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 01 Dec 2007 00:15:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2634@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Adds breadcrumb navigation showing the visitor&#039;s path to their current location.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Havlik\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"AddThis Sharing Buttons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/addthis/#post-8124\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Dec 2008 16:03:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8124@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"AddThis provides the best sharing tools to help you make your website smarter.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"_mjk_\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Share Buttons by AddToAny\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/add-to-any/#post-498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Mar 2007 23:08:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"498@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"Share buttons for WordPress including AddToAny&#039;s universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"micropat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"BackUpWordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/backupwordpress/#post-2236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 02 Sep 2007 21:15:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2236@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Simple automated backups of your WordPress powered website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Tom Willmot\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Google Maps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/wp-google-maps/#post-34206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Jan 2012 06:23:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"34206@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"The easiest to use Google maps plugin! Create a custom Google map with high quality markers containing categories, descriptions, images and links.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"WPGMaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WP-SpamShield Anti-Spam\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-spamshield/#post-65116\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Mar 2014 20:42:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"65116@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"An extremely powerful WordPress anti-spam plugin that eliminates comment spam, trackback spam, contact form spam &#38; registration spam.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Scott Allen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"MailChimp for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/mailchimp-for-wp/#post-54377\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Jun 2013 17:32:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"54377@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The best MailChimp plugin to get more email subscribers. Easily add MailChimp sign-up forms and sign-up checkboxes to your WordPress site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Danny van Kooten\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 18 Jun 2015 20:14:25 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Thu, 18 Jun 2015 20:25:19 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Thu, 18 Jun 2015 19:50:19 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(27544,0,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1434701665','no'),(27545,0,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1434658465','no'),(27546,0,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1434701665','no'),(27547,0,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-for-android-version-4-1-says-goodbye-to-the-hamburger-button\' title=\'WordPress for Android version 4.1 is sporting some major design changes. Navigation in the app has been redesigned to remove the the hamburger button in favor of four simplified tabs spanning the top of the screen. The ubiquitous hamburger icon, used on apps and websites for years, is slowly falling out of fashion on the web. While the side navigation drawer [&hellip;]\'>WPTavern: WordPress for Android Version 4.1 Says Goodbye to the Hamburger Button</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/06/3-websites/\' title=\'And remember the $5 billion website, 5 billion we spent on a website, and to this day it doesn’t work. A $5 billion dollar website.I have so many websites. I have them all over the place. I hire people, they do a website. It costs me $3. We were just talking about government websites! The transcript of Donald Trump’s 2016 presidential announcement is one of  [&hellip;]\'>Matt: $3 Websites</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/backpress-revival-receives-rocky-reception-from-wordpress-development-community\' title=\'photo credit: Ryan McGuire BackPress supporters hosted a preliminary discussion yesterday to flesh out plans for bringing the long-abandoned project back to life. Organizers Roy Sivan and John James Jacoby were surprised by how many developers were interested in the prospect of reviving BackPress. Unfortunately, the live Google Hangout wasn’t broadcasted pub [&hellip;]\'>WPTavern: BackPress Revival Receives Rocky Reception from WordPress Development Community</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-theme-review-team-launches-code-examples-library-on-github\' title=\'The WordPress Theme Review Team is now curating a library of code examples on GitHub for theme developers. The first section is devoted to customizer code with examples for panels, sections, basic controls, and advanced controls. “We will continue to add to the library, including more examples of custom controls, and more advanced examples, such as postMessa [&hellip;]\'>WPTavern: WordPress Theme Review Team Launches Code Examples Library on GitHub</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/06/open-source-datacenters/\' title=\'How Facebook is eating the $140 billion hardware market — I’ve always said that open source eventually dominates every market it enters, and with enterprise hardware it’s in the very, very early stages but this article is chock-full of examples of the economies of scale when companies start collaborating on shared problems. The problem is one company’s ineff [&hellip;]\'>Matt: Open Source Datacenters</a></li></ul></div>','no'),(27551,0,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1434658465','no'),(27554,0,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1434701666','no'),(27555,0,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1434658466','no'),(27558,0,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1434701667','no'),(27559,0,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1434658467','no'),(27560,0,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1434701667','no'),(27561,0,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','<h4>Most Popular</h4>\n<h5><a href=\'https://wordpress.org/plugins/mailchimp-for-wp/\'>MailChimp for WordPress</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=mailchimp-for-wp&amp;_wpnonce=939cbf7342&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'MailChimp for WordPress\'>Install</a>)</span>\n<p>The best MailChimp plugin to get more email subscribers. Easily add MailChimp sign-up forms and sign-up checkboxes to your WordPress site.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'https://wordpress.org/plugins/expanding-archives/\'>Expanding Archives</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=expanding-archives&amp;_wpnonce=a59bc23c24&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Expanding Archives\'>Install</a>)</span>\n<p>This plugin adds a new widget where you can view your old posts by expanding certain years and months.</p>\n<h4>Recently Updated</h4>\n<h5><a href=\'https://wordpress.org/plugins/postpoll/\'>Postpoll</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=postpoll&amp;_wpnonce=55792de65b&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Postpoll\'>Install</a>)</span>\n<p>Postpoll allows admin to set a poll of all or some of posts in the wordpress to vote.</p>\n','no'),(27481,0,'_site_transient_timeout_browser_3a9721c33f29438e21880b312d32e7bb','1435187183','yes'),(26488,0,'jt_cross_domain_settings','*','yes'),(27482,0,'_site_transient_browser_3a9721c33f29438e21880b312d32e7bb','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"43.0.2357.124\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(27556,0,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1434701667','no'),(27557,0,'_transient_feed_1a5f760f2e2b48827d4974a60857e7c2','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/updated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jun 2015 19:43:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Better Google Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/better-analytics/#post-82409\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 May 2015 20:26:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"82409@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Track everything with Google Analytics (clicked links, emails opened, YouTube videos being watched, etc.). Includes real time Analytics dashboard.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"digitalpoint\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress Calls to Action\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/cta/#post-57945\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Sep 2013 15:41:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"57945@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"Create Calls to Action for your WordPress site. Monitor and improve conversion rates, run A/B split tests, customize your own CTA templates and more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"David Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Contact Form Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/contact-form-lite/#post-79994\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Apr 2015 16:22:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"79994@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Contact Form Plugin - create best contact form in minutes. Yeah, it&#039;s really that easy.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"GhozyLab\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WordPress Landing Pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/landing-pages/#post-47666\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Jan 2013 21:02:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"47666@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"Create landing pages for your WordPress site. Monitor and improve conversion rates, run A/B split tests, customize your own templates and more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"David Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/slider-image/#post-65571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Mar 2014 19:00:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"65571@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"Huge-IT slider is an awesome WordPress slider plugin with a lot of nice features. Just install and build sliders in a few minutes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Huge-IT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress Countdown plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/widget-countdown/#post-81474\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 May 2015 08:30:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"81474@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"wpdevart\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Coming soon and Maintenance mode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/coming-soon-page/#post-73502\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Oct 2014 23:48:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"73502@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"Coming soon and Maintenance mode plugin is an awesome tool to show your visitors that you are working on your website to make it better.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"wpdevart\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Wp Default Sender Email by IT Pixelz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/plugins/wp-default-sender-email-by-it-pixelz/#post-83070\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Jun 2015 12:52:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83070@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"Get rid of default email from like this <a href=\"mailto:wordpress@domain.com\">wordpress@domain.com</a>, use your own!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"itpixelz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"XTMPAY GATEWAY\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/xtmpay/#post-83191\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Jun 2015 09:51:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83191@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"A TrueMoney Payment Gateway service by TMPAY.NET.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Alongkorn Khaoto\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WordPress YouTube Embed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/youtube-video-player/#post-77992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 15 Feb 2015 23:27:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"77992@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"YouTube Embed plugin is an convenient tool for adding video to your website. \nUse YouTube Embed plugin to add YouTube videos in posts/pages, widgets.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"wpdevart\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Mobile Detector\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-mobile-detector/#post-22399\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Nov 2010 22:56:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"22399@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"WP Mobile Detector automatically detects standard and advanced mobile devices and displays a compatible wordpress mobile theme.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"websitezcom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Cackle comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/cackle/#post-34104\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 Jan 2012 16:14:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"34104@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"This plugin integrates Cackle Comment System (Google+, Twitter, Facebook, VKontakte, Odnoklassniki and other) right into your website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"boroV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Facebook Comments by Vivacity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/plugins/facebook-comment-by-vivacity/#post-66414\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Apr 2014 05:17:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"66414@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"A simple Facebook Comments plugin for your blog that enables FB User`s to comment on your blog or website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Team Vivacity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Dropbox Backup & Restore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/dropbox-backup/#post-81323\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 May 2015 15:37:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"81323@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"Dropbox Backup &#38; Restore Plugin to create Dropbox Full Backup (Files + Database) or Restore of your Web Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"backup-dropbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Simple Editorial Guidelines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/simple-editorial-guidelines/#post-83296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 05:03:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83296@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"This plugin enables you to display a simple panel containing your editorial guidelines in the post edit admin to users of your choosing.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Writely Designed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"User Email Compromised Check\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/plugins/user-email-compromised-check/#post-83257\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 14:41:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83257@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"Cross check registered user emails with the Have I Been Pwned API for data breaches across a number of popular sites around the internet.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Evan Herman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Stats Counter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/stats-counter/#post-80396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 12 Apr 2015 18:07:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"80396@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Stats Counter Plugin analyse statistics on your web page, unique users, countries, city&#039;s, IPs.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"www.wpadm.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"bdwebteam recent post tabs widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/bdwebteam-recent-post-tabs-widget/#post-83327\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 18:59:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83327@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"bdwebteam recent post tabs widget that shows the post\n tabs of your site with excerpt limit.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mahabub Hasan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Insert Pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/insert-pages/#post-60810\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Nov 2013 08:30:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"60810@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"Insert Pages lets you embed any WordPress content (e.g., pages, posts, custom post types) into other WordPress content using the Shortcode API.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"figureone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"NextGEN Facebook - Advanced Social SEO for Facebook, Google+, Pinterest, Twitter & More\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/nextgen-facebook/#post-40409\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jul 2012 20:13:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"40409@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Display your content in the best possible way on Facebook, Google+, Twitter, Pinterest, etc. - no matter how your webpage is shared!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"JS Morisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPSSO Social Sharing Buttons - Facebook G+ LinkedIn Pinterest Reddit Twitter + Many More\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wpsso-ssb/#post-70356\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Jul 2014 18:29:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"70356@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"WPSSO extension to add Social Sharing Buttons with support for hashtags, short URLs, bbPress, BuddyPress, WooCommerce, and much more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"JS Morisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WordPress Social Sharing Optimization - Improves Shared Content on Social Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/wpsso/#post-62149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Dec 2013 00:00:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"62149@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Improves shared content and social SEO - no matter how webpages are shared - using buttons, browser addons, or paste URLs in timelines &#38; PMs.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"JS Morisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Hitsteps Ultimate Web Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/plugins/hitsteps-visitor-manager/#post-60744\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Nov 2013 17:59:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"60744@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Hitsteps Analytics is a powerful real time website visitor manager, it allow you to view and interact with your visitors in real time.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"hitsteps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Postpoll\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/postpoll/#post-83263\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 17:28:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83263@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Postpoll allows admin to set a poll of all or some of posts in the wordpress to vote.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"k2klettern\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"Bet on Sports - Russian, English, German, Czech, Portuguese, Italian, Spanish, Polish, Lithuanian\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/bet-on-sports/#post-62635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jan 2014 08:48:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"62635@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"Bet on Sports - The plug-in shows the actual coefficients for consecutive sport events.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"SEOAlbion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"ACF Media Credit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/acf-media-credit/#post-75429\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Dec 2014 03:26:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"75429@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Adds an option to create as many media credit fields as needed for an image.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"donaldG2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Sprout Invoices - Client Invoicing & Estimates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/sprout-invoices/#post-71492\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Aug 2014 05:33:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"71492@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"Create estimates and invoices within your WordPress site. Accept invoice payments from multiple payment processors.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Cameron\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Share + Subscribe + Contact | AIO Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/plugins/share-subscribe-contact-aio-widget/#post-79403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Mar 2015 21:33:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"79403@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Next level free widgets for growth email, subscription, feedback, phone number, share visitors, social network referral&#039;s, folllowers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Shemotechnik\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Image Projector\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/image-projector/#post-81292\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 May 2015 19:21:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"81292@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Less is more. A swift and responsive viewer and slideshow for the published post&#039;s first image. Good for photographers. No gallery required.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"wpgloe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"BuddyPress Links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/buddypress-links/#post-13353\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Oct 2009 14:02:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"13353@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"BuddyPress Links is a drop-in link, image, video and other rich media sharing component for BuddyPress 1.8 and higher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"MrMaz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/updated\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 18 Jun 2015 20:14:27 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Thu, 18 Jun 2015 20:18:30 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Thu, 18 Jun 2015 19:43:30 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(20089,0,'rg_gforms_key','53a159b647ca1e751fd903c479089e6f','yes'),(20102,0,'_site_transient_timeout_browser_56567e76ba6327b29e3f2349bc614577','1407876892','yes'),(20103,0,'_site_transient_browser_56567e76ba6327b29e3f2349bc614577','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"36.0.1985.125\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(14955,0,'_site_transient_timeout_browser_f567bdcdae88fbcb24226b60d547ac21','1389915739','yes'),(14956,0,'_site_transient_browser_f567bdcdae88fbcb24226b60d547ac21','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"32.0.1700.72\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(26485,0,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1430255118','yes'),(14881,0,'vimeography_default_settings','a:6:{s:10:\"source_url\";s:38:\"https://vimeo.com/channels/staffpicks/\";s:12:\"resource_uri\";s:20:\"/channels/staffpicks\";s:14:\"featured_video\";s:0:\"\";s:11:\"video_limit\";i:25;s:13:\"cache_timeout\";i:3600;s:10:\"theme_name\";s:8:\"bugsauce\";}','yes'),(14861,0,'vimeography_db_version','1.1.7','yes'),(19143,0,'_site_transient_browser_490e589203a0cce6044cda949bda3cd4','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"35.0.1916.153\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(10811,0,'_site_transient_timeout_browser_bee6df2362150325cef7a0fe1f46091e','1372365754','yes'),(10812,0,'_site_transient_browser_bee6df2362150325cef7a0fe1f46091e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"27.0.1453.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(5036,0,'_site_transient_timeout_browser_2aee2b9038ff18ee6721a8c3a613323b','1343773358','yes'),(5037,0,'_site_transient_browser_2aee2b9038ff18ee6721a8c3a613323b','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"20.0.1132.57\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(8915,0,'_site_transient_timeout_browser_3aefda88de6b9e2bafc7678b857e1c6f','1363437427','yes'),(8916,0,'_site_transient_browser_3aefda88de6b9e2bafc7678b857e1c6f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"24.0.1312.52\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(14901,0,'status','publish','yes'),(14902,0,'mail','no','yes'),(13683,0,'_site_transient_timeout_browser_87c1f7269ab4d3070d224aaafd08b152','1385820085','yes'),(13684,0,'_site_transient_browser_87c1f7269ab4d3070d224aaafd08b152','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"31.0.1650.57\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(20674,0,'_site_transient_timeout_browser_f6c0a1c7d00a352bb274540f99cdafa0','1410013952','yes'),(20675,0,'_site_transient_browser_f6c0a1c7d00a352bb274540f99cdafa0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"36.0.1985.143\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(14391,0,'snowfall_bg_color','','yes'),(14400,0,'snowstorm_flakesMax','128','yes'),(14401,0,'snowstorm_flakesMaxActive','64','yes'),(14402,0,'snowstorm_animationInterval','35','yes'),(14403,0,'snowstorm_excludeMobile','N','yes'),(14404,0,'snowstorm_followMouse','N','yes'),(14405,0,'snowstorm_snowColor','#FFFFFF','yes'),(14406,0,'snowstorm_snowCharacter','&bull;','yes'),(14407,0,'snowstorm_snowStick','Y','yes'),(14408,0,'snowstorm_useMeltEffect','Y','yes'),(14409,0,'snowstorm_useTwinkleEffect','Y','yes'),(14410,0,'snowstorm_save','Save Settings','yes'),(14831,0,'_site_transient_timeout_browser_ff79edc59e9c596efc3f8bb1729e26b3','1389794815','yes'),(14832,0,'_site_transient_browser_ff79edc59e9c596efc3f8bb1729e26b3','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"31.0.1650.63\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(19142,0,'_site_transient_timeout_browser_490e589203a0cce6044cda949bda3cd4','1404817918','yes'),(19109,0,'_site_transient_browser_ec51a1ccb6bcf87a32ce8d233dc9ffce','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"6.0.5\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(14884,0,'widget_siteorigin-masonry','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(14886,0,'siteorigin_panels_home_page','','yes'),(14887,0,'siteorigin_panels_home_page_enabled','','yes'),(19080,0,'_site_transient_browser_d11d4645f9b3dc1da7672f5e014004c9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"35.0.1916.153\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(19147,0,'_site_transient_timeout_browser_5ee795ae8cc0cec2a9aaf074fcbeb942','1404820620','yes'),(19148,0,'_site_transient_browser_5ee795ae8cc0cec2a9aaf074fcbeb942','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"8.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(20062,0,'_site_transient_timeout_browser_e031bbc6802ffa5eb9cf57849f48e69b','1407847842','yes'),(20063,0,'_site_transient_browser_e031bbc6802ffa5eb9cf57849f48e69b','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"36.0.1985.125\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(20066,0,'_site_transient_timeout_browser_078028a01aa37be78d33f5b7fa697bbf','1407848449','yes'),(20067,0,'_site_transient_browser_078028a01aa37be78d33f5b7fa697bbf','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"7.0.5\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(20068,0,'_site_transient_timeout_browser_536aec06590f657b47097e14b87daa47','1407848774','yes'),(20069,0,'_site_transient_browser_536aec06590f657b47097e14b87daa47','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"15.0.1\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(34987,0,'_site_transient_timeout_theme_roots','1474045272','yes'),(23216,0,'_site_transient_timeout_browser_3217742b6164e963c233a62be14dfa34','1419387563','yes'),(23217,0,'_site_transient_browser_3217742b6164e963c233a62be14dfa34','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"39.0.2171.71\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(26487,0,'_site_transient_update_plugins','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1556037845;s:8:\"response\";a:0:{}}','yes'),(26453,0,'_site_transient_timeout_browser_5745179b6e4dc44155ca95a5622b2ca5','1430849038','yes'),(26454,0,'_site_transient_browser_5745179b6e4dc44155ca95a5622b2ca5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"39.0.2171.95\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(23907,0,'_transient_timeout_feed_mod_4fa38da71e0f5c4f921a79abe092e831','1421068212','no'),(23908,0,'_transient_feed_mod_4fa38da71e0f5c4f921a79abe092e831','1421025012','no'),(23905,0,'_transient_timeout_feed_4fa38da71e0f5c4f921a79abe092e831','1421068212','no'),(23906,0,'_transient_feed_4fa38da71e0f5c4f921a79abe092e831','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:36:\"\n	\n	\n	\n	\n	\n	\n		\n		\n	\n	\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"alex.rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"http://alexrabe.de\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"learning by doing...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Aug 2014 11:51:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.9.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:5:{i:0;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Chunk… new theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://alexrabe.de/2014/08/30/chunk-new-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://alexrabe.de/2014/08/30/chunk-new-theme/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Aug 2014 11:51:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Common\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://alexrabe.de/?p=962\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:275:\"<p>After many many years I changed the theme and reduced the number of plugins</p>\n<p>The post <a rel=\"nofollow\" href=\"http://alexrabe.de/2014/08/30/chunk-new-theme/\">Chunk&#8230; new theme</a> appeared first on <a rel=\"nofollow\" href=\"http://alexrabe.de\">alex.rabe</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:469:\"<p>After many many years I changed the theme and reduced the number of plugins <img src=\"http://alexrabe.de/wp-includes/images/smilies/icon_smile.gif\" alt=\":-)\" class=\"wp-smiley\" /> </p>\n<p>The post <a rel=\"nofollow\" href=\"http://alexrabe.de/2014/08/30/chunk-new-theme/\">Chunk&#8230; new theme</a> appeared first on <a rel=\"nofollow\" href=\"http://alexrabe.de\">alex.rabe</a>.</p>\n<img src=\"//feeds.feedburner.com/~r/alexrabe/~4/MCCVqmTWKKA\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://alexrabe.de/2014/08/30/chunk-new-theme/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:48:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Windows 8 failed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://alexrabe.de/2013/03/04/windows-8-failed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://alexrabe.de/2013/03/04/windows-8-failed/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Mar 2013 20:17:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Allerlei\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Common\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Windows 8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://alexrabe.de/?p=921\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:468:\"<p>I&#8217;m upgraded since a month to Windows 8 and I tried to give it a real chance, but I need to say : It failed&#8230; I missed the start button, I hate the Modern UI, the App store is full of crap. Windows 8 is a mixture of good old Windows and iOS, but nobody [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://alexrabe.de/2013/03/04/windows-8-failed/\">Windows 8 failed</a> appeared first on <a rel=\"nofollow\" href=\"http://alexrabe.de\">alex.rabe</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2244:\"<p>I&#8217;m upgraded since a month to Windows 8 and I tried to give it a real chance, but I need to say : It failed&#8230; I missed the start button, I hate the Modern UI, the App store is full of crap. Windows 8 is a mixture of good old Windows and iOS, but nobody needs a mixture. Well, iOS is build on top of Mac OS, but it&#8217;s even _not_ a mixture of MacOS and just a couple of touch elements. It&#8217;s a pure Touch UI (same for Android).</p>\n<p>The <del datetime=\"2013-03-04T19:46:48+00:00\">Metro</del> Modern UI try to combine both, but that doesn&#8217;t work for me. When I try change some settings in an App it&#8217;s sometimes hidden in the Charms bar, but the Control panel itself is a classic Windows styled UI, how awful must this work on the Surface Pro ? I often need 2-3 seconds to remind how I can go back to the Control panel, did you every try this when you work with a dual monitor setup (and work on the left monitor) ? Yes it works, but I missed often the upper edge.</p>\n<p>The app store could be a real benefit , better than Steam, better than the iOS App store, cause we have so many games played in the past on Windows, search for a good classic point and click adventure&#8230;. nothing. Ok, I admit, the store needs some more time. but I don&#8217;t need that tiny silly iOS games which I played on my first iPod Touch back again, not on a Full HD desktop PC (and please no more Star Trek Angry Birds). AND a simple mail/browser/calendar app program needs to be open instantly.</p>\n<p>My biggest issue : I need to work in my daily business with Windows 7 (Visual Studio will _never_ Metro / Modern / Touch UI friendly), so a switch between old/new UI is horrible when you return to your home computer. I missed the start button, I forgot about the Charms bar and other shortcuts&#8230;</p>\n<p>Microsoft should cut off (and even improve) the good old desktop UI from the Touch UI, both are ok, but both needs their own devices.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://alexrabe.de/2013/03/04/windows-8-failed/\">Windows 8 failed</a> appeared first on <a rel=\"nofollow\" href=\"http://alexrabe.de\">alex.rabe</a>.</p>\n<img src=\"//feeds.feedburner.com/~r/alexrabe/~4/yjcfJ_N5iEI\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://alexrabe.de/2013/03/04/windows-8-failed/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Slowdown\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://alexrabe.de/2012/10/19/slowdown/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://alexrabe.de/2012/10/19/slowdown/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Oct 2012 10:02:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Common\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://alexrabe.de/?p=913\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"<p>Now a half year later&#8230;</p>\n<p>The post <a rel=\"nofollow\" href=\"http://alexrabe.de/2012/10/19/slowdown/\">Slowdown</a> appeared first on <a rel=\"nofollow\" href=\"http://alexrabe.de\">alex.rabe</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:552:\"<p>Now a half year later&#8230;</p>\n<p><a rel=\"lightbox\" href=\"http://alexrabe.de/wp-content/uploads/statistic.png\"><img class=\"aligncenter size-medium wp-image-914\" title=\"statistic\" src=\"http://alexrabe.de/wp-content/uploads/statistic-300x76.png\" alt=\"\" width=\"300\" height=\"76\" /></a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://alexrabe.de/2012/10/19/slowdown/\">Slowdown</a> appeared first on <a rel=\"nofollow\" href=\"http://alexrabe.de\">alex.rabe</a>.</p>\n<img src=\"//feeds.feedburner.com/~r/alexrabe/~4/oiiKGmPQwxc\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://alexrabe.de/2012/10/19/slowdown/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Photocrati continue the NextGEN Gallery development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://alexrabe.de/2012/06/19/photocrati-continue-nextgen-gallery-development/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://alexrabe.de/2012/06/19/photocrati-continue-nextgen-gallery-development/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jun 2012 18:33:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"NextGEN-Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Photocrati\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://alexrabe.de/?p=891\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:599:\"<p>I&#8217;m very proud and happy to announce that Photocrati, the biggest supporter of my Plugin NextGEN Gallery continue the further development. The people behind Photocrati themes support me in my work already a couple of years and finally we find some way how we can continue the success of this plugin. NextGEN Gallery is now [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://alexrabe.de/2012/06/19/photocrati-continue-nextgen-gallery-development/\">Photocrati continue the NextGEN Gallery development</a> appeared first on <a rel=\"nofollow\" href=\"http://alexrabe.de\">alex.rabe</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1382:\"<p>I&#8217;m very proud and happy to announce that Photocrati, the biggest supporter of my Plugin NextGEN Gallery continue the further development. The people behind Photocrati themes support me in my work already a couple of years and finally we find some way how we can continue the success of this plugin.</p>\n<p>NextGEN Gallery is now more than 4 years old and with more than 5 million downloads the number one of all gallery addons for WordPress. WordPress is grown in the same time to the biggest blogging platform and the speed of development increased over the time. Unfortunately the day has still 24 hours and I&#8217;m just coding in my free time.</p>\n<p>With Photocrati in the background I hope this plugin can increase in functionality and features much faster than I can do. I&#8217;m very happy that my &#8220;baby&#8221; find it&#8217;s feet now&#8230;</p>\n<p>Let me thank to more than 1000 people who supported and donated to my work, without you this plugin would not be there. <strong>Thank you very much !</strong></p>\n<p>The post <a rel=\"nofollow\" href=\"http://alexrabe.de/2012/06/19/photocrati-continue-nextgen-gallery-development/\">Photocrati continue the NextGEN Gallery development</a> appeared first on <a rel=\"nofollow\" href=\"http://alexrabe.de\">alex.rabe</a>.</p>\n<img src=\"//feeds.feedburner.com/~r/alexrabe/~4/XD9cLtYsyY0\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://alexrabe.de/2012/06/19/photocrati-continue-nextgen-gallery-development/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"38\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Snow, snow, snow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://alexrabe.de/2012/01/29/snow-snow-snow/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://alexrabe.de/2012/01/29/snow-snow-snow/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 Jan 2012 20:47:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Allerlei\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Common\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://alexrabe.de/?p=883\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:233:\"<p>Back from my ski trip, now back to work.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://alexrabe.de/2012/01/29/snow-snow-snow/\">Snow, snow, snow</a> appeared first on <a rel=\"nofollow\" href=\"http://alexrabe.de\">alex.rabe</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:573:\"<p><a rel=\"lightbox\" href=\"http://alexrabe.de/wp-content/uploads/IMG_1570.jpg\"><img src=\"http://alexrabe.de/wp-content/uploads/IMG_1570-300x225.jpg\" alt=\"\" title=\"Snow\" width=\"300\" height=\"225\" class=\"aligncenter size-medium wp-image-884\" /></a></p>\n<p>Back from my ski trip, now back to work.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://alexrabe.de/2012/01/29/snow-snow-snow/\">Snow, snow, snow</a> appeared first on <a rel=\"nofollow\" href=\"http://alexrabe.de\">alex.rabe</a>.</p>\n<img src=\"//feeds.feedburner.com/~r/alexrabe/~4/nxy9sz5_HIs\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://alexrabe.de/2012/01/29/snow-snow-snow/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:36:\"http://feeds.feedburner.com/alexrabe\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:8:\"alexrabe\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:11:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:13:\"last-modified\";s:29:\"Sun, 11 Jan 2015 23:58:08 GMT\";s:4:\"date\";s:29:\"Mon, 12 Jan 2015 01:10:14 GMT\";s:7:\"expires\";s:29:\"Mon, 12 Jan 2015 01:10:14 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:18:\"alternate-protocol\";s:14:\"80:quic,p=0.02\";s:13:\"accept-ranges\";s:4:\"none\";s:4:\"vary\";s:15:\"Accept-Encoding\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(23912,0,'_transient_ngg_related_plugins','O:8:\"stdClass\":2:{s:4:\"info\";a:3:{s:4:\"page\";i:1;s:5:\"pages\";i:9;s:7:\"results\";s:3:\"201\";}s:7:\"plugins\";a:24:{i:0;O:8:\"stdClass\":15:{s:4:\"name\";s:15:\"NextGEN Gallery\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:7:\"version\";s:9:\"2.0.66.37\";s:6:\"author\";s:56:\"<a href=\"http://www.photocrati.com\">Photocrati Media</a>\";s:14:\"author_profile\";s:33:\"//profiles.wordpress.org/alexrabe\";s:12:\"contributors\";a:1:{s:10:\"photocrati\";s:35:\"//profiles.wordpress.org/photocrati\";}s:8:\"requires\";s:5:\"3.6.1\";s:6:\"tested\";s:3:\"4.1\";s:13:\"compatibility\";a:1:{s:5:\"3.3.1\";a:6:{s:5:\"1.2.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.8.0\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}s:5:\"1.9.1\";a:3:{i:0;i:82;i:1;i:44;i:2;i:36;}s:5:\"1.9.2\";a:3:{i:0;i:84;i:1;i:95;i:2;i:80;}s:5:\"1.9.3\";a:3:{i:0;i:75;i:1;i:134;i:2;i:101;}s:5:\"1.9.5\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}}s:6:\"rating\";d:77.599999999999994315658113919198513031005859375;s:11:\"num_ratings\";i:3217;s:7:\"ratings\";a:5:{i:5;i:1837;i:4;i:545;i:3;i:105;i:2;i:75;i:1;i:655;}s:8:\"homepage\";s:30:\"http://www.nextgen-gallery.com\";s:11:\"description\";s:5402:\"<h4>WordPress Gallery Plugin</h4>\n\n<p>NextGEN Gallery is the most popular <strong>WordPress gallery plugin</strong>, and one of the most popular WordPress plugins of all time, with over 10 million downloads.</p>\n\n<p>It provides a powerful engine for uploading and managing galleries of images, with the ability to batch upload, import meta data, add/delete/rearrange/sort images, edit thumbnails, group galleries into albums, and more. It also provides two front-end display styles (slideshows and thumbnail galleries), both of which come with a wide array of options for controlling size, style, timing, transitions, controls, lightbox effects, and more.</p>\n\n<p><em>The NextGEN Gallery WordPress gallery plugin is now proudly maintained by <a href=\'http://www.photocrati.com\'>Photocrati Media</a>. Special thanks to Alex Rabe who created and maintained NextGEN from 2007 through 2011.</em></p>\n\n<p><strong>NEXTGEN GALLERY 2.0: MAJOR UPDATE IN JULY 2013.</strong> <em>We released a major update and overhaul to NextGEN Gallery in July 2013. NextGEN Gallery 2.0 presents a completely reworked interface, both for the central options panel and for adding galleries to pages and posts. It\'s dramatically more powerful and flexible.</em></p>\n\n<p><strong>INTRODUCING NEXTGEN GALLERY PRO.</strong> <em>Along with NextGEN 2.0, we\'re happy to announce a \"Pro\" upgrade to NextGEN. NextGEN Pro offers 6 new gallery displays, including Pro Masonry, Pro Filmstrip, Pro Film, Pro Thumbnail Grid, Pro Slideshow, and Pro Blogstyle galleries. It also includes a responsive, fullscreen, mobile-friendly Pro Lightbox with commenting and social sharing for individual images within galleries. And it includes premium one-on-one email support for both NextGEN Gallery and NextGEN Pro.</em></p>\n\n<p><strong><a href=\"http://www.nextgen-gallery.com/nextgen-pro\">LEARN MORE ABOUT NEXTGEN PRO</a></strong></p>\n\n<h4>NextGEN WordPress Gallery Plugin Features</h4>\n\n<p><em>Upload Galleries</em></p>\n\n<ul>\n<li>Our WordPress gallery plugin offers diverse and powerful functionality for getting images from your desktop to your website. You can easily upload batches of images via a standard WordPress-style uploader, or upload images via zip file or FTP. NextGEN will automatically import your images meta data.</li>\n</ul>\n\n<p><em>Manage Galleries</em></p>\n\n<ul>\n<li>Centralized gallery management. Enjoy a single location where you can see and manage all your galleries.</li>\n<li>Edit galleries.  Add or exclude images, change gallery title and description, reorder of images, resize thumbnails.</li>\n<li>Thumbnail Management. Turn thumbnail cropping on and off, customize how individual thumbnails are cropped, and bulk resize thumbnails across one or more galleries.</li>\n<li>Edit Individual Images. Edit meta data and image tags, rotate images, and exclude images.</li>\n<li>Watermarks. Quickly add watermarks to batches or galleries of images.</li>\n<li>Albums. Create and organize collections of galleries, and display them in either compact or extended format.</li>\n</ul>\n\n<p><em>Display Galleries</em></p>\n\n<ul>\n<li>Multiple Gallery Types. Choose between two main display styles: Slideshow and Thumbnail, and allow visitors to toggle between the two. Or display Imagebrowser galleries and Singlepics.</li>\n<li>Slideshow Galleries. Choose from a vast array of options for slideshows, including slideshow size, transition style, speed, image order, and optional navigation bar.</li>\n<li>Thumbnail Galleries. Choose from a wide range of options to customize thumbnail galleries, including 5 different lightboxes for individual images, optional thumbnail cropping and editing, thumbnail styles, captions, and more.</li>\n<li>Single Image Displays. Display and format single images.</li>\n<li>Work with Options Panel or Shortcodes.</li>\n</ul>\n\n<h4>NextGEN WordPress Gallery Plugin Community &#38; Extensions</h4>\n\n<p>NextGEN has been the dominant WordPress gallery plugin for years. As a result, there is large and great community of users and developers, as well as a large number of dedicated extension plugins. For a list of extension plugins, just search for NextGEN in the WordPress.org plugin repository, or visit our <a href=\"http://www.nextgen-gallery.com/nextgen-gallery-extension-plugins/\">Complete List of NextGEN Extension Plugins</a>.</p>\n\n<h4>NextGEN WordPress Gallery Plugin Resources</h4>\n\n<p>*Visit the NextGEN <a href=\"http://www.nextgen-gallery.com\">WordPress Gallery Plugin</a> official homepage<br />\n*Visit the <a href=\"http://www.nextgen-gallery.com/nextgen-pro\">NextGEN Pro official landing page</a><br />\n*See <a href=\"http://www.nextgen-gallery.com/help/\">NextGEN Gallery Documentation</a><br />\n*Get <a href=\"http://wordpress.org/tags/nextgen-gallery?forum_id=10\">NextGEN Support</a> via the WordPress.org forums<br />\n*Get <a href=\"http://www.nextgen-gallery.com/languages/\">Translations</a> for your own language<br />\n*See <a href=\"http://www.photocrati.com/photography-wordpress-themes\">WordPress Photography Themes</a> by the same author<br />\n*Follow NextGEN Gallery on <a title=\"Follow NextGEN Gallery on Facebook\" href=\"http://www.facebook.com/NextGENGallery\">Facebook</a>, <a title=\"Follow NextGEN Gallery on Twitter\" href=\"http://twitter.com/NextGENGallery\">Twitter</a>, and <a title=\"Follow NextGEN Gallery on Google +\" href=\"http://plus.google.com/101643895780935290171\">Google +</a><br /></p>\";s:17:\"short_description\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 10 million downloads.\";}i:1;O:8:\"stdClass\":15:{s:4:\"name\";s:25:\"NextGEN Gallery Optimizer\";s:4:\"slug\";s:25:\"nextgen-gallery-optimizer\";s:7:\"version\";s:3:\"2.0\";s:6:\"author\";s:13:\"Helpful Media\";s:14:\"author_profile\";s:35:\"//profiles.wordpress.org/mark-jeldi\";s:12:\"contributors\";a:1:{s:10:\"Mark Jeldi\";s:35:\"//profiles.wordpress.org/mark-jeldi\";}s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:3:\"4.1\";s:13:\"compatibility\";a:1:{s:5:\"3.3.1\";a:4:{s:5:\"1.0.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.0.3\";a:3:{i:0;i:40;i:1;i:5;i:2;i:2;}s:5:\"1.0.5\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}s:5:\"1.0.6\";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}}}s:6:\"rating\";d:68.2000000000000028421709430404007434844970703125;s:11:\"num_ratings\";i:44;s:7:\"ratings\";a:5:{i:5;i:23;i:4;i:3;i:3;i:1;i:2;i:3;i:1;i:14;}s:8:\"homepage\";s:38:\"http://www.nextgengalleryoptimizer.com\";s:11:\"description\";s:10554:\"<h4>NextGEN Gallery Optimizer</h4>\n\n<p>NextGEN Gallery Optimizer improves your site\'s page load speed by preventing NextGEN\'s scripts &#38; stylesheets from loading on pages without galleries.</p>\n\n<p>Additionally...</p>\n\n<p>If you\'re using NextGEN 2.0, Optimizer provides you with complete granular control of the scripts and stylesheets that load on your <strong>gallery</strong> pages.</p>\n\n<p>For a live example of these settings in action, please view the source of <a href=\"http://www.nextgengalleryoptimizer.com/\">Optimizer\'s homepage</a> (a NextGEN 2.0 gallery page with AJAX pagination) in your browser.</p>\n\n<p>If you\'re using the original NextGEN Gallery (v1.6.2 and up) or the NextCellent Gallery fork, Optimizer will intelligently fine-tune all your <strong>gallery</strong> pages automatically... detecting every shortcode and setting to only load what\'s necessary.</p>\n\n<p>For a full overview of the optimization process, please see...<br />\n<a href=\"http://www.nextgengalleryoptimizer.com/optimization-flowcharts/\">http://www.nextgengalleryoptimizer.com/optimization-flowcharts/</a>.</p>\n\n<p>Optimizer also includes an <em>enhanced</em> version of the fantastic <a href=\"http://fancybox.net\">Fancybox</a> lightbox script, and only loads it on gallery pages. The result? Gorgeous galleries <em>and</em> a speedy site.</p>\n\n<p>Optimizer v2.0 now supports NextGEN 2.0, NextGEN Legacy and the NextCellent Gallery fork.</p>\n\n<h4>NextGEN Gallery Optimizer Pro</h4>\n\n<p>Upgrade to <a href=\"http://www.nextgengalleryoptimizer.com/purchase/\">Optimizer Pro</a> for the new <a href=\"http://www.nextgengalleryoptimizer.com/#nextgen-gallery-deactivator\">NextGEN Gallery Deactivator</a> feature.<br />\nA whole new level of speed optimization that only loads NextGEN&#8217;s <em>code</em> on gallery pages.</p>\n\n<p>Upgrade to <a href=\"http://www.nextgengalleryoptimizer.com/purchase/\">Optimizer Pro</a> for the new <a href=\"http://www.nextgengalleryoptimizer.com/#dynamic-fancybox-settings-interface\">Dynamic Fancybox Settings Interface</a>.<br />\nThe fastest and easiest way to customize Fancybox.<br />\nSet title styles, background color and opacity, make Fancybox responsive and more.</p>\n\n<p>For more information, please see the following...<br />\n<a href=\"http://www.nextgengalleryoptimizer.com/\">http://www.nextgengalleryoptimizer.com/</a><br />\n<a href=\"http://www.nextgengalleryoptimizer.com/documentation/\">http://www.nextgengalleryoptimizer.com/documentation/</a><br />\n<a href=\"http://www.nextgengalleryoptimizer.com/purchase/\">http://www.nextgengalleryoptimizer.com/purchase/</a></p>\n\n<h4>Key features:</h4>\n\n<ol>\n<li>Improves your site\'s page load speed when using NextGEN Gallery.</li>\n<li>Prevents NextGEN\'s scripts and styles from loading on non-gallery pages.</li>\n<li>Additionally fine-tunes NextGEN\'s scripts and styles on <em>gallery</em> pages.</li>\n<li>Lets you easily install an enhanced Fancybox to display your images in style.</li>\n</ol>\n\n<h4>NEW in Version 2.0:</h4>\n\n<ol>\n<li><p>Now optimizes the new NextGEN v2.0.xx codebase, and the new NextGEN Legacy fork called <a href=\"http://wordpress.org/plugins/nextcellent-gallery-nextgen-legacy/\">NextCellent Gallery</a>.</p></li>\n<li><p>Completely rewritten utilizing class encapsulation, and with a strong focus on WordPress coding standards and best practices.</p></li>\n<li><p>Virtually all of Optimizer\'s former Premium functionality for NextGEN Legacy is now included in the Basic version here at the WordPress repository.</p></li>\n<li><p>Completely rounds out support for all features and options available in NextGEN Legacy (and the NextCellent Gallery fork).</p></li>\n<li><p><a href=\"http://www.nextgengalleryoptimizer.com/purchase/\">Optimizer Pro</a> is introduced, including the all new <a href=\"http://www.nextgengalleryoptimizer.com/#nextgen-gallery-deactivator\">NextGEN Gallery Deactivator</a> feature, and the <a href=\"http://www.nextgengalleryoptimizer.com/#dynamic-fancybox-settings-interface\">Dynamic Fancybox Settings Interface</a>.</p></li>\n<li><p><a href=\"http://www.nextgengalleryoptimizer.com/\">Optimizer\'s website</a> is introduced.</p></li>\n</ol>\n\n<p>Please view the <a href=\"http://wordpress.org/plugins/nextgen-gallery-optimizer/changelog/\">changelog</a> for the full list of improvements and additions.</p>\n\n<h4>NEW in Version 1.1.2:</h4>\n\n<ol>\n<li>Tested compatible with WordPress 3.5 (Basic and Premium)</li>\n<li>Latest Google-hosted jQuery 1.8.3 to match new WP version (Basic and Premium)</li>\n<li>New admin notifications to assist with NextGEN installation (Basic and Premium)</li>\n<li>Improvements to Optimizer\'s automatic Fancybox installation (Basic and Premium)</li>\n</ol>\n\n<p>This release brings us up to date with WordPress 3.5, and features a number of additions and refinements to improve user experience. These include new admin notifications to assist users who don\'t have the required NextGEN Gallery plugin installed and activated, new step-by-step installation instructions via the WordPress admin (to ensure the correct file ownership and permissions are set), a streamlined settings page, and improvements to Optimizer\'s automatic Fancybox installation.</p>\n\n<h4>NEW in Version 1.1.1:</h4>\n\n<ol>\n<li>Dynamic messaging for admins on unsupported shortcodes (Basic)</li>\n<li>Checks to ensure jQuery isn\'t being deregistered (Basic and Premium)</li>\n<li>Includes blank index.php files for enhanced security (Basic and Premium)</li>\n</ol>\n\n<p>This release aims to improve communication between Optimizer and end-users, including dynamic messaging for admins on unsupported shortcodes, and a clever regex that detects and alerts you if your theme (or child-theme) is deregistering jQuery...which causes Fancybox to break. Additionally, security is enhanced with the addition of blank index.php files in each folder, preventing bots from scanning your server\'s directory tree.</p>\n\n<h4>NEW in Version 1.1 (first major release):</h4>\n\n<ol>\n<li>Fancybox title now included in image height calculations (Basic and Premium)</li>\n<li>New options: WordPress\'s included jQuery <strong>or</strong> go Google-hosted (Basic and Premium)</li>\n<li>Support for the Thickbox effect (Basic and Premium)</li>\n<li>Support for the Shutter effect (Basic and Premium)</li>\n<li>Support for JW Image Rotator slideshow integration (Premium)</li>\n<li>Support for AJAX pagination on [imagebrowser id=x] (reqs. Shutter) (Premium)</li>\n<li>Fancybox gets extra fancy...auto-resizes when the browser is resized (Premium)</li>\n</ol>\n\n<p>This first major release for Optimizer sees a number of new additions and features...\nFancybox now includes space for a single-line title in its image height calculations, vastly improving vertical alignment of the lightbox. Also, Optimizer now lets you choose between using WordPress\'s included jQuery (for greater compatibility), or the Google-hosted version (for faster page loads). Support for the Thickbox and Shutter effects has also been added thanks to user requests.</p>\n\n<p>On top of this, the Premium version now includes AJAX pagination when using Shutter on the [imagebrowser id=x] shortcode, supports the JW Image Rotator for slideshows and features a super-fancy, auto-resize function that <em>resizes Fancybox when the browser window is resized!</em></p>\n\n<h4>NEW in Version 1.0.8:</h4>\n\n<ol>\n<li>Tested fully-compatible with WordPress 3.4 (Basic and Premium)</li>\n<li>Improved compatibility with other plugins and themes (Basic and Premium)</li>\n<li>Display fix for Fancybox when no title is available (Basic and Premium)</li>\n<li>Latest jQuery 1.7.2 (Basic and Premium)</li>\n</ol>\n\n<p>This version adds the jQuery.noConflict(); method for improved compatibility with plugins and themes using other javascript libraries/frameworks including script.aculo.us, Prototype and MooTools. It also includes a fix for Fancybox/NextGEN Gallery integration where a small white line would appear underneath the lightbox when no title was set.</p>\n\n<h4>NEW in Version 1.0.7:</h4>\n\n<ol>\n<li>Improved compatibility with other scripts and plugins. (Basic and Premium)</li>\n<li>Minor bug fix in admin message. (Basic and Premium)</li>\n</ol>\n\n<p>This version enhances compatibility with other plugins and includes a few minor improvements.</p>\n\n<h4>NEW in Version 1.0.6:</h4>\n\n<ol>\n<li>Fully-automated Fancybox installation! (Basic and Premium)</li>\n</ol>\n\n<p>This version features completely automated Fancybox integration with NextGEN Gallery, so now you can be up and running even faster.</p>\n\n<h4>NEW in Version 1.0.5:</h4>\n\n<ol>\n<li>Precision matching with WordPress\'s built-in shortcode finder.</li>\n<li>NextGEN Gallery Optimizer <em>Premium</em> (an optional upgrade for a small donation).</li>\n</ol>\n\n<p>This version uses WordPress\'s native get_shortcode_regex() function for EXACT shortcode matching, ensuring scripts and styles don\'t load unexpectedly unless the FULL shortcode is present. If WordPress doesn\'t detect a shortcode, neither do we!</p>\n\n<p>Also, this update introduces the new NextGEN Gallery Optimizer <em>Premium</em> version, which adds support for ALL TEN of NextGen\'s shortcodes, support for the [show as slideshow] link, the removal of NextGEN\'s version number comment and more.</p>\n\n<h4>NEW in Version 1.0.4:</h4>\n\n<ol>\n<li>Easier set up</li>\n</ol>\n\n<p>This version automatically redirects first time users to the options page on activation and sets a default stylesheet for easier set up.</p>\n\n<h4>NEW in Version 1.0.3:</h4>\n\n<ol>\n<li>Optimized code for better compatibility and page load speed </li>\n<li>Improved settings page</li>\n</ol>\n\n<p>This update results in faster page loads on gallery pages by avoiding duplicate scripts. It reduces the chance of conflicts with other plugins and makes setting up Fancybox even easier.</p>\n\n<h4>NEW in Version 1.0.2:</h4>\n\n<ol>\n<li>Support for WordPress Pages</li>\n<li>Fancybox overlap fix</li>\n<li>Fix for Fancybox not working in IE6 &#38; IE8</li>\n<li>Latest JQuery</li>\n</ol>\n\n<p>This update lets you display galleries on both Posts AND Pages in style, but only load code when they\'re present.</p>\n\n<p>It also fixes an issue where some page elements overlap Fancybox and prevent the close button from functioning (in particular the title text, header image and menu bar in Twenty Eleven).</p>\n\n<p>It fixes the \"Fancybox not working in IE6 &#38; IE8\" issue by automatically updating the Fancybox stylesheet to use the correct file paths, and we\'re now running Fancybox on  JQuery version 1.7.1, resulting in faster page loads where galleries are present.</p>\";s:17:\"short_description\";s:62:\"The essential add-on for the NextGEN Gallery WordPress plugin.\";}i:2;O:8:\"stdClass\":15:{s:4:\"name\";s:36:\"NextCellent Gallery - NextGEN Legacy\";s:4:\"slug\";s:34:\"nextcellent-gallery-nextgen-legacy\";s:7:\"version\";s:6:\"1.9.23\";s:6:\"author\";s:90:\"<a href=\"http://www.wpgetready.com\">WPGReady based on Alex Rabe &#38; PhotoCrati work.</a>\";s:14:\"author_profile\";s:32:\"//profiles.wordpress.org/wpready\";s:12:\"contributors\";a:1:{s:7:\"wpready\";s:0:\"\";}s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"4.0.1\";s:13:\"compatibility\";a:15:{s:5:\"3.5.2\";a:1:{s:6:\"1.9.15\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.6\";a:2:{s:6:\"1.9.14\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:6:\"1.9.15\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.6.1\";a:2:{s:6:\"1.9.14\";a:3:{i:0;i:75;i:1;i:8;i:2;i:6;}s:6:\"1.9.15\";a:3:{i:0;i:83;i:1;i:6;i:2;i:5;}}s:3:\"3.7\";a:2:{s:6:\"1.9.15\";a:3:{i:0;i:67;i:1;i:3;i:2;i:2;}s:6:\"1.9.16\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.7.1\";a:1:{s:6:\"1.9.15\";a:3:{i:0;i:86;i:1;i:7;i:2;i:6;}}s:3:\"3.8\";a:2:{s:6:\"1.9.15\";a:3:{i:0;i:86;i:1;i:7;i:2;i:6;}s:6:\"1.9.16\";a:3:{i:0;i:80;i:1;i:5;i:2;i:4;}}s:5:\"3.8.1\";a:4:{s:6:\"1.9.15\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}s:6:\"1.9.16\";a:3:{i:0;i:90;i:1;i:10;i:2;i:9;}s:6:\"1.9.17\";a:3:{i:0;i:67;i:1;i:3;i:2;i:2;}s:6:\"1.9.18\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.8.2\";a:2:{s:6:\"1.9.15\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}s:6:\"1.9.17\";a:3:{i:0;i:0;i:1;i:2;i:2;i:0;}}s:5:\"3.8.3\";a:1:{s:6:\"1.9.17\";a:3:{i:0;i:0;i:1;i:3;i:2;i:0;}}s:3:\"3.9\";a:4:{s:6:\"1.9.17\";a:3:{i:0;i:25;i:1;i:4;i:2;i:1;}s:6:\"1.9.18\";a:3:{i:0;i:88;i:1;i:8;i:2;i:7;}s:6:\"1.9.19\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"1.9.20\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.9.1\";a:2:{s:6:\"1.9.19\";a:3:{i:0;i:67;i:1;i:3;i:2;i:2;}s:6:\"1.9.20\";a:3:{i:0;i:100;i:1;i:5;i:2;i:5;}}s:5:\"3.9.2\";a:2:{s:6:\"1.9.20\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:6:\"1.9.23\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"4.0\";a:3:{s:6:\"1.9.21\";a:3:{i:0;i:80;i:1;i:5;i:2;i:4;}s:6:\"1.9.22\";a:3:{i:0;i:0;i:1;i:2;i:2;i:0;}s:6:\"1.9.23\";a:3:{i:0;i:63;i:1;i:8;i:2;i:5;}}s:5:\"4.0.1\";a:1:{s:6:\"1.9.23\";a:3:{i:0;i:60;i:1;i:5;i:2;i:3;}}s:3:\"4.1\";a:1:{s:6:\"1.9.23\";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}}}s:6:\"rating\";d:99;s:11:\"num_ratings\";i:61;s:7:\"ratings\";a:5:{i:5;i:58;i:4;i:3;i:3;i:0;i:2;i:0;i:1;i:0;}s:8:\"homepage\";s:45:\"http://www.wpgetready.com/nextcellent-gallery\";s:11:\"description\";s:5410:\"<h4>1.9.23 - 24/09/2014</h4>\n\n<p>What\'s in it for you?</p>\n\n<ul>\n<li>Fix for missing gallery stylesheets</li>\n</ul>\n\nVERY IMPORTANT: Read ON!\n\n<p><strong>NextCellent Gallery provides backward compatibility for older NextGEN until version 1.9.13</strong> .</p>\n\n<ul>\n<li><p><strong>this plugin will gracefully deactivate if detects NextGEN is working (any version) to avoid compatibility issues</strong>.</p></li>\n<li><p>Please remember to <strong>READ THE FAQ!!!</strong> Issues for failing to read the FAQ will be IGNORED!!!</p></li>\n<li><p>If you like it, please spread the word and rate it accordingly. I guess a lot of annoyed users can take advantage of NextCellent. Thank you!</p></li>\n<li><p>WE APPRECIATE YOUR FEEDBACK. Be our voice and comment it!!!!</p></li>\n</ul>\n\n<h4>What is Nextcellent?</h4>\n\n<ul>\n<li><p>NextCellent is a image gallery plugin, based on older NextGen gallery code</p></li>\n<li><p>NextCellent provides an alternative for traditional NextGEN users to keep their sites updated without breaking compatibility.</p></li>\n<li><p>Older subplugins NextGen-compatible will be compatible (prior NextGen 1.9.13 or earlier).</p></li>\n<li><p>Compatibility issues? Please check NextCellent Wiki (in construction) <a href=\"http://wpgetready.com/wiki/nextcellent-plugin/\" rel=\"nofollow\">http://wpgetready.com/wiki/nextcellent-plugin/</a></p></li>\n</ul>\n\n<h4>What do you get with NextCellent Gallery?</h4>\n\n<ul>\n<li><p>Backward compatibility with NextGEN plugin version (1.9.13)</p></li>\n<li><p>Slow evolving code path, made only by NextGEN user\'s suggestions. Yep, you read it right: <em>slow</em> in counterpart as <em>fast</em>. Older code is good enough to keep a community and it worked (and works) for most people. Versions will rollup about once a month.</p></li>\n<li><p>A reliable way to work with already installed NextGEN galleries.</p></li>\n<li><p>A place for updating the plugin without using FTP manual updates, but Wordpress plugin repository.</p></li>\n<li><p>Alternative path preserving backward compatibility (while possible).</p></li>\n<li><p><strong>Development on Bitbucket open to developers suggestions</strong>. (<a href=\"https://bitbucket.org/wpgetready/nextcellent\" rel=\"nofollow\">https://bitbucket.org/wpgetready/nextcellent</a>). You are free to download , test and make suggestions and requests.</p></li>\n</ul>\n\n<p>Being said that, here are the usual classic features:</p>\n\n<p>NextCellent  Gallery provides a powerful engine for uploading and managing galleries of images, with the ability to batch upload, import meta data, add/delete/rearrange/sort images, edit thumbnails, group galleries into albums, and more. It also provides two front-end display styles (slideshows and thumbnail galleries), both of which come with a wide array of options for controlling size, style, timing, transitions, controls, lightbox effects, and more.</p>\n\n<h4>NextCellent WordPress Gallery Plugin Features</h4>\n\n<p><em>Upload Galleries</em></p>\n\n<ul>\n<li>Our WordPress gallery plugin offers diverse and powerful functionality for getting images from your desktop to your website. You can easily upload batches of images via a standard WordPress-style uploader, or upload images via zip file or FTP. NextCellent will automatically import your images meta data.</li>\n</ul>\n\n<p><em>Manage Galleries</em></p>\n\n<ul>\n<li>Centralized gallery management. Enjoy a single location where you can see and manage all your galleries.</li>\n<li>Edit galleries.  Add or exclude images, change gallery title and description, reorder of images, resize thumbnails.</li>\n<li>Thumbnail Management. Turn thumbnail cropping on and off, customize how individual thumbnails are cropped, and bulk resize thumbnails across one or more galleries.</li>\n<li>Edit Individual Images. Edit meta data and image tags, rotate images, and exclude images.</li>\n<li>Watermarks. Quickly add watermarks to batches or galleries of images.</li>\n<li>Albums. Create and organize collections of galleries, and display them in either compact or extended format.</li>\n</ul>\n\n<p><em>Display Galleries</em></p>\n\n<ul>\n<li>Two Gallery Types. Choose between two main display styles: Slideshow and Thumbnail, and allow visitors to toggle between the two.</li>\n<li>Slideshow Galleries. Choose from a vast array of options for slideshows, including slideshow size, transition style, speed, image order, and optional navigation bar.</li>\n<li>Thumbnail Galleries. Choose from a wide range of options to customize thumbnail galleries, including 5 different lightboxes for individual images, optional thumbnail cropping and editing, thumbnail styles, captions, and more.</li>\n<li>Single Image Displays. Display and format single images.</li>\n<li>Work with Options Panel or Shortcodes.</li>\n</ul>\n\n<h4>NextCellent WordPress Gallery Plugin Community &#38; Extensions</h4>\n\n<p>NextGEN has been the dominant WordPress gallery plugin for years. \nBeing said that, NextCellent will provide backward compatibility for NextGEN 1.9.13 and it will evolve according user requirements.</p>\n\n<p>As a result, there is large and great community of users and developers, as well as a large number of dedicated extension plugins. For a list of extension plugins, just search for NextGEN in the WordPress.org plugin repository, or visit our <a href=\"http://www.NextGEN-gallery.com/NextGEN-gallery-extension-plugins/\">Complete List of NextGEN Extension Plugins</a>.</p>\";s:17:\"short_description\";s:88:\"A Photo Gallery for WordPress providing NextGEN legacy compatibility from version 1.9.13\";}i:3;O:8:\"stdClass\":15:{s:4:\"name\";s:23:\"NextGEN Public Uploader\";s:4:\"slug\";s:23:\"nextgen-public-uploader\";s:7:\"version\";s:5:\"1.8.2\";s:6:\"author\";s:52:\"<a href=\"http://webdevstudios.com\">WebDevStudios</a>\";s:14:\"author_profile\";s:34:\"//profiles.wordpress.org/wds-scott\";s:12:\"contributors\";a:6:{s:9:\"WDS-Scott\";s:34:\"//profiles.wordpress.org/wds-scott\";s:11:\"williamsba1\";s:36:\"//profiles.wordpress.org/williamsba1\";s:4:\"rzen\";s:29:\"//profiles.wordpress.org/rzen\";s:13:\"webdevstudios\";s:38:\"//profiles.wordpress.org/webdevstudios\";s:6:\"tw2113\";s:31:\"//profiles.wordpress.org/tw2113\";s:13:\"JustinSainton\";s:38:\"//profiles.wordpress.org/justinsainton\";}s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"3.7.1\";s:13:\"compatibility\";a:1:{s:5:\"3.3.1\";a:1:{s:5:\"1.6.1\";a:3:{i:0;i:50;i:1;i:6;i:2;i:3;}}}s:6:\"rating\";d:78.7999999999999971578290569595992565155029296875;s:11:\"num_ratings\";i:47;s:7:\"ratings\";a:5:{i:5;i:29;i:4;i:6;i:3;i:2;i:2;i:0;i:1;i:10;}s:8:\"homepage\";s:56:\"http://webdevstudios.com/plugin/nextgen-public-uploader/\";s:11:\"description\";s:587:\"<p>The NextGEN Public Uploader plugin for WordPress allows users to upload images from the frontend of your website to a specified gallery in NextGEN. Upon upload the submitted image is marked as \"excluded\" and an email notification will be sent letting you know an image is waiting to be reviewed.</p>\n\n<p>REMEMBER: Always backup your database!</p>\n\n<h4>NextGEN Public Uploader is an extension of NextGEN Gallery</h4>\n\n<p><a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"NextGEN Gallery\">NextGEN Gallery</a></p>\n\n<p>Special thanks to Patrick McCoy for his help.</p>\";s:17:\"short_description\";s:110:\"NextGEN Public Uploader is an extension to NextGEN Gallery which allows frontend image uploads for your users.\";}i:4;O:8:\"stdClass\":15:{s:4:\"name\";s:91:\"NextGEN Facebook - Advanced Social SEO for Facebook, Google+, Pinterest, Twitter &#38; More\";s:4:\"slug\";s:16:\"nextgen-facebook\";s:7:\"version\";s:5:\"7.7.4\";s:6:\"author\";s:61:\"<a href=\"http://surniaulula.com/\">Jean-Sebastien Morisset</a>\";s:14:\"author_profile\";s:33:\"//profiles.wordpress.org/jsmoriss\";s:12:\"contributors\";a:1:{s:8:\"jsmoriss\";s:33:\"//profiles.wordpress.org/jsmoriss\";}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:3:\"4.1\";s:13:\"compatibility\";a:17:{s:5:\"3.4.1\";a:10:{s:3:\"1.0\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:3:\"1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"1.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"1.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"1.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.4.1\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:3:\"1.5\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"1.5.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"1.6\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.6.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.4.2\";a:5:{s:3:\"1.6\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.6.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"1.7\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.7.1\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"1.7.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.5\";a:14:{s:5:\"1.7.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"2.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"2.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"2.1.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"2.1.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"2.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"2.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"2.3.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"2.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"3.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"3.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"3.1.1\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:3:\"3.2\";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}s:5:\"3.2.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.5.1\";a:33:{s:5:\"3.2.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"3.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"3.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"3.5\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"3.5.1\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"3.5.2\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"3.5.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"3.6\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"3.6.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"3.6.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"3.6.3\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:3:\"3.7\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"4.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"4.0.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"4.0.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"4.0.5\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:3:\"4.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"4.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"4.2.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"4.3\";a:3:{i:0;i:100;i:1;i:3;i:2;i:3;}s:3:\"5.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"5.0.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"5.0rc1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"5.0rc2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"5.0rc3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"5.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"5.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"5.2.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"5.2.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"5.2.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"5.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"5.3-DEV\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"6.0\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}s:5:\"3.5.2\";a:8:{s:3:\"6.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"6.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"6.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"6.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"6.2.1\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"6.2.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"6.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"6.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.6\";a:12:{s:4:\"6.10\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.11.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"6.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"6.5\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"6.6\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"6.7.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"6.7.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"6.7.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"6.7.4.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"6.7.4.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"6.8\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"6.9\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.6.1\";a:5:{s:4:\"6.10\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.11.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.11.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.12.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"6.9\";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}}s:3:\"3.7\";a:4:{s:6:\"6.12.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.13.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.13.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"6.13rc1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.7.1\";a:9:{s:6:\"6.13.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.14.0\";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}s:6:\"6.15.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:8:\"6.16.0.1\";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}s:6:\"6.16.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.16.2\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:7:\"6.16rc6\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"6.16rc7\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.17.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.8\";a:11:{s:6:\"6.17.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.18.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:8:\"6.18.0.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:8:\"6.18.0.2\";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}s:6:\"6.19.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.20.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.20.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.21.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.22.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.22.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"6.22.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.8.1\";a:15:{s:6:\"6.22.2\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"7.0.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"7.0rc9\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.1.2\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"7.1.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"7.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.3.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.3.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.4.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.4.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.4.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.4.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.4.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.4.5\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.9\";a:5:{s:5:\"7.4.5\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.4.6\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.4.7\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.4.8\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.5.5\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.9.1\";a:15:{s:6:\"7.4.10\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"7.4.8\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.4.9\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.5.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.5.1\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"7.5.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.5.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.5.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.5.4.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.5.5\";a:3:{i:0;i:75;i:1;i:4;i:2;i:3;}s:3:\"7.6\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.6.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.6.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.6.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.6.3.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.9.2\";a:3:{s:7:\"7.6.3.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.6.3.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.6.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"4.0\";a:19:{s:6:\"7.6.10\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"7.6.11\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"7.6.12\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:8:\"7.6.12.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:8:\"7.6.12.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"7.6.13\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:8:\"7.6.13.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:8:\"7.6.13.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.6.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.6.4.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.6.5\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.6.6\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.6.8\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.6.9\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.6.9.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"7.7\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.7.0.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.7.0.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.7.0.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"4.0.1\";a:8:{s:7:\"7.7.0.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.7.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.7.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.7.1.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.7.1.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.7.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.7.2.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.7.2.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"4.1\";a:4:{s:7:\"7.7.2.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.7.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"7.7.3.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"7.7.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:\"rating\";d:90.6000000000000085265128291212022304534912109375;s:11:\"num_ratings\";i:96;s:7:\"ratings\";a:5:{i:5;i:79;i:4;i:5;i:3;i:4;i:2;i:0;i:1;i:8;}s:8:\"homepage\";s:55:\"http://surniaulula.com/extend/plugins/nextgen-facebook/\";s:11:\"description\";s:20016:\"<p></p>\n\n\n<p><strong>Make sure social websites present your content in the best possible way, no matter <em>how</em> your webpage is shared</strong> &#8212; from sharing buttons on the webpage, browser add-ons and extensions, or URLs pasted directly on social websites.</p>\n\n<p>NextGEN Facebook (NGFB) <strong>gives you total control over the information social websites need</strong>, improving Google Search ranking, social engagement, and click-through-rates on Facebook, Google+, Twitter, Pinterest, LinkedIn, StumbleUpon, Tumblr and and many more &#8212; along with offering many of the most popular social sharing buttons!</p>\n\n<p>You can download the <a href=\"https://wordpress.org/plugins/nextgen-facebook/\">Free version of NGFB on WordPress.org</a> and <a href=\"http://surniaulula.com/extend/plugins/nextgen-facebook/\">purchase Pro license(s) on SurniaUlula.com</a> (includes a <em>No Risk 30 Day Refund Policy</em>).</p>\n\n\n\n<h4>Quick List of Features</h4>\n\n<p><strong>Free / Basic Version</strong></p>\n\n<ul>\n<li>Adds Open Graph / Rich Pin meta tags (Facebook, Google+, Pinterest, LinkedIn, etc.).</li>\n<li>Configurable image sizes for Open Graph (Facebook, LinkedIn, etc.) and Pinterest.</li>\n<li>Optional fallback to a default image and video for index and search webpages.</li>\n<li>Supports featured, attached, gallery shortcode, and/or HTML image tags in content.</li>\n<li>Validates image dimensions to provide accurate media for social websites.</li>\n<li>Auto-regeneration of inaccurate / missing WordPress image sizes.</li>\n<li>Fully renders content (including shortcodes) for accurate description texts.</li>\n<li>Configurable title separator character (hyphen by default).</li>\n<li>Support of WordPress and/or SEO titles for Posts and Pages.</li>\n<li>Includes author and publisher profile URLs for Facebook and Google Search.</li>\n<li>Includes hashtags from Post / Page WordPress Tags.</li>\n<li>Includes the author\'s name for Pinterest Rich Pins.</li>\n<li>Includes a Google / SEO description meta tag if a known SEO plugin is not detected.</li>\n<li>Fallback to the image alt value if the content and except do not include any text.</li>\n<li>Provides Facebook, Google+ and Twitter URL profile contact fields.</li>\n<li>Validation tools and special meta tag preview tabs on admin edit pages.</li>\n<li>Customizable <em>multilingual</em> Site Title and Site Description texts.</li>\n<li>Contextual help for <em>every</em> plugin option and <a href=\"http://surniaulula.com/codex/plugins/nextgen-facebook/\">comprehensive online documentation</a>.</li>\n<li>Uses object and transient caches to provide incredibly fast execution speeds.</li>\n<li>Default stylesheets for each social sharing button location.</li>\n<li>Social sharing buttons for the content, excerpt, in a widget, as a shortcode, floating sidebar, and/or PHP function.\n\n<ul>\n<li>Buffer</li>\n<li>Facebook</li>\n<li>Google+</li>\n<li>LinkedIn</li>\n<li>ManageWP</li>\n<li>Pinterest</li>\n<li>Reddit</li>\n<li>StumbleUpon</li>\n<li>Tumblr</li>\n<li>Twitter</li>\n</ul></li>\n</ul>\n\n<blockquote>\n<p><strong>Don\'t need the sharing buttons?</strong></p>\n\n<p>Have a look at the <a href=\"https://wordpress.org/plugins/wpsso/\">WordPress Social Sharing Optimization</a> (WPSSO) plugin &#8212; a fork (aka child) of NextGEN Facebook (NGFB). They have the same author, many of the same excellent features, but <em>WPSSO is distributed without the sharing buttons and their related features</em> (shortcodes, widgets, stylesheets, javascript caching, and url shortening). As a result, WPSSO is 25% smaller and is often preferred for websites that already have (or don\'t need) a set of sharing buttons.</p>\n\n<p>Additional extension plugins are also available for WPSSO, including:\n<ul>\n<li><a href=\"https://wordpress.org/plugins/wpsso-am/\">WPSSO App Meta</a></li>\n<li><a href=\"https://wordpress.org/plugins/wpsso-plm/\">WPSSO Place and Location Meta</a></li>\n<li><a href=\"https://wordpress.org/plugins/wpsso-ssb/\">WPSSO Social Sharing Buttons</a></li>\n</ul></p>\n</blockquote>\n\n<p><strong>Pro / Power-User Version</strong></p>\n\n<ul>\n<li><strong>No Risk 30 Day Refund Policy</strong></li>\n<li>Twitter Card meta tags:\n\n<ul>\n<li><em>Product Card</em> &#8212; Product information from an e-commerce plugin.</li>\n<li><em>Player Card</em> &#8212; An embedded video in the Post / Page content.</li>\n<li><em>Gallery Card</em> &#8212; A Media Library gallery or NextGEN Gallery shortcode.</li>\n<li><em>Photo Card</em> &#8212; An Attachment page or NextGEN Gallery ImageBrowser webpage.</li>\n<li><em>Large Image Summary Card</em> &#8212; An image from the custom Social Settings, Featured, Attached, or NextGEN Gallery singlepic.</li>\n<li><em>Summary Card</em> &#8212; All other webpages.</li>\n</ul></li>\n<li>Customizable image dimensions for each Twitter Card type.</li>\n<li>Configurable title and description lengths for different contexts (Open Graph, Twitter Card, SEO).</li>\n<li>Additional profile contact fields with configurable label and field names.</li>\n<li>Custom settings and meta tag values for each Post, Page, and custom post type.</li>\n<li>Options to exclude specific Google / SEO, Open Graph, and Twitter Card meta tags.</li>\n<li>Support for embedded videos (iframe and object HTML tags).</li>\n<li>File caching for social sharing button images and JavaScript, maximizing performance on VPS and dedicated hardware hosting platforms.</li>\n<li>A stylesheets editor for each social sharing button locations (content, excerpt, shortcode, widget, etc.).</li>\n<li>Dynamic button language switching based on the current WordPress locale.</li>\n<li>URL shortening with Bitly or Google for URLs in Tweet texts.</li>\n<li>Ability to include / exclude sharing buttons by post type.</li>\n<li>Selection of preset button options by location (content, excerpt, shortcode, widget, etc.).</li>\n<li><strong>Integrates with 3rd party plugins and services for additional image, video, product, and content information</strong> (see <a href=\"http://surniaulula.com/codex/plugins/nextgen-facebook/notes/modules/\">About Pro Modules</a> and <a href=\"http://surniaulula.com/codex/plugins/nextgen-facebook/installation/integration/\">Integration Notes</a> for details). The following modules are included with the Pro version, and are automatically loaded if/when the supported plugins and/or services are detected.\n\n<ul>\n<li>Plugins\n\n<ul>\n<li>All in One SEO Pack</li>\n<li>bbPress</li>\n<li>BuddyPress</li>\n<li>Easy Digital Downloads</li>\n<li>HeadSpace2 SEO</li>\n<li>JetPack Photon</li>\n<li>NextGEN Gallery</li>\n<li>MarketPress - WordPress eCommerce</li>\n<li>Polylang</li>\n<li>WooCommerce</li>\n<li>WordPress SEO by Yoast</li>\n<li>WP e-Commerce</li>\n</ul></li>\n<li>Service APIs\n\n<ul>\n<li>Gravatar Images</li>\n<li>Bitly Shortener</li>\n<li>Google Shortener</li>\n<li>Slideshare Presentations</li>\n<li>Vimeo Videos</li>\n<li>Wistia Videos</li>\n<li>Youtube Videos and Playlists</li>\n</ul></li>\n</ul></li>\n</ul>\n\n<p><strong>Looking for the Pro version?</strong> You can <a href=\"http://surniaulula.com/extend/plugins/nextgen-facebook/\">purchase Pro license(s) here</a> to update the Free version quickly and easily.</p>\n\n<h4>3rd Party Integration</h4>\n\n<p>Aside from the additional support for Twitter Cards, the main difference between the Free and Pro versions is the integration of 3rd party plugins and services.</p>\n\n<p><strong>Images and Videos</strong></p>\n\n<p>NGFB detects and uses all images - associated or included in your Post or Page content - including WordPress image galleries. WordPress Media Library images (and NextGEN Gallery in the Pro version) are resized according to their intended audience (Facebook, Twitter, Pinterest, etc). The Pro version also detects embedded videos from Slideshare, Vimeo, Wistia, and Youtube (including their preview images).</p>\n\n<p>NGFB (Pro version) also includes support for <a href=\"http://jetpack.me/support/photon/\">JetPack Photon</a> and <a href=\"https://wordpress.org/plugins/nextgen-gallery/\">NextGEN Gallery v1 and v2</a> albums, galleries and images (shortcodes, image tags, album / gallery preview images, etc.).</p>\n\n<p><strong>Enhanced SEO</strong></p>\n\n<p>NGFB (Pro version) integrates with <a href=\"https://wordpress.org/plugins/wordpress-seo/\">WordPress SEO by Yoast</a>, <a href=\"https://wordpress.org/plugins/all-in-one-seo-pack/\">All in One SEO Pack</a>, and <a href=\"https://wordpress.org/plugins/headspace2/\">HeadSpace2 SEO</a> &#8212; making sure your custom SEO settings are reflected in the Open Graph, Rich Pin, and Twitter Card meta tags.</p>\n\n<p><strong>eCommerce Products</strong></p>\n\n<p>WPSSO (Pro version) also supports <a href=\"https://wordpress.org/plugins/easy-digital-downloads/\">Easy Digital Downloads</a>, <a href=\"https://wordpress.org/plugins/wordpress-ecommerce/\">MarketPress - WordPress eCommerce</a>, <a href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce v1 and v2</a>, and <a href=\"https://wordpress.org/plugins/wp-e-commerce/\">WP e-Commerce</a> product pages, creating appropriate meta tags for <a href=\"https://developers.facebook.com/docs/payments/product/\">Facebook Products</a>, <a href=\"https://dev.twitter.com/docs/cards/types/product-card\">Twitter Product Cards</a> and <a href=\"http://developers.pinterest.com/rich_pins/\">Pinterest Rich Pins</a>, including variations and additional / custom images.</p>\n\n<p><strong>Forums and Social</strong></p>\n\n<p>NGFB (Pro version) supports <a href=\"https://wordpress.org/plugins/bbpress/\">bbPress</a> and <a href=\"https://wordpress.org/plugins/buddypress/\">BuddyPress</a> (see the <a href=\"http://surniaulula.com/codex/plugins/nextgen-facebook/notes/buddypress-integration/\">BuddyPress Integration Notes</a>), making sure your meta tags reflect the page content, including appropriate titles, descriptions, images, etc. Social sharing buttons can also be added to <a href=\"https://wordpress.org/plugins/bbpress/\">bbPress</a> single template pages and <a href=\"https://wordpress.org/plugins/buddypress/\">BuddyPress</a> activities.</p>\n\n<h4>Social Sharing Buttons</h4>\n\n<p>NGFB comes with several sharing buttons, that you can optionally include on Post / Page editing pages, above / below your content or excerpt, <a href=\"https://wordpress.org/plugins/bbpress/\">bbPress</a> single pages, <a href=\"https://wordpress.org/plugins/buddypress/\">BuddyPress</a> activity entries, as a sidebar, widget, shortcode, or even call a function from your theme template(s). Each of the following sharing buttons can be enabled, configured, and styled individually:</p>\n\n<ul>\n<li><strong>Buffer</strong></li>\n<li><strong>Facebook</strong> (Like, Send, and Share)</li>\n<li><strong>Google+</strong></li>\n<li><strong>LinkedIn</strong></li>\n<li><strong>ManageWP</strong></li>\n<li><strong>Pinterest</strong></li>\n<li><strong>Reddit</strong></li>\n<li><strong>StumbleUpon</strong></li>\n<li><strong>Tumblr</strong> (Links, Quotes, Images, Videos)</li>\n<li><strong>Twitter</strong> (Summary, Large Image Summary, Photo, Gallery, Player and Product Cards)</li>\n</ul>\n\n<p>The Facebook, Google+ and Twitter sharing buttons support <em>multiple languages</em>. A default language can be chosen in the NGFB settings, and the <a href=\"http://surniaulula.com/extend/plugins/nextgen-facebook/\">Pro version</a> switches the sharing button language with the webpage language / WordPress locale. NGFB can also include hashtags from WordPress and NextGEN Gallery tag names in the Open Graph (Facebook) and Pinterest Rich Pin descriptions, Tweet text, and other social captions.</p>\n\n<blockquote>\n<p><strong>Don\'t need the sharing buttons?</strong></p>\n\n<p>Have a look at the <a href=\"https://wordpress.org/plugins/wpsso/\">WordPress Social Sharing Optimization</a> (WPSSO) plugin &#8212; a fork (aka child) of NextGEN Facebook (NGFB). They have the same author, many of the same excellent features, but <em>WPSSO is distributed without the sharing buttons and their related features</em> (shortcodes, widgets, stylesheets, javascript caching, and url shortening). As a result, WPSSO is 25% smaller and is often preferred for websites that already have (or don\'t need) a set of sharing buttons.</p>\n\n<p>Additional extension plugins are also available for WPSSO, including:\n<ul>\n<li><a href=\"https://wordpress.org/plugins/wpsso-am/\">WPSSO App Meta</a></li>\n<li><a href=\"https://wordpress.org/plugins/wpsso-plm/\">WPSSO Place and Location Meta</a></li>\n<li><a href=\"https://wordpress.org/plugins/wpsso-ssb/\">WPSSO Social Sharing Buttons</a></li>\n</ul></p>\n</blockquote>\n\n<h4>Custom Contacts</h4>\n\n<p>NGFB (Pro version) allows you to customize the field names, label, and show/remove the following contacts from the user profile page:</p>\n\n<ul>\n<li>AIM</li>\n<li>Facebook </li>\n<li>Google+ </li>\n<li>Jabber / Google Talk</li>\n<li>LinkedIn </li>\n<li>Pinterest </li>\n<li>Skype </li>\n<li>Tumblr </li>\n<li>Twitter </li>\n<li>Yahoo IM</li>\n<li>YouTube</li>\n</ul>\n\n<h4>Complete Meta Tags</h4>\n\n<p>NGFB adds <a href=\"http://ogp.me/\">Open Graph</a> (Facebook), <a href=\"http://developers.pinterest.com/rich_pins/\">Pinterest Rich Pins</a>, <a href=\"https://dev.twitter.com/docs/cards\">Twitter Cards</a>, and <a href=\"http://en.wikipedia.org/wiki/Search_engine_optimization\">Search Engine Optimization</a> meta tags to the head section of webpages. These meta tags are used by Google Search and most social websites to describe and display your content correctly (title, description, hashtags, images, videos, product, author profile / authorship, publisher, etc.). NGFB is a complete social sharing solution that uses the <em>existing</em> content of your webpages to build HTML meta tags &#8212; There\'s no need to manually enter / configure any additional values or settings (although many settings and options <em>are</em> available). <a href=\"http://surniaulula.com/extend/plugins/nextgen-facebook/screenshots/\">See examples from Google Search, Google+, Facebook, Twitter, Pinterest, StumbleUpon, Tumblr, etc.</a> &#8212; along with screenshots of the NGFB settings pages.</p>\n\n<p>NGFB (Pro version) provides the <a href=\"https://dev.twitter.com/docs/cards/types/summary-card\">Summary</a>, <a href=\"https://dev.twitter.com/docs/cards/large-image-summary-card\">Large Image Summary</a>, <a href=\"https://dev.twitter.com/docs/cards/types/photo-card\">Photo</a>, <a href=\"https://dev.twitter.com/docs/cards/types/gallery-card\">Gallery</a>, <a href=\"https://dev.twitter.com/docs/cards/types/player-card\">Player</a> and <a href=\"https://dev.twitter.com/docs/cards/types/product-card\">Product</a> Twitter Cards &#8212; <em>including configurable image sizes for each card type</em>.</p>\n\n<ul>\n<li><strong>Google / SEO Link and Meta Tags</strong>\n\n<ul>\n<li>author</li>\n<li>description</li>\n<li>publisher</li>\n</ul></li>\n<li><strong>Facebook Meta Tags</strong>\n\n<ul>\n<li>fb:admins</li>\n<li>fb:app_id</li>\n</ul></li>\n<li><strong>Open Graph / Rich Pin Meta Tags</strong>\n\n<ul>\n<li>article:author</li>\n<li>article:publisher</li>\n<li>article:published_time</li>\n<li>article:modified_time</li>\n<li>article:section</li>\n<li>article:tag</li>\n<li>og:description</li>\n<li>og:image</li>\n<li>og:image:secure_url</li>\n<li>og:image:width</li>\n<li>og:image:height</li>\n<li>og:locale</li>\n<li>og:site_name</li>\n<li>og:title</li>\n<li>og:type</li>\n<li>og:url</li>\n<li>og:video</li>\n<li>og:video:secure_url</li>\n<li>og:video:width</li>\n<li>og:video:height</li>\n<li>og:video:type</li>\n<li>product:price:amount</li>\n<li>product:price:currency</li>\n<li>product:availability</li>\n</ul></li>\n<li><strong>Schema Meta Tags</strong>\n\n<ul>\n<li>description</li>\n<li>image</li>\n<li>url</li>\n</ul></li>\n<li><strong>Twitter Card Meta Tags</strong> (Pro version)\n\n<ul>\n<li>twitter:card (Summary, Large Image Summary, Photo, Gallery, Player and Product)</li>\n<li>twitter:creator</li>\n<li>twitter:data1</li>\n<li>twitter:data2</li>\n<li>twitter:data3</li>\n<li>twitter:data4</li>\n<li>twitter:description</li>\n<li>twitter:image</li>\n<li>twitter:image:width</li>\n<li>twitter:image:height</li>\n<li>twitter:image0</li>\n<li>twitter:image1</li>\n<li>twitter:image2</li>\n<li>twitter:image3</li>\n<li>twitter:label1</li>\n<li>twitter:label2</li>\n<li>twitter:label3</li>\n<li>twitter:label4</li>\n<li>twitter:player</li>\n<li>twitter:player:width</li>\n<li>twitter:player:height</li>\n<li>twitter:site</li>\n<li>twitter:title</li>\n</ul></li>\n</ul>\n\n<h4>Proven Performance</h4>\n\n<p>NGFB is <em>fast and coded for performance</em>, making full use of all available caching techniques (persistent / non-persistent object and disk caching). NGFB loads only the library files and object classes it needs, keeping it small, fast, and yet still able to support a wide range of 3rd party integration features.</p>\n\n<blockquote>\n<h4>How Fast is NGFB?</h4>\n\n<p>Very Fast. A few example metrics from the <a href=\"https://wordpress.org/plugins/p3-profiler/\">P3 (Plugin Performance Profiler)</a> plugin, using <a href=\"http://wptest.io/\">WP Test Data</a>, and the default settings of several popular plugins, along with the WordPress Core and Twenty Fourteen theme for reference:</p>\n\n<ul>\n    <li><strong>0.0050</strong> secs (5.0 ms) - WPSSO Social Sharing Buttons (SSB) v1.1</li>\n    <li><strong>0.0116</strong> secs (11.6 ms) - <a href=\"https://wordpress.org/plugins/wpsso/\">WordPress Social Sharing Optimization (WPSSO) v2.7.1</a></li>\n    <li><strong>0.0149</strong> secs (14.9 ms) - All in One SEO Pack v2.2.1</li>\n    <li><strong>0.0157</strong> secs (15.7 ms) - MarketPress - WordPress eCommerce v2.9.2.1 (No Products)</li>\n    <li><strong>0.0186</strong> secs (18.6 ms) - <em><strong>NextGEN Facebook (NGFB) v7.7.1</strong></em></li>\n    <li><strong>0.0230</strong> secs (23.0 ms) - Easy Digital Downloads v1.9.8 (No Products)</li>\n    <li><strong>0.0254</strong> secs (25.4 ms) - MailPoet Newsletters (aka Wysija Newsletters) v2.6.9</li>\n    <li><strong>0.0322</strong> secs (32.2 ms) - WP e-Commerce v3.8.13.3 (No Products)</li>\n    <li><strong>0.0345</strong> secs (34.5 ms) - <strong>WordPress Twenty Fourteen Theme v1.1</strong></li>\n    <li><strong>0.0393</strong> secs (39.3 ms) - bbPress v2.5.3 (No Forums or Topics)</li>\n    <li><strong>0.0425</strong> secs (42.5 ms) - WooCommerce v2.1.5 (No Products)</li>\n    <li><strong>0.0488</strong> secs (48.8 ms) - <strong>WordPress Core v3.9.1</strong></li>\n    <li><strong>0.0572</strong> secs (57.2 ms) - SEO Ultimate v7.6.2</li>\n    <li><strong>0.0579</strong> secs (57.9 ms) - Facebook v1.5.5</li>\n    <li><strong>0.0656</strong> secs (65.6 ms) - BuddyPress v1.9.2 (No Activities)</li>\n    <li><strong>0.1055</strong> secs (105.5 ms) - WordPress SEO by Yoast v1.5.4.2</li>\n    <li><strong>0.1980</strong> secs (198.0 ms) - JetPack by WordPress.com v2.9.2</li>\n    <li><strong>0.2085</strong> secs (208.5 ms) - NextGEN Gallery by Photocrati v2.0.66 (No Galleries or Images)</li>\n</ul>\n\n<p><em>Benchmarks were executed on dedicated hardware, using an APC opcode/object cache, WordPress v3.9.1, and P3 v1.5.1 configured with opcode optimization enabled (improves accuracy).</em></p>\n</blockquote>\n\n<h4>Clean Uninstall</h4>\n\n<p>Try the NGFB plugin with complete confidence &#8212; when uninstalled, NGFB removes <em>all</em> traces of itself from the database (options, site options, user and post meta, transients, etc.).</p>\n\n<h4>Great Support</h4>\n\n<p>NGFB support and development is on-going. You can review the <a href=\"http://faq.ngfb.surniaulula.com/\">FAQ</a> and <a href=\"http://notes.ngfb.surniaulula.com/\">Notes</a> pages for additional setup information. If you have any suggestions or comments, post them to the <a href=\"https://wordpress.org/support/plugin/nextgen-facebook\">WordPress support forum</a> or the <a href=\"http://support.ngfb.surniaulula.com/\">Pro version support website</a>.</p>\n\n<p><strong>Follow Surnia Ulula on <a href=\"https://plus.google.com/+SurniaUlula/?rel=author\">Google+</a>, <a href=\"https://www.facebook.com/SurniaUlulaCom\">Facebook</a>, <a href=\"https://twitter.com/surniaululacom\">Twitter</a>, and <a href=\"http://www.youtube.com/user/SurniaUlulaCom\">YouTube</a></strong>.</p>\";s:17:\"short_description\";s:132:\"Display your content in the best possible way on Facebook, Google+, Twitter, Pinterest, etc. - no matter how your webpage is shared!\";}i:5;O:8:\"stdClass\":15:{s:4:\"name\";s:39:\"Responsive NextGEN Flex Slider Template\";s:4:\"slug\";s:28:\"nextgen-flex-slider-template\";s:7:\"version\";s:3:\"1.7\";s:6:\"author\";s:52:\"<a href=\"http://wpdevsnippets.com\">Mohsin Rasool</a>\";s:14:\"author_profile\";s:37:\"//profiles.wordpress.org/mohsinrasool\";s:12:\"contributors\";a:1:{s:12:\"mohsinrasool\";s:37:\"//profiles.wordpress.org/mohsinrasool\";}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:5:\"3.5.2\";s:13:\"compatibility\";a:7:{s:5:\"3.4.2\";a:4:{s:3:\"1.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.0.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"1.6\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.5\";a:4:{s:5:\"1.0.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"1.1\";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}s:3:\"1.2\";a:3:{i:0;i:100;i:1;i:3;i:2;i:3;}s:3:\"1.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.5.1\";a:2:{s:3:\"1.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"1.6\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.5.2\";a:1:{s:3:\"1.7\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.6\";a:1:{s:3:\"1.7\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.8.1\";a:1:{s:3:\"1.7\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:3:\"4.0\";a:1:{s:3:\"1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:\"rating\";d:82;s:11:\"num_ratings\";i:10;s:7:\"ratings\";a:5:{i:5;i:7;i:4;i:1;i:3;i:0;i:2;i:0;i:1;i:2;}s:8:\"homepage\";s:68:\"http://wpdevsnippets.com/nextgen-flex-image-content-slider-template/\";s:11:\"description\";s:3604:\"<p>This plugin adds \"sliderview\" template for the NextGen gallery. Use the shortcode [nggallery id=x template=\"sliderview\"] to display images as the slider. You can visit Settings -&#62; NextGen Slider to select theme, toggle between image and content slider and change width of the image or content area.</p>\n\n<p>If you are not sure how to set up this slider please read our tutorial on <a href=\"http://wpdevsnippets.com/create-nextgen-gallery-and-templates/\" title=\"Create and Use NextGen Gallery Templates\">creating and using gallery templates</a></p>\n\n<p><a href=\"http://wpdevsnippets.com/nextgen-flex-image-content-slider-template/\" title=\"NextGen Responsive Flex Slider Documentation\">Documentation</a> &#124; <a href=\"https://github.com/mohsinrasool/NextGEN-Flex-Slider-Template\" title=\"NextGen Flex Slider Support\">Support</a></p>\n\n<p>Note: It requires NextGen Gallery plugin that can be downloaded from <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery\" rel=\"nofollow\">http://wordpress.org/extend/plugins/nextgen-gallery</a>.</p>\n\n<p>Note: Due to time constraints, I am not able to update or fix issues. So, I decided to host it on GitHub. If anyone fixes an issue, please take time to update the repository. Thanks\n<a href=\"https://github.com/mohsinrasool/NextGEN-Flex-Slider-Template\" title=\"NextGEN Flex Slider Template\">NextGEN Flex Slider Template</a></p>\n\n<h4>Attributes</h4>\n\n<p>These will work only when shortcode is used on post/page contents.</p>\n\n<pre><code>theme: \n(string) (optional) Theme of the slider\nPossible Values: \'black\', \'blue\' or \'grey\'\n\ndisplay_content: \n(boolean) (optional) Toggle between content and image slider. \nPossible Values: 0 or 1\n\norder: \n(string) (optional) Select order of the images. \nPossible Values: empty or \"random\"\n\nslideshow_speed: \n(numeric) (optional) Delay in animation \nPossible Values: Any numeric value\n\ndirection_nav: \n(boolean) (optional) Enable or disable next/prev navigation arrows\nPossible Values: 0 or 1\n\npagination: \n(boolean) (optional) Enable or disable pagination bullets at bottom\nPossible Values: 0 or 1\n\nimage_width: \n(string) (optional) Set width of the images\nPossible Values: 100px or 100% or 80% etc\n\ntext_width: \n(string) (optional) Set width of the content area (in case of content slider)\nPossible Values: 100px or 20% etc\n\nlink_title: \n(boolean) (optional) Enable or disable whether title should be linked or not (for content slider). Please follow [this tutorial](http://wpdevsnippets/linking-image-and-title-nextgen-flex-slider-template \"Linking Flex Sliders\") to set it up\nPossible Values: 0 or 1\n\nlink_image: \n(boolean) (optional) Enable or disable whether image should be linked or not. Please follow [this tutorial](http://wpdevsnippets/linking-image-and-title-nextgen-flex-slider-template \"Linking Flex Sliders\") to set it up\nPossible Values: 0 or 1\n\nlink_new_window: \n(boolean) (optional) Enable to open slider url to be opened in a new window. Please follow [this tutorial](http://wpdevsnippets/linking-image-and-title-nextgen-flex-slider-template \"Linking Flex Sliders\") to set it up\nPossible Values: 0 or 1\n\nbackground: \n(string) (optional) Set background color of the slider \nPossible Values: Any valid HTML Code. #fff or #23423f or white or black \n\nuse_width_for_img_slider: \n(boolean) (optional) To use the specifed img_width for image slider too.\nPossible Values: 0 or 1\n\ndisable_img_stretching: \n(boolean) (optional) Images in image slider are set to 100% width which may cause stretch for small or portrait size images. Please enable this option to fix it.\nPossible Values: 0 or 1\n</code></pre>\";s:17:\"short_description\";s:124:\"Adds &#34;sliderview&#34; template for the NextGen gallery. Use the shortcode [nggallery id=x template=&#34;sliderview&#34;]\";}i:6;O:8:\"stdClass\":15:{s:4:\"name\";s:52:\"Advanced Custom Fields: NextGEN Gallery Field add-on\";s:4:\"slug\";s:51:\"advanced-custom-fields-nextgen-gallery-field-add-on\";s:7:\"version\";s:3:\"2.1\";s:6:\"author\";s:69:\"<a href=\"http://www.apollo1.cz\">Ales Loziak, Robert Kleinschmager</a>\";s:14:\"author_profile\";s:32:\"//profiles.wordpress.org/aloziak\";s:12:\"contributors\";a:4:{s:7:\"aloziak\";s:32:\"//profiles.wordpress.org/aloziak\";s:8:\"Omicron7\";s:33:\"//profiles.wordpress.org/omicron7\";s:11:\"barclay_reg\";s:36:\"//profiles.wordpress.org/barclay_reg\";s:7:\"jayque9\";s:32:\"//profiles.wordpress.org/jayque9\";}s:8:\"requires\";s:13:\"3.0 or higher\";s:6:\"tested\";s:5:\"4.1.0\";s:13:\"compatibility\";a:4:{s:5:\"3.3.2\";a:1:{s:5:\"1.0.2\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}s:5:\"3.4.1\";a:3:{s:5:\"1.1.2\";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}s:3:\"1.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.2.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.5.2\";a:1:{s:5:\"1.2.1\";a:3:{i:0;i:0;i:1;i:2;i:2;i:0;}}s:5:\"3.6.1\";a:1:{s:5:\"1.2.1\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}}s:6:\"rating\";d:55.599999999999994315658113919198513031005859375;s:11:\"num_ratings\";i:9;s:7:\"ratings\";a:5:{i:5;i:4;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:5;}s:8:\"homepage\";s:88:\"http://wordpress.org/extend/plugins/advanced-custom-fields-nextgen-gallery-field-add-on/\";s:11:\"description\";s:1968:\"<p>This is an add-on for the <a href=\"http://wordpress.org/extend/plugins/advanced-custom-fields/\">Advanced Custom Fields</a> WordPress plugin and will not provide any functionality to WordPress unless advanced Custom Fields is installed and activated.</p>\n\n<p>The NextGEN Gallery field provides a dropdown (select or multi-select) of NextGEN Gallery names (galleries and albums) and the ability to map the selected NextGEN Gallery to the post.\nThe get_value() API returns an array of the selected NextGEN Gallery IDs and the form &#8211; album or gallery.</p>\n\n<p>Support ACF5 Pro, ACF4, ACF3, NextCellent Gallery - NextGEN Legacy.</p>\n\n<p><strong>!!! Version 1.1 !!! </strong>\nThis version changes get_value() API returned value. You must change your template files. !!!</p>\n\n<p>The get_value() API returns a following array:</p>\n\n<pre><code>Array (\n    [0] =&#62; Array (\n        [ngg_id] =&#62; 8  ( NextGEN Gallery &#039;gallery&#039; or &#039;album&#039; ID )\n        [ngg_form] =&#62; gallery  ( &#039;gallery&#039; or &#039;album&#039; )\n    )\n)</code></pre>\n\n<h4>Example</h4>\n\n<p>These examples should show a NextGEN Gallery gallery or NextGEN Gallery album.</p>\n\n<p>For version 1.1 and later</p>\n\n<pre><code>&#60;?php\n    foreach ( get_field ( &#039;nextgen_gallery_id&#039; ) as $nextgen_gallery_id ) :\n        if ( $nextgen_gallery_id[&#039;ngg_form&#039;] == &#039;album&#039; ) {\n            echo nggShowAlbum( $nextgen_gallery_id[&#039;ngg_id&#039;] ); //NextGEN Gallery album\n        } elseif ( $nextgen_gallery_id[&#039;ngg_form&#039;] == &#039;gallery&#039; ) {\n             echo nggShowGallery( $nextgen_gallery_id[&#039;ngg_id&#039;] ); //NextGEN Gallery gallery\n        }\n    endforeach;\n?&#62;</code></pre>\n\n<p>For version 1.0.2 and earlier</p>\n\n<pre><code>&#60;?php\n    foreach (get_field (&#039;portfolio_nextgen_gallery_id&#039;) as $nextgen_gallery_id) :\n        echo nggShowGallery( $nextgen_gallery_id );\n    endforeach;\n?&#62;</code></pre>\";s:17:\"short_description\";s:121:\"Adds a NextGEN Gallery Field to Advanced Custom Fields. Select one or more NextGEN Galleries and assign them to the post.\";}i:7;O:8:\"stdClass\":15:{s:4:\"name\";s:22:\"NextGEN Scroll Gallery\";s:4:\"slug\";s:21:\"nextgen-scrollgallery\";s:7:\"version\";s:5:\"1.8.2\";s:6:\"author\";s:57:\"<a href=\"http://bmo-design.de/\">Benedikt Morschheuser</a>\";s:14:\"author_profile\";s:35:\"//profiles.wordpress.org/bmodesign2\";s:12:\"contributors\";a:1:{s:10:\"bmodesign2\";s:35:\"//profiles.wordpress.org/bmodesign2\";}s:8:\"requires\";s:3:\"3.1\";s:6:\"tested\";s:5:\"3.2.2\";s:13:\"compatibility\";a:1:{s:5:\"3.3.1\";a:5:{s:5:\"1.7.7\";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}s:5:\"1.7.8\";a:3:{i:0;i:100;i:1;i:4;i:2;i:4;}s:5:\"1.8.0\";a:3:{i:0;i:83;i:1;i:12;i:2;i:10;}s:5:\"1.8.1\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"2.0.0\";a:3:{i:0;i:22;i:1;i:9;i:2;i:2;}}}s:6:\"rating\";d:81;s:11:\"num_ratings\";i:100;s:7:\"ratings\";a:5:{i:5;i:61;i:4;i:18;i:3;i:3;i:2;i:1;i:1;i:17;}s:8:\"homepage\";s:88:\"http://software.bmo-design.de/scrollgallery/wordpress-plugin-nextgen-scroll-gallery.html\";s:11:\"description\";s:1538:\"<p><strong>Nextgen Scroll Gallery</strong>: A Wordpress Plugin that allows you to use the awesome Mootools <strong>ScrollGallery from BMo-design</strong> on your <strong>NextGen-Gallery</strong> galleries.</p>\n\n<p>If you want to to use this Plugin on your blog, you need to use the very cool Wordpress gallery manager: <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGen Gallery</a>. So install the NextGENeration Gallery Plugin and upload some pictures. Copy the \'[scrollGallery id=xxx]\' tag in your post an replace \'xxx\' with the NextGEN Gallery id, for example with 1.</p>\n\n<p>After the installation, you will find an admin interface, with which you can adjust the plugin settings.</p>\n\n<p>This gallery do not use flash, so no extra browser plugin is required and search engines can crawl your content easily.</p>\n\n<p>If you have some questions or you need instructions look at <a href=\"http://software.bmo-design.de/scrollgallery/wordpress-plugin-nextgen-scroll-gallery.html\">BMo-Design - Nextgen Scroll Gallery</a>. There you will find instructions and discussions, which can help you.</p>\n\n<p>If you want a special adaptation to the needs of your page, you can commission me at <a href=\"http://BMo-design.de/kontakt/\">BMo-Design</a>.</p>\n\n<p>This is stable version 1.8.0. Since the code of NextGEN Gallery was massivly changed in version 2.0.X, I decided to develop a new version of my plugin. You can download it at <a href=\"http://wordpress.org/plugins/bmo-expo/\">http://wordpress.org/plugins/bmo-expo/</a>.</p>\";s:17:\"short_description\";s:131:\"Awesome free JavaScript gallery. BMo-Design&#039;s Mootools Javascript ScrollGallery as a Plugin for the Wordpress NextGEN Gallery.\";}i:8;O:8:\"stdClass\":15:{s:4:\"name\";s:47:\"NextGEN 3D and 2D Animated Flux Slider Template\";s:4:\"slug\";s:31:\"nextgen-3d-flux-slider-template\";s:7:\"version\";s:5:\"1.1.1\";s:6:\"author\";s:52:\"<a href=\"http://wpdevsnippets.com\">Mohsin Rasool</a>\";s:14:\"author_profile\";s:37:\"//profiles.wordpress.org/mohsinrasool\";s:12:\"contributors\";a:1:{s:12:\"mohsinrasool\";s:37:\"//profiles.wordpress.org/mohsinrasool\";}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:5:\"3.5.2\";s:13:\"compatibility\";a:3:{s:3:\"3.5\";a:2:{s:3:\"1.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.0.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.5.1\";a:1:{s:5:\"1.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.8.1\";a:1:{s:5:\"1.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:\"rating\";d:100;s:11:\"num_ratings\";i:4;s:7:\"ratings\";a:5:{i:5;i:4;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:8:\"homepage\";s:68:\"http://wpdevsnippets.com/nextgen-3d-2d-animated-flux-slider-template\";s:11:\"description\";s:1654:\"<p>This plugin add a \"3dfluxsliderview\" template for the NextGen gallery. Use the shortcode [nggallery id=x template=\"3dfluxsliderview\"] to display images as the slider. This plugin uses CSS3 transitions for animation. That are now supported by latest browsers that includes Chrome 4.0+, Safari 3.1+, Firefox 4+, Opera 10.5+, iOS and Andriod Browsers. Full chart of compatibility can be viewed at <a href=\"http://caniuse.com/css-transitions\">CanIUse.com</a>.</p>\n\n<p>This plugin supports following 2D and 3D animations that can be toggled from settings page, You can use any one of it or all of it:</p>\n\n<ul>\n<li>2D Bars</li>\n<li>2D Blinds</li>\n<li>2D Blocks</li>\n<li>2D Blocks V2</li>\n<li>2D Concentric</li>\n<li>2D Slide</li>\n<li>2D Warp</li>\n<li>2D Zip</li>\n<li>3D Bars</li>\n<li>3D Blinds</li>\n<li>3D Cube</li>\n<li>3D Tiles</li>\n<li>3D Turn</li>\n</ul>\n\n<p>You can also toggle bullet pagination, next/prev arrows and image captions.</p>\n\n<p>If you are not sure how to set up this slider please check our tutorial on <a href=\"http://wpdevsnippets.com/create-nextgen-gallery-and-templates/\" title=\"NextGen Gallery Templates\">creating and using gallery templates</a></p>\n\n<p>Please note few things about this plugin:</p>\n\n<ul>\n<li>You may need to resize images using the NextGen\'s resizer tool to fit in the contents. If you do not know how to do it, Here is a simple tutorial on how to <a href=\"http://wpdevsnippets.com/how-to-resize-images-in-nextgen\">resize images in NextGen</a>.</li>\n<li>It requires NextGen Gallery plugin that can be downloaded from <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery\">WordPress Repository</a>.</li>\n</ul>\";s:17:\"short_description\";s:120:\"CSS3 animated 3D and 2D transitions. Use [nggallery id=x template=&#34;3dfluxsliderview&#34;] for a cool animated slider\";}i:9;O:8:\"stdClass\":15:{s:4:\"name\";s:24:\"NextGEN Download Gallery\";s:4:\"slug\";s:24:\"nextgen-download-gallery\";s:7:\"version\";s:5:\"1.4.4\";s:6:\"author\";s:46:\"<a href=\"http://webaware.com.au/\">WebAware</a>\";s:14:\"author_profile\";s:33:\"//profiles.wordpress.org/webaware\";s:12:\"contributors\";a:1:{s:8:\"webaware\";s:33:\"//profiles.wordpress.org/webaware\";}s:8:\"requires\";s:5:\"3.2.1\";s:6:\"tested\";s:3:\"4.1\";s:13:\"compatibility\";a:12:{s:5:\"3.4.2\";a:1:{s:5:\"1.1.0\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}s:5:\"3.5.1\";a:1:{s:5:\"1.2.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.5.2\";a:1:{s:5:\"1.2.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.6\";a:2:{s:5:\"1.3.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.3.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.8\";a:1:{s:5:\"1.3.1\";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}}s:5:\"3.8.1\";a:1:{s:5:\"1.3.1\";a:3:{i:0;i:100;i:1;i:4;i:2;i:4;}}s:3:\"3.9\";a:1:{s:5:\"1.3.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.9.1\";a:3:{s:5:\"1.3.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.4.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.4.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.9.2\";a:1:{s:5:\"1.4.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"4.0\";a:4:{s:5:\"1.4.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.4.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.4.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.4.4\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}s:5:\"4.0.1\";a:1:{s:5:\"1.4.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"4.1\";a:1:{s:5:\"1.4.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:\"rating\";d:98;s:11:\"num_ratings\";i:10;s:7:\"ratings\";a:5:{i:5;i:9;i:4;i:1;i:3;i:0;i:2;i:0;i:1;i:0;}s:8:\"homepage\";s:63:\"http://shop.webaware.com.au/downloads/nextgen-download-gallery/\";s:11:\"description\";s:1688:\"<p>Add a template to NextGEN Gallery that provides multiple-file downloads for trade/media galleries. <a href=\"http://wordpress.org/plugins/nextgen-gallery/\">NextGEN Gallery</a> is one of the best gallery plugins for WordPress because it is very flexible and has a nice, simple admin. This plugin adds a new gallery template that lets you select multiple images from the gallery to be downloaded as a ZIP archive.</p>\n\n<p>NB: the Photocrati version of NextGEN Gallery can impact the performance of your server, and not all of the old plugin\'s functionality works. You might want to consider using <a href=\"http://wordpress.org/plugins/nextcellent-gallery-nextgen-legacy/\">NextCellent Gallery</a> instead -- it\'s a fork of the original NextGEN Gallery with continued support and compatibility, without the performance impacts.</p>\n\n<p>NextGEN Download Gallery is targetted at creating \"Trade/Media\" areas on websites, allowing journalists to easily download multiple product images. It\'s apparently very popular with photographers too.</p>\n\n<h4>Translations</h4>\n\n<p>Many thanks to the generous efforts of our translators:</p>\n\n<ul>\n<li>Czech (cs-CZ) (<a href=\"http://www.klusik.cz/\">Rudolf Klusal</a>)</li>\n<li>Danish (da-DK) -- <a href=\"http://www.ligefrem.dk/\">Ligefrem</a></li>\n<li>Dutch (nl-NL) -- <a href=\"http://www.lijndiensten.com/\">Ivan Beemster</a></li>\n<li>French (fr-FR) -- Nicolas Sizun</li>\n<li>Portuguese (pt-BR) -- <a href=\"http://www.42fotografia.com.br/\">Juliano Arantes</a></li>\n</ul>\n\n<p>If you\'d like to help out by translating this plugin, please <a href=\"http://translate.webaware.com.au/projects/nextgen-download-gallery\">sign up for an account and dig in</a>.</p>\";s:17:\"short_description\";s:97:\"Add a template to NextGEN Gallery that provides multiple-file downloads for trade/media galleries\";}i:10;O:8:\"stdClass\":15:{s:4:\"name\";s:22:\"NextGEN Gallery Search\";s:4:\"slug\";s:32:\"nextgen-gallery-search-galleries\";s:7:\"version\";s:4:\"2.11\";s:6:\"author\";s:48:\"<a href=\"http://bythewww.com/\">By the WWW...</a>\";s:14:\"author_profile\";s:31:\"//profiles.wordpress.org/koelio\";s:12:\"contributors\";a:1:{s:11:\"Koen Schuit\";s:0:\"\";}s:8:\"requires\";s:5:\"3.1.2\";s:6:\"tested\";s:5:\"3.8.3\";s:13:\"compatibility\";a:2:{s:5:\"3.7.1\";a:2:{s:3:\"1.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"2.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.8\";a:2:{s:3:\"2.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"2.1\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}}s:6:\"rating\";d:100;s:11:\"num_ratings\";i:3;s:7:\"ratings\";a:5:{i:5;i:3;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:8:\"homepage\";s:62:\"http://wordpress.org/plugins/nextgen-gallery-search-galleries/\";s:11:\"description\";s:1217:\"<h4>NextGEN Gallery - Search Galleries</h4>\n\n<p>NextGEN Gallery - Search Galleries adds a search option to the existing NextGEN Gallery menu.</p>\n\n<p>With this search option you can quickly and easily search through your galleries so you don&#8217;t have to go through a whole listst of galleries.\nThe output of the search will show in a table similar to the manage galleries page and will provide a link to that gallery.</p>\n\n<p>NextGEN Gallery - Search Galleries even adds an option to search in the description which can be helpfull if you don&#8217;t remember the name.</p>\n\n<p>And NextGEN Gallery - Search Galleries also has the ability to search for part of the name or description. \nFor instance: <strong>int</strong> will find <strong>int</strong>ernet, but also w<strong>int</strong>er, ballpo<strong>int</strong>, sa<strong>int</strong>s etc.</p>\n\n<p>Please note: this plugin requires NextGEN Gallery installed.</p>\n\n<p>If you have any questions, suggestions, ideas or feedback, please email me at <a href=\"mailto:koen@bythewww.com\">koen@bythewww.com</a></p>\n\n<h4>Key features:</h4>\n\n<ol>\n<li>Find galleries easily!</li>\n<li>Search for name or description.</li>\n<li>Outputs a link to the gallery.</li>\n</ol>\";s:17:\"short_description\";s:75:\"Search a gallery within the NextGEN galleries including description search.\";}i:11;O:8:\"stdClass\":15:{s:4:\"name\";s:35:\"NextGEN Gallery Media Library Addon\";s:4:\"slug\";s:35:\"nextgen-gallery-media-library-addon\";s:7:\"version\";s:5:\"0.3.1\";s:6:\"author\";s:59:\"<a href=\"http://jaggededgemedia.com/\">Jagged Edge Media</a>\";s:14:\"author_profile\";s:31:\"//profiles.wordpress.org/jakzam\";s:12:\"contributors\";a:2:{s:6:\"JAkzam\";s:31:\"//profiles.wordpress.org/jakzam\";s:10:\"pcgrejaldo\";s:35:\"//profiles.wordpress.org/pcgrejaldo\";}s:8:\"requires\";s:5:\"3.5.1\";s:6:\"tested\";s:5:\"3.8.3\";s:13:\"compatibility\";a:3:{s:5:\"3.5.2\";a:1:{s:5:\"0.3.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.6\";a:1:{s:5:\"0.3.0\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:3:\"3.9\";a:1:{s:5:\"0.3.1\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}}s:6:\"rating\";d:100;s:11:\"num_ratings\";i:3;s:7:\"ratings\";a:5:{i:5;i:3;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:8:\"homepage\";s:71:\"http://jaggededgemedia.com/plugins/nextgen-gallery-media-library-addon/\";s:11:\"description\";s:803:\"<p><strong>NOTE: NOT compatible with the new NextGEN Gallery 2.x version</strong></p>\n\n<p>If you use NextGEN Gallery, then you know that, when you create a gallery, you must upload the images for that gallery, which is then stored in a separate folder from your WordPress Media Library. For large websites with hundreds and hundreds of images, like some of my high profile clients, this can add strain on the server, causing long page load times, in turn effecting Google rankings.</p>\n\n<p>Now, with our NextGEN Gallery Media Library Addon, you will have the option of adding images that are already stored in your Media Library. Just like adding an image to a page or post, adding an image to your NextGEN Gallery can be a matter of clicking a button and finding an image you have already uploaded.</p>\";s:17:\"short_description\";s:95:\"This plugin adds a feature to NextGEN Gallery Plguin to add an image from the WP Media Library.\";}i:12;O:8:\"stdClass\":15:{s:4:\"name\";s:22:\"NextGEN Gallery Voting\";s:4:\"slug\";s:22:\"nextgen-gallery-voting\";s:7:\"version\";s:5:\"2.7.6\";s:6:\"author\";s:47:\"<a href=\"http://shauno.co.za\">Shaun Alberts</a>\";s:14:\"author_profile\";s:31:\"//profiles.wordpress.org/shauno\";s:12:\"contributors\";a:1:{s:6:\"shauno\";s:31:\"//profiles.wordpress.org/shauno\";}s:8:\"requires\";s:5:\"2.9.1\";s:6:\"tested\";s:5:\"4.0.1\";s:13:\"compatibility\";a:1:{s:5:\"3.3.1\";a:1:{s:6:\"1.10.1\";a:3:{i:0;i:100;i:1;i:5;i:2;i:5;}}}s:6:\"rating\";d:76.7999999999999971578290569595992565155029296875;s:11:\"num_ratings\";i:62;s:7:\"ratings\";a:5:{i:5;i:29;i:4;i:15;i:3;i:5;i:2;i:5;i:1;i:8;}s:8:\"homepage\";s:53:\"http://shauno.co.za/wordpress/nextgen-gallery-voting/\";s:11:\"description\";s:818:\"<h4>Features</h4>\n\n<ul>\n<li>Individually enable or disabled per image</li>\n<li>Choose if registered and logged in users can vote</li>\n<li>Allow a user to vote as often as they want, or just once per image</li>\n<li>Show or hide the results from your users</li>\n<li>Choose from 3 ratings types: 1-5 Stars, 1-10 Drop Down, or Like/Dislike</li>\n</ul>\n\n<p>NGG Voting was inspired by a request from Troy Schlegel of Schlegel Photography.  Please read the FAQ for more info on how it works.</p>\n\n<p>If you want even more features and functionality, be sure to check out the <a href=\"http://codecanyon.net/item/nextgen-gallery-voting-premium/3307807?ref=shaunalberts\">Premium add-on</a>.</p>\n\n<p><strong>Please read the FAQ</strong>, as you are required to add a tag to gallery templates for certain functionality to work!</p>\";s:17:\"short_description\";s:131:\"Adds the ability for users to vote and rate your NextGEN Images. Simple options give you the ability to limit who can vote on what.\";}i:13;O:8:\"stdClass\":15:{s:4:\"name\";s:23:\"NextGEN Player Template\";s:4:\"slug\";s:23:\"nextgen-player-template\";s:7:\"version\";s:5:\"1.1.1\";s:6:\"author\";s:56:\"<a href=\"http://piotr-tokarczyk.pl/\">Piotr Tokarczyk</a>\";s:14:\"author_profile\";s:39:\"//profiles.wordpress.org/piotrtokarczyk\";s:12:\"contributors\";a:1:{s:15:\"Piotr Tokarczyk\";s:0:\"\";}s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"3.5.2\";s:13:\"compatibility\";a:10:{s:5:\"3.5.1\";a:3:{s:5:\"1.0.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.0.4\";a:3:{i:0;i:67;i:1;i:3;i:2;i:2;}s:5:\"1.1.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.5.2\";a:1:{s:5:\"1.1.0\";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}}s:3:\"3.6\";a:1:{s:5:\"1.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.6.1\";a:1:{s:5:\"1.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.7.1\";a:1:{s:5:\"1.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.8\";a:1:{s:5:\"1.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.8.1\";a:1:{s:5:\"1.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.9\";a:1:{s:5:\"1.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.9.1\";a:1:{s:5:\"1.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.9.2\";a:1:{s:5:\"1.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:\"rating\";d:93.400000000000005684341886080801486968994140625;s:11:\"num_ratings\";i:3;s:7:\"ratings\";a:5:{i:5;i:2;i:4;i:1;i:3;i:0;i:2;i:0;i:1;i:0;}s:8:\"homepage\";s:49:\"http://piotr-tokarczyk.pl/nextgen-player-template\";s:11:\"description\";s:875:\"<p>Plugin integrates the jQuery Plugin Galleryview from Jack Anderson (<a href=\"http://www.spaceforaname.com/galleryview/\" rel=\"nofollow\">http://www.spaceforaname.com/galleryview/</a>) with NextGEN Gallery using custom template. Use the shortcode [nggallery id=x template=\"player\"] to show the new layout.\nResponsive version created by Jeroen Penninck (<a href=\"http://jeroenp.awardspace.com/?page=blog:responsivegalleryview#content\" rel=\"nofollow\">http://jeroenp.awardspace.com/?page=blog:responsivegalleryview#content</a>)</p>\n\n<h4>NextGEN Player Template Wordpress Plugin - Resources</h4>\n\n<p>*Visit the NextGEN Player Template <a href=\"http://piotr-tokarczyk.pl/nextgen-player-template/\">WordPress NextGEN Player Template Plugin</a> official homepage<br />\n*View <a href=\"http://piotr-tokarczyk.pl/nextgen-player-template/#demo\">NextGEN Player Template Demo</a><br /></p>\";s:17:\"short_description\";s:38:\"NextGEN Gallery Custom Player Template\";}i:14;O:8:\"stdClass\":15:{s:4:\"name\";s:25:\"NextGen Gallery Powertags\";s:4:\"slug\";s:25:\"nextgen-gallery-powertags\";s:7:\"version\";s:5:\"1.6.5\";s:6:\"author\";s:64:\"<a href=\"http://www.mauromascia.com\">Mauro Mascia (baba_mmx)</a>\";s:14:\"author_profile\";s:33:\"//profiles.wordpress.org/baba_mmx\";s:12:\"contributors\";a:1:{s:8:\"baba_mmx\";s:33:\"//profiles.wordpress.org/baba_mmx\";}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:5:\"4.0.1\";s:13:\"compatibility\";a:2:{s:3:\"3.5\";a:1:{s:3:\"1.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.5.1\";a:2:{s:5:\"1.5.7\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.6.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:\"rating\";d:80;s:11:\"num_ratings\";i:5;s:7:\"ratings\";a:5:{i:5;i:3;i:4;i:1;i:3;i:0;i:2;i:0;i:1;i:1;}s:8:\"homepage\";s:72:\"http://www.mauromascia.com/portfolio/wordpress-nextgen-gallery-powertags\";s:11:\"description\";s:5656:\"<p>Extends NextGen Gallery (prior to version 2.0) / NextCellent Gallery to simplify the image filtering, providing a simple way to filter gallery images with their own tags.</p>\n\n<p><strong>This plugin depends on NextGEN Gallery prior to version 2.0 or NextCellent Gallery.</strong></p>\n\n<p><strong>This plugin will not work with newer versions of NextGEN Gallery and IT WILL NOT BE UPDATED TO WORK WITH THEM.</strong></p>\n\n<p><strong>This plugin is minimally maintained:</strong> please make a donation to encourage future developments using this link <a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#38;hosted_button_id=WZHXKXW5M36D4\" title=\"Donate to this plugin &#187;\">Donate to this plugin &#187;</a>.</p>\n\n<h4>WARNING! NextGenGallery 2.0 update breaks all</h4>\n\n--------------------------------------------------------------------------------\n\n<p><strong>NGG 2.0 has a completly different structure: Powertags will only work with NGG &#60; 2.0</strong></p>\n\nPlease refer to this <a href=\"http://wordpress.org/support/topic/nextgen-gallery-200-conflicterror-1?replies=5#post-4476789\" title=\"nextgen-gallery-200-conflicterror\">nextgen-gallery-200-conflicterror</a>\n\n\n\n<h4>Usage</h4>\n\n<ol>\n<li>Add one or more tags to the gallery images</li>\n<li>Insert the nggpowertags shortcode:<code>[nggpowertags gallery=X]</code> (where X is the gallery ID) and you have done.</li>\n<li>Optionally you can add one or more attributes:</li>\n</ol>\n\n<ul>\n<li><strong>tagmenu_sep</strong>: to define a character to separate the tags (default is \",\")</li>\n<li><strong>tagmenu_format</strong>: can be \"sep\", \"list\" or \"select\" or \"empty\" to hide the menu (default is \"sep\", which stands for separator)</li>\n<li><strong>all_word</strong>: can be one of the translated strings <em>see Translation notes</em> (default is \"All\")</li>\n<li><strong>template</strong>=caption or one of other ngg templates (the same as nggallery shortcode)</li>\n<li><strong>exclude</strong>: <em>see \"Include/Exclude notes\"</em></li>\n<li><strong>include</strong>: <em>see \"Include/Exclude notes\"</em></li>\n<li><strong>unique</strong>: you can add an unique value per gallery</li>\n</ul>\n\n<p>You can also set more than one gallery using a comma separated list of IDs, for example:</p>\n\n<pre><code>[nggpowertags gallery=1,2,3]</code></pre>\n\n<h4>Include/Exclude notes</h4>\n\n<p>The include attribute has been set to have the precedence on the exclude attribute and can be also used to specify a custom ordered list of tags.\nTo better understand the precedence, I show you an example of a gallery (name it with ID=1) with 3 images tagged as follow:</p>\n\n<ul>\n<li>image1: \"dubai\", \"cool\"</li>\n<li>image2: \"cool\"</li>\n<li>image3: \"dubai\"</li>\n</ul>\n\n<p>This shortcodes are equivalent:</p>\n\n<pre><code>[nggpowertags gallery=1 include=cool exclude=dubai]</code></pre>\n\n<pre><code>[nggpowertags gallery=1 include=cool]</code></pre>\n\n<p>You\'ll end up with image1 and image2.</p>\n\n<p>Using this shortcode:</p>\n\n<pre><code>[nggpowertags gallery=1 exclude=dubai]</code></pre>\n\n<p>You\'ll end up with the image2 only.</p>\n\n<h4>Custom ordered tags</h4>\n\n<p>With the \"include\" attribute you can easily change the tag order as you like: if you have \"dubai\" and \"cool\" tags, you end up with the alphabetical order (cool / dubai), but if you specify the attribute \"include\":</p>\n\n<pre><code>[nggpowertags gallery=1 include=dubai,cool]</code></pre>\n\n<p>you end up with your personal ordered tags.</p>\n\n<h4>Permalinks</h4>\n\n<p>In order to have working parmalinks with Powertags, you have first to enable the permalinks in WordPress (using for example %postname%) then on NextGen Gallery (../wp-admin/admin.php?page=nggallery-options), checking \"Activate permalinks\" options.\nYou can optionally change the gallery slug name, changing the \"Gallery slug name\" input field.</p>\n\n<p>In this way, you end up with something like this:</p>\n\n<pre><code><a href=\"http://www.yoursitename.com/yourpagename/gallery-slug-name/tags/yourtag\" rel=\"nofollow\">http://www.yoursitename.com/yourpagename/gallery-slug-name/tags/yourtag</a></code></pre>\n\n<h4>Translation notes</h4>\n\n<p>The default word used to describe all the images is set to \"All\".\nSomeone asked me to add a translatable string, so I\'ve added some useful words:</p>\n\n<pre><code>&#34;All&#34;, &#34;Any&#34;, &#34;Show All&#34;, &#34;Show All Categories&#34;, &#34;All Categories&#34;, &#34;All Tags&#34;</code></pre>\n\n<p>Actually these are translated only on my mother tongue, which is the italian.\nIf you need more translatable strings or more languages, please modify or create a new \".po\" file and send it via mail to my email address (info@mauromascia.com).</p>\n\n<p><em>Note that, if you specify a different word (from the ones defined as translatable strings) in the \"all_word\" attribute, this will not be translated.</em></p>\n\n<h4>Style</h4>\n\n<p>The main structure is this:</p>\n\n<pre><code>&#60;div id=&#34;nggpowertags&#34;&#62;\n    &#60;div class=&#34;nggpowertags-menu&#34;&#62;...&#60;/div&#62;\n    &#60;div class=&#34;ngg-galleryoverview&#34;&#62;...&#60;/div&#62;\n&#60;/div&#62;</code></pre>\n\n<p>If you need to move the menu down, you can put some CSS (in your style.css) like this:</p>\n\n<pre><code>div#nggpowertags {\n    position: relative;\n}\ndiv.nggpowertags-menu {\n    position: absolute;\n    bottom: 0;\n}\ndiv.ngg-galleryoverview {\n    padding-bottom: 30px;\n}</code></pre>\n\n<p>The style of the active tag can be changed using the \"active-tag\" class under the \"nggpowertags-menu\" div.</p>\n\n<p>If you need to hide the tag menu, you have to set the tagmenu_format to \"empty\":</p>\n\n<pre><code>[nggpowertags gallery=1 tagmenu_format=empty]</code></pre>\";s:17:\"short_description\";s:149:\"Extends NextGen Gallery (prior to version 2.0) / NextCellent Gallery to simplify the image filtering, providing a simple way to filter gallery images\";}i:15;O:8:\"stdClass\":15:{s:4:\"name\";s:30:\"Photoswipe for NextGEN Gallery\";s:4:\"slug\";s:30:\"photoswipe-for-nextgen-gallery\";s:7:\"version\";s:5:\"1.2.1\";s:6:\"author\";s:52:\"<a href=\"http://adriza.net\">Guillermo Se&#241;as</a>\";s:14:\"author_profile\";s:31:\"//profiles.wordpress.org/gsenas\";s:12:\"contributors\";a:1:{s:6:\"gsenas\";s:31:\"//profiles.wordpress.org/gsenas\";}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"3.4.2\";s:13:\"compatibility\";a:9:{s:5:\"3.4.2\";a:5:{s:3:\"1.0\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"1.0.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.0.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"1.1\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"1.1.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.5\";a:1:{s:5:\"1.2.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.5.1\";a:2:{s:3:\"1.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.2.1\";a:3:{i:0;i:100;i:1;i:4;i:2;i:4;}}s:3:\"3.6\";a:1:{s:5:\"1.2.1\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:\"3.6.1\";a:1:{s:5:\"1.2.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.7.1\";a:1:{s:5:\"1.2.1\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:\"3.8.1\";a:1:{s:5:\"1.2.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.9.1\";a:1:{s:5:\"1.2.1\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:3:\"4.1\";a:1:{s:5:\"1.2.1\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}}s:6:\"rating\";d:91.599999999999994315658113919198513031005859375;s:11:\"num_ratings\";i:12;s:7:\"ratings\";a:5:{i:5;i:10;i:4;i:1;i:3;i:0;i:2;i:0;i:1;i:1;}s:8:\"homepage\";s:17:\"http://adriza.net\";s:11:\"description\";s:1886:\"<p>The default NextGEN gallery navigations (Shutter, Thickbox, etc...) fall short when using a mobile browser?\nNow you can use Photoswipe, the best mobile image browser, just installing this plugin. The default gallery effect and configuration is kept when accessing from a desktop browser.</p>\n\n<p>After activation you\'ll find a new Photoswipe submenu in the NextGEN Gallery menu, allowing you to configure how the plugin works.</p>\n\n<p>Please note, I am not the developer, or related in any way with of the authors of <a href=\"http://www.photoswipe.com/\" title=\"Photoswipe webpage\">Photoswipe</a> or <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN Gallery</a>. This plugin is only intended to make Photoswipe integration with NextGEN Gallery dead simple.</p>\n\n<p>If you find this plugin helpful, consider <a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_donations&#38;business=8HNE3583KAVEQ&#38;lc=US&#38;item_name=Guillermo%20Senas&#38;amount=0%2e10&#38;currency_code=EUR&#38;currency_code=EUR&#38;bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted\" title=\"Donate link\">donating</a>, at least ten cents.</p>\n\n<h4>Options</h4>\n\n<p>The plugin is ready to be used with zero configuration, but to make testing easier, there are 3 configuration options:</p>\n\n<ul>\n<li><p><em>Replace viewer with Photoswipe only on mobile browsers:</em>\nThis is the default behavior, and will replace the NextGEN Gallery Effect with Photoswipe only when a mobile browser is detected.</p></li>\n<li><p><em>Always replace viewer with Photoswipe:</em>\nUseful for testing.</p></li>\n<li><p><em>Never replace the viewer:</em>\nDisables the plugin. Much like deactivating the plugin.</p></li>\n<li><p><em>Disable additional viewers:</em>\nIn this section you can disable other supported image viewers, other than the NextGEN Gallery default ones.\nCurrently only Fancybox.</p></li>\n</ul>\";s:17:\"short_description\";s:118:\"NextGEN Gallery navigations adapted for iPhone, Android and Blackberry: pinch to zoom, swipe to navigate, auto-rotate.\";}i:16;O:8:\"stdClass\":15:{s:4:\"name\";s:50:\"BMo Expo - a  Wordpress and NextGEN Gallery plugin\";s:4:\"slug\";s:8:\"bmo-expo\";s:7:\"version\";s:6:\"1.0.15\";s:6:\"author\";s:57:\"<a href=\"http://bmo-design.de/\">Benedikt Morschheuser</a>\";s:14:\"author_profile\";s:35:\"//profiles.wordpress.org/bmodesign2\";s:12:\"contributors\";a:1:{s:10:\"bmodesign2\";s:35:\"//profiles.wordpress.org/bmodesign2\";}s:8:\"requires\";s:3:\"3.1\";s:6:\"tested\";s:5:\"3.9.2\";s:13:\"compatibility\";a:5:{s:5:\"3.6.1\";a:4:{s:5:\"1.0.0\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"1.0.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.0.2\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"1.0.4\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.7\";a:1:{s:5:\"1.0.8\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.7.1\";a:6:{s:6:\"1.0.10\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:6:\"1.0.11\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.0.5\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.0.7\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"1.0.8\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:\"1.0.9\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.8.1\";a:1:{s:6:\"1.0.13\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.9\";a:2:{s:6:\"1.0.13\";a:3:{i:0;i:0;i:1;i:2;i:2;i:0;}s:6:\"1.0.14\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:\"rating\";d:100;s:11:\"num_ratings\";i:8;s:7:\"ratings\";a:5:{i:5;i:8;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:8:\"homepage\";s:66:\"http://software.bmo-design.de/wordpress-plugin-bmo-exhibition.html\";s:11:\"description\";s:1397:\"<p><strong>BMo Expo</strong> is one of the best gallery and exhibition plugins for wordpress. It allows you to replace default wordpress galleries and NextGen galleries with impressive gallery designs. The plugin is easy to use and configure. Slideshow, vertical scroll, Lightbox and more could be used. Perfect for photographers, artists or exhibitor. Try it out or watch the demo video.</p>\n\n<p><div class=\'video\'></div></p>\n\n<p>The plugin is an evolution of the successful <a href=\"http://wordpress.org/plugins/nextgen-scrollgallery/\">NextGEN Scroll Gallery</a> plugins.</p>\n\n<p>You can use it as stand alone gallery viewer for your default wordpress galleries or as extension the very cool Wordpress gallery manager NextGen Gallery.</p>\n\n<p>After the installation, you will find an admin interface, with which you can adjust the plugin settings.\nThis gallery do not use flash, so no extra browser plugin is required and search engines can crawl your content easily.\nIf you have some questions or you need instructions look at <a href=\"http://software.bmo-design.de/wordpress-plugin-bmo-exhibition.html\">BMo-Design - BMo Exhibition</a>. There you will find instructions and discussions, which can help you.\nIf you want a special adaptation to the needs of your page, you can commission me at <a href=\"http://BMo-design.de/kontakt/\">BMo-Design</a>.</p>\n\n<p>Tested with Safari 6, FF 24, IE 9.</p>\";s:17:\"short_description\";s:150:\"BMo Exposition is a gallery and exhibition plugins for wordpress. It allows you to replace default wordpress galleries and NextGen galleries with beau\";}i:17;O:8:\"stdClass\":15:{s:4:\"name\";s:35:\"NextGen Public Image Uploader (PUP)\";s:4:\"slug\";s:29:\"nextgen-public-image-uploader\";s:7:\"version\";s:19:\"1.2.2 Farrah Fowler\";s:6:\"author\";s:56:\"<a href=\"http://amazinglyamusing.com\">Justin Lindsay</a>\";s:14:\"author_profile\";s:34:\"//profiles.wordpress.org/lagdonkey\";s:12:\"contributors\";a:1:{s:9:\"Lagdonkey\";s:0:\"\";}s:8:\"requires\";s:3:\"Any\";s:6:\"tested\";s:5:\"3.6.1\";s:13:\"compatibility\";a:4:{s:3:\"3.6\";a:1:{s:10:\"1.0 Cooper\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}s:5:\"3.6.1\";a:1:{s:19:\"1.2.2 Farrah Fowler\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:\"3.7.1\";a:1:{s:19:\"1.2.2 Farrah Fowler\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.9.1\";a:1:{s:19:\"1.2.2 Farrah Fowler\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}}s:6:\"rating\";d:66.599999999999994315658113919198513031005859375;s:11:\"num_ratings\";i:3;s:7:\"ratings\";a:5:{i:5;i:1;i:4;i:0;i:3;i:1;i:2;i:1;i:1;i:0;}s:8:\"homepage\";s:32:\"http://demo.amazinglyamusing.com\";s:11:\"description\";s:1793:\"<p>NextGen Public Image Uploader is a plugin that is designed to intergrate with the popular gallery plugin, NextGen Gallery\nfor wordpress. While it is designed to intergrate with NGG, it can also be used as a standalone image uploading plugin as\nwell. This plugin was designed from the ground up, to be flexible, secure and stable. It boasts many features, including:</p>\n\n<p>Thumbnail Generation. When uploading directly to a gallery, this plugin will not only update the gallery list, it will\nalso create thumbnails automatically. No extra work needed, galleries are automatically updated.</p>\n\n<p>Direct to gallery upload. For example [ngg_public_uploader gid=\"3\"] would create an upload\npage that sends all uploads directly to gallery 3.</p>\n\n<p>Upload to queue. If you use NextGen Gallery, but don\'t want user uplods to be moved automatically, you can enable\nthe moderation queue. All user uploads will go into an upload directory as set in the settings page, and then put into \na temporary holding queue until they are approved. You can set specific user roles that can access the queue, with options\nof either deleting the images uploaded, or moving them to a set gallery.</p>\n\n<p>Even if you don\'t use NextGen Gallery, this plugin can still be used to allow users to upload images to a directory you \nspecify. From there, you are free to use the images in posts, or anywhere else on your site you want.</p>\n\n<p>E-mail notification. This plugin can also be set up to notify you when a user uploads images.</p>\n\n<p>Create galleries. Yes, you can even make new galleries, right from the front-end.</p>\n\n<p>For a working demo of the plugin in action, visit: <a href=\"http://www.demo.amazinglyamusing.com/moderation/\" rel=\"nofollow\">http://www.demo.amazinglyamusing.com/moderation/</a></p>\";s:17:\"short_description\";s:140:\"This plugin will allow frontend image uploads. It will intergrate with NextGen Gallery, but it can be used as a standalone uploader as well.\";}i:18;O:8:\"stdClass\":15:{s:4:\"name\";s:21:\"NextGEN Image Cropper\";s:4:\"slug\";s:21:\"nextgen-image-cropper\";s:7:\"version\";s:3:\"1.2\";s:6:\"author\";s:48:\"<a href=\"http://www.omegafi.com\">Mitch McCoy</a>\";s:14:\"author_profile\";s:35:\"//profiles.wordpress.org/mitchmccoy\";s:12:\"contributors\";a:1:{s:11:\"Mitch McCoy\";s:0:\"\";}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:5:\"3.5.2\";s:13:\"compatibility\";a:1:{s:5:\"3.3.1\";a:1:{s:3:\"1.0\";a:3:{i:0;i:0;i:1;i:2;i:2;i:0;}}}s:6:\"rating\";d:73.400000000000005684341886080801486968994140625;s:11:\"num_ratings\";i:3;s:7:\"ratings\";a:5:{i:5;i:2;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:1;}s:8:\"homepage\";s:22:\"http://www.omegafi.com\";s:11:\"description\";s:338:\"<p>NextGEN Image Cropper uses the jQuery jCrop plugin(included) to allow a user to crop an image within a NextGen gallery.\nUsing NextGen Gallery libraries, a backup of the original image is made and the image is cropped based on selected dimensions and saved.\nThe NextGen image meta data is also updated with the new image dimensions.</p>\";s:17:\"short_description\";s:85:\"NextGEN Image Cropper extends the NextGen Gallery plugin to allow cropping of images.\";}i:19;O:8:\"stdClass\":15:{s:4:\"name\";s:26:\"NextGEN Gallery Sell Photo\";s:4:\"slug\";s:26:\"nextgen-gallery-sell-photo\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:44:\"<a href=\"http://noorsplugin.com/\">naa986</a>\";s:14:\"author_profile\";s:31:\"//profiles.wordpress.org/naa986\";s:12:\"contributors\";a:1:{s:6:\"naa986\";s:31:\"//profiles.wordpress.org/naa986\";}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:3:\"4.1\";s:13:\"compatibility\";a:4:{s:5:\"3.9.1\";a:1:{s:5:\"1.0.1\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:\"3.9.2\";a:1:{s:5:\"1.0.1\";a:3:{i:0;i:80;i:1;i:5;i:2;i:4;}}s:3:\"4.0\";a:1:{s:5:\"1.0.1\";a:3:{i:0;i:80;i:1;i:5;i:2;i:4;}}s:3:\"4.1\";a:1:{s:5:\"1.0.1\";a:3:{i:0;i:100;i:1;i:4;i:2;i:4;}}}s:6:\"rating\";d:100;s:11:\"num_ratings\";i:1;s:7:\"ratings\";a:5:{i:5;i:1;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:8:\"homepage\";s:68:\"http://noorsplugin.com/2014/08/17/nextgen-gallery-sell-photo-plugin/\";s:11:\"description\";s:1389:\"<p>This plugin allows you to create a Buy button for each NextGEN Gallery photo that a user can click to purchase.</p>\n\n<h4>Feature</h4>\n\n<ul>\n<li>Sell photos online for free</li>\n<li>Sell photo prints</li>\n<li>Sell stock photos</li>\n<li>Allow users to buy images from your website</li>\n<li>Accept payments via PayPal</li>\n<li>Quick one-click checkout for your e-commerce photo gallery</li>\n<li>Flexible in selling photographs</li>\n<li>Responsive design for the photo gallery</li>\n<li>Create a photo store using NextGEN Gallery and add purchase functionality to it</li>\n</ul>\n\n<h4>How to Sell Photos</h4>\n\n<p>Once you have installed this plugin you need to go to the settings menu to configure some options (Settings -&#62; NG Sell Photo).</p>\n\n<ul>\n<li>PayPal Email: Your PayPal email address</li>\n<li>Currency Code: The default currency code</li>\n<li>Price Amount: The default price of each gallery photo</li>\n<li>Button Text/Image: The text/image for the Buy button</li>\n<li>Return URL: The URL where a user will be redirected to after the payment</li>\n</ul>\n\n<p>Now, insert your NextGEN gallery shortcode into a post/page like the following:</p>\n\n<pre><code>[nggallery id=&#34;1&#34; template=&#34;ngsellphoto&#34;]</code></pre>\n\n<p>For documentation please visit the <a href=\"http://noorsplugin.com/2014/08/17/nextgen-gallery-sell-photo-plugin/\">NextGEN Sell Photo</a> plugin page</p>\";s:17:\"short_description\";s:70:\"Easily sell images or photos on WordPress using NextGEN gallery plugin\";}i:20;O:8:\"stdClass\":15:{s:4:\"name\";s:24:\"NextGen Cooliris Gallery\";s:4:\"slug\";s:24:\"nextgen-cooliris-gallery\";s:7:\"version\";s:3:\"0.7\";s:6:\"author\";s:51:\"<a href=\"http://zackdesign.biz/\">Isaac Rowntree</a>\";s:14:\"author_profile\";s:35:\"//profiles.wordpress.org/zackdesign\";s:12:\"contributors\";a:1:{s:10:\"zackdesign\";s:35:\"//profiles.wordpress.org/zackdesign\";}s:8:\"requires\";s:3:\"2.7\";s:6:\"tested\";s:5:\"3.7.1\";s:13:\"compatibility\";a:8:{s:5:\"2.9.1\";a:1:{s:3:\"0.5\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"2.9.2\";a:1:{s:3:\"0.5\";a:3:{i:0;i:100;i:1;i:3;i:2;i:3;}}s:5:\"3.0.1\";a:1:{s:3:\"0.5\";a:3:{i:0;i:83;i:1;i:6;i:2;i:5;}}s:3:\"3.2\";a:1:{s:3:\"0.5\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.4\";a:1:{s:3:\"0.6\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:\"3.4.2\";a:1:{s:3:\"0.6\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:\"3.5.1\";a:1:{s:3:\"0.6\";a:3:{i:0;i:0;i:1;i:2;i:2;i:0;}}s:5:\"3.6.1\";a:1:{s:3:\"0.6\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}}s:6:\"rating\";d:90;s:11:\"num_ratings\";i:8;s:7:\"ratings\";a:5:{i:5;i:5;i:4;i:2;i:3;i:1;i:2;i:0;i:1;i:0;}s:8:\"homepage\";s:50:\"http://wp.zackdesign.biz/nextgen-cooliris-gallery/\";s:11:\"description\";s:371:\"<p>Features at a glance:</p>\n\n<ul>\n<li>Shortcode for embedding into posts/pages</li>\n<li>PHP function for templating/theming</li>\n<li>Does albums, galleries, or latest pictures</li>\n<li>Supports Nextgen Gallery media-rss.php and its options</li>\n<li>Basic Cooliris options: Set width and height as well as rows and styling (will include many more in the future</li>\n</ul>\";s:17:\"short_description\";s:84:\"Easily embed Cooliris Galleries using your NextGen galleries or albums via shortcode\";}i:21;O:8:\"stdClass\":15:{s:4:\"name\";s:29:\"NextGEN Gallery Image Chooser\";s:4:\"slug\";s:29:\"nextgen-gallery-image-chooser\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"author\";s:55:\"<a href=\"http://www.ulrich-mertin.de\">Ulrich Mertin</a>\";s:14:\"author_profile\";s:32:\"//profiles.wordpress.org/umertin\";s:12:\"contributors\";a:1:{s:7:\"umertin\";s:32:\"//profiles.wordpress.org/umertin\";}s:8:\"requires\";s:5:\"3.3.1\";s:6:\"tested\";s:3:\"4.1\";s:13:\"compatibility\";a:1:{s:5:\"3.3.1\";a:2:{s:5:\"0.0.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:\"0.1.0\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:\"rating\";d:86.599999999999994315658113919198513031005859375;s:11:\"num_ratings\";i:3;s:7:\"ratings\";a:5:{i:5;i:2;i:4;i:0;i:3;i:1;i:2;i:0;i:1;i:0;}s:8:\"homepage\";N;s:11:\"description\";s:1605:\"<p><a href=\"http://www.nextgen-gallery.com/\">NextGEN Gallery</a> (NGG) is an excellent gallery for WordPress. Its major drawback, as far as I\'m concerned, is the minimalistic image chooser. So I\'ve taken the liberty to adapt the equally excellent <a href=\"http://g2image.steffensenfamily.com/\">g2image</a> image chooser, which also is embedded in the WPG2 connector to Gallery2.</p>\n\n<p>This image chooser allows to browse through hierarchical albums and galleries, insert NGG tags for albums and galleries, as well as NGG and HTML tags for one or more images and thumbnails at a time.</p>\n\n<ul>\n<li>On the left side of the image chooser pop-up there is the tree view of all albums and galleries. On the top are the albums and their galleries, then follow the galleries, which are not attached to any album.</li>\n<li>On the upper right side there are the controls to insert the tags with their relevant options. Depending on which insert mode (NGG or HTML tag, image or thumbnail) is selected, only the relevant options are shown.</li>\n<li>Below the controls, the thumbnails of the images in the selected gallery are shown, optionally together with their title, summary and description. There multiple images can be selected for insertion. </li>\n</ul>\n\n<p>At present, the NGG tags [album], [nggallery], [thumb], [singlepic], and [imagebrowser], plus some html links are supported.</p>\n\n<p>Default settings can be altered on the settings page.</p>\n\n<p>At this time, the image chooser is available in English (default) and German. Other translations are welcome and will be included in the next release.</p>\";s:17:\"short_description\";s:67:\"Comfortable Image Chooser for the NextGEN Gallery, based on g2image\";}i:22;O:8:\"stdClass\":15:{s:4:\"name\";s:27:\"NextGEN TinyMce Description\";s:4:\"slug\";s:27:\"nextgen-tinymce-description\";s:7:\"version\";s:3:\"1.4\";s:6:\"author\";s:91:\"<a href=\"http://marbu.org\">Marco Buttarini &#38; Giorgio Martello &#38; Andrea Brugnolo</a>\";s:14:\"author_profile\";s:34:\"//profiles.wordpress.org/webgrafia\";s:12:\"contributors\";a:1:{s:15:\"Marco Buttarini\";s:0:\"\";}s:8:\"requires\";s:3:\"2.8\";s:6:\"tested\";s:5:\"3.7.1\";s:13:\"compatibility\";a:1:{s:5:\"3.3.1\";a:2:{s:3:\"1.1\";a:3:{i:0;i:0;i:1;i:5;i:2;i:0;}s:3:\"1.2\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}}s:6:\"rating\";d:88;s:11:\"num_ratings\";i:5;s:7:\"ratings\";a:5:{i:5;i:3;i:4;i:1;i:3;i:1;i:2;i:0;i:1;i:0;}s:8:\"homepage\";s:53:\"http://marbu.org/wordpress-plugin-tinymce-in-nextgen/\";s:11:\"description\";s:123:\"<p>NextGEN TinyMce Description simply integrate tinymce wysiwyg to the description of the picture in a NextGEN gallery.</p>\";s:17:\"short_description\";s:86:\"NextGEN TinyMce Description add native tinymce to nextgen gallery picture description.\";}i:23;O:8:\"stdClass\":15:{s:4:\"name\";s:23:\"NextGen Oqey Skins Lite\";s:4:\"slug\";s:23:\"nextgen-oqey-skins-lite\";s:7:\"version\";s:3:\"0.3\";s:6:\"author\";s:49:\"<a href=\"http://oqeysites.com/\">oqeysites.com</a>\";s:14:\"author_profile\";s:32:\"//profiles.wordpress.org/dariimd\";s:12:\"contributors\";a:1:{s:13:\"oQeySites.com\";s:0:\"\";}s:8:\"requires\";s:5:\"3.6.1\";s:6:\"tested\";s:5:\"3.6.1\";s:13:\"compatibility\";a:9:{s:5:\"3.4.1\";a:1:{s:3:\"0.1\";a:3:{i:0;i:100;i:1;i:7;i:2;i:7;}}s:5:\"3.4.2\";a:1:{s:3:\"0.1\";a:3:{i:0;i:100;i:1;i:4;i:2;i:4;}}s:3:\"3.6\";a:2:{s:3:\"0.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"0.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.6.1\";a:2:{s:3:\"0.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:\"0.3\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}s:5:\"3.7.1\";a:1:{s:3:\"0.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.8\";a:1:{s:3:\"0.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:\"3.9\";a:1:{s:3:\"0.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"3.9.1\";a:1:{s:3:\"0.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:\"4.0.1\";a:1:{s:3:\"0.3\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:\"rating\";d:100;s:11:\"num_ratings\";i:7;s:7:\"ratings\";a:5:{i:5;i:7;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:8:\"homepage\";N;s:11:\"description\";s:664:\"<p>NextGen Oqey Skins Lite is a plugin that allow to use oQey Skins on NextGen Gallery.\nIt process automatically the nextgen gallery tags, <strong>slideshow</strong> and <strong>nggallery</strong> running them with the default oQey skin. It work perfect with free and commercial oQey Skins.</p>\n\n<p>Links:</p>\n\n<ul>\n<li><a href=\"http://oqeysites.com/category/wp-photo-gallery-skins/\" title=\"Demo gallery\">Demo Gallery</a></li>\n</ul>\n\n<p>For more details, skins and examples and flash gallery, please visit <a href=\"http://oqeysites.com/\" title=\"oQeySites\">oqeysites.com</a></p>\n\n<p>Features:</p>\n\n<ul>\n<li>Allow to use the oqey skins for nextgen gallery</li>\n</ul>\";s:17:\"short_description\";s:109:\"NextGen Oqey Skins Lite is an add-on for oQey Gallery plugin that allow to use oQey skin for NextGen gallery.\";}}}','no'),(23871,0,'_site_transient_timeout_browser_3233707623a4a9bf99ad0e07fb8cdced','1421629762','yes'),(23872,0,'_site_transient_browser_3233707623a4a9bf99ad0e07fb8cdced','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"39.0.2171.95\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(27534,0,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1434701664','no'),(27535,0,'_transient_dash_20494a3d90a6669585674ed0eb8dcd8f','<p><strong>RSS Error</strong>: A feed could not be found at http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.ethanlewismaltby.com/Home/</p>','no'),(27552,0,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1434701666','no'),(27553,0,'_transient_feed_57bc725ad6568758915363af670fd8bc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins/browse/new/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jun 2015 19:48:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Wp Default Sender Email by IT Pixelz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/plugins/wp-default-sender-email-by-it-pixelz/#post-83070\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Jun 2015 12:52:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83070@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"Get rid of default email from like this <a href=\"mailto:wordpress@domain.com\">wordpress@domain.com</a>, use your own!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"itpixelz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Accessibility (a11y) Speech Synthesis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/plugins/a11y-speech-synthesis/#post-83289\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 23:01:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83289@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Make your browser speak when wp.a11y.speak() is called.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"User Email Compromised Check\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/plugins/user-email-compromised-check/#post-83257\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 14:41:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83257@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"Cross check registered user emails with the Have I Been Pwned API for data breaches across a number of popular sites around the internet.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Evan Herman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Leafly Menu for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/leafly-menu-embed/#post-83297\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 05:19:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83297@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WordPress plugin to embed a Leafly.com Menu using a shortcode.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"bmoredrew\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Postpoll\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/postpoll/#post-83263\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 17:28:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83263@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Postpoll allows admin to set a poll of all or some of posts in the wordpress to vote.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"k2klettern\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"GIF2HTML5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/gif2html5/#post-80992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Apr 2015 13:22:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"80992@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"GIF2HTML5 transforms animated GIF attachments to HTML5 video, using a separate application, and displays the HTML5 video in place of the original GIF.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Daniel Bachhuber\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Foundation Button Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/plugins/foundation-button-widget/#post-83305\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 09:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83305@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Add Foundation buttons to your sidebars through widgets.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"CHEWX\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WP Live Helper Chat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/plugins/wp-live-helper-chat/#post-83250\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 11:10:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83250@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Allows you to insert live helper chat code into you&#039;re wordpress blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"midlandwebcompany\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Sewn In Template Log In\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/plugins/sewn-in-template-log-in/#post-83188\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Jun 2015 03:47:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83188@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"Creates a log in page at /login/ and manages password recovery and user notification feedback for the log in process.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jupitercow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Informers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/fleetly-informers/#post-82305\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 May 2015 13:18:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"82305@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"Client for Fleetly.net informers. Example of working plugin you can see here <a href=\"http://blog.aport.ru/\" rel=\"nofollow\">http://blog.aport.ru/</a> in sidebar.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"delieverynetwork\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Silent Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/silent-update/#post-83293\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 03:58:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83293@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Control whether update post&#039;s modification date or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"tomasz.dobrzynski\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Eazy CSS Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/eazy-css-slider/#post-83291\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 02:18:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83291@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"This plugin creates a custom post type for slides allowing you to use core WordPress functions and CSS to display a slider.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Rob Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"YITH WooCommerce Dynamic Pricing and Discounts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/plugins/yith-woocommerce-dynamic-pricing-and-discounts/#post-82700\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Jun 2015 12:25:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"82700@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"YITH WooCommerce Dynamic Pricing and Discounts offers a powerful tool to directly modify prices and discounts of your store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"YITHEMES\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Telegram for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/telegram-for-wp/#post-83244\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 08:25:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83244@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"This plugin based on Notifygram service by Anton Ilzheev and allows WordPress site to send notifications to telegram.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Amir Mousavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Gravity Forms Click & Pledge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/plugins/gravity-forms-click-pledge/#post-83248\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 10:46:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83248@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Add a credit card payment gateway for Click &#38; Pledge to the Gravity Forms plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"ClickandPledge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WooCommerce Click & Pledge Gateway\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/plugins/woocommerce-click-pledge-gateway/#post-83247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 10:34:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83247@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"With Click &#38; Pledge, Accept all major credit cards directly on your WooCommerce website with a seamless and secure checkout experience.Click Here\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"ClickandPledge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Totos.gr XML Feed for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/plugins/totosgr-xml-feed-for-woocommerce/#post-83221\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 14 Jun 2015 08:29:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83221@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Generate an XML according to totos.gr XML feed specs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Panagiotis Vagenas\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Mediabox CK - Responsive Lightbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/mediabox-ck/#post-83309\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 10:46:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83309@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Mediabox CK shows your medias in a nice responsive Lightbox. You can also use the lightbox on touch device to navigate through the medias, zoom and pa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"ced1870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"AccessPress Facebook Auto Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/plugins/accesspress-facebook-auto-post/#post-83245\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 08:53:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83245@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Auto post your page, post, custom posts etc to your Facebook profile, fan page! Easy one time configuration!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Access Keys\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Simple Job Board\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/simple-job-board/#post-83251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 11:24:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83251@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"This plugin is used to create a job board for your website in a simple and elegant way.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"PressTigers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Expanding Archives\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/expanding-archives/#post-83318\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 13:21:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83318@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"This plugin adds a new widget where you can view your old posts by expanding certain years and months.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"NoseGraze\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"KWM Force Download\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/kwm-force-download/#post-83198\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Jun 2015 13:48:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83198@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Force download images in a simple and easy.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Kelvin-mariano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"bdwebteam recent post tabs widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/bdwebteam-recent-post-tabs-widget/#post-83327\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 18:59:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83327@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"bdwebteam recent post tabs widget that shows the post\n tabs of your site with excerpt limit.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mahabub Hasan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WooCommerce Digital Signature\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/woocommerce-digital-signature/#post-83232\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 14 Jun 2015 15:36:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83232@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"Automatically require your WooCommerce customers to sign a legally binding contract before downloading your product. Easy to Use.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"approveme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"CSS Flags\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/css-flags/#post-83312\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 11:38:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83312@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"More than 250 vector based flags for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Per Soderlind\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wild Apricot Login\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wild-apricot-login/#post-83254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 12:43:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"Provides single sign-on service for Wild Apricot members to provide access to restricted Wild Apricot content.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Wild Apricot\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WooCommerce Product Custom Options Lite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/plugins/woocommerce-custom-options-lite/#post-83315\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 13:07:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83315@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"WooCommerce Product Custom Options Lite plugin is designed to give your Ecommerce website the space to add customized options for your products.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Phoeniixx\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Docxpresso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/docxpresso/#post-83256\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Jun 2015 14:16:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83256@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Docxpresso inserts content from a document file (.odt).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"docxpersso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"The Twitter Profile\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/plugins/the-twitter-profile/#post-83300\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 06:36:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83300@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"Display your full twitter profile in sidebar easily, responsive and retina, recent tweets and emoji icons support, RTL support and texts translate.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Alobaidi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Simple Editorial Guidelines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/simple-editorial-guidelines/#post-83296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jun 2015 05:03:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"83296@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"This plugin enables you to display a simple panel containing your editorial guidelines in the post edit admin to users of your choosing.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Writely Designed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:42:\"https://wordpress.org/plugins/rss/view/new\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 18 Jun 2015 20:14:26 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Thu, 18 Jun 2015 20:23:57 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Thu, 18 Jun 2015 19:48:57 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(25886,0,'_site_transient_timeout_browser_9ed5d885c0b18316dd9d06eace1e44af','1429011157','yes'),(25887,0,'_site_transient_browser_9ed5d885c0b18316dd9d06eace1e44af','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"41.0.2272.118\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1,2,'_wp_page_template','page-fullwidth.php'),(2,4,'_wp_attached_file','2012/01/main_background.jpg'),(3,4,'_wp_attachment_context','custom-background'),(4,4,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1184\";s:14:\"hwstring_small\";s:23:\"height=\'78\' width=\'128\'\";s:4:\"file\";s:27:\"2012/01/main_background.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"main_background-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"main_background-300x185.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"185\";}s:5:\"large\";a:3:{s:4:\"file\";s:28:\"main_background-1024x631.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"631\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:27:\"main_background-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:27:\"main_background-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:27:\"main_background-910x200.jpg\";s:5:\"width\";s:3:\"910\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:25:\"main_background-90x55.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"55\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5,4,'_wp_attachment_is_custom_background','stylico'),(6,5,'_edit_last','1'),(7,5,'_edit_lock','1326752968:1'),(20,8,'_wp_attached_file','2012/01/ELM1.jpg'),(21,8,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"250\";s:14:\"hwstring_small\";s:23:\"height=\'35\' width=\'128\'\";s:4:\"file\";s:16:\"2012/01/ELM1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"ELM1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:15:\"ELM1-300x83.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"83\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:16:\"ELM1-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:16:\"ELM1-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:16:\"ELM1-900x200.jpg\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:14:\"ELM1-90x25.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"25\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(64,19,'_wp_attached_file','2012/01/04_slide.jpg'),(23,10,'_edit_last','1'),(24,10,'_edit_lock','1404082982:1'),(26,10,'gig_date',''),(27,10,'gig_website',''),(28,10,'gig_address',''),(29,10,'release_mp3',''),(30,10,'release_download',''),(31,10,'slide_url',''),(176,43,'_wp_attached_file','2012/01/DrumChasersTour21.jpg'),(67,20,'_edit_last','1'),(68,20,'_edit_lock','1385216609:1'),(69,21,'_wp_attached_file','2012/01/05_slide.jpg'),(70,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"975\";s:6:\"height\";s:3:\"390\";s:14:\"hwstring_small\";s:23:\"height=\'51\' width=\'128\'\";s:4:\"file\";s:20:\"2012/01/05_slide.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"05_slide-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"05_slide-300x120.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"120\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:20:\"05_slide-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:20:\"05_slide-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:20:\"05_slide-910x200.jpg\";s:5:\"width\";s:3:\"910\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:18:\"05_slide-90x36.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"36\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(13,5,'gig_date',''),(14,5,'gig_website',''),(15,5,'gig_address',''),(16,5,'release_mp3',''),(17,5,'release_download',''),(18,5,'slide_url',''),(60,18,'_wp_attached_file','2012/01/FillDeCain2-e1325800163973.jpg'),(65,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"975\";s:6:\"height\";s:3:\"390\";s:14:\"hwstring_small\";s:23:\"height=\'51\' width=\'128\'\";s:4:\"file\";s:20:\"2012/01/04_slide.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"04_slide-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"04_slide-300x120.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"120\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:20:\"04_slide-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:20:\"04_slide-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:20:\"04_slide-910x200.jpg\";s:5:\"width\";s:3:\"910\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:18:\"04_slide-90x36.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"36\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(36,2,'_edit_lock','1325782866:1'),(37,2,'_edit_last','1'),(38,2,'gig_date',''),(39,2,'gig_website',''),(40,2,'gig_address',''),(41,2,'release_mp3',''),(42,2,'release_download',''),(43,2,'slide_url',''),(44,14,'_wp_attached_file','2012/01/Main-Design.jpg'),(45,14,'_wp_attachment_context','custom-background'),(46,14,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1009\";s:6:\"height\";s:3:\"674\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:23:\"2012/01/Main-Design.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"Main-Design-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"Main-Design-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:23:\"Main-Design-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:23:\"Main-Design-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:23:\"Main-Design-910x200.jpg\";s:5:\"width\";s:3:\"910\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:21:\"Main-Design-90x60.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"60\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(47,14,'_wp_attachment_is_custom_background','stylico'),(102,27,'release_download',''),(101,27,'release_mp3',''),(79,23,'_edit_lock','1329840657:1'),(80,23,'gig_date',''),(81,23,'gig_website',''),(82,23,'gig_address',''),(83,23,'release_mp3',''),(84,23,'release_download',''),(85,23,'slide_url',''),(86,23,'_wp_page_template','page-fullwidth.php'),(87,25,'_edit_last','1'),(88,25,'_edit_lock','1421025123:1'),(89,25,'gig_date',''),(90,25,'gig_website',''),(91,25,'gig_address',''),(92,25,'release_mp3',''),(93,25,'release_download',''),(94,25,'slide_url',''),(95,25,'_wp_page_template','default'),(96,27,'_edit_last','1'),(97,27,'_edit_lock','1330177066:1'),(98,27,'gig_date',''),(99,27,'gig_website',''),(100,27,'gig_address',''),(78,23,'_edit_last','1'),(72,20,'gig_date',''),(516,284,'_wp_attached_file','2011/12/Snowy.jpg'),(56,17,'_wp_attached_file','2012/01/RepX1.jpg'),(57,17,'_wp_attachment_context','custom-background'),(58,17,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:1:\"2\";s:6:\"height\";s:3:\"674\";s:14:\"hwstring_small\";s:21:\"height=\'96\' width=\'0\'\";s:4:\"file\";s:17:\"2012/01/RepX1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"RepX1-2x150.jpg\";s:5:\"width\";s:1:\"2\";s:6:\"height\";s:3:\"150\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:15:\"RepX1-2x150.jpg\";s:5:\"width\";s:1:\"2\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:15:\"RepX1-2x200.jpg\";s:5:\"width\";s:1:\"2\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:15:\"RepX1-2x200.jpg\";s:5:\"width\";s:1:\"2\";s:6:\"height\";s:3:\"200\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(59,17,'_wp_attachment_is_custom_background','stylico'),(61,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"975\";s:6:\"height\";s:3:\"329\";s:14:\"hwstring_small\";s:23:\"height=\'43\' width=\'128\'\";s:4:\"file\";s:38:\"2012/01/FillDeCain2-e1325800163973.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:38:\"FillDeCain2-e1325800163973-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:38:\"FillDeCain2-e1325800163973-300x101.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"101\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(63,18,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";s:3:\"975\";s:6:\"height\";s:3:\"384\";s:4:\"file\";s:15:\"FillDeCain2.jpg\";}s:14:\"thumbnail-orig\";a:3:{s:4:\"file\";s:23:\"FillDeCain2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:11:\"medium-orig\";a:3:{s:4:\"file\";s:23:\"FillDeCain2-300x118.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"118\";}s:16:\"post-sticky-orig\";a:3:{s:4:\"file\";s:23:\"FillDeCain2-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:16:\"post-teaser-orig\";a:3:{s:4:\"file\";s:23:\"FillDeCain2-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:26:\"post-teaser-fullwidth-orig\";a:3:{s:4:\"file\";s:23:\"FillDeCain2-910x200.jpg\";s:5:\"width\";s:3:\"910\";s:6:\"height\";s:3:\"200\";}s:19:\"post-thumbnail-orig\";a:3:{s:4:\"file\";s:21:\"FillDeCain2-90x35.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"35\";}}'),(336,10,'_thumbnail_id','18'),(73,20,'gig_website',''),(74,20,'gig_address',''),(75,20,'release_mp3',''),(76,20,'release_download',''),(77,20,'slide_url',''),(103,27,'slide_url',''),(104,27,'_wp_page_template','reviews.php'),(105,29,'_edit_last','1'),(106,29,'_edit_lock','1385216774:1'),(107,29,'gig_date',''),(108,29,'gig_website',''),(109,29,'gig_address',''),(110,29,'release_mp3',''),(111,29,'release_download',''),(112,29,'slide_url',''),(113,29,'_wp_page_template','default'),(114,32,'_menu_item_type','post_type'),(115,32,'_menu_item_menu_item_parent','0'),(116,32,'_menu_item_object_id','29'),(117,32,'_menu_item_object','page'),(118,32,'_menu_item_target',''),(119,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(120,32,'_menu_item_xfn',''),(121,32,'_menu_item_url',''),(153,36,'gig_website',''),(123,33,'_menu_item_type','post_type'),(124,33,'_menu_item_menu_item_parent','0'),(125,33,'_menu_item_object_id','27'),(126,33,'_menu_item_object','page'),(127,33,'_menu_item_target',''),(128,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(129,33,'_menu_item_xfn',''),(130,33,'_menu_item_url',''),(152,36,'gig_date',''),(132,34,'_menu_item_type','post_type'),(133,34,'_menu_item_menu_item_parent','0'),(134,34,'_menu_item_object_id','25'),(135,34,'_menu_item_object','page'),(136,34,'_menu_item_target',''),(137,34,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(138,34,'_menu_item_xfn',''),(139,34,'_menu_item_url',''),(151,36,'_edit_lock','1371760898:1'),(343,168,'release_download',''),(342,168,'release_mp3',''),(341,168,'gig_address',''),(340,168,'gig_website',''),(339,168,'gig_date',''),(338,168,'_edit_lock','1330177464:1'),(337,168,'_edit_last','1'),(150,36,'_edit_last','1'),(154,36,'gig_address',''),(155,36,'release_mp3',''),(156,36,'release_download',''),(157,36,'slide_url',''),(158,36,'_wp_page_template','default'),(159,38,'_menu_item_type','post_type'),(160,38,'_menu_item_menu_item_parent','0'),(161,38,'_menu_item_object_id','36'),(162,38,'_menu_item_object','page'),(163,38,'_menu_item_target',''),(164,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(165,38,'_menu_item_xfn',''),(166,38,'_menu_item_url',''),(168,39,'_wp_attached_file','2012/01/Snowy.jpg'),(169,39,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"309\";s:14:\"hwstring_small\";s:23:\"height=\'61\' width=\'128\'\";s:4:\"file\";s:17:\"2012/01/Snowy.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"Snowy-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"Snowy-300x144.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"144\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:17:\"Snowy-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:17:\"Snowy-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:17:\"Snowy-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:15:\"Snowy-90x43.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"43\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(170,40,'_wp_attached_file','2012/01/Snowy1.jpg'),(171,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"309\";s:14:\"hwstring_small\";s:23:\"height=\'61\' width=\'128\'\";s:4:\"file\";s:18:\"2012/01/Snowy1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"Snowy1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"Snowy1-300x144.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"144\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:18:\"Snowy1-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:18:\"Snowy1-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:18:\"Snowy1-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:16:\"Snowy1-90x43.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"43\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(172,41,'_wp_attached_file','2012/01/Snowy2.jpg'),(173,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"754\";s:6:\"height\";s:3:\"232\";s:14:\"hwstring_small\";s:23:\"height=\'39\' width=\'128\'\";s:4:\"file\";s:18:\"2012/01/Snowy2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"Snowy2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"Snowy2-300x92.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"92\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:18:\"Snowy2-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:18:\"Snowy2-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:18:\"Snowy2-754x200.jpg\";s:5:\"width\";s:3:\"754\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:16:\"Snowy2-90x27.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"27\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(174,42,'_wp_attached_file','2012/01/DrumChasersTour2.jpg'),(175,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"349\";s:14:\"hwstring_small\";s:23:\"height=\'69\' width=\'128\'\";s:4:\"file\";s:28:\"2012/01/DrumChasersTour2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"DrumChasersTour2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"DrumChasersTour2-300x163.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"163\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:28:\"DrumChasersTour2-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:28:\"DrumChasersTour2-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:28:\"DrumChasersTour2-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:26:\"DrumChasersTour2-90x49.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"49\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:9:\"JASONDODD\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1300120093\";s:9:\"copyright\";s:20:\"JASONDODDPHOTOGRAPHY\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),(177,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"338\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:29:\"2012/01/DrumChasersTour21.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"DrumChasersTour21-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"DrumChasersTour21-300x158.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"158\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:29:\"DrumChasersTour21-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:29:\"DrumChasersTour21-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:29:\"DrumChasersTour21-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:27:\"DrumChasersTour21-90x47.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"47\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:9:\"JASONDODD\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1300120093\";s:9:\"copyright\";s:20:\"JASONDODDPHOTOGRAPHY\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),(178,5,'_thumbnail_id','43'),(179,44,'_edit_last','1'),(180,44,'_edit_lock','1328294669:1'),(181,45,'_wp_attached_file','2012/01/DrumChasersPoster.jpg'),(182,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"588\";s:6:\"height\";s:3:\"677\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'83\'\";s:4:\"file\";s:29:\"2012/01/DrumChasersPoster.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"DrumChasersPoster-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"DrumChasersPoster-260x300.jpg\";s:5:\"width\";s:3:\"260\";s:6:\"height\";s:3:\"300\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:29:\"DrumChasersPoster-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:29:\"DrumChasersPoster-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:29:\"DrumChasersPoster-588x200.jpg\";s:5:\"width\";s:3:\"588\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:27:\"DrumChasersPoster-78x90.jpg\";s:5:\"width\";s:2:\"78\";s:6:\"height\";s:2:\"90\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(183,44,'_thumbnail_id','45'),(184,44,'gig_date',''),(185,44,'gig_website',''),(186,44,'gig_address',''),(187,44,'release_mp3',''),(188,44,'release_download',''),(189,44,'slide_url',''),(190,46,'_edit_last','1'),(191,46,'_edit_lock','1326834037:1'),(192,46,'gig_date',''),(193,46,'gig_website',''),(194,46,'gig_address',''),(195,46,'release_mp3',''),(196,46,'release_download',''),(197,46,'slide_url',''),(198,47,'_wp_attached_file','2011/06/MusicSupervisor.jpeg'),(199,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:28:\"2011/06/MusicSupervisor.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"MusicSupervisor-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"MusicSupervisor-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:27:\"MusicSupervisor-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:27:\"MusicSupervisor-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:27:\"MusicSupervisor-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:25:\"MusicSupervisor-90x67.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"67\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(200,46,'_thumbnail_id','47'),(201,48,'_edit_last','1'),(202,48,'_edit_lock','1326753779:1'),(203,49,'_wp_attached_file','2012/01/WomensUEFA.jpeg'),(204,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"559\";s:6:\"height\";s:3:\"594\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'90\'\";s:4:\"file\";s:23:\"2012/01/WomensUEFA.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"WomensUEFA-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"WomensUEFA-282x300.jpg\";s:5:\"width\";s:3:\"282\";s:6:\"height\";s:3:\"300\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:22:\"WomensUEFA-559x150.jpg\";s:5:\"width\";s:3:\"559\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:22:\"WomensUEFA-559x200.jpg\";s:5:\"width\";s:3:\"559\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:22:\"WomensUEFA-559x200.jpg\";s:5:\"width\";s:3:\"559\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:20:\"WomensUEFA-84x90.jpg\";s:5:\"width\";s:2:\"84\";s:6:\"height\";s:2:\"90\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(205,48,'_thumbnail_id','49'),(206,48,'gig_date',''),(207,48,'gig_website',''),(208,48,'gig_address',''),(209,48,'release_mp3',''),(210,48,'release_download',''),(211,48,'slide_url',''),(212,50,'_edit_last','1'),(213,50,'_edit_lock','1326753972:1'),(214,51,'_wp_attached_file','2012/01/DrumChasersTour1.jpg'),(215,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"427\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:28:\"2012/01/DrumChasersTour1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"DrumChasersTour1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"DrumChasersTour1-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:28:\"DrumChasersTour1-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:28:\"DrumChasersTour1-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:28:\"DrumChasersTour1-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:26:\"DrumChasersTour1-90x60.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"60\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:9:\"JASONDODD\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1300117410\";s:9:\"copyright\";s:20:\"JASONDODDPHOTOGRAPHY\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(216,50,'_thumbnail_id','51'),(217,50,'gig_date',''),(218,50,'gig_website',''),(219,50,'gig_address',''),(220,50,'release_mp3',''),(221,50,'release_download',''),(222,50,'slide_url',''),(223,52,'_edit_last','1'),(224,52,'_edit_lock','1326754379:1'),(225,53,'_wp_attached_file','2012/01/StaceySolomon.jpeg'),(226,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"575\";s:6:\"height\";s:3:\"345\";s:14:\"hwstring_small\";s:23:\"height=\'76\' width=\'128\'\";s:4:\"file\";s:26:\"2012/01/StaceySolomon.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"StaceySolomon-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"StaceySolomon-300x180.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"180\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:25:\"StaceySolomon-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:25:\"StaceySolomon-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:25:\"StaceySolomon-575x200.jpg\";s:5:\"width\";s:3:\"575\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:23:\"StaceySolomon-90x54.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"54\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"PA Wire/Press Association Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:40:\"Stacey Solomon sings the National Anthem\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"PA Wire/Press Association Images\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:72:\"Soccer - FA Cup - Final - Manchester City v Stoke City - Wembley Stadium\";}}'),(227,52,'_thumbnail_id','53'),(228,52,'gig_date',''),(229,52,'gig_website',''),(230,52,'gig_address',''),(231,52,'release_mp3',''),(232,52,'release_download',''),(233,52,'slide_url',''),(234,55,'_wp_attached_file','2012/01/DrumChasersTourStarts.jpg'),(235,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"427\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:33:\"2012/01/DrumChasersTourStarts.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:33:\"DrumChasersTourStarts-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:33:\"DrumChasersTourStarts-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:33:\"DrumChasersTourStarts-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:33:\"DrumChasersTourStarts-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:33:\"DrumChasersTourStarts-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:31:\"DrumChasersTourStarts-90x60.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"60\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:9:\"JASONDODD\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1300115788\";s:9:\"copyright\";s:20:\"JASONDODDPHOTOGRAPHY\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";}}'),(236,54,'_thumbnail_id','55'),(237,54,'_edit_last','1'),(238,54,'gig_date',''),(239,54,'gig_website',''),(240,54,'gig_address',''),(241,54,'release_mp3',''),(242,54,'release_download',''),(243,54,'slide_url',''),(244,54,'_edit_lock','1326754529:1'),(245,56,'_edit_last','1'),(246,56,'_edit_lock','1389311050:1'),(247,57,'_wp_attached_file','2012/01/StephenFry.jpg'),(248,57,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"231\";s:6:\"height\";s:3:\"345\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'64\'\";s:4:\"file\";s:22:\"2012/01/StephenFry.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"StephenFry-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"StephenFry-200x300.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"300\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:22:\"StephenFry-231x150.jpg\";s:5:\"width\";s:3:\"231\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:22:\"StephenFry-231x200.jpg\";s:5:\"width\";s:3:\"231\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:22:\"StephenFry-231x200.jpg\";s:5:\"width\";s:3:\"231\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:20:\"StephenFry-60x90.jpg\";s:5:\"width\";s:2:\"60\";s:6:\"height\";s:2:\"90\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(249,56,'_thumbnail_id','435'),(250,56,'gig_date',''),(251,56,'gig_website',''),(252,56,'gig_address',''),(253,56,'release_mp3',''),(254,56,'release_download',''),(255,56,'slide_url',''),(256,58,'_edit_last','1'),(257,58,'_edit_lock','1326754947:1'),(258,59,'_wp_attached_file','2012/01/ELMDirectingDrumChasers.png'),(259,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"523\";s:6:\"height\";s:3:\"345\";s:14:\"hwstring_small\";s:23:\"height=\'84\' width=\'128\'\";s:4:\"file\";s:35:\"2012/01/ELMDirectingDrumChasers.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:35:\"ELMDirectingDrumChasers-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:35:\"ELMDirectingDrumChasers-300x197.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"197\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:35:\"ELMDirectingDrumChasers-523x150.png\";s:5:\"width\";s:3:\"523\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:35:\"ELMDirectingDrumChasers-523x200.png\";s:5:\"width\";s:3:\"523\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:35:\"ELMDirectingDrumChasers-523x200.png\";s:5:\"width\";s:3:\"523\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:33:\"ELMDirectingDrumChasers-90x59.png\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"59\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(260,58,'_thumbnail_id','59'),(261,58,'gig_date',''),(262,58,'gig_website',''),(263,58,'gig_address',''),(264,58,'release_mp3',''),(265,58,'release_download',''),(266,58,'slide_url',''),(267,60,'_edit_last','1'),(268,60,'_edit_lock','1326755214:1'),(269,61,'_wp_attached_file','2012/01/DrumChasersWebsite.png'),(270,61,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1052\";s:6:\"height\";s:3:\"310\";s:14:\"hwstring_small\";s:23:\"height=\'37\' width=\'128\'\";s:4:\"file\";s:30:\"2012/01/DrumChasersWebsite.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"DrumChasersWebsite-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"DrumChasersWebsite-300x88.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"88\";}s:5:\"large\";a:3:{s:4:\"file\";s:31:\"DrumChasersWebsite-1024x301.png\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"301\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:30:\"DrumChasersWebsite-570x150.png\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:30:\"DrumChasersWebsite-570x200.png\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:30:\"DrumChasersWebsite-910x200.png\";s:5:\"width\";s:3:\"910\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:28:\"DrumChasersWebsite-90x26.png\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"26\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(271,60,'_thumbnail_id','61'),(272,60,'gig_date',''),(273,60,'gig_website',''),(274,60,'gig_address',''),(275,60,'release_mp3',''),(276,60,'release_download',''),(277,60,'slide_url',''),(278,62,'_edit_last','1'),(279,62,'_edit_lock','1385216540:1'),(280,63,'_wp_attached_file','2012/01/NoiseEnsembleFA.jpg'),(281,63,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"369\";s:14:\"hwstring_small\";s:23:\"height=\'73\' width=\'128\'\";s:4:\"file\";s:27:\"2012/01/NoiseEnsembleFA.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"NoiseEnsembleFA-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"NoiseEnsembleFA-300x172.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"172\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:27:\"NoiseEnsembleFA-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:27:\"NoiseEnsembleFA-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:27:\"NoiseEnsembleFA-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:25:\"NoiseEnsembleFA-90x51.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"51\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(282,62,'_thumbnail_id','63'),(283,62,'gig_date',''),(284,62,'gig_website',''),(285,62,'gig_address',''),(286,62,'release_mp3',''),(287,62,'release_download',''),(288,62,'slide_url',''),(289,65,'_wp_attached_file','2012/01/WebsiteLaunch.jpg'),(290,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"427\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:25:\"2012/01/WebsiteLaunch.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"WebsiteLaunch-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"WebsiteLaunch-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:25:\"WebsiteLaunch-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:25:\"WebsiteLaunch-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:25:\"WebsiteLaunch-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:23:\"WebsiteLaunch-90x60.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"60\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1248114271\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"15\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";}}'),(291,64,'_thumbnail_id','65'),(292,64,'_edit_last','1'),(293,64,'gig_date',''),(294,64,'gig_website',''),(295,64,'gig_address',''),(296,64,'release_mp3',''),(297,64,'release_download',''),(298,64,'slide_url',''),(299,64,'_edit_lock','1326755758:1'),(300,91,'_wp_attached_file','2012/01/AboutELM.jpg'),(301,91,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"167\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:20:\"2012/01/AboutELM.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"AboutELM-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:20:\"AboutELM-250x150.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"150\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:18:\"AboutELM-90x60.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"60\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1248114913\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),(304,100,'_wp_attached_file','2012/01/149819944_640.jpeg'),(305,100,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:26:\"2012/01/149819944_640.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"149819944_640-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"149819944_640-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:25:\"149819944_640-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:25:\"149819944_640-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:25:\"149819944_640-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:23:\"149819944_640-90x67.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"67\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(306,101,'_wp_attached_file','2012/01/231653105_640.jpeg'),(307,101,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"595\";s:6:\"height\";s:3:\"332\";s:14:\"hwstring_small\";s:23:\"height=\'71\' width=\'128\'\";s:4:\"file\";s:26:\"2012/01/231653105_640.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"231653105_640-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"231653105_640-300x167.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"167\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:25:\"231653105_640-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:25:\"231653105_640-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:25:\"231653105_640-595x200.jpg\";s:5:\"width\";s:3:\"595\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:23:\"231653105_640-90x50.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"50\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(308,102,'_wp_attached_file','2012/01/FaceOff.jpg'),(309,102,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"623\";s:6:\"height\";s:3:\"359\";s:14:\"hwstring_small\";s:23:\"height=\'73\' width=\'128\'\";s:4:\"file\";s:19:\"2012/01/FaceOff.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"FaceOff-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"FaceOff-300x172.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"172\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:19:\"FaceOff-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:19:\"FaceOff-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:19:\"FaceOff-623x200.jpg\";s:5:\"width\";s:3:\"623\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:17:\"FaceOff-90x51.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"51\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(310,103,'_wp_attached_file','2012/01/Courtenay.jpg'),(311,103,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"488\";s:6:\"height\";s:3:\"364\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:21:\"2012/01/Courtenay.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"Courtenay-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"Courtenay-300x223.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"223\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:21:\"Courtenay-488x150.jpg\";s:5:\"width\";s:3:\"488\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:21:\"Courtenay-488x200.jpg\";s:5:\"width\";s:3:\"488\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:21:\"Courtenay-488x200.jpg\";s:5:\"width\";s:3:\"488\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:19:\"Courtenay-90x67.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"67\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(312,104,'_wp_attached_file','2012/01/DrumChasersTrailer.jpg'),(313,104,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"546\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:23:\"height=\'70\' width=\'128\'\";s:4:\"file\";s:30:\"2012/01/DrumChasersTrailer.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"DrumChasersTrailer-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"DrumChasersTrailer-300x164.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"164\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:30:\"DrumChasersTrailer-546x150.jpg\";s:5:\"width\";s:3:\"546\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:30:\"DrumChasersTrailer-546x200.jpg\";s:5:\"width\";s:3:\"546\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:30:\"DrumChasersTrailer-546x200.jpg\";s:5:\"width\";s:3:\"546\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:28:\"DrumChasersTrailer-90x49.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"49\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(314,105,'_wp_attached_file','2012/01/NoiseTrailer.jpg'),(315,105,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"363\";s:14:\"hwstring_small\";s:23:\"height=\'72\' width=\'128\'\";s:4:\"file\";s:24:\"2012/01/NoiseTrailer.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"NoiseTrailer-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"NoiseTrailer-300x170.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"170\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:24:\"NoiseTrailer-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:24:\"NoiseTrailer-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:24:\"NoiseTrailer-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:22:\"NoiseTrailer-90x51.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"51\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(316,106,'_wp_attached_file','2012/01/NoiseWembley.jpg'),(317,106,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"615\";s:6:\"height\";s:3:\"355\";s:14:\"hwstring_small\";s:23:\"height=\'73\' width=\'128\'\";s:4:\"file\";s:24:\"2012/01/NoiseWembley.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"NoiseWembley-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"NoiseWembley-300x173.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"173\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:24:\"NoiseWembley-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:24:\"NoiseWembley-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:24:\"NoiseWembley-615x200.jpg\";s:5:\"width\";s:3:\"615\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:22:\"NoiseWembley-90x51.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"51\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(328,143,'_menu_item_menu_item_parent','0'),(679,7,'_edit_lock','1389209594:1'),(327,143,'_menu_item_type','custom'),(329,143,'_menu_item_object_id','143'),(330,143,'_menu_item_object','custom'),(331,143,'_menu_item_target',''),(332,143,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(333,143,'_menu_item_xfn',''),(334,143,'_menu_item_url','http://www.ethanlewismaltby.com/Home/'),(344,168,'slide_url',''),(352,172,'_edit_lock','1434582326:1'),(351,172,'_edit_last','1'),(353,172,'gig_date',''),(354,172,'gig_website',''),(355,172,'gig_address',''),(356,172,'release_mp3',''),(357,172,'release_download',''),(358,172,'slide_url',''),(362,174,'_edit_lock','1330176858:1'),(361,174,'_edit_last','1'),(363,174,'gig_date',''),(364,174,'gig_website',''),(365,174,'gig_address',''),(366,174,'release_mp3',''),(367,174,'release_download',''),(368,174,'slide_url',''),(372,176,'_edit_lock','1330177292:1'),(371,176,'_edit_last','1'),(373,176,'gig_date',''),(374,176,'gig_website',''),(375,176,'gig_address',''),(376,176,'release_mp3',''),(377,176,'release_download',''),(378,176,'slide_url',''),(781,435,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"345\";s:14:\"hwstring_small\";s:23:\"height=\'69\' width=\'128\'\";s:4:\"file\";s:30:\"2011/03/StephenDrumchasers.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"StephenDrumchasers-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"StephenDrumchasers-300x161.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"161\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:30:\"StephenDrumchasers-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:30:\"StephenDrumchasers-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:30:\"StephenDrumchasers-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:28:\"StephenDrumchasers-90x48.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"48\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(780,435,'_wp_attached_file','2011/03/StephenDrumchasers.jpg'),(396,182,'_edit_last','1'),(397,182,'_edit_lock','1330176799:1'),(398,182,'gig_date',''),(399,182,'gig_website',''),(400,182,'gig_address',''),(401,182,'release_mp3',''),(402,182,'release_download',''),(403,182,'slide_url',''),(407,184,'_edit_lock','1330177645:1'),(406,184,'_edit_last','1'),(408,184,'gig_date',''),(409,184,'gig_website',''),(410,184,'gig_address',''),(411,184,'release_mp3',''),(412,184,'release_download',''),(413,184,'slide_url',''),(417,186,'_edit_lock','1330176706:1'),(416,186,'_edit_last','1'),(418,186,'gig_date',''),(419,186,'gig_website',''),(420,186,'gig_address',''),(421,186,'release_mp3',''),(422,186,'release_download',''),(423,186,'slide_url',''),(427,188,'_edit_lock','1330177815:1'),(426,188,'_edit_last','1'),(428,188,'gig_date',''),(429,188,'gig_website',''),(430,188,'gig_address',''),(431,188,'release_mp3',''),(432,188,'release_download',''),(433,188,'slide_url',''),(490,225,'_edit_last','1'),(491,225,'_edit_lock','1330176648:1'),(492,225,'gig_date',''),(493,225,'gig_website',''),(494,225,'gig_address',''),(495,225,'release_mp3',''),(496,225,'release_download',''),(497,225,'slide_url',''),(502,266,'_wp_attached_file','2012/01/DrumChasers.jpg'),(503,266,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"80\";s:14:\"hwstring_small\";s:23:\"height=\'68\' width=\'128\'\";s:4:\"file\";s:23:\"2012/01/DrumChasers.jpg\";s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:21:\"DrumChasers-90x48.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"48\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(504,36,'_disable_wpautop','0'),(505,36,'_disable_wptexturize','0'),(506,36,'_disable_convert_chars','0'),(507,36,'_disable_convert_smilies','0'),(508,25,'_disable_wpautop','0'),(509,25,'_disable_wptexturize','0'),(510,25,'_disable_convert_chars','0'),(511,25,'_disable_convert_smilies','0'),(512,29,'_disable_wpautop','0'),(513,29,'_disable_wptexturize','0'),(514,29,'_disable_convert_chars','0'),(515,29,'_disable_convert_smilies','0'),(517,284,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"345\";s:14:\"hwstring_small\";s:23:\"height=\'69\' width=\'128\'\";s:4:\"file\";s:17:\"2011/12/Snowy.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"Snowy-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"Snowy-300x161.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"161\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:17:\"Snowy-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:17:\"Snowy-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:17:\"Snowy-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:15:\"Snowy-90x48.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"48\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(518,20,'_thumbnail_id','284'),(676,317,'_edit_lock','1421025737:1'),(677,317,'_edit_last','1'),(678,317,'Testimonials Cat ID','8'),(537,317,'Type','default'),(539,7,'Type','default'),(540,7,'Services Cat ID','7'),(541,318,'Type','reviews'),(542,318,'Portfolio Cat ID','6'),(543,319,'Type','news'),(544,319,'News Cat ID','5'),(545,319,'No of news','5'),(546,320,'Type','default'),(547,15,'Type','default'),(548,15,'Address','Planet Earth Blvd., City, Country - L4A 2Z2'),(549,15,'Phone','+123 (45) 678 9012'),(550,15,'Email','freelancer@ehotim.com'),(551,15,'Twitter Username','ehotim'),(552,15,'Social Icon URL','in'),(553,15,'Social Icon Image','http://www.brankic1979.com/theme/CocoonWP/wp-content/uploads/2010/07/social-icon1.png'),(554,15,'Social Icon Image','http://www.brankic1979.com/theme/CocoonWP/wp-content/uploads/2010/07/social-icon2.png'),(555,15,'Social Icon Image','http://www.brankic1979.com/theme/CocoonWP/wp-content/uploads/2010/07/social-icon3.png'),(556,15,'Social Icon Image','http://www.brankic1979.com/theme/CocoonWP/wp-content/uploads/2010/07/social-icon4.png'),(557,15,'Social Icon Image','http://www.brankic1979.com/theme/CocoonWP/wp-content/uploads/2010/07/social-icon5.png'),(558,15,'Social Icon Image','http://www.brankic1979.com/theme/CocoonWP/wp-content/uploads/2010/07/social-icon6.png'),(559,15,'Social Icon URL','green'),(560,15,'Social Icon URL','http://www.twitter.com'),(561,15,'Social Icon URL','http://www.facebook.com'),(562,15,'Social Icon URL','su'),(563,15,'Social Icon URL','deca'),(564,15,'No of tweets','1'),(565,321,'Home Slideshow Articles Cat ID','4'),(566,321,'Home Articles Cat ID','3'),(567,321,'Type','home'),(568,321,'_wp_page_template','default'),(911,490,'_edit_lock','1389311022:1'),(912,490,'gig_date',''),(913,490,'gig_website',''),(914,490,'gig_address',''),(915,490,'release_mp3',''),(916,490,'release_download',''),(917,490,'slide_url',''),(918,10,'_sc_m_title',''),(919,10,'_sc_m_description',''),(920,10,'_sc_m_keywords',''),(983,520,'_sc_m_title',''),(984,520,'_sc_m_description',''),(634,354,'_wp_attached_file','2010/07/about-avatar.gif'),(635,354,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:24:\"2010/07/about-avatar.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"about-avatar-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(636,355,'_wp_attached_file','2010/07/icon1.png'),(637,355,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"50\";s:6:\"height\";s:2:\"50\";s:14:\"hwstring_small\";s:22:\"height=\'50\' width=\'50\'\";s:4:\"file\";s:17:\"2010/07/icon1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(638,356,'_wp_attached_file','2010/07/icon2.png'),(639,356,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"50\";s:6:\"height\";s:2:\"50\";s:14:\"hwstring_small\";s:22:\"height=\'50\' width=\'50\'\";s:4:\"file\";s:17:\"2010/07/icon2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(640,357,'_wp_attached_file','2010/07/icon3.png'),(641,357,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"50\";s:6:\"height\";s:2:\"50\";s:14:\"hwstring_small\";s:22:\"height=\'50\' width=\'50\'\";s:4:\"file\";s:17:\"2010/07/icon3.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(642,358,'_wp_attached_file','2010/07/portfolio-item-1.jpg'),(643,358,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"210\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:23:\"height=\'91\' width=\'128\'\";s:4:\"file\";s:28:\"2010/07/portfolio-item-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"portfolio-item-1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(644,359,'_wp_attached_file','2010/07/portfolio-item-2.jpg'),(645,359,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"210\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:23:\"height=\'91\' width=\'128\'\";s:4:\"file\";s:28:\"2010/07/portfolio-item-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"portfolio-item-2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(646,360,'_wp_attached_file','2010/07/portfolio-item-3.jpg'),(647,360,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"210\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:23:\"height=\'91\' width=\'128\'\";s:4:\"file\";s:28:\"2010/07/portfolio-item-3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"portfolio-item-3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(648,361,'_wp_attached_file','2010/07/portfolio-item-4.jpg'),(649,361,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"210\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:23:\"height=\'91\' width=\'128\'\";s:4:\"file\";s:28:\"2010/07/portfolio-item-4.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"portfolio-item-4-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(650,362,'_wp_attached_file','2010/07/slide1.jpg'),(651,362,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"455\";s:6:\"height\";s:3:\"290\";s:14:\"hwstring_small\";s:23:\"height=\'81\' width=\'128\'\";s:4:\"file\";s:18:\"2010/07/slide1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"slide1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"slide1-300x191.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"191\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(652,363,'_wp_attached_file','2010/07/slide2.jpg'),(653,363,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"455\";s:6:\"height\";s:3:\"290\";s:14:\"hwstring_small\";s:23:\"height=\'81\' width=\'128\'\";s:4:\"file\";s:18:\"2010/07/slide2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"slide2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"slide2-300x191.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"191\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(654,364,'_wp_attached_file','2010/07/slide3.jpg'),(655,364,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"455\";s:6:\"height\";s:3:\"290\";s:14:\"hwstring_small\";s:23:\"height=\'81\' width=\'128\'\";s:4:\"file\";s:18:\"2010/07/slide3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"slide3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"slide3-300x191.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"191\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(656,365,'_wp_attached_file','2010/07/slide4.jpg'),(657,365,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"455\";s:6:\"height\";s:3:\"290\";s:14:\"hwstring_small\";s:23:\"height=\'81\' width=\'128\'\";s:4:\"file\";s:18:\"2010/07/slide4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"slide4-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"slide4-300x191.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"191\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(658,366,'_wp_attached_file','2010/07/social-icon1.png'),(659,366,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"57\";s:6:\"height\";s:2:\"63\";s:14:\"hwstring_small\";s:22:\"height=\'63\' width=\'57\'\";s:4:\"file\";s:24:\"2010/07/social-icon1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(660,367,'_wp_attached_file','2010/07/social-icon2.png'),(661,367,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"57\";s:6:\"height\";s:2:\"63\";s:14:\"hwstring_small\";s:22:\"height=\'63\' width=\'57\'\";s:4:\"file\";s:24:\"2010/07/social-icon2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(662,368,'_wp_attached_file','2010/07/social-icon3.png'),(663,368,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"57\";s:6:\"height\";s:2:\"63\";s:14:\"hwstring_small\";s:22:\"height=\'63\' width=\'57\'\";s:4:\"file\";s:24:\"2010/07/social-icon3.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(664,369,'_wp_attached_file','2010/07/social-icon4.png'),(665,369,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"57\";s:6:\"height\";s:2:\"63\";s:14:\"hwstring_small\";s:22:\"height=\'63\' width=\'57\'\";s:4:\"file\";s:24:\"2010/07/social-icon4.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(666,370,'_wp_attached_file','2010/07/social-icon5.png'),(667,370,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"57\";s:6:\"height\";s:2:\"63\";s:14:\"hwstring_small\";s:22:\"height=\'63\' width=\'57\'\";s:4:\"file\";s:24:\"2010/07/social-icon5.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(668,371,'_wp_attached_file','2010/07/social-icon6.png'),(669,371,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"57\";s:6:\"height\";s:2:\"63\";s:14:\"hwstring_small\";s:22:\"height=\'63\' width=\'57\'\";s:4:\"file\";s:24:\"2010/07/social-icon6.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(670,372,'_wp_attached_file','2010/07/youtube-210-150.jpg'),(671,372,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"210\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:23:\"height=\'91\' width=\'128\'\";s:4:\"file\";s:27:\"2010/07/youtube-210-150.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"youtube-210-150-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(672,373,'_wp_attached_file','2010/07/logo.png'),(673,373,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"216\";s:6:\"height\";s:2:\"50\";s:14:\"hwstring_small\";s:23:\"height=\'29\' width=\'128\'\";s:4:\"file\";s:16:\"2010/07/logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"logo-150x50.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"50\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(674,374,'_wp_attached_file','2010/07/vimeo-210-150.jpg'),(675,374,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"210\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:23:\"height=\'91\' width=\'128\'\";s:4:\"file\";s:25:\"2010/07/vimeo-210-150.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"vimeo-210-150-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(680,7,'_edit_last','1'),(681,318,'_edit_lock','1389205017:1'),(682,318,'_edit_last','1'),(683,321,'_edit_lock','1329846210:1'),(684,7,'gig_date',''),(685,7,'gig_website',''),(686,7,'gig_address',''),(687,7,'release_mp3',''),(688,7,'release_download',''),(689,7,'slide_url',''),(690,317,'gig_date',''),(691,317,'gig_website',''),(692,317,'gig_address',''),(693,317,'release_mp3',''),(694,317,'release_download',''),(695,317,'slide_url',''),(696,318,'gig_date',''),(697,318,'gig_website',''),(698,318,'gig_address',''),(699,318,'release_mp3',''),(700,318,'release_download',''),(701,318,'slide_url',''),(910,490,'_edit_last','1'),(909,490,'_thumbnail_id','491'),(908,491,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"345\";s:14:\"hwstring_small\";s:23:\"height=\'69\' width=\'128\'\";s:4:\"file\";s:22:\"2012/06/Ignite-OST.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"Ignite-OST-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"Ignite-OST-300x161.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"161\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:22:\"Ignite-OST-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:22:\"Ignite-OST-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:22:\"Ignite-OST-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:20:\"Ignite-OST-90x48.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"48\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(907,491,'_wp_attached_file','2012/06/Ignite-OST.jpg'),(906,490,'_sc_m_keywords',''),(905,490,'_sc_m_description',''),(904,490,'_sc_m_title',''),(772,15,'_edit_lock','1418783195:1'),(773,15,'_edit_last','1'),(774,15,'gig_date',''),(775,15,'gig_website',''),(776,15,'gig_address',''),(777,15,'release_mp3',''),(778,15,'release_download',''),(779,15,'slide_url',''),(802,449,'_edit_last','1'),(803,449,'_edit_lock','1330176033:1'),(804,449,'gig_date',''),(805,449,'gig_website',''),(806,449,'gig_address',''),(807,449,'release_mp3',''),(808,449,'release_download',''),(809,449,'slide_url',''),(817,454,'_edit_lock','1330177406:1'),(816,454,'_edit_last','1'),(818,454,'gig_date',''),(819,454,'gig_website',''),(820,454,'gig_address',''),(821,454,'release_mp3',''),(822,454,'release_download',''),(823,454,'slide_url',''),(831,458,'_edit_lock','1330177681:1'),(830,458,'_edit_last','1'),(832,458,'gig_date',''),(833,458,'gig_website',''),(834,458,'gig_address',''),(835,458,'release_mp3',''),(836,458,'release_download',''),(837,458,'slide_url',''),(841,460,'_edit_lock','1330176303:1'),(840,460,'_edit_last','1'),(842,460,'gig_date',''),(843,460,'gig_website',''),(844,460,'gig_address',''),(845,460,'release_mp3',''),(846,460,'release_download',''),(847,460,'slide_url',''),(853,463,'_edit_lock','1330177714:1'),(852,463,'_edit_last','1'),(854,463,'gig_date',''),(855,463,'gig_website',''),(856,463,'gig_address',''),(857,463,'release_mp3',''),(858,463,'release_download',''),(859,463,'slide_url',''),(924,4,'_oembed_13044496ba05162fc2296867000a5ca0','{{unknown}}'),(925,14,'_oembed_a19b37ba019faa5a17ff17f8ef7dfde6','{{unknown}}'),(926,17,'_oembed_5095a25ccd29bef8049b60b25f3c0456','{{unknown}}'),(930,495,'_sc_m_title',''),(931,495,'_sc_m_description',''),(932,495,'_sc_m_keywords',''),(933,495,'_edit_last','1'),(934,495,'_edit_lock','1389310971:1'),(935,496,'_wp_attached_file','2013/11/ChristmasSymphonicaBanner.jpg'),(936,496,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"345\";s:14:\"hwstring_small\";s:23:\"height=\'69\' width=\'128\'\";s:4:\"file\";s:37:\"2013/11/ChristmasSymphonicaBanner.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:37:\"ChristmasSymphonicaBanner-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:37:\"ChristmasSymphonicaBanner-300x161.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"161\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:37:\"ChristmasSymphonicaBanner-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:37:\"ChristmasSymphonicaBanner-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:37:\"ChristmasSymphonicaBanner-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:35:\"ChristmasSymphonicaBanner-90x48.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"48\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(937,495,'_thumbnail_id','496'),(938,495,'gig_date',''),(939,495,'gig_website',''),(940,495,'gig_address',''),(941,495,'release_mp3',''),(942,495,'release_download',''),(943,495,'slide_url',''),(944,62,'_sc_m_title',''),(945,62,'_sc_m_description',''),(946,62,'_sc_m_keywords',''),(947,20,'_sc_m_title',''),(948,20,'_sc_m_description',''),(949,20,'_sc_m_keywords',''),(986,521,'_wp_attached_file','2014/06/europa-league-final.jpeg'),(985,520,'_sc_m_keywords',''),(958,7,'_sc_m_description',''),(959,7,'_sc_m_keywords',''),(957,7,'_sc_m_title',''),(968,318,'_sc_m_keywords',''),(966,318,'_sc_m_title',''),(967,318,'_sc_m_description',''),(1057,188,'_sc_m_keywords',''),(1050,172,'_sc_m_title',''),(1051,172,'_sc_m_description',''),(1052,172,'_sc_m_keywords',''),(1055,188,'_sc_m_title',''),(1056,188,'_sc_m_description',''),(977,56,'_sc_m_title',''),(978,56,'_sc_m_description',''),(979,56,'_sc_m_keywords',''),(980,317,'_sc_m_title',''),(981,317,'_sc_m_description',''),(982,317,'_sc_m_keywords',''),(987,521,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"345\";s:14:\"hwstring_small\";s:23:\"height=\'69\' width=\'128\'\";s:4:\"file\";s:32:\"2014/06/europa-league-final.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"europa-league-final-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:31:\"europa-league-final-300x161.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"161\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:31:\"europa-league-final-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:31:\"europa-league-final-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:31:\"europa-league-final-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:29:\"europa-league-final-90x48.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"48\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:10:\"Luca Bruno\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1400103769\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";}}'),(988,520,'_edit_last','1'),(989,520,'_edit_lock','1418783127:1'),(1015,532,'_sc_m_title',''),(1016,532,'_sc_m_description',''),(993,523,'_wp_attached_file','2014/06/europa-league-final1.jpeg'),(994,523,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"345\";s:14:\"hwstring_small\";s:23:\"height=\'69\' width=\'128\'\";s:4:\"file\";s:33:\"2014/06/europa-league-final1.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:32:\"europa-league-final1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:32:\"europa-league-final1-300x161.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"161\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:32:\"europa-league-final1-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:32:\"europa-league-final1-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:32:\"europa-league-final1-640x200.jpg\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:30:\"europa-league-final1-90x48.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"48\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:10:\"Luca Bruno\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1400103769\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";}}'),(995,520,'_thumbnail_id','523'),(996,520,'gig_date',''),(997,520,'gig_website',''),(998,520,'gig_address',''),(999,520,'release_mp3',''),(1000,520,'release_download',''),(1001,520,'slide_url',''),(1002,524,'_sc_m_title',''),(1003,524,'_sc_m_description',''),(1004,524,'_sc_m_keywords',''),(1013,15,'_sc_m_keywords',''),(1012,15,'_sc_m_description',''),(1011,15,'_sc_m_title',''),(1014,524,'_edit_lock','1418783183:1'),(1017,532,'_sc_m_keywords',''),(1018,533,'_wp_attached_file','2014/12/Background-for-Anselm-Screens-v3.jpg'),(1019,533,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"hwstring_small\";s:23:\"height=\'72\' width=\'128\'\";s:4:\"file\";s:44:\"2014/12/Background-for-Anselm-Screens-v3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:44:\"Background-for-Anselm-Screens-v3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:44:\"Background-for-Anselm-Screens-v3-300x168.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"168\";}s:5:\"large\";a:3:{s:4:\"file\";s:45:\"Background-for-Anselm-Screens-v3-1024x576.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"576\";}s:11:\"post-sticky\";a:3:{s:4:\"file\";s:44:\"Background-for-Anselm-Screens-v3-570x150.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"150\";}s:11:\"post-teaser\";a:3:{s:4:\"file\";s:44:\"Background-for-Anselm-Screens-v3-570x200.jpg\";s:5:\"width\";s:3:\"570\";s:6:\"height\";s:3:\"200\";}s:21:\"post-teaser-fullwidth\";a:3:{s:4:\"file\";s:44:\"Background-for-Anselm-Screens-v3-910x200.jpg\";s:5:\"width\";s:3:\"910\";s:6:\"height\";s:3:\"200\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:42:\"Background-for-Anselm-Screens-v3-90x50.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"50\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1020,532,'_thumbnail_id','533'),(1021,532,'_edit_last','1'),(1022,532,'_edit_lock','1418783133:1'),(1023,532,'gig_date',''),(1024,532,'gig_website',''),(1025,532,'gig_address',''),(1026,532,'release_mp3',''),(1027,532,'release_download',''),(1028,532,'slide_url',''),(1040,537,'_sc_m_description',''),(1062,176,'_sc_m_keywords',''),(1061,176,'_sc_m_description',''),(1060,176,'_sc_m_title',''),(1039,537,'_sc_m_title',''),(1067,168,'_sc_m_keywords',''),(1066,168,'_sc_m_description',''),(1065,168,'_sc_m_title',''),(1041,537,'_sc_m_keywords',''),(1070,460,'_sc_m_title',''),(1071,460,'_sc_m_description',''),(1072,460,'_sc_m_keywords',''),(1075,449,'_sc_m_title',''),(1076,449,'_sc_m_description',''),(1077,449,'_sc_m_keywords',''),(1080,184,'_sc_m_title',''),(1081,184,'_sc_m_description',''),(1082,184,'_sc_m_keywords',''),(1085,225,'_sc_m_title',''),(1086,225,'_sc_m_description',''),(1087,225,'_sc_m_keywords',''),(1090,186,'_sc_m_title',''),(1091,186,'_sc_m_description',''),(1092,186,'_sc_m_keywords',''),(1095,182,'_sc_m_title',''),(1096,182,'_sc_m_description',''),(1097,182,'_sc_m_keywords',''),(1100,174,'_sc_m_title',''),(1101,174,'_sc_m_description',''),(1102,174,'_sc_m_keywords',''),(1105,454,'_sc_m_title',''),(1106,454,'_sc_m_description',''),(1107,454,'_sc_m_keywords',''),(1110,458,'_sc_m_title',''),(1111,458,'_sc_m_description',''),(1112,458,'_sc_m_keywords',''),(1115,463,'_sc_m_title',''),(1116,463,'_sc_m_description',''),(1117,463,'_sc_m_keywords','');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (490,1,'2012-06-20 12:17:48','2012-06-20 12:17:48','<h1>Six ELM albums now available online</h1>\r\nELM has released six albums of his work to purchase on iTunes, Google Play and Amazon MP3. You can now buy the soundtracks for DrumChasers, Noise Ensemble, Ignite and two collections of assorted works, alongside his brand new Christmas album.','SLide 14','','publish','closed','closed','','the-score-for-ignite-by-elm-available-now','','','2013-11-23 14:20:38','2013-11-23 14:20:38','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=490',0,'stylico-slide','',0),(521,1,'2014-06-29 23:03:40','2014-06-29 23:03:40','','europa-league-final','','inherit','closed','open','','europa-league-final','','','2014-06-29 23:03:40','2014-06-29 23:03:40','',520,'http://ethanlewismaltby.com/Home/wp-content/uploads/2014/06/europa-league-final.jpeg',0,'attachment','image/jpeg',0),(435,1,'2012-02-24 17:26:22','2012-02-24 17:26:22','','StephenDrumchasers','','inherit','closed','open','','stephendrumchasers','','','2012-02-24 17:26:22','2012-02-24 17:26:22','',56,'http://ethanlewismaltby.com/Home/wp-content/uploads/2011/03/StephenDrumchasers.jpg',0,'attachment','image/jpeg',0),(2,1,'2012-01-05 14:12:33','2012-01-05 14:12:33','','Sample Page','','private','closed','open','','sample-page','','','2012-02-21 16:11:14','2012-02-21 16:11:14','',0,'http://www.ethanlewismaltby.com/Home/?page_id=2',0,'page','',0),(14,1,'2012-01-05 19:54:46','2012-01-05 19:54:46','http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/Main-Design.jpg','Main-Design.jpg','','inherit','open','open','','main-design-jpg','','','2012-01-05 19:54:46','2012-01-05 19:54:46','',0,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/Main-Design.jpg',0,'attachment','image/jpeg',0),(24,1,'2012-01-16 15:09:35','2012-01-16 15:09:35','','Home','','inherit','open','open','','23-revision','','','2012-01-16 15:09:35','2012-01-16 15:09:35','',23,'http://www.ethanlewismaltby.com/Home/?p=24',0,'revision','',0),(25,1,'2012-01-16 15:09:47','2012-01-16 15:09:47','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received rave reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'. <span style=\"line-height: 1.6;\">Maltby recently finished scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\' and the score for the national touring Dance Theatre piece \'Ignite\'.</span></p>','About','','private','closed','open','','about','','','2012-06-19 23:35:07','2012-06-19 23:35:07','',0,'http://www.ethanlewismaltby.com/Home/?page_id=25',0,'page','',0),(21,1,'2012-01-05 21:54:19','2012-01-05 21:54:19','','05_slide','','inherit','open','open','','05_slide','','','2012-01-05 21:54:19','2012-01-05 21:54:19','',20,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/05_slide.jpg',0,'attachment','image/jpeg',0),(17,1,'2012-01-05 21:09:12','2012-01-05 21:09:12','http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/RepX1.jpg','RepX1.jpg','','inherit','open','open','','repx1-jpg','','','2012-01-05 21:09:12','2012-01-05 21:09:12','',0,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/RepX1.jpg',0,'attachment','image/jpeg',0),(23,1,'2012-01-16 15:09:38','2012-01-16 15:09:38','Home','Home','','private','closed','open','','home','','','2012-02-21 16:11:14','2012-02-21 16:11:14','',0,'http://www.ethanlewismaltby.com/Home/?page_id=23',0,'page','',0),(4,1,'2012-01-05 14:31:41','2012-01-05 14:31:41','http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/main_background.jpg','main_background.jpg','','inherit','open','open','','main_background-jpg','','','2012-01-05 14:31:41','2012-01-05 14:31:41','',0,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/main_background.jpg',0,'attachment','image/jpeg',0),(5,1,'2011-10-05 14:53:55','2011-10-05 14:53:55','<h1>Review of DrumChasers – Tour 2</h1>\r\n\r\nHere is a review of the second tour of DrumChasers by whatsonnortheast – <a href=\"http://www.whatsonnortheast.com/blog/andybramfitt/2011/10/drumchasers-a-new-masterpiece/\" target=\"_blank\">Click here</a>','Slide3','','publish','closed','closed','','slide-1','','','2012-01-16 22:30:42','2012-01-16 22:30:42','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=5',0,'stylico-slide','',0),(8,1,'2012-01-05 14:59:16','2012-01-05 14:59:16','','ELM1','','inherit','open','open','','elm1','','','2012-01-05 14:59:16','2012-01-05 14:59:16','',5,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/ELM1.jpg',0,'attachment','image/jpeg',0),(9,1,'2012-01-16 22:08:24','2012-01-16 22:08:24','<h1>Review of DrumChasers – Tour 2</h1>\n\nHere is a review of the second tour of DrumChasers by whatsonnortheast – <a href=\"http://www.whatsonnortheast.com/blog/andybramfitt/2011/10/drumchasers-a-new-masterpiece/\" target=\"_blank\">Click here</a>','Slide2','','inherit','open','open','','5-autosave','','','2012-01-16 22:08:24','2012-01-16 22:08:24','',5,'http://www.ethanlewismaltby.com/Home/?p=9',0,'revision','',0),(10,1,'2014-01-06 21:55:19','2014-01-06 21:55:19','<h1>Son of Cain out now worldwide</h1>\r\nFill de Cain (Son of Cain) has enjoyed worldwide screenings and a national Spanish release with an original score by ELM. The film was warmly received at festivals in Montreal, Moscow, Miami, Mumbai and won best film at the Tudela Film Festival.\r\n','Slide1','','publish','closed','closed','','slide2','','','2014-01-09 23:44:21','2014-01-09 23:44:21','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=10',0,'stylico-slide','',0),(11,1,'2013-11-23 14:16:07','2013-11-23 14:16:07','<h1>Son of Cain out now worldwide</h1>\nFill de Cain (Son of Cain) has enjoyed worldwide screening and a national Spanish release with an original score by ELM. The film was warmly received at film festivals in Montreal, Moscow, Miami, Mumbai\n\nSon of Cain wins Best Film at Tudela Film Festival','Slide1','','inherit','open','open','','10-autosave','','','2013-11-23 14:16:07','2013-11-23 14:16:07','',10,'http://www.ethanlewismaltby.com/Home/?p=11',0,'revision','',0),(19,1,'2012-01-05 21:53:11','2012-01-05 21:53:11','','04_slide','','inherit','open','open','','04_slide','','','2012-01-05 21:53:11','2012-01-05 21:53:11','',5,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/04_slide.jpg',0,'attachment','image/jpeg',0),(20,1,'2011-09-03 21:54:26','2011-09-03 21:54:26','<h1>ELM completes score for Snowy The Fox</h1>\r\n\r\nELM has completed the score for The Brook Theatre’s Christmas show, Snowy The Fox.','Slide2','','publish','closed','closed','','slide-3','','','2013-11-23 14:23:29','2013-11-23 14:23:29','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=20',0,'stylico-slide','',0),(13,1,'2012-01-05 14:12:33','2012-01-05 14:12:33','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://www.ethanlewismaltby.com/Home/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision','','','2012-01-05 14:12:33','2012-01-05 14:12:33','',2,'http://www.ethanlewismaltby.com/Home/?p=13',0,'revision','',0),(18,1,'2012-01-05 21:48:17','2012-01-05 21:48:17','','FillDeCain2','','inherit','open','open','','filldecain2','','','2012-01-05 21:48:17','2012-01-05 21:48:17','',10,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/FillDeCain2.jpg',0,'attachment','image/jpeg',0),(22,1,'2012-01-05 21:56:55','2012-01-05 21:56:55','More content here...','Slide3','','inherit','open','open','','20-autosave','','','2012-01-05 21:56:55','2012-01-05 21:56:55','',20,'http://www.ethanlewismaltby.com/Home/?p=22',0,'revision','',0),(26,1,'2012-01-16 15:09:44','2012-01-16 15:09:44','','About','','inherit','open','open','','25-revision','','','2012-01-16 15:09:44','2012-01-16 15:09:44','',25,'http://www.ethanlewismaltby.com/Home/?p=26',0,'revision','',0),(27,1,'2012-01-16 15:09:58','2012-01-16 15:09:58','','Reviews','','private','closed','open','','reviews','','','2012-02-21 16:11:14','2012-02-21 16:11:14','',0,'http://www.ethanlewismaltby.com/Home/?page_id=27',0,'page','',0),(28,1,'2012-01-16 15:09:52','2012-01-16 15:09:52','','News','','inherit','open','open','','27-revision','','','2012-01-16 15:09:52','2012-01-16 15:09:52','',27,'http://www.ethanlewismaltby.com/Home/?p=28',0,'revision','',0),(29,1,'2012-01-16 15:10:08','2012-01-16 15:10:08','[gravityform id=1 title=false description=true ajax=true]','Contact','','private','closed','open','','contact','','','2012-02-21 16:11:14','2012-02-21 16:11:14','',0,'http://www.ethanlewismaltby.com/Home/?page_id=29',0,'page','',0),(30,1,'2012-01-16 15:10:06','2012-01-16 15:10:06','','Work','','inherit','open','open','','29-revision','','','2012-01-16 15:10:06','2012-01-16 15:10:06','',29,'http://www.ethanlewismaltby.com/Home/?p=30',0,'revision','',0),(31,1,'2012-01-16 15:10:08','2012-01-16 15:10:08','Work','Work','','inherit','open','open','','29-revision-2','','','2012-01-16 15:10:08','2012-01-16 15:10:08','',29,'http://www.ethanlewismaltby.com/Home/?p=31',0,'revision','',0),(32,1,'2012-01-16 15:11:02','2012-01-16 15:11:02',' ','','','publish','open','open','','32','','','2012-01-23 14:25:33','2012-01-23 14:25:33','',0,'http://www.ethanlewismaltby.com/Home/?p=32',5,'nav_menu_item','',0),(33,1,'2012-01-16 15:11:02','2012-01-16 15:11:02',' ','','','publish','open','open','','33','','','2012-01-23 14:25:33','2012-01-23 14:25:33','',0,'http://www.ethanlewismaltby.com/Home/?p=33',4,'nav_menu_item','',0),(34,1,'2012-01-16 15:11:02','2012-01-16 15:11:02',' ','','','publish','open','open','','34','','','2012-01-23 14:25:33','2012-01-23 14:25:33','',0,'http://www.ethanlewismaltby.com/Home/?p=34',3,'nav_menu_item','',0),(144,1,'2012-01-20 16:17:14','2012-01-20 16:17:14','<a href=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\"><img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" /></a>\r\n\r\nEthan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.\r\n\r\nMaltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).\r\n\r\nIn 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.\r\n\r\nMaltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Querido Cain\'.','About','','inherit','closed','open','','25-revision-8','','','2012-01-20 16:17:14','2012-01-20 16:17:14','',25,'http://www.ethanlewismaltby.com/Home/25-revision-8/',0,'revision','',0),(36,1,'2012-01-16 15:11:12','2012-01-16 15:11:12','<div id=\"left-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\r\n<div id=\"right-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object></div>\r\n<div></div>','Media','','private','closed','open','','media','','','2012-02-21 16:11:14','2012-02-21 16:11:14','',0,'http://www.ethanlewismaltby.com/Home/?page_id=36',0,'page','',0),(37,1,'2012-01-16 15:11:09','2012-01-16 15:11:09','','Work','','inherit','open','open','','36-revision','','','2012-01-16 15:11:09','2012-01-16 15:11:09','',36,'http://www.ethanlewismaltby.com/Home/?p=37',0,'revision','',0),(38,1,'2012-01-16 15:11:44','2012-01-16 15:11:44',' ','','','publish','open','open','','38','','','2012-01-23 14:25:32','2012-01-23 14:25:32','',0,'http://www.ethanlewismaltby.com/Home/?p=38',2,'nav_menu_item','',0),(39,1,'2012-01-16 21:51:44','2012-01-16 21:51:44','','Snowy','','inherit','open','open','','snowy','','','2012-01-16 21:51:44','2012-01-16 21:51:44','',20,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/Snowy.jpg',0,'attachment','image/jpeg',0),(40,1,'2012-01-16 21:53:01','2012-01-16 21:53:01','','Snowy','','inherit','open','open','','snowy-2','','','2012-01-16 21:53:01','2012-01-16 21:53:01','',20,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/Snowy1.jpg',0,'attachment','image/jpeg',0),(41,1,'2012-01-16 22:05:49','2012-01-16 22:05:49','','Snowy','','inherit','open','open','','snowy-3','','','2012-01-16 22:05:49','2012-01-16 22:05:49','',20,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/Snowy2.jpg',0,'attachment','image/jpeg',0),(42,1,'2012-01-16 22:12:44','2012-01-16 22:12:44','','DrumChasersTour2','','inherit','open','open','','drumchaserstour2','','','2012-01-16 22:12:44','2012-01-16 22:12:44','',5,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/DrumChasersTour2.jpg',0,'attachment','image/jpeg',0),(43,1,'2012-01-16 22:16:40','2012-01-16 22:16:40','','DrumChasersTour2','','inherit','open','open','','drumchaserstour2-2','','','2012-01-16 22:16:40','2012-01-16 22:16:40','',5,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/DrumChasersTour21.jpg',0,'attachment','image/jpeg',0),(44,1,'2011-09-01 12:00:53','2011-09-01 12:00:53','<h1>DrumChasers Autumn UK Tour begins</h1>\r\n\r\nDrumChasers starts its second UK tour today in Dartford.','Slide 4','','publish','closed','closed','','slide-4','','','2012-01-16 22:23:06','2012-01-16 22:23:06','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=44',0,'stylico-slide','',0),(45,1,'2012-01-16 22:21:46','2012-01-16 22:21:46','','DrumChasersPoster','','inherit','open','open','','drumchasersposter','','','2012-01-16 22:21:46','2012-01-16 22:21:46','',44,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/DrumChasersPoster.jpg',0,'attachment','image/jpeg',0),(46,1,'2011-06-21 22:32:00','2011-06-21 22:32:00','<h1>ELM brought on as Music Supervisor for UEFA match</h1>\r\n\r\nELM supervised the music for the opening and closing ceremonies of the UEFA Under 21s Football tournament in Aalborg, Denmark.','Slide 5','','publish','closed','closed','','slide-5','','','2012-01-16 22:34:12','2012-01-16 22:34:12','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=46',0,'stylico-slide','',0),(47,1,'2012-01-16 22:34:06','2012-01-16 22:34:06','','MusicSupervisor','','inherit','open','open','','musicsupervisor','','','2012-01-16 22:34:06','2012-01-16 22:34:06','',46,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2011/06/MusicSupervisor.jpeg',0,'attachment','image/jpeg',0),(48,1,'2011-05-21 22:42:51','2011-05-21 22:42:51','<h1>ELM commissioned to score opening ceremony for UEFA</h1>\r\n\r\nELM has written the score for the opening ceremony of the UEFA Women\'s Champions League Final at Wembley.','Slide 6','','publish','closed','closed','','slide-6','','','2012-01-16 22:44:19','2012-01-16 22:44:19','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=48',0,'stylico-slide','',0),(49,1,'2012-01-16 22:42:34','2012-01-16 22:42:34','','WomensUEFA','','inherit','open','open','','womensuefa','','','2012-01-16 22:42:34','2012-01-16 22:42:34','',48,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/WomensUEFA.jpeg',0,'attachment','image/jpeg',0),(50,1,'2011-04-11 22:47:24','2011-04-11 22:47:24','<h1>Review of DrumChasers – Tour 1</h1>\r\n\r\nHere is a DrumChasers review by The York Press - <a href=\"http://www.yorkpress.co.uk/leisure/music/8962928.Review__DrumChasers__Noise_Ensemble__Grand_Opera_House__York/\" target=\"_blank\">Click here</a>\r\n','Slide 7','','publish','closed','closed','','slide-7','','','2012-01-16 22:47:45','2012-01-16 22:47:45','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=50',0,'stylico-slide','',0),(51,1,'2012-01-16 22:47:12','2012-01-16 22:47:12','','DrumChasersTour1','','inherit','open','open','','drumchaserstour1','','','2012-01-16 22:47:12','2012-01-16 22:47:12','',50,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/DrumChasersTour1.jpg',0,'attachment','image/jpeg',0),(52,1,'2011-04-01 22:51:22','2011-04-01 22:51:22','<h1>Stacey Solomon and the 2011 FA Cup final</h1>\r\n\r\nELM arrangement of Queen’s We Are The Champions is performed by Stacey Solomon at Wembley as part of the FA Cup Final Opening Ceremony. He also conducted Stacey in her rendition of the National Anthem.','Slide 8','','publish','closed','closed','','slide-8','','','2012-01-16 22:52:35','2012-01-16 22:52:35','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=52',0,'stylico-slide','',0),(53,1,'2012-01-16 22:51:17','2012-01-16 22:51:17','Stacey Solomon sings the National Anthem','Soccer - FA Cup - Final - Manchester City v Stoke City - Wembley Stadium','','inherit','open','open','','soccer-fa-cup-final-manchester-city-v-stoke-city-wembley-stadium','','','2012-01-16 22:51:17','2012-01-16 22:51:17','',52,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/StaceySolomon.jpeg',0,'attachment','image/jpeg',0),(54,1,'2011-03-15 22:56:59','2011-03-15 22:56:59','<h1>DrumChasers begins its first UK Tour</h1>\r\n\r\nThe DrumChasers spring tour kicked off today in Blackpool to rave reviews.','Slide 9','','publish','closed','closed','','slide-9','','','2012-01-16 22:57:11','2012-01-16 22:57:11','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=54',0,'stylico-slide','',0),(55,1,'2012-01-16 22:56:52','2012-01-16 22:56:52','','DrumChasersTourStarts','','inherit','open','open','','drumchaserstourstarts','','','2012-01-16 22:56:52','2012-01-16 22:56:52','',54,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/DrumChasersTourStarts.jpg',0,'attachment','image/jpeg',0),(56,1,'2013-03-02 22:59:06','2013-03-02 22:59:06','<h1>Stephen Fry signs on to narrate DrumChasers!</h1>\r\n\r\nThe phenomenal Stephen Fry has signed on to provide the voice of the narrator for DrumChasers!','Slide 10','','publish','closed','closed','','slide-10','','','2014-01-09 23:45:59','2014-01-09 23:45:59','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=56',0,'stylico-slide','',0),(57,1,'2012-01-16 22:59:02','2012-01-16 22:59:02','','StephenFry','','inherit','open','open','','stephenfry','','','2012-01-16 22:59:02','2012-01-16 22:59:02','',56,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/StephenFry.jpg',0,'attachment','image/jpeg',0),(58,1,'2011-02-28 23:03:33','2011-02-28 23:03:33','<h1>ELM directs the first theatrical tour of his new show</h1>\r\n\r\nELM is currently directing the first production of his new percussion show, DrumChasers which begins a national tour in March.','Slide 11','','publish','closed','closed','','slide-11','','','2012-01-16 23:03:49','2012-01-16 23:03:49','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=58',0,'stylico-slide','',0),(59,1,'2012-01-16 23:03:27','2012-01-16 23:03:27','','ELMDirectingDrumChasers','','inherit','open','open','','elmdirectingdrumchasers','','','2012-01-16 23:03:27','2012-01-16 23:03:27','',58,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/ELMDirectingDrumChasers.png',0,'attachment','image/png',0),(60,1,'2011-01-06 23:07:00','2011-01-06 23:07:00','<h1>www.DrumChasers.com is now live!</h1>\r\nThe website is now live for ELM’s brand new show DrumChasers – created and composed by ELM, it premiers in the UK in March and is the follow up to his smash hit Noise Ensemble. Visit <a href=\"http://www.drumchasers.com\" target=\"_blank\">www.drumchasers.com!</a>','Slide 12','','publish','closed','closed','','slide-12','','','2012-01-16 23:07:19','2012-01-16 23:07:19','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=60',0,'stylico-slide','',0),(61,1,'2012-01-16 23:06:51','2012-01-16 23:06:51','','DrumChasersWebsite','','inherit','open','open','','drumchaserswebsite','','','2012-01-16 23:06:51','2012-01-16 23:06:51','',60,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/DrumChasersWebsite.png',0,'attachment','image/png',0),(62,1,'2012-01-10 23:12:15','2012-01-10 23:12:15','<h1>ELM’s FA Overture used for the last five years by the FA</h1>\r\nELM’s track FA Overture which was composed for the FA Cup Final in 2008, has been used for the last five years as entrance music for the players at all main FA matches.','Slide 13','','publish','closed','closed','','slide-13','','','2013-11-23 14:22:20','2013-11-23 14:22:20','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=62',0,'stylico-slide','',0),(63,1,'2012-01-16 23:12:10','2012-01-16 23:12:10','','NoiseEnsembleFA','','inherit','open','open','','noiseensemblefa','','','2012-01-16 23:12:10','2012-01-16 23:12:10','',62,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/NoiseEnsembleFA.jpg',0,'attachment','image/jpeg',0),(64,1,'2010-09-20 23:14:17','2010-09-20 23:14:17','<h1>New site launched!</h1>\r\n\r\nThe official website for British composer Ethan Lewis Maltby has launched today. It contains news, videos, photos and music. Check back for regular updates.','Slide 14','','publish','closed','closed','','slide-14','','','2012-01-16 23:14:29','2012-01-16 23:14:29','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=64',0,'stylico-slide','',0),(65,1,'2012-01-16 23:13:47','2012-01-16 23:13:47','','WebsiteLaunch','','inherit','open','open','','websitelaunch','','','2012-01-16 23:13:47','2012-01-16 23:13:47','',64,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/WebsiteLaunch.jpg',0,'attachment','image/jpeg',0),(100,1,'2012-01-20 13:58:11','2012-01-20 13:58:11','','149819944_640','','inherit','closed','open','','149819944_640','','','2012-01-20 13:58:11','2012-01-20 13:58:11','',0,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/149819944_640.jpeg',0,'attachment','image/jpeg',0),(307,1,'2012-02-03 19:01:43','2012-02-03 19:01:43','<div id=\"left-half\">\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n<div id=\"right-half\">\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n</div>\r\n<div>','Media','','inherit','closed','open','','36-revision-97','','','2012-02-03 19:01:43','2012-02-03 19:01:43','',36,'http://www.ethanlewismaltby.com/Home/36-revision-97/',0,'revision','',0),(67,1,'2012-02-21 15:32:25','2012-02-21 15:32:25','<div id=\"left-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\n<div id=\"right-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object></div>\n<div></div>','Media','','inherit','open','open','','36-autosave','','','2012-02-21 15:32:25','2012-02-21 15:32:25','',36,'http://www.ethanlewismaltby.com/Home/?p=67',0,'revision','',0),(68,1,'2012-01-16 15:11:12','2012-01-16 15:11:12','Work','Work','','inherit','open','open','','36-revision-2','','','2012-01-16 15:11:12','2012-01-16 15:11:12','',36,'http://www.ethanlewismaltby.com/Home/?p=68',0,'revision','',0),(149,1,'2012-01-20 20:12:00','2012-01-20 20:12:00','[fancygallery id=\'ethans-work\']','Video','','inherit','closed','open','','27-revision-11','','','2012-01-20 20:12:00','2012-01-20 20:12:00','',27,'http://www.ethanlewismaltby.com/Home/27-revision-11/',0,'revision','',0),(69,1,'2012-01-16 15:09:47','2012-01-16 15:09:47','About','About','','inherit','closed','open','','25-revision-2','','','2012-01-16 15:09:47','2012-01-16 15:09:47','',25,'http://www.ethanlewismaltby.com/Home/?p=69',0,'revision','',0),(70,1,'2012-01-16 15:10:21','2012-01-16 15:10:21','Contact','Contact','','inherit','closed','open','','29-revision-3','','','2012-01-16 15:10:21','2012-01-16 15:10:21','',29,'http://www.ethanlewismaltby.com/Home/?p=70',0,'revision','',0),(71,1,'2012-01-16 15:09:38','2012-01-16 15:09:38','Home','Home','','inherit','closed','open','','23-revision-2','','','2012-01-16 15:09:38','2012-01-16 15:09:38','',23,'http://www.ethanlewismaltby.com/Home/?p=71',0,'revision','',0),(72,1,'2012-01-16 15:09:58','2012-01-16 15:09:58','News','News','','inherit','closed','open','','27-revision-2','','','2012-01-16 15:09:58','2012-01-16 15:09:58','',27,'http://www.ethanlewismaltby.com/Home/?p=72',0,'revision','',0),(73,1,'2012-01-05 17:00:04','2012-01-05 17:00:04','','Sample Page','','inherit','closed','open','','2-revision-2','','','2012-01-05 17:00:04','2012-01-05 17:00:04','',2,'http://www.ethanlewismaltby.com/Home/?p=73',0,'revision','',0),(74,1,'2012-01-17 18:31:44','2012-01-17 18:31:44','[dj_manager_mp id=\"Theatre\"]Work','Work','','inherit','closed','open','','36-revision-3','','','2012-01-17 18:31:44','2012-01-17 18:31:44','',36,'http://www.ethanlewismaltby.com/Home/?p=74',0,'revision','',0),(75,1,'2012-01-17 18:41:27','2012-01-17 18:41:27','[dj_manager_mp id=\"Theatre\"]Work','Work','','inherit','closed','open','','36-revision-4','','','2012-01-17 18:41:27','2012-01-17 18:41:27','',36,'http://www.ethanlewismaltby.com/Home/?p=75',0,'revision','',0),(134,1,'2012-01-20 18:26:53','2012-01-20 18:26:53','<div style=\"text-align:center\">\r\n[dj_manager_mp id=\"Theatre\"]\r\n</div>\r\n\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-28','','','2012-01-20 18:26:53','2012-01-20 18:26:53','',36,'http://www.ethanlewismaltby.com/Home/36-revision-28/',0,'revision','',0),(76,1,'2012-01-17 18:46:00','2012-01-17 18:46:00','[dj_manager_mp id=\"Theatre\"]Work\r\n\r\n&nbsp;\r\n\r\nfghfgh\r\n\r\nfghf\r\n\r\ng\r\n\r\nhfg\r\n\r\nhfg\r\n\r\nhfg\r\n\r\nhfg\r\n\r\nhf\r\n\r\nghf\r\n\r\ngh\r\n\r\nfgh\r\n\r\nfg\r\n\r\nh\r\n\r\nfghfg\r\n\r\nh\r\n\r\nfgh\r\n\r\nfgh\r\n\r\nfgh','Work','','inherit','closed','open','','36-revision-5','','','2012-01-17 18:46:00','2012-01-17 18:46:00','',36,'http://www.ethanlewismaltby.com/Home/?p=76',0,'revision','',0),(129,1,'2012-01-20 18:19:33','2012-01-20 18:19:33','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n<div style=\"clear: both;\">\r\n\r\n[aapp type=\"link\" linktext=\"Check out this sample tune!\"]\r\n\r\n[track title=\"Man With Small F (The Inaccessible PDF Song)\" format=\"mp3 ogg\"]\r\n\r\nhttp://terrillthompson.com/music/audio/mp3files/smallf\r\n\r\n[/track]\r\n\r\n[/aapp]\r\n\r\n</div>\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-23','','','2012-01-20 18:19:33','2012-01-20 18:19:33','',36,'http://www.ethanlewismaltby.com/Home/36-revision-23/',0,'revision','',0),(128,1,'2012-01-20 18:18:37','2012-01-20 18:18:37','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n<div style=\"clear: both;\">\r\n\r\nCheck out [aapp type=\"link\" linktext=\"my tribute to Paul Allen\"]\r\n[track title=\"The Paul Allen Song\" format=\"mp3\"]\r\nhttp://terrillthompson.com/music/audio/mp3/paulallen1\r\n[/track]\r\n[track title=\"The Paul Allen Song\" format=\"ogg\"]\r\nhttp://terrillthompson.com/music/audio/ogg/paulallen2\r\n[/track]\r\n[/aapp] from the Flow Theory Flavors CD.\r\n\r\n</div>\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-22','','','2012-01-20 18:18:37','2012-01-20 18:18:37','',36,'http://www.ethanlewismaltby.com/Home/36-revision-22/',0,'revision','',0),(77,1,'2012-01-17 19:37:11','2012-01-17 19:37:11','[dj_manager_mp id=\"Theatre\"]Work\r\n\r\n&nbsp;\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-6','','','2012-01-17 19:37:11','2012-01-17 19:37:11','',36,'http://www.ethanlewismaltby.com/Home/?p=77',0,'revision','',0),(133,1,'2012-01-20 18:25:43','2012-01-20 18:25:43','[dj_manager_mp id=\"Theatre\"]\r\n\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-27','','','2012-01-20 18:25:43','2012-01-20 18:25:43','',36,'http://www.ethanlewismaltby.com/Home/36-revision-27/',0,'revision','',0),(143,1,'2012-01-20 19:24:28','2012-01-20 19:24:28','','Home','','publish','closed','open','','home','','','2012-01-23 14:25:32','2012-01-23 14:25:32','',0,'http://www.ethanlewismaltby.com/Home/?p=143',1,'nav_menu_item','',0),(142,1,'2012-01-20 18:32:35','2012-01-20 18:32:35','\r\n[dj_manager_mp id=\"Theatre\"]\r\n\r\n\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-36','','','2012-01-20 18:32:35','2012-01-20 18:32:35','',36,'http://www.ethanlewismaltby.com/Home/36-revision-36/',0,'revision','',0),(127,1,'2012-01-20 18:15:55','2012-01-20 18:15:55','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n<div style=\"clear: both;\">\r\n\r\n[aapp type=\"player\"]\r\n[track title=\"The Paul Allen Song\" format=\"mp3 ogg\"]\r\nhttp://terrillthompson.com/music/audio/paulallen\r\n[/track]\r\n[track title=\"Une Chanson Française\" format=\"mp3 ogg\" lang=\"fr\"]\r\nhttp://terrillthompson.com/music/audio/frenchsong\r\n[/track]\r\n[/aapp]\r\n\r\n</div>\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-21','','','2012-01-20 18:15:55','2012-01-20 18:15:55','',36,'http://www.ethanlewismaltby.com/Home/36-revision-21/',0,'revision','',0),(78,1,'2012-01-17 19:37:54','2012-01-17 19:37:54','[dj_manager_mp id=\"Theatre\"]Work\r\n\r\n&nbsp;\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-7','','','2012-01-17 19:37:54','2012-01-17 19:37:54','',36,'http://www.ethanlewismaltby.com/Home/?p=78',0,'revision','',0),(81,1,'2012-01-17 19:44:36','2012-01-17 19:44:36','<div></div>Work\r\n\r\n\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-10','','','2012-01-17 19:44:36','2012-01-17 19:44:36','',36,'http://www.ethanlewismaltby.com/Home/?p=81',0,'revision','',0),(79,1,'2012-01-17 19:42:22','2012-01-17 19:42:22','<div>[dj_manager_mp id=\"Theatre\"]</div>Work\r\n\r\n&nbsp;\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-8','','','2012-01-17 19:42:22','2012-01-17 19:42:22','',36,'http://www.ethanlewismaltby.com/Home/?p=79',0,'revision','',0),(80,1,'2012-01-17 19:42:39','2012-01-17 19:42:39','<div>[dj_manager_mp id=\"Theatre\"]</div>Work\r\n\r\n\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-9','','','2012-01-17 19:42:39','2012-01-17 19:42:39','',36,'http://www.ethanlewismaltby.com/Home/?p=80',0,'revision','',0),(132,1,'2012-01-20 18:22:41','2012-01-20 18:22:41','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-26','','','2012-01-20 18:22:41','2012-01-20 18:22:41','',36,'http://www.ethanlewismaltby.com/Home/36-revision-26/',0,'revision','',0),(130,1,'2012-01-20 18:20:51','2012-01-20 18:20:51','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n<div style=\"clear: both;\">\r\n\r\n[aapp type=\"player\"]\r\n[track title=\"The Paul Allen Song\" format=\"mp3 ogg\"]\r\nhttp://terrillthompson.com/music/audio/paulallen\r\n[/track]\r\n[track title=\"Une Chanson Française\" format=\"mp3 ogg\" lang=\"fr\"]\r\nhttp://terrillthompson.com/music/audio/frenchsong\r\n[/track]\r\n[/aapp]\r\n\r\n</div>\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-24','','','2012-01-20 18:20:51','2012-01-20 18:20:51','',36,'http://www.ethanlewismaltby.com/Home/36-revision-24/',0,'revision','',0),(131,1,'2012-01-20 18:21:10','2012-01-20 18:21:10','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n<div style=\"clear: both;\">\r\n\r\n[aapp type=\"player\"]\r\n[track title=\"The Paul Allen Song\" format=\"mp3 ogg\"]\r\nhttp://terrillthompson.com/music/audio/paulallen\r\n[/track]\r\n[track title=\"Une Chanson Française\" format=\"mp3 ogg\"]\r\nhttp://terrillthompson.com/music/audio/frenchsong\r\n[/track]\r\n[/aapp]\r\n\r\n</div>\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-25','','','2012-01-20 18:21:10','2012-01-20 18:21:10','',36,'http://www.ethanlewismaltby.com/Home/36-revision-25/',0,'revision','',0),(82,1,'2012-01-17 19:44:51','2012-01-17 19:44:51','<div></div>Work\r\n\r\n\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-11','','','2012-01-17 19:44:51','2012-01-17 19:44:51','',36,'http://www.ethanlewismaltby.com/Home/?p=82',0,'revision','',0),(83,1,'2012-01-17 19:45:05','2012-01-17 19:45:05','<div></div>Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-12','','','2012-01-17 19:45:05','2012-01-17 19:45:05','',36,'http://www.ethanlewismaltby.com/Home/?p=83',0,'revision','',0),(84,1,'2012-01-17 19:51:58','2012-01-17 19:51:58','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n\r\n<div class=\"clearfix\"></div>\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-13','','','2012-01-17 19:51:58','2012-01-17 19:51:58','',36,'http://www.ethanlewismaltby.com/Home/?p=84',0,'revision','',0),(85,1,'2012-01-17 19:52:18','2012-01-17 19:52:18','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n\r\n<div style=\"clear:both;\"></div>\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-14','','','2012-01-17 19:52:18','2012-01-17 19:52:18','',36,'http://www.ethanlewismaltby.com/Home/?p=85',0,'revision','',0),(87,1,'2012-01-17 19:58:00','2012-01-17 19:58:00','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n\r\n\r\n<div style=\"clear:both;\"></div>\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-16','','','2012-01-17 19:58:00','2012-01-17 19:58:00','',36,'http://www.ethanlewismaltby.com/Home/?p=87',0,'revision','',0),(86,1,'2012-01-17 19:57:37','2012-01-17 19:57:37','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n\r\n[dj_manager_mp id=\"Theatre\"]\r\n\r\n<div style=\"clear:both;\"></div>\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-15','','','2012-01-17 19:57:37','2012-01-17 19:57:37','',36,'http://www.ethanlewismaltby.com/Home/?p=86',0,'revision','',0),(88,1,'2012-01-17 19:59:42','2012-01-17 19:59:42','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n\r\n[dj_manager_mp id=\"Film\"]\r\n\r\n\r\n<div style=\"clear:both;\"></div>\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-17','','','2012-01-17 19:59:42','2012-01-17 19:59:42','',36,'http://www.ethanlewismaltby.com/Home/?p=88',0,'revision','',0),(89,1,'2012-01-17 18:41:27','2012-01-17 18:41:27','News','News','','inherit','closed','open','','27-revision-3','','','2012-01-17 18:41:27','2012-01-17 18:41:27','',27,'http://www.ethanlewismaltby.com/Home/?p=89',0,'revision','',0),(91,1,'2012-01-17 20:14:17','2012-01-17 20:14:17','','AboutELM','','inherit','closed','open','','aboutelm','','','2012-01-17 20:14:17','2012-01-17 20:14:17','',25,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg',0,'attachment','image/jpeg',0),(90,1,'2012-01-17 20:06:58','2012-01-17 20:06:58','News\r\n\r\n[dj_manager_sc]','News','','inherit','closed','open','','27-revision-4','','','2012-01-17 20:06:58','2012-01-17 20:06:58','',27,'http://www.ethanlewismaltby.com/Home/?p=90',0,'revision','',0),(92,1,'2012-01-17 18:41:27','2012-01-17 18:41:27','About','About','','inherit','closed','open','','25-revision-3','','','2012-01-17 18:41:27','2012-01-17 18:41:27','',25,'http://www.ethanlewismaltby.com/Home/?p=92',0,'revision','',0),(292,1,'2012-02-04 21:21:21','2012-02-04 21:21:21','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n\r\n<span style=\"line-height:1.5;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.\r\n\r\nMaltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).\r\n\r\nIn 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.\r\n\r\nMaltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</span>','About','','inherit','closed','open','','25-revision-11','','','2012-02-04 21:21:21','2012-02-04 21:21:21','',25,'http://www.ethanlewismaltby.com/Home/25-revision-11/',0,'revision','',0),(95,1,'2012-06-19 23:36:09','2012-06-19 23:36:09','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the players walk-on anthem for all major FA games.</p>\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received rave reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'. <span style=\"line-height: 1.6;\">Maltby recently finished scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\' and the score for the national touring Dance Theatre piece \'Ignite\'.</span></p>','About','','inherit','closed','open','','25-autosave','','','2012-06-19 23:36:09','2012-06-19 23:36:09','',25,'http://www.ethanlewismaltby.com/Home/?p=95',0,'revision','',0),(93,1,'2012-01-17 20:14:57','2012-01-17 20:14:57','About\r\n\r\n<a href=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\"><img class=\"alignleft size-full wp-image-91\" style=\"padding:10px;\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" /></a>\r\n\r\nEthan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.\r\n\r\n&nbsp;\r\n\r\nMaltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).\r\n\r\n&nbsp;\r\n\r\nIn 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.\r\n\r\n&nbsp;\r\n\r\nMaltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Querido Cain\'.','About','','inherit','closed','open','','25-revision-4','','','2012-01-17 20:14:57','2012-01-17 20:14:57','',25,'http://www.ethanlewismaltby.com/Home/?p=93',0,'revision','',0),(94,1,'2012-01-17 20:15:18','2012-01-17 20:15:18','<a href=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\"><img class=\"alignleft size-full wp-image-91\" style=\"padding: 10px;\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" /></a>\r\n\r\nEthan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.\r\n\r\nMaltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).\r\n\r\nIn 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.\r\n\r\nMaltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Querido Cain\'.','About','','inherit','closed','open','','25-revision-5','','','2012-01-17 20:15:18','2012-01-17 20:15:18','',25,'http://www.ethanlewismaltby.com/Home/?p=94',0,'revision','',0),(291,1,'2012-01-25 19:18:22','2012-01-25 19:18:22','<a href=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\"><img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" /></a>\r\n\r\nEthan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.\r\n\r\nMaltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).\r\n\r\nIn 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.\r\n\r\nMaltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Fill De Cain\'.','About','','inherit','closed','open','','25-revision-10','','','2012-01-25 19:18:22','2012-01-25 19:18:22','',25,'http://www.ethanlewismaltby.com/Home/25-revision-10/',0,'revision','',0),(96,1,'2012-01-17 20:10:18','2012-01-17 20:10:18','News','News','','inherit','closed','open','','27-revision-5','','','2012-01-17 20:10:18','2012-01-17 20:10:18','',27,'http://www.ethanlewismaltby.com/Home/?p=96',0,'revision','',0),(151,1,'2012-01-23 14:24:16','2012-01-23 14:24:16','','Media','','inherit','closed','open','','36-revision-39','','','2012-01-23 14:24:16','2012-01-23 14:24:16','',36,'http://www.ethanlewismaltby.com/Home/36-revision-39/',0,'revision','',0),(97,1,'2013-11-23 14:22:14','2013-11-23 14:22:14','<h1>ELM’s FA Overture used for the last five years by the FA</h1>\nELM’s track FA Overture which was composed for the FA Cup Final in 2008, has been used for he last five years as entrance music for the players at all main FA matches.','Slide 13','','inherit','closed','open','','62-autosave','','','2013-11-23 14:22:14','2013-11-23 14:22:14','',62,'http://www.ethanlewismaltby.com/Home/?p=97',0,'revision','',0),(98,1,'2012-01-18 23:17:57','2012-01-18 23:17:57','News\n\n[fancygallery id=\'ethans-work\']','News','','inherit','closed','open','','27-autosave','','','2012-01-18 23:17:57','2012-01-18 23:17:57','',27,'http://www.ethanlewismaltby.com/Home/27-autosave/',0,'revision','',0),(99,1,'2012-01-18 23:28:24','2012-01-18 23:28:24','Home','Home','','inherit','closed','open','','23-autosave','','','2012-01-18 23:28:24','2012-01-18 23:28:24','',23,'http://www.ethanlewismaltby.com/Home/?p=99',0,'revision','',0),(101,1,'2012-01-20 14:05:17','2012-01-20 14:05:17','','231653105_640','','inherit','closed','open','','231653105_640','','','2012-01-20 14:05:17','2012-01-20 14:05:17','',0,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/231653105_640.jpeg',0,'attachment','image/jpeg',0),(102,1,'2012-01-20 14:11:10','2012-01-20 14:11:10','','FaceOff','','inherit','closed','open','','faceoff','','','2012-01-20 14:11:10','2012-01-20 14:11:10','',0,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/FaceOff.jpg',0,'attachment','image/jpeg',0),(103,1,'2012-01-20 14:13:15','2012-01-20 14:13:15','','Courtenay','','inherit','closed','open','','courtenay','','','2012-01-20 14:13:15','2012-01-20 14:13:15','',0,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/Courtenay.jpg',0,'attachment','image/jpeg',0),(104,1,'2012-01-20 14:18:24','2012-01-20 14:18:24','','DrumChasersTrailer','','inherit','closed','open','','drumchaserstrailer','','','2012-01-20 14:18:24','2012-01-20 14:18:24','',0,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/DrumChasersTrailer.jpg',0,'attachment','image/jpeg',0),(105,1,'2012-01-20 14:21:23','2012-01-20 14:21:23','','NoiseTrailer','','inherit','closed','open','','noisetrailer','','','2012-01-20 14:21:23','2012-01-20 14:21:23','',0,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/NoiseTrailer.jpg',0,'attachment','image/jpeg',0),(106,1,'2012-01-20 14:24:43','2012-01-20 14:24:43','','NoiseWembley','','inherit','closed','open','','noisewembley','','','2012-01-20 14:24:43','2012-01-20 14:24:43','',0,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/NoiseWembley.jpg',0,'attachment','image/jpeg',0),(107,1,'2012-01-17 20:24:41','2012-01-17 20:24:41','News\r\n\r\n[fancygallery id=\'ethans-work\']','News','','inherit','closed','open','','27-revision-6','','','2012-01-17 20:24:41','2012-01-17 20:24:41','',27,'http://www.ethanlewismaltby.com/Home/?p=107',0,'revision','',0),(108,1,'2012-01-20 14:26:59','2012-01-20 14:26:59','[fancygallery id=\'ethans-work\']','News','','inherit','closed','open','','27-revision-7','','','2012-01-20 14:26:59','2012-01-20 14:26:59','',27,'http://www.ethanlewismaltby.com/Home/?p=108',0,'revision','',0),(109,1,'2012-01-17 20:15:39','2012-01-17 20:15:39','<a href=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\"><img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" /></a>\r\n\r\nEthan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.\r\n\r\nMaltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).\r\n\r\nIn 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.\r\n\r\nMaltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Querido Cain\'.','About','','inherit','closed','open','','25-revision-6','','','2012-01-17 20:15:39','2012-01-17 20:15:39','',25,'http://www.ethanlewismaltby.com/Home/?p=109',0,'revision','',0),(110,1,'2012-01-17 18:41:27','2012-01-17 18:41:27','Contact','Contact','','inherit','closed','open','','29-revision-4','','','2012-01-17 18:41:27','2012-01-17 18:41:27','',29,'http://www.ethanlewismaltby.com/Home/?p=110',0,'revision','',0),(111,1,'2012-01-17 18:41:27','2012-01-17 18:41:27','Home','Home','','inherit','closed','open','','23-revision-3','','','2012-01-17 18:41:27','2012-01-17 18:41:27','',23,'http://www.ethanlewismaltby.com/Home/?p=111',0,'revision','',0),(112,1,'2012-01-17 20:02:01','2012-01-17 20:02:01','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n<div style=\"clear: both;\">[dj_manager_playlist id=\"Film\"]</div>\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-18','','','2012-01-17 20:02:01','2012-01-17 20:02:01','',36,'http://www.ethanlewismaltby.com/Home/?p=112',0,'revision','',0),(113,1,'2012-01-20 16:15:11','2012-01-20 16:15:11','<a href=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\"><img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" /></a>\r\n\r\nEthan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.\r\n\r\nMaltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).\r\n\r\nIn 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.\r\n\r\nMaltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Querido Cain\'.','About','','inherit','closed','open','','25-revision-7','','','2012-01-20 16:15:11','2012-01-20 16:15:11','',25,'http://www.ethanlewismaltby.com/Home/?p=113',0,'revision','',0),(114,1,'2012-01-20 16:15:37','2012-01-20 16:15:37','Contact','Contact','','inherit','closed','open','','29-revision-5','','','2012-01-20 16:15:37','2012-01-20 16:15:37','',29,'http://www.ethanlewismaltby.com/Home/?p=114',0,'revision','',0),(115,1,'2012-01-20 16:15:56','2012-01-20 16:15:56','Home','Home','','inherit','closed','open','','23-revision-4','','','2012-01-20 16:15:56','2012-01-20 16:15:56','',23,'http://www.ethanlewismaltby.com/Home/?p=115',0,'revision','',0),(116,1,'2012-01-20 16:14:38','2012-01-20 16:14:38','[fancygallery id=\'ethans-work\']','News','','inherit','closed','open','','27-revision-8','','','2012-01-20 16:14:38','2012-01-20 16:14:38','',27,'http://www.ethanlewismaltby.com/Home/?p=116',0,'revision','',0),(117,1,'2012-01-17 18:41:27','2012-01-17 18:41:27','','Sample Page','','inherit','closed','open','','2-revision-3','','','2012-01-17 18:41:27','2012-01-17 18:41:27','',2,'http://www.ethanlewismaltby.com/Home/?p=117',0,'revision','',0),(118,1,'2012-01-20 16:16:52','2012-01-20 16:16:52','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n<div style=\"clear: both;\">[dj_manager_playlist id=\"Film\"]</div>\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-19','','','2012-01-20 16:16:52','2012-01-20 16:16:52','',36,'http://www.ethanlewismaltby.com/Home/?p=118',0,'revision','',0),(119,1,'2012-01-20 16:17:14','2012-01-20 16:17:14','Contact','Contact','','inherit','closed','open','','29-revision-6','','','2012-01-20 16:17:14','2012-01-20 16:17:14','',29,'http://www.ethanlewismaltby.com/Home/29-revision-6/',0,'revision','',0),(120,1,'2012-01-24 21:01:02','2012-01-24 21:01:02','[gravityform id=1 title=false description=false ajax=true]','Contact','','inherit','closed','open','','29-autosave','','','2012-01-24 21:01:02','2012-01-24 21:01:02','',29,'http://www.ethanlewismaltby.com/Home/29-autosave/',0,'revision','',0),(121,1,'2012-01-20 16:18:25','2012-01-20 16:18:25','Contact','Contact','','inherit','closed','open','','29-revision-7','','','2012-01-20 16:18:25','2012-01-20 16:18:25','',29,'http://www.ethanlewismaltby.com/Home/29-revision-7/',0,'revision','',0),(122,1,'2012-01-20 16:51:37','2012-01-20 16:51:37','Contact\r\n\r\n[gravityform id=1 title=false description=false ajax=true]','Contact','','inherit','closed','open','','29-revision-8','','','2012-01-20 16:51:37','2012-01-20 16:51:37','',29,'http://www.ethanlewismaltby.com/Home/29-revision-8/',0,'revision','',0),(123,1,'2012-01-20 16:52:06','2012-01-20 16:52:06','Contact\r\n\r\n[gravityform id=1 title=false description=false ajax=true]','Contact','','inherit','closed','open','','29-revision-9','','','2012-01-20 16:52:06','2012-01-20 16:52:06','',29,'http://www.ethanlewismaltby.com/Home/29-revision-9/',0,'revision','',0),(124,1,'2012-01-20 16:52:16','2012-01-20 16:52:16','[gravityform id=1 title=false description=false ajax=true]','Contact','','inherit','closed','open','','29-revision-10','','','2012-01-20 16:52:16','2012-01-20 16:52:16','',29,'http://www.ethanlewismaltby.com/Home/29-revision-10/',0,'revision','',0),(125,1,'2012-01-20 16:52:35','2012-01-20 16:52:35','[gravityform id=1 title=false description=true ajax=true]','Contact','','inherit','closed','open','','29-revision-11','','','2012-01-20 16:52:35','2012-01-20 16:52:35','',29,'http://www.ethanlewismaltby.com/Home/29-revision-11/',0,'revision','',0),(126,1,'2012-01-20 16:17:14','2012-01-20 16:17:14','Work\r\n[dj_manager_mp id=\"Theatre\"]\r\n<div style=\"clear: both;\">[dj_manager_playlist id=\"Film\"]</div>\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?','Work','','inherit','closed','open','','36-revision-20','','','2012-01-20 16:17:14','2012-01-20 16:17:14','',36,'http://www.ethanlewismaltby.com/Home/36-revision-20/',0,'revision','',0),(136,1,'2012-01-20 18:27:38','2012-01-20 18:27:38','<div align=\"center\">\r\n[dj_manager_mp id=\"Theatre\"]\r\n</div>\r\n\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-30','','','2012-01-20 18:27:38','2012-01-20 18:27:38','',36,'http://www.ethanlewismaltby.com/Home/36-revision-30/',0,'revision','',0),(135,1,'2012-01-20 18:27:12','2012-01-20 18:27:12','<div style=\"text-align:center; width:100%;\">\r\n[dj_manager_mp id=\"Theatre\"]\r\n</div>\r\n\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-29','','','2012-01-20 18:27:12','2012-01-20 18:27:12','',36,'http://www.ethanlewismaltby.com/Home/36-revision-29/',0,'revision','',0),(137,1,'2012-01-20 18:28:28','2012-01-20 18:28:28','<div style=\"margin:0px auto;\">\r\n[dj_manager_mp id=\"Theatre\"]\r\n</div>\r\n\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-31','','','2012-01-20 18:28:28','2012-01-20 18:28:28','',36,'http://www.ethanlewismaltby.com/Home/36-revision-31/',0,'revision','',0),(138,1,'2012-01-20 18:28:52','2012-01-20 18:28:52','<div style=\"margin:0px auto; width:100%;\">\r\n[dj_manager_mp id=\"Theatre\"]\r\n</div>\r\n\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-32','','','2012-01-20 18:28:52','2012-01-20 18:28:52','',36,'http://www.ethanlewismaltby.com/Home/36-revision-32/',0,'revision','',0),(139,1,'2012-01-20 18:29:21','2012-01-20 18:29:21','<div style=\"margin: 60px 0 60px 0;\">\r\n[dj_manager_mp id=\"Theatre\"]\r\n</div>\r\n\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-33','','','2012-01-20 18:29:21','2012-01-20 18:29:21','',36,'http://www.ethanlewismaltby.com/Home/36-revision-33/',0,'revision','',0),(140,1,'2012-01-20 18:29:39','2012-01-20 18:29:39','<div style=\"margin: 0px 60px 0px 60px;\">\r\n[dj_manager_mp id=\"Theatre\"]\r\n</div>\r\n\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-34','','','2012-01-20 18:29:39','2012-01-20 18:29:39','',36,'http://www.ethanlewismaltby.com/Home/36-revision-34/',0,'revision','',0),(141,1,'2012-01-20 18:29:59','2012-01-20 18:29:59','<div style=\"margin: 0px 250px 0px 250px;\">\r\n[dj_manager_mp id=\"Theatre\"]\r\n</div>\r\n\r\n&nbsp;','Work','','inherit','closed','open','','36-revision-35','','','2012-01-20 18:29:59','2012-01-20 18:29:59','',36,'http://www.ethanlewismaltby.com/Home/36-revision-35/',0,'revision','',0),(145,1,'2012-01-20 19:21:06','2012-01-20 19:21:06','[dj_manager_mp id=\"Theatre\"]','Work','','inherit','closed','open','','36-revision-37','','','2012-01-20 19:21:06','2012-01-20 19:21:06','',36,'http://www.ethanlewismaltby.com/Home/36-revision-37/',0,'revision','',0),(146,1,'2012-01-20 16:17:14','2012-01-20 16:17:14','[fancygallery id=\'ethans-work\']','News','','inherit','closed','open','','27-revision-9','','','2012-01-20 16:17:14','2012-01-20 16:17:14','',27,'http://www.ethanlewismaltby.com/Home/27-revision-9/',0,'revision','',0),(147,1,'2012-01-20 19:58:34','2012-01-20 19:58:34','[fancygallery id=\'ethans-work\']','Video','','inherit','closed','open','','27-revision-10','','','2012-01-20 19:58:34','2012-01-20 19:58:34','',27,'http://www.ethanlewismaltby.com/Home/27-revision-10/',0,'revision','',0),(148,1,'2012-01-20 19:58:20','2012-01-20 19:58:20','[dj_manager_mp id=\"Theatre\"]','Audio','','inherit','closed','open','','36-revision-38','','','2012-01-20 19:58:20','2012-01-20 19:58:20','',36,'http://www.ethanlewismaltby.com/Home/36-revision-38/',0,'revision','',0),(150,1,'2012-01-23 14:24:46','2012-01-23 14:24:46','[fancygallery id=\'ethans-work\']','Video','','inherit','closed','open','','27-revision-12','','','2012-01-23 14:24:46','2012-01-23 14:24:46','',27,'http://www.ethanlewismaltby.com/Home/27-revision-12/',0,'revision','',0),(152,1,'2012-01-23 14:26:13','2012-01-23 14:26:13','','Media','','inherit','closed','open','','36-revision-40','','','2012-01-23 14:26:13','2012-01-23 14:26:13','',36,'http://www.ethanlewismaltby.com/Home/36-revision-40/',0,'revision','',0),(153,1,'2012-01-23 14:35:37','2012-01-23 14:35:37','<div id=\"left-half\">\r\n<p>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n</p>\r\n</div>','Media','','inherit','closed','open','','36-revision-41','','','2012-01-23 14:35:37','2012-01-23 14:35:37','',36,'http://www.ethanlewismaltby.com/Home/36-revision-41/',0,'revision','',0),(154,1,'2012-01-23 14:39:32','2012-01-23 14:39:32','<div id=\"left-half\">\r\n<p>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n</p>\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<p>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n</p>\r\n</div>','Media','','inherit','closed','open','','36-revision-42','','','2012-01-23 14:39:32','2012-01-23 14:39:32','',36,'http://www.ethanlewismaltby.com/Home/36-revision-42/',0,'revision','',0),(156,1,'2012-01-23 14:52:03','2012-01-23 14:52:03','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<p>\r\n[soundcloud url=\"http://api.soundcloud.com/playlists/1433160?secret_token=s-z8Hbr\" params=\"show_comments=false&auto_play=false&show_playcount=false&show_artwork=false&color=0f1144\" width=\"100%\" height=\"360\" ]\r\n</p>\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<p>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n</p>\r\n</div>\r\n</div>','Media','','inherit','closed','open','','36-revision-44','','','2012-01-23 14:52:03','2012-01-23 14:52:03','',36,'http://www.ethanlewismaltby.com/Home/36-revision-44/',0,'revision','',0),(155,1,'2012-01-23 14:41:06','2012-01-23 14:41:06','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<p>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n</p>\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<p>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n</p>\r\n</div>\r\n</div>','Media','','inherit','closed','open','','36-revision-43','','','2012-01-23 14:41:06','2012-01-23 14:41:06','',36,'http://www.ethanlewismaltby.com/Home/36-revision-43/',0,'revision','',0),(158,1,'2012-01-23 14:58:05','2012-01-23 14:58:05','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<object height=\"360\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"360\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>\r\n</div>\r\n<div id=\"right-half\">\r\n\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n\r\n</div>\r\n</div>','Media','','inherit','closed','open','','36-revision-46','','','2012-01-23 14:58:05','2012-01-23 14:58:05','',36,'http://www.ethanlewismaltby.com/Home/36-revision-46/',0,'revision','',0),(157,1,'2012-01-23 14:58:00','2012-01-23 14:58:00','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<object height=\"360\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"360\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>   <span>Ethan Lewis Maltby - Various by <a href=\"http://soundcloud.com/ethan-lewis-maltby\">Ethan Lewis Maltby</a></span>\r\n</div>\r\n<div id=\"right-half\">\r\n\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n\r\n</div>\r\n</div>','Media','','inherit','closed','open','','36-revision-45','','','2012-01-23 14:58:00','2012-01-23 14:58:00','',36,'http://www.ethanlewismaltby.com/Home/36-revision-45/',0,'revision','',0),(159,1,'2012-01-23 14:59:01','2012-01-23 14:59:01','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<object height=\"345\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"345\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>\r\n</div>\r\n<div id=\"right-half\">\r\n\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n\r\n</div>\r\n</div>','Media','','inherit','closed','open','','36-revision-47','','','2012-01-23 14:59:01','2012-01-23 14:59:01','',36,'http://www.ethanlewismaltby.com/Home/36-revision-47/',0,'revision','',0),(160,1,'2012-01-23 15:03:57','2012-01-23 15:03:57','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<object height=\"345\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"345\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>\r\n</div>\r\n<div id=\"right-half\">\r\n<object type=\"application/x-shockwave-flash\" width=\"400\" height=\"345\" data=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\">    <param name=\"quality\" value=\"best\" />        <param name=\"allowfullscreen\" value=\"true\" />        <param name=\"allowscriptaccess\" value=\"always\" />    <param name=\"scale\" value=\"showAll\" />    <param name=\"movie\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /></object>\r\n</div>\r\n</div>','Media','','inherit','closed','open','','36-revision-48','','','2012-01-23 15:03:57','2012-01-23 15:03:57','',36,'http://www.ethanlewismaltby.com/Home/36-revision-48/',0,'revision','',0),(161,1,'2012-01-23 15:04:40','2012-01-23 15:04:40','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<object height=\"345\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"345\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>\r\n</div>\r\n<div id=\"right-half\">\r\n<object type=\"application/x-shockwave-flash\" width=\"400\" height=\"345\" data=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\">    <param name=\"quality\" value=\"best\" />        <param name=\"allowfullscreen\" value=\"true\" />        <param name=\"allowscriptaccess\" value=\"always\" />    <param name=\"scale\" value=\"showAll\" />    <param name=\"movie\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /></object>\r\n</div>\r\n</div>','Audio','','inherit','closed','open','','36-revision-49','','','2012-01-23 15:04:40','2012-01-23 15:04:40','',36,'http://www.ethanlewismaltby.com/Home/36-revision-49/',0,'revision','',0),(162,1,'2012-01-23 15:07:20','2012-01-23 15:07:20','<h2 class=\"right-shift\">Video</h2>\r\n<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<object height=\"345\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"345\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>\r\n</div>\r\n<div id=\"right-half\">\r\n<object type=\"application/x-shockwave-flash\" width=\"400\" height=\"345\" data=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\">    <param name=\"quality\" value=\"best\" />        <param name=\"allowfullscreen\" value=\"true\" />        <param name=\"allowscriptaccess\" value=\"always\" />    <param name=\"scale\" value=\"showAll\" />    <param name=\"movie\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /></object>\r\n</div>\r\n</div>','Audio','','inherit','closed','open','','36-revision-50','','','2012-01-23 15:07:20','2012-01-23 15:07:20','',36,'http://www.ethanlewismaltby.com/Home/36-revision-50/',0,'revision','',0),(163,1,'2012-01-23 15:07:57','2012-01-23 15:07:57','<h2 class=\"right-shift\">Video</h2>\r\n<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<object height=\"345\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"345\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>\r\n</div>\r\n<div id=\"right-half\">\r\n<object type=\"application/x-shockwave-flash\" width=\"400\" height=\"345\" data=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\">    <param name=\"quality\" value=\"best\" />        <param name=\"allowfullscreen\" value=\"true\" />        <param name=\"allowscriptaccess\" value=\"always\" />    <param name=\"scale\" value=\"showAll\" />    <param name=\"movie\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /></object>\r\n</div>\r\n</div>','Audio','','inherit','closed','open','','36-revision-51','','','2012-01-23 15:07:57','2012-01-23 15:07:57','',36,'http://www.ethanlewismaltby.com/Home/36-revision-51/',0,'revision','',0),(164,1,'2012-01-23 15:12:08','2012-01-23 15:12:08','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<object height=\"345\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"345\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object type=\"application/x-shockwave-flash\" width=\"400\" height=\"345\" data=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\">    <param name=\"quality\" value=\"best\" />        <param name=\"allowfullscreen\" value=\"true\" />        <param name=\"allowscriptaccess\" value=\"always\" />    <param name=\"scale\" value=\"showAll\" />    <param name=\"movie\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /></object>\r\n</div>\r\n</div>','Audio','','inherit','closed','open','','36-revision-52','','','2012-01-23 15:12:08','2012-01-23 15:12:08','',36,'http://www.ethanlewismaltby.com/Home/36-revision-52/',0,'revision','',0),(165,1,'2012-01-23 15:12:57','2012-01-23 15:12:57','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<object height=\"345\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"345\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object type=\"application/x-shockwave-flash\" width=\"400\" height=\"345\" data=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\">    <param name=\"quality\" value=\"best\" />        <param name=\"allowfullscreen\" value=\"true\" />        <param name=\"allowscriptaccess\" value=\"always\" />    <param name=\"scale\" value=\"showAll\" />    <param name=\"movie\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /></object>\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-53','','','2012-01-23 15:12:57','2012-01-23 15:12:57','',36,'http://www.ethanlewismaltby.com/Home/36-revision-53/',0,'revision','',0),(166,1,'2012-01-23 14:25:20','2012-01-23 14:25:20','','Reviews','','inherit','closed','open','','27-revision-13','','','2012-01-23 14:25:20','2012-01-23 14:25:20','',27,'http://www.ethanlewismaltby.com/Home/27-revision-13/',0,'revision','',0),(167,1,'2012-01-23 16:01:22','2012-01-23 16:01:22','','Reviews','','inherit','closed','open','','27-revision-14','','','2012-01-23 16:01:22','2012-01-23 16:01:22','',27,'http://www.ethanlewismaltby.com/Home/27-revision-14/',0,'revision','',0),(168,1,'2012-02-25 13:36:29','2012-02-25 13:36:29','DrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','On DrumChasers...\"It had me hooked from the first beat to the very last.\"','publish','closed','closed','','review-1','','','2015-06-18 20:15:20','2015-06-18 20:15:20','',0,'http://www.ethanlewismaltby.com/Home/?p=168',0,'post','',0),(449,1,'2012-02-25 13:13:24','2012-02-25 13:13:24','Mid Hants Observer – Noise Ensemble -  The Nuffield, Southampton\r\n\r\nAn extract from the article/review “Tub thumping”\r\n\r\nIt was with some trepidation that I approached Noise Ensemble, billed as an “international percussion sensation”… Any misgivings I may have had were instantly extinguished when a voice announced that the following performance would contain “graphic beatings and scenes of a percussive nature.” A statement of intent that hinted that Noise Ensemble didn’t take itself too seriously. From this point on we were treated to a riotous evening of non stop entertainment.\r\n\r\nNoise Ensemble is a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show. A couple of legible entries mention rock band with xylophones (certainly no bad thing in my book ), the tongue in cheek cable TV-style interludes, and a real ‘vaudevillian feel’ (don’t ask how I wrote that in the dark), with comic interludes reminiscent of traditional circus clowns.\r\n\r\nMusically speaking, there were moments of jaw-dropping beauty, particularly the interplay between marimbas, xylophones and the rest of the percussive arsenal. Noise Ensemble covers a lot of ground. Late in the set we were treated to some 70s style wah-wah guitar and choreography that appeared to pay homage to West Side Story, unsurprising elements when you consider the composer’s background in film scores.\r\n\r\nNoise Ensemble is certainly unique, relentlessly entertaining and shot through with plenty of humour, delivered by an impossibly good looking cast. It’s an energetic show that I would have no hesitation in recommending to audiences of all ages. Another demonstration of The Nuffield’s commitment to original and spectacular productions. On top of that I’ve had to reappraise my relationship with drums and drumming. For now at least.','Mid Hants Observer ','On Noise Ensemble... \"a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show.\"','publish','closed','closed','','mid-hants-observer','','','2015-06-18 20:15:20','2015-06-18 20:15:20','',0,'http://www.ethanlewismaltby.com/Home/?p=449',0,'post','',0),(169,1,'2012-01-23 16:18:42','2012-01-23 16:18:42','','Review 1','','inherit','closed','open','','168-revision','','','2012-01-23 16:18:42','2012-01-23 16:18:42','',168,'http://www.ethanlewismaltby.com/Home/168-revision/',0,'revision','',0),(170,1,'2012-01-23 16:19:29','2012-01-23 16:19:29','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Review 1','','inherit','closed','open','','168-revision-2','','','2012-01-23 16:19:29','2012-01-23 16:19:29','',168,'http://www.ethanlewismaltby.com/Home/168-revision-2/',0,'revision','',0),(171,1,'2012-01-23 16:20:16','2012-01-23 16:20:16','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Review 1','','inherit','closed','open','','168-revision-3','','','2012-01-23 16:20:16','2012-01-23 16:20:16','',168,'http://www.ethanlewismaltby.com/Home/168-revision-3/',0,'revision','',0),(172,1,'2012-02-25 13:40:29','2012-02-25 13:40:29','By Jonathan Wilkes\r\n\r\nNoise Ensemble’s epic musical DrumChasers, replacing vocals with percussion, is an explosive display of sound and light. Eleven virtuosic performers with endless energy and talent offered a mesmerising experience and a beautiful story.\r\n\r\nCaretaker at a concert hall, Mr Bennett (Jack Warner), witnesses a doorway opening to a dystopian world where people play percussion instruments, inlcuding drums, xylophones and triangles, as communication. And Noiseland’s inhabitants play extremely well, never missing a beat.\r\n\r\nA Dr Seuss-esque narration by Stephen Fry tells us they are caught in an age-old feud. War is prevented only by the mystical powers of the Noise Wrangler and her purple lightsabres. A blossoming Romeo and Juliet romance and a discovery by Mr Bennett however could lead to peace.\r\n\r\nThe truly spectacular DrumChasers leaves one in awe of how every element worked in exquisite harmony. It perfectly balanced gravitas and self-deprecation so the audience (which should have been bigger) never doubted Noise Ensemble’s soulful tale.\r\n\r\nThe melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful, stentorian drumming quickly followed by more melodious, playful flourishes on xylophones and glockenspiels.\r\n\r\nIt had action, romance, poignancy and comedy – a pitch-black performance with glow-in-the-dark levitating drums being especially funny. The industrial set and apocalyptic costumes, and a literally breath-taking lighting design, really enhanced the production.\r\n\r\nSpecial mention must go to Georgina King for the exhilarating choreography and to composer, director and creator Ethan Lewis Maltby.\r\n\r\nHis resplendent production is a profoundly affecting and memorable theatrical experience.\r\n\r\nHere’s hoping the doorway to Noiseland opens again.','The York Press','On DrumChasers...\"The melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful...\"','publish','closed','closed','','review-2','','','2015-06-18 20:15:20','2015-06-18 20:15:20','',0,'http://www.ethanlewismaltby.com/Home/?p=172',0,'post','',0),(448,1,'2012-01-23 20:52:42','2012-01-23 20:52:42','DrumChasers at the Civic – A New Masterpiece\r\n\r\n&nbsp;\r\n\r\nBy Andy Bramfitt\r\n\r\n&nbsp;\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\n&nbsp;\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\n&nbsp;\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\n&nbsp;\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\n&nbsp;\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\n&nbsp;\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\n&nbsp;\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\n&nbsp;\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\n&nbsp;\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\n&nbsp;\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','\"It had me hooked from the first beat to the very last.\"','inherit','closed','open','','168-revision-20','','','2012-01-23 20:52:42','2012-01-23 20:52:42','',168,'http://www.ethanlewismaltby.com/Home/168-revision-20/',0,'revision','',0),(173,1,'2012-01-23 16:45:16','2012-01-23 16:45:16','','Review 2','','inherit','closed','open','','172-revision','','','2012-01-23 16:45:16','2012-01-23 16:45:16','',172,'http://www.ethanlewismaltby.com/Home/172-revision/',0,'revision','',0),(437,1,'2012-02-24 17:31:35','2012-02-24 17:31:35','<div id=\"left-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><param name=\"wmode\" value=\"transparent\" /><embed width=\"100%\" height=\"345\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\r\n<div id=\"right-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"wmode\" value=\"transparent\" /><param name=\"src\" value=\"http://player.vimeo.com/hubnut/album/1811655?color=ffffff&amp;background=000000&amp;slideshow=0&amp;video_title=1&amp;video_byline=0\" /><embed width=\"100%\" height=\"345\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" src=\"http://player.vimeo.com/hubnut/album/1811655?color=ffffff&amp;background=000000&amp;slideshow=0&amp;video_title=1&amp;video_byline=0\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object></div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-7','','','2012-02-24 17:31:35','2012-02-24 17:31:35','',7,'http://www.ethanlewismaltby.com/Home/7-revision-7/',0,'revision','',0),(182,1,'2012-01-23 16:58:01','2012-01-23 16:58:01','WHAT A Show, Drumchasers has certainly promised a great evenings entertainment in Torquay – This is something that you’ve NEVER Seen before, it is a Musical, without words – but a Hell of a lot of drums!!\r\n\r\nFeaturing the Voice of Stephen Fry, this show has everything, Music, Action, Comedy, Fun, Energy! It was immense. I was so glad to be able to see this show in Torquay, it was a shame to see that the 1,500 seater venue was only a third full, which was a real shame, as the amount of energy that each cast member put into this show – was totally amazing.\r\n\r\nThe music was just great listening, and certainly put a smile on your face watching, my mother in fact took a short video of the show, and I hope that we’re not breaching any copyright laws, but I feel that other people should see HOW amazing this show actually is.\r\n\r\nThe show features all percussions from a Triangle to a Drum, and an amazing 10 minute piece to a Xylophone. A Cast of 11 play with their hearts content, this amazing choreographed production though a Romeo and Juliet story set in ‘Noiseland’ world, which expands into the Human world of an old Theatre where the caretaker ‘Mr Bennett’ played by Jack Warner looks after the instruments which are stored there, he’s the one that solves the way which brings back the peace to everyone at Noiseland.\r\n\r\nDrumchasers is an entertaining piece of work, and the skill which is used throughout the show, not just playing the instruments by dancing with them, and making the show come alive is amazing. The Sound was superb, and the Lighting – Wow, It was FANTASTIC! The lighting designer for this show must be very proud, and I Can imagine very fun to design.\r\n\r\nThis is a NEW Show, and I understand why there maybe wasn’t so many people – But, if this show comes near you, it’s 100% worth a watch! Buy Tickets!!\r\n\r\nPLEASE Come back to Torquay Drumchasers!','Talk Torbay','On DrumChasers...\"The music was just great listening...It was immense...\"','publish','closed','closed','','review-5','','','2015-06-18 20:15:21','2015-06-18 20:15:21','',0,'http://www.ethanlewismaltby.com/Home/?p=182',0,'post','',0),(445,1,'2012-01-23 20:16:54','2012-01-23 20:16:54','By Angie Johnson\r\n\r\n&nbsp;\r\n\r\nDrumchasers is a fusion of everything that’s great about live performance. It has terrific music and dancing, an intriguing set and one of the best lighting designs I’ve ever seen in the theatre. Above all it has a unique idea that fascinates while it entertains. Featuring every percussion instrument you can think of, and more, this is one fabulous evening out.\r\n\r\n&nbsp;\r\n\r\nThe story that frames all this expertise revolves around Mr Bennett (an assured performance by Jack Warner offering plenty of comic relief), an elderly Concert Hall caretaker looking after the instrument store, which one night is magically subsumed into the percussive otherworld of the Drumchasers. Energy is the keynote of this show — powerful drumming and dance create an epic world where an eternal battle between two opposing forces is played out with a myriad of different percussion instruments. But as with all good epics, there is also a love story amid the conflict, which allows for the interweaving of sequences using more gentle sounds such as the marimba. It’s a cleverly wrought plot that enables great variation in the sound and dance sequences.\r\n\r\n&nbsp;\r\n\r\nSometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad, but it’s always well realised. Importantly, it’s a show that takes its themes seriously but never veers into the pretentious. This is helped by the whimsy-free narration provided by Stephen Fry. The cast of ten are all terrific in both the playing and dancing departments. Each of them have their own intriguing character and accomplished special sequences, and when they come together as an ensemble they are simply mind-blowing. The choreography by Georgina King works fantastically well with the overall vision of Ethan Lewis Maltby, the composer, creator and director.\r\n\r\n&nbsp;\r\n\r\nThere is also a bit of non-threatening audience participation (synchronised clapping!) which was great fun and made us all feel part of this truly spectacular event. If ever a show deserved a run in the West End it’s this one.','The Oxford Times','\"Sometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad...simply mind-blowing...\"','inherit','closed','open','','176-revision-5','','','2012-01-23 20:16:54','2012-01-23 20:16:54','',176,'http://www.ethanlewismaltby.com/Home/176-revision-5/',0,'revision','',0),(183,1,'2012-01-23 16:57:54','2012-01-23 16:57:54','','Review 5','','inherit','closed','open','','182-revision','','','2012-01-23 16:57:54','2012-01-23 16:57:54','',182,'http://www.ethanlewismaltby.com/Home/182-revision/',0,'revision','',0),(174,1,'2012-01-23 16:45:54','2012-01-23 16:45:54','By Vera Fletcher\r\n\r\nDrumChasers sells itself as an explosion of sound and light with a story of romance, rivalry and rhythm and it doesn\'t disappoint. Think Romeo and Juliet with drumsticks (and without the poison). The synopsis of the show tells the story of Mr Bennett, a caretaker in an old concert hall who looks after the instruments stored within its walls. However, one night, something happens, something loud and something otherworldly and he is transported to the land of the DrumChasers. I felt this premise got a bit lost within the first ten minutes, Mr Bennett being swiftly cast aside from view and frantic, captivating drumming prevailed. Just when I had almost written off the storyline as a feeble excuse for a night of intoxicating percussion, the soothing tones of Stephen Fry stepped in to narrate and educate the audience on The Noiseland Tale. Aside from the intermittent guidance of Mr Fry this story was told solely through the use of incredibly skilled drumming, expressive dance and imaginative lighting. Armed with drumsticks as weapons, the fight scenes made convincing battles with emotional integrity. The underlying love story was a particular highlight which needed no explanation, proving some of the best stories are wordless.\r\n\r\nThe performance was polished and professional and the story gained in momentum and strength as the show progressed. Mr Bennett too, being given a bit more stage time to ingrain himself in the performance. The drumming was electric and the energy was infectious, at times it took great pains not to jump up and join in from the aisles. Thankfully towards the shows end there was opportunity to participate rhythmically from the safety of your seat which culminated in a loud surge of release from the audience of previously bottled toe tapping and hand clapping.\r\n\r\nAlong the same vein, if you liked Stomp you\'ll love DrumChasers, an uplifting, enjoyable night out even for those with no rhythm.','RemoteGoat','On DrumChasers... \"A night of intoxicating percussion...the energy was infectious, at times it took great pains not to jump up and join in from the aisles.\"','publish','closed','closed','','review-3','','','2015-06-18 20:15:21','2015-06-18 20:15:21','',0,'http://www.ethanlewismaltby.com/Home/?p=174',0,'post','',0),(175,1,'2012-01-23 16:45:37','2012-01-23 16:45:37','','Review 3','','inherit','closed','open','','174-revision','','','2012-01-23 16:45:37','2012-01-23 16:45:37','',174,'http://www.ethanlewismaltby.com/Home/174-revision/',0,'revision','',0),(176,1,'2012-02-25 13:38:58','2012-02-25 13:38:58','By Angie Johnson\r\n\r\nDrumchasers is a fusion of everything that’s great about live performance. It has terrific music and dancing, an intriguing set and one of the best lighting designs I’ve ever seen in the theatre. Above all it has a unique idea that fascinates while it entertains. Featuring every percussion instrument you can think of, and more, this is one fabulous evening out.\r\n\r\nThe story that frames all this expertise revolves around Mr Bennett (an assured performance by Jack Warner offering plenty of comic relief), an elderly Concert Hall caretaker looking after the instrument store, which one night is magically subsumed into the percussive otherworld of the Drumchasers. Energy is the keynote of this show — powerful drumming and dance create an epic world where an eternal battle between two opposing forces is played out with a myriad of different percussion instruments. But as with all good epics, there is also a love story amid the conflict, which allows for the interweaving of sequences using more gentle sounds such as the marimba. It’s a cleverly wrought plot that enables great variation in the sound and dance sequences.\r\n\r\nSometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad, but it’s always well realised. Importantly, it’s a show that takes its themes seriously but never veers into the pretentious. This is helped by the whimsy-free narration provided by Stephen Fry. The cast of ten are all terrific in both the playing and dancing departments. Each of them have their own intriguing character and accomplished special sequences, and when they come together as an ensemble they are simply mind-blowing. The choreography by Georgina King works fantastically well with the overall vision of Ethan Lewis Maltby, the composer, creator and director.\r\n\r\nThere is also a bit of non-threatening audience participation (synchronised clapping!) which was great fun and made us all feel part of this truly spectacular event. If ever a show deserved a run in the West End it’s this one.','The Oxford Times','On DrumChasers... \"Sometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad...simply mind-blowing...\"','publish','closed','closed','','review-4','','','2015-06-18 20:15:20','2015-06-18 20:15:20','',0,'http://www.ethanlewismaltby.com/Home/?p=176',0,'post','',0),(177,1,'2012-01-23 16:46:52','2012-01-23 16:46:52','','Review 4','','inherit','closed','open','','176-revision','','','2012-01-23 16:46:52','2012-01-23 16:46:52','',176,'http://www.ethanlewismaltby.com/Home/176-revision/',0,'revision','',0),(180,1,'2012-01-23 16:45:29','2012-01-23 16:45:29','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Review 2','','inherit','closed','open','','172-revision-2','','','2012-01-23 16:45:29','2012-01-23 16:45:29','',172,'http://www.ethanlewismaltby.com/Home/172-revision-2/',0,'revision','',0),(179,1,'2012-01-23 16:47:18','2012-01-23 16:47:18','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Review 4','','inherit','closed','open','','176-revision-3','','','2012-01-23 16:47:18','2012-01-23 16:47:18','',176,'http://www.ethanlewismaltby.com/Home/176-revision-3/',0,'revision','',0),(178,1,'2012-01-23 16:46:58','2012-01-23 16:46:58','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Review 4','','inherit','closed','open','','176-revision-2','','','2012-01-23 16:46:58','2012-01-23 16:46:58','',176,'http://www.ethanlewismaltby.com/Home/176-revision-2/',0,'revision','',0),(184,1,'2012-01-25 13:35:30','2012-01-25 13:35:30','Review by Peter Lathan (2011)\r\n\r\nThe advertising for DrumChasers promises \"an evening quite unlike anything you’ve seen before.\" It is, we are told, \"a musical without words, but with drums.\"\r\n\r\nIt\'s a percussion show, from drum kit to triangle, from gong to xylophone. A cast of eleven (plus voice-over by Stephen Fry) play their carefully and tightly choreographed way through a variant on the Romeo and Juliet story set in a parallel world, Noiseland, which somehow bursts into our world in an old concert hall where caretaker Mr Bennett, played by Jack Warner, looks after the instruments stored there. He is to be the instrument (pun intended) which solves Noiseland\'s age-old problems and bringing back peace.\r\n\r\nAnd that\'s not a spoiler: it\'s in the advertising!\r\n\r\nThis could be the recipe for something cringingly self-indugent, and that feeling was exacerbated by the fact that, because I arrived early and was on my own for this show, I read the programme before it started. There, on the first inside page, was an introduction, written in verse which could have been penned by that master of the appalling rhyme, William McGonagall. My heart sank!\r\n\r\n(Those who don\'t know McGonagall really should look at McGonagall Online and marvel!)\r\n\r\nIf I say that, about a third of the way through the first act, these words are spoken by Stephen Fry, you will realise - as I did at that moment - that this is not a show that takes itself too seriously. Indeed, it is shot through with self-deprecating humour, subverting any expectation that we are going to get a tragedy - or even a melodrama. And it gets that balance between humour and the seriousness required to interest us in the story exactly right.\r\n\r\nWhat DrumChasers actually is is very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. The movement of the instruments on, off and around the stage (by the cast) is smooth and quick and the costumes and make-up were close to but not exactly of this world, nicely contrasted with Mr Bennett\'s brown coat and flat cap. I did wonder if the sticks which the Noise Wrangler uses to control her people were meant to remind us of Jedi light sabres. They certainly did me.\r\n\r\nBut it is the performances which will stick in the memory. There was a number (I can\'t think of any other word) in which two opposing faction members fought each other, circling back and forth round two xylophones placed centrestage and never missing a note or even for a second losing their confrontational body language and expressions. And a comic highlight was a duel between two triangle playing cast members.\r\n\r\nGreat fun!','Great British Theatre','On DrumChasers...\" very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. \"','publish','closed','closed','','review-6','','','2015-06-18 20:15:20','2015-06-18 20:15:20','',0,'http://www.ethanlewismaltby.com/Home/?p=184',0,'post','',0),(186,1,'2012-01-23 16:59:10','2012-01-23 16:59:10','It is not very often that one gets to see a world premiere, especially a world premiere in Blackpool, so we were delighted to be able to go and see the first ever performance of the new percussion based musical DrumChasers at the Blackpool Grand Theatre. Having not seen the previous “Noise Ensemble” we really did not know what to expect and went along with completely open minds. Think Ultravox (John Foxx version) do Coppelia, Doctor Who does West Side story and the Terminator meets Les Mis and you’re part way there.\r\n\r\nOddly enough, the caretaker - Mr Bennett - who starts off looking like a bedraggled Blakey out of “On The Buses” -ends up the hero in this tale of factions of warring musicians from another world, which is delightfully narrated by an absently bodied Stephen Fry. Apart from Fry’s outlining of the story, there are no words at all – no dialogue, no singing, more akin to a ballet in fact, relying purely on expressive dance routines and plenty of percussion as the story is told through a succession of musical numbers of varying dramatic gravitas. But this is not just two hours of mindless heavy drumming by any means. In a well balanced score that could easily grace a Hollywood sci fi blockbuster, we have a drummers duel, a piece played solely on the triangle and a romantic glockenspiel moment . There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.\r\n\r\nAwesome! Spellbinding! Magical! DrumChasers puts you in touch with the primitive being inside you, and in two of the numbers the audience were invited to join in. We loved every minute – from start to finish a fantastic fairytale. Marvellous choreography – the grim set and the war scenes were reminiscent of Les Miserables. Superb performances from talented and versatile musicians/dancers. If only we could somehow learn to harness the energy generated by the dynamic performers on the set of DrumChasers we could indeed save the world from nuclear meltdown. This is not mainstream theatre by any means but all the same absolutely unmissable. Please go and see it.','Best Kept Secrets','On DrumChasers...\"Awesome! Spellbinding! Magical!...There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.\"','publish','closed','closed','','review-7','','','2015-06-18 20:15:20','2015-06-18 20:15:20','',0,'http://www.ethanlewismaltby.com/Home/?p=186',0,'post','',0),(187,1,'2012-01-23 16:59:01','2012-01-23 16:59:01','','Review 7','','inherit','closed','open','','186-revision','','','2012-01-23 16:59:01','2012-01-23 16:59:01','',186,'http://www.ethanlewismaltby.com/Home/186-revision/',0,'revision','',0),(185,1,'2012-01-23 16:58:17','2012-01-23 16:58:17','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Review 6','','inherit','closed','open','','184-revision','','','2012-01-23 16:58:17','2012-01-23 16:58:17','',184,'http://www.ethanlewismaltby.com/Home/184-revision/',0,'revision','',0),(188,1,'2012-02-25 13:39:36','2012-02-25 13:39:36','The Stage - Review of Courtenay.\r\n\r\nTouring two prominent south east theatres and focusing on Kent\'s heritage creates a sense of identity for local audiences. However, its appeal would undoubtedly attract a wider audience should Bright Start Productions, in association with the Stag Theatre, Sevenoaks, choose to lengthen their tour. The plot reveals the impulsive Sir William Courtenay, revolutionary and suspected madman. With the energetic strains of Les Miserables, the large cast is headed by Loren Geeting in the title role. It is no surprise Geeting has won awards for his voice as he commands centre stage in both voice and stature. With a Macheath-like charm, Courtenay seduces local protester Sarah Culver (Renée Salewski) though the relationship does not lessen the action. Salewski appears childlike yet her voice reveals a maturity and control demanded of a lead role. Supporting character Katherine Tom (Antonia Bond), Courtenay\'s forgotten wife, appears fleetingly yet captures the sense of the wronged party. Sarah\'s sweetheart Nicholas Mears, played by David Wyatt, is well cast as tragically young and impulsive. Although the scenes seemed more like montages, Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement and the East Kent Living History and Re-Enactment Unit, in full uniform and firing as though their lives really did depend upon it.','The Stage','On Courtenay... \"Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement...\"','publish','closed','closed','','review-8','','','2015-06-18 20:15:20','2015-06-18 20:15:20','',0,'http://www.ethanlewismaltby.com/Home/?p=188',0,'post','',0),(189,1,'2012-01-23 16:59:29','2012-01-23 16:59:29','','Review 8','','inherit','closed','open','','188-revision','','','2012-01-23 16:59:29','2012-01-23 16:59:29','',188,'http://www.ethanlewismaltby.com/Home/188-revision/',0,'revision','',0),(190,1,'2012-01-23 16:59:36','2012-01-23 16:59:36','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Review 8','','inherit','closed','open','','188-revision-2','','','2012-01-23 16:59:36','2012-01-23 16:59:36','',188,'http://www.ethanlewismaltby.com/Home/188-revision-2/',0,'revision','',0),(192,1,'2012-01-23 17:00:41','2012-01-23 17:00:41','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Review 8','','inherit','closed','open','','188-revision-4','','','2012-01-23 17:00:41','2012-01-23 17:00:41','',188,'http://www.ethanlewismaltby.com/Home/188-revision-4/',0,'revision','',0),(191,1,'2012-01-23 16:59:54','2012-01-23 16:59:54','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Review 8','','inherit','closed','open','','188-revision-3','','','2012-01-23 16:59:54','2012-01-23 16:59:54','',188,'http://www.ethanlewismaltby.com/Home/188-revision-3/',0,'revision','',0),(193,1,'2012-01-23 16:45:54','2012-01-23 16:45:54','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Review 3','','inherit','closed','open','','174-revision-2','','','2012-01-23 16:45:54','2012-01-23 16:45:54','',174,'http://www.ethanlewismaltby.com/Home/174-revision-2/',0,'revision','',0),(214,1,'2012-01-23 20:15:45','2012-01-23 20:15:45','By Angie Johnson\n\n&nbsp;\n\nDrumchasers is a fusion of everything that’s great about live performance. It has terrific music and dancing, an intriguing set and one of the best lighting designs I’ve ever seen in the theatre. Above all it has a unique idea that fascinates while it entertains. Featuring every percussion instrument you can think of, and more, this is one fabulous evening out.\n\n&nbsp;\n\nThe story that frames all this expertise revolves around Mr Bennett (an assured performance by Jack Warner offering plenty of comic relief), an elderly Concert Hall caretaker looking after the instrument store, which one night is magically subsumed into the percussive otherworld of the Drumchasers. Energy is the keynote of this show — powerful drumming and dance create an epic world where an eternal battle between two opposing forces is played out with a myriad of different percussion instruments. But as with all good epics, there is also a love story amid the conflict, which allows for the interweaving of sequences using more gentle sounds such as the marimba. It’s a cleverly wrought plot that enables great variation in the sound and dance sequences.\n\n&nbsp;\n\nSometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad, but it’s always well realised. Importantly, it’s a show that takes its themes seriously but never veers into the pretentious. This is helped by the whimsy-free narration provided by Stephen Fry. The cast of ten are all terrific in both the playing and dancing departments. Each of them have their own intriguing character and accomplished special sequences, and when they come together as an ensemble they are simply mind-blowing. The choreography by Georgina King works fantastically well with the overall vision of Ethan Lewis Maltby, the composer, creator and director.\n\n&nbsp;\n\nThere is also a bit of non-threatening audience participation (synchronised clapping!) which was great fun and made us all feel part of this truly spectacular event. If ever a show deserved a run in the West End it’s this one.','The Oxford Times','','inherit','closed','open','','176-autosave','','','2012-01-23 20:15:45','2012-01-23 20:15:45','',176,'http://www.ethanlewismaltby.com/Home/176-autosave/',0,'revision','',0),(194,1,'2012-01-23 20:03:48','2012-01-23 20:03:48','DrumChasers at the Civic – A New Masterpiece\n\n&nbsp;\n\nBy Andy Bramfitt\n\n&nbsp;\n\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\n\n&nbsp;\n\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\n\n&nbsp;\n\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\n\n&nbsp;\n\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\n\n&nbsp;\n\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\n\n&nbsp;\n\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\n\n&nbsp;\n\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\n\n&nbsp;\n\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\n\n&nbsp;\n\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\n\n&nbsp;\n\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"','inherit','closed','open','','168-autosave','','','2012-01-23 20:03:48','2012-01-23 20:03:48','',168,'http://www.ethanlewismaltby.com/Home/168-autosave/',0,'revision','',0),(195,1,'2012-01-23 16:40:25','2012-01-23 16:40:25','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Review 1','','inherit','closed','open','','168-revision-4','','','2012-01-23 16:40:25','2012-01-23 16:40:25','',168,'http://www.ethanlewismaltby.com/Home/168-revision-4/',0,'revision','',0),(196,1,'2012-01-23 18:58:21','2012-01-23 18:58:21','<em>\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"</em>\r\n\r\nDrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming & exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades & Vinnie (James Hulme & James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.\r\n','What\'s On Northeast','','inherit','closed','open','','168-revision-5','','','2012-01-23 18:58:21','2012-01-23 18:58:21','',168,'http://www.ethanlewismaltby.com/Home/168-revision-5/',0,'revision','',0),(197,1,'2012-01-23 19:11:53','2012-01-23 19:11:53','<p><em>\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"</em></p>\r\n\r\nDrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming & exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades & Vinnie (James Hulme & James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.\r\n','What\'s On Northeast','','inherit','closed','open','','168-revision-6','','','2012-01-23 19:11:53','2012-01-23 19:11:53','',168,'http://www.ethanlewismaltby.com/Home/168-revision-6/',0,'revision','',0),(198,1,'2012-01-23 19:12:05','2012-01-23 19:12:05','<p><em>\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"</em></p><!–more–>\r\n\r\nDrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming & exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades & Vinnie (James Hulme & James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.\r\n','What\'s On Northeast','','inherit','closed','open','','168-revision-7','','','2012-01-23 19:12:05','2012-01-23 19:12:05','',168,'http://www.ethanlewismaltby.com/Home/168-revision-7/',0,'revision','',0),(200,1,'2012-01-23 19:13:47','2012-01-23 19:13:47','<em>\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"</em>\r\n\r\n[more]\r\n\r\nDrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','','inherit','closed','open','','168-revision-9','','','2012-01-23 19:13:47','2012-01-23 19:13:47','',168,'http://www.ethanlewismaltby.com/Home/168-revision-9/',0,'revision','',0),(199,1,'2012-01-23 19:12:29','2012-01-23 19:12:29','<em>\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"</em>\r\n\r\n&lt;!–more–&gt;\r\n\r\nDrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','','inherit','closed','open','','168-revision-8','','','2012-01-23 19:12:29','2012-01-23 19:12:29','',168,'http://www.ethanlewismaltby.com/Home/168-revision-8/',0,'revision','',0),(201,1,'2012-01-23 19:18:30','2012-01-23 19:18:30','<em>\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"</em>\r\n\r\n&nbsp;\r\n\r\nDrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','','inherit','closed','open','','168-revision-10','','','2012-01-23 19:18:30','2012-01-23 19:18:30','',168,'http://www.ethanlewismaltby.com/Home/168-revision-10/',0,'revision','',0),(202,1,'2012-01-23 19:27:32','2012-01-23 19:27:32','<p><em>\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"</em></p>\r\n\r\n&nbsp;\r\n\r\nDrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','','inherit','closed','open','','168-revision-11','','','2012-01-23 19:27:32','2012-01-23 19:27:32','',168,'http://www.ethanlewismaltby.com/Home/168-revision-11/',0,'revision','',0),(204,1,'2012-01-23 19:28:58','2012-01-23 19:28:58','<p><em>\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"</em></p>\r\n\r\n&nbsp;\r\n\r\nDrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','','inherit','closed','open','','168-revision-13','','','2012-01-23 19:28:58','2012-01-23 19:28:58','',168,'http://www.ethanlewismaltby.com/Home/168-revision-13/',0,'revision','',0),(203,1,'2012-01-23 19:28:33','2012-01-23 19:28:33','<p><em>\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"</em></p>\r\n\r\n&nbsp;\r\n\r\n<p>DrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.</p>','What\'s On Northeast','','inherit','closed','open','','168-revision-12','','','2012-01-23 19:28:33','2012-01-23 19:28:33','',168,'http://www.ethanlewismaltby.com/Home/168-revision-12/',0,'revision','',0),(206,1,'2012-01-23 19:48:03','2012-01-23 19:48:03','<em>\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"</em>\r\n\r\nDrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','','inherit','closed','open','','168-revision-15','','','2012-01-23 19:48:03','2012-01-23 19:48:03','',168,'http://www.ethanlewismaltby.com/Home/168-revision-15/',0,'revision','',0),(205,1,'2012-01-23 19:36:52','2012-01-23 19:36:52','<p><em>\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"</em></p>\r\n\r\n&nbsp;\r\n\r\n<p>DrumChasers at the Civic – A New Masterpiece</p>\r\n\r\n<p>By Andy Bramfitt</p>\r\n\r\n<p>You know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.</p>','What\'s On Northeast','','inherit','closed','open','','168-revision-14','','','2012-01-23 19:36:52','2012-01-23 19:36:52','',168,'http://www.ethanlewismaltby.com/Home/168-revision-14/',0,'revision','',0),(208,1,'2012-01-23 20:01:15','2012-01-23 20:01:15','DrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"','inherit','closed','open','','168-revision-17','','','2012-01-23 20:01:15','2012-01-23 20:01:15','',168,'http://www.ethanlewismaltby.com/Home/168-revision-17/',0,'revision','',0),(207,1,'2012-01-23 19:55:24','2012-01-23 19:55:24','<em>\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nDrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','','inherit','closed','open','','168-revision-16','','','2012-01-23 19:55:24','2012-01-23 19:55:24','',168,'http://www.ethanlewismaltby.com/Home/168-revision-16/',0,'revision','',0),(209,1,'2012-01-23 20:02:10','2012-01-23 20:02:10','DrumChasers at the Civic – A New Masterpiece\r\n\r\n&nbsp;\r\n\r\nBy Andy Bramfitt\r\n\r\n&nbsp;\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"','inherit','closed','open','','168-revision-18','','','2012-01-23 20:02:10','2012-01-23 20:02:10','',168,'http://www.ethanlewismaltby.com/Home/168-revision-18/',0,'revision','',0),(243,1,'2012-01-23 20:49:14','2012-01-23 20:49:14','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<div style=\"position:relative;top:-20px;\">\r\n<h2>Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-68','','','2012-01-23 20:49:14','2012-01-23 20:49:14','',36,'http://www.ethanlewismaltby.com/Home/36-revision-68/',0,'revision','',0),(210,1,'2012-01-23 20:09:38','2012-01-23 20:09:38','By Jonathan Wilkes\n\n&nbsp;\n\nNoise Ensemble’s epic musical DrumChasers, replacing vocals with percussion, is an explosive display of sound and light. Eleven virtuosic performers with endless energy and talent offered a mesmerising experience and a beautiful story.\n\n&nbsp;\n\nCaretaker at a concert hall, Mr Bennett (Jack Warner), witnesses a doorway opening to a dystopian world where people play percussion instruments, inlcuding drums, xylophones and triangles, as communication. And Noiseland’s inhabitants play extremely well, never missing a beat.\n\n&nbsp;\n\nA Dr Seuss-esque narration by Stephen Fry tells us they are caught in an age-old feud. War is prevented only by the mystical powers of the Noise Wrangler and her purple lightsabres. A blossoming Romeo and Juliet romance and a discovery by Mr Bennett however could lead to peace.\n\n&nbsp;\n\nThe truly spectacular DrumChasers leaves one in awe of how every element worked in exquisite harmony. It perfectly balanced gravitas and self-deprecation so the audience (which should have been bigger) never doubted Noise Ensemble’s soulful tale.\n\n&nbsp;\n\nThe melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful, stentorian drumming quickly followed by more melodious, playful flourishes on xylophones and glockenspiels.\n\n&nbsp;\n\nIt had action, romance, poignancy and comedy – a pitch-black performance with glow-in-the-dark levitating drums being especially funny. The industrial set and apocalyptic costumes, and a literally breath-taking lighting design, really enhanced the production.\n\n&nbsp;\n\nSpecial mention must go to Georgina King for the exhilarating choreography and to composer, director and creator Ethan Lewis Maltby.\n\n&nbsp;\n\nHis resplendent production is a profoundly affecting and memorable theatrical experience.\n\n&nbsp;\n\nHere’s hoping the doorway to Noiseland opens again.','The York Press','','inherit','closed','open','','172-autosave','','','2012-01-23 20:09:38','2012-01-23 20:09:38','',172,'http://www.ethanlewismaltby.com/Home/172-autosave/',0,'revision','',0),(211,1,'2012-01-23 16:47:57','2012-01-23 16:47:57','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Review 2','','inherit','closed','open','','172-revision-3','','','2012-01-23 16:47:57','2012-01-23 16:47:57','',172,'http://www.ethanlewismaltby.com/Home/172-revision-3/',0,'revision','',0),(212,1,'2012-01-23 20:13:41','2012-01-23 20:13:41','By Vera Fletcher\n\n&nbsp;\n\nDrumChasers sells itself as an explosion of sound and light with a story of romance, rivalry and rhythm and it doesn\'t disappoint. Think Romeo and Juliet with drumsticks (and without the poison). The synopsis of the show tells the story of Mr Bennett, a caretaker in an old concert hall who looks after the instruments stored within its walls. However, one night, something happens, something loud and something otherworldly and he is transported to the land of the DrumChasers. I felt this premise got a bit lost within the first ten minutes, Mr Bennett being swiftly cast aside from view and frantic, captivating drumming prevailed. Just when I had almost written off the storyline as a feeble excuse for a night of intoxicating percussion, the soothing tones of Stephen Fry stepped in to narrate and educate the audience on The Noiseland Tale. Aside from the intermittent guidance of Mr Fry this story was told solely through the use of incredibly skilled drumming, expressive dance and imaginative lighting. Armed with drumsticks as weapons, the fight scenes made convincing battles with emotional integrity. The underlying love story was a particular highlight which needed no explanation, proving some of the best stories are wordless.\n\n&nbsp;\n\nThe performance was polished and professional and the story gained in momentum and strength as the show progressed. Mr Bennett too, being given a bit more stage time to ingrain himself in the performance. The drumming was electric and the energy was infectious, at times it took great pains not to jump up and join in from the aisles. Thankfully towards the shows end there was opportunity to participate rhythmically from the safety of your seat which culminated in a loud surge of release from the audience of previously bottled toe tapping and hand clapping.\n\n&nbsp;\n\nAlong the same vein, if you liked Stomp you\'ll love DrumChasers, an uplifting, enjoyable night out even for those with no rhythm.','RemoteGoat','\"A night of intoxicating percussion...the energy was infectious, at times it took great pains not to jump up and join in from the aisles.\"','inherit','closed','open','','174-autosave','','','2012-01-23 20:13:41','2012-01-23 20:13:41','',174,'http://www.ethanlewismaltby.com/Home/174-autosave/',0,'revision','',0),(213,1,'2012-01-23 18:12:36','2012-01-23 18:12:36','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Review 3','','inherit','closed','open','','174-revision-3','','','2012-01-23 18:12:36','2012-01-23 18:12:36','',174,'http://www.ethanlewismaltby.com/Home/174-revision-3/',0,'revision','',0),(215,1,'2012-01-23 16:47:36','2012-01-23 16:47:36','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Review 4','','inherit','closed','open','','176-revision-4','','','2012-01-23 16:47:36','2012-01-23 16:47:36','',176,'http://www.ethanlewismaltby.com/Home/176-revision-4/',0,'revision','',0),(216,1,'2012-01-23 20:18:07','2012-01-23 20:18:07','WHAT A Show, Drumchasers has certainly promised a great evenings entertainment in Torquay – This is something that you’ve NEVER Seen before, it is a Musical, without words – but a Hell of a lot of drums!!\n\n&nbsp;\n\nFeaturing the Voice of Stephen Fry, this show has everything, Music, Action, Comedy, Fun, Energy! It was immense. I was so glad to be able to see this show in Torquay, it was a shame to see that the 1,500 seater venue was only a third full, which was a real shame, as the amount of energy that each cast member put into this show – was totally amazing.\n\n&nbsp;\n\nThe music was just great listening, and certainly put a smile on your face watching, my mother in fact took a short video of the show, and I hope that we’re not breaching any copyright laws, but I feel that other people should see HOW amazing this show actually is.\n\n&nbsp;\n\nThe show features all percussions from a Triangle to a Drum, and an amazing 10 minute piece to a Xylophone. A Cast of 11 play with their hearts content, this amazing choreographed production though a Romeo and Juliet story set in ‘Noiseland’ world, which expands into the Human world of an old Theatre where the caretaker ‘Mr Bennett’ played by Jack Warner looks after the instruments which are stored there, he’s the one that solves the way which brings back the peace to everyone at Noiseland.\n\n&nbsp;\n\nDrumchasers is an entertaining piece of work, and the skill which is used throughout the show, not just playing the instruments by dancing with them, and making the show come alive is amazing. The Sound was superb, and the Lighting – Wow, It was FANTASTIC! The lighting designer for this show must be very proud, and I Can imagine very fun to design.\n\n&nbsp;\n\nThis is a NEW Show, and I understand why there maybe wasn’t so many people – But, if this show comes near you, it’s 100% worth a watch! Buy Tickets!!\n\n&nbsp;\n\nPLEASE Come back to Torquay Drumchasers!','Talk Torbay','\"The music was just great listening...','inherit','closed','open','','182-autosave','','','2012-01-23 20:18:07','2012-01-23 20:18:07','',182,'http://www.ethanlewismaltby.com/Home/182-autosave/',0,'revision','',0),(217,1,'2012-01-23 16:58:01','2012-01-23 16:58:01','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Review 5','','inherit','closed','open','','182-revision-2','','','2012-01-23 16:58:01','2012-01-23 16:58:01','',182,'http://www.ethanlewismaltby.com/Home/182-revision-2/',0,'revision','',0),(218,1,'2012-02-06 14:08:41','2012-02-06 14:08:41','Review by Peter Lathan (2011)\n\nThe advertising for DrumChasers promises \"an evening quite unlike anything you’ve seen before.\" It is, we are told, \"a musical without words, but with drums.\"\n\n&nbsp;\n\nIt\'s a percussion show, from drum kit to triangle, from gong to xylophone. A cast of eleven (plus voice-over by Stephen Fry) play their carefully and tightly choreographed way through a variant on the Romeo and Juliet story set in a parallel world, Noiseland, which somehow bursts into our world in an old concert hall where caretaker Mr Bennett, played by Jack Warner, looks after the instruments stored there. He is to be the instrument (pun intended) which solves Noiseland\'s age-old problems and bringing back peace.\n\n&nbsp;\n\nAnd that\'s not a spoiler: it\'s in the advertising!\n\n&nbsp;\n\nThis could be the recipe for something cringingly self-indugent, and that feeling was exacerbated by the fact that, because I arrived early and was on my own for this show, I read the programme before it started. There, on the first inside page, was an introduction, written in verse which could have been penned by that master of the appalling rhyme, William McGonagall. My heart sank!\n\n&nbsp;\n\n(Those who don\'t know McGonagall really should look at McGonagall Online and marvel!)\n\n&nbsp;\n\nIf I say that, about a third of the way through the first act, these words are spoken by Stephen Fry, you will realise - as I did at that moment - that this is not a show that takes itself too seriously. Indeed, it is shot through with self-deprecating humour, subverting any expectation that we are going to get a tragedy - or even a melodrama. And it gets that balance between humour and the seriousness required to interest us in the story exactly right.\n\n&nbsp;\n\nWhat DrumChasers actually is is very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. The movement of the instruments on, off and around the stage (by the cast) is smooth and quick and the costumes and make-up were close to but not exactly of this world, nicely contrasted with Mr Bennett\'s brown coat and flat cap. I did wonder if the sticks which the Noise Wrangler uses to control her people were meant to remind us of Jedi light sabres. They certainly did me.\n\n&nbsp;\n\nBut it is the performances which will stick in the memory. There was a number (I can\'t think of any other word) in which two opposing faction members fought each other, circling back and forth round two xylophones placed centrestage and never missing a note or even for a second losing their confrontational body language and expressions. And a comic highlight was a duel between two triangle playing cast members.\n\n&nbsp;\n\nGreat fun!','Great British Theatre','\"Very entertaining...\"','inherit','closed','open','','184-autosave','','','2012-02-06 14:08:41','2012-02-06 14:08:41','',184,'http://www.ethanlewismaltby.com/Home/184-autosave/',0,'revision','',0),(219,1,'2012-01-23 16:58:30','2012-01-23 16:58:30','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Review 6','','inherit','closed','open','','184-revision-2','','','2012-01-23 16:58:30','2012-01-23 16:58:30','',184,'http://www.ethanlewismaltby.com/Home/184-revision-2/',0,'revision','',0),(220,1,'2012-02-06 14:07:02','2012-02-06 14:07:02','It is not very often that one gets to see a world premiere, especially a world premiere in Blackpool, so we were delighted to be able to go and see the first ever performance of the new percussion based musical DrumChasers at the Blackpool Grand Theatre. Having not seen the previous “Noise Ensemble” we really did not know what to expect and went along with completely open minds. Think Ultravox (John Foxx version) do Coppelia, Doctor Who does West Side story and the Terminator meets Les Mis and you’re part way there.\n\n&nbsp;\n\nOddly enough, the caretaker - Mr Bennett - who starts off looking like a bedraggled Blakey out of “On The Buses” -ends up the hero in this tale of factions of warring musicians from another world, which is delightfully narrated by an absently bodied Stephen Fry. Apart from Fry’s outlining of the story, there are no words at all – no dialogue, no singing, more akin to a ballet in fact, relying purely on expressive dance routines and plenty of percussion as the story is told through a succession of musical numbers of varying dramatic gravitas. But this is not just two hours of mindless heavy drumming by any means. In a well balanced score that could easily grace a Hollywood sci fi blockbuster, we have a drummers duel, a piece played solely on the triangle and a romantic glockenspiel moment . There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.\n\n&nbsp;\n\nAwesome! Spellbinding! Magical! DrumChasers puts you in touch with the primitive being inside you, and in two of the numbers the audience were invited to join in. We loved every minute – from start to finish a fantastic fairytale. Marvellous choreography – the grim set and the war scenes were reminiscent of Les Miserables. Superb performances from talented and versatile musicians/dancers. If only we could somehow learn to harness the energy generated by the dynamic performers on the set of DrumChasers we could indeed save the world from nuclear meltdown. This is not mainstream theatre by any means but all the same absolutely unmissable. Please go and see it.','Best Kept Secrets','Awesome! Spellbinding! Magical!...There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.','inherit','closed','open','','186-autosave','','','2012-02-06 14:07:02','2012-02-06 14:07:02','',186,'http://www.ethanlewismaltby.com/Home/186-autosave/',0,'revision','',0),(221,1,'2012-01-23 16:59:10','2012-01-23 16:59:10','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.','Review 7','','inherit','closed','open','','186-revision-2','','','2012-01-23 16:59:10','2012-01-23 16:59:10','',186,'http://www.ethanlewismaltby.com/Home/186-revision-2/',0,'revision','',0),(222,1,'2012-01-23 17:00:56','2012-01-23 17:00:56','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Review 8','','inherit','closed','open','','188-revision-5','','','2012-01-23 17:00:56','2012-01-23 17:00:56','',188,'http://www.ethanlewismaltby.com/Home/188-revision-5/',0,'revision','',0),(223,1,'2012-02-06 14:04:50','2012-02-06 14:04:50','Touring two prominent south east theatres and focusing on Kent\'s heritage creates a sense of identity for local audiences. However, its appeal would undoubtedly attract a wider audience should Bright Start Productions, in association with the Stag Theatre, Sevenoaks, choose to lengthen their tour. The plot reveals the impulsive Sir William Courtenay, revolutionary and suspected madman. With the energetic strains of Les Miserables, the large cast is headed by Loren Geeting in the title role. It is no surprise Geeting has won awards for his voice as he commands centre stage in both voice and stature. With a Macheath-like charm, Courtenay seduces local protester Sarah Culver (Renée Salewski) though the relationship does not lessen the action. Salewski appears childlike yet her voice reveals a maturity and control demanded of a lead role. Supporting character Katherine Tom (Antonia Bond), Courtenay\'s forgotten wife, appears fleetingly yet captures the sense of the wronged party. Sarah\'s sweetheart Nicholas Mears, played by David Wyatt, is well cast as tragically young and impulsive. Although the scenes seemed more like montages, Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement and the East Kent Living History and Re-Enactment Unit, in full uniform and firing as though their lives really did depend upon it.','The Stage','\"Ethan Lewis Maltby\'s score is beautifully written.\"','inherit','closed','open','','188-autosave','','','2012-02-06 14:04:50','2012-02-06 14:04:50','',188,'http://www.ethanlewismaltby.com/Home/188-autosave/',0,'revision','',0),(224,1,'2012-01-23 20:23:41','2012-01-23 20:23:41','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Review 8','','inherit','closed','open','','188-revision-6','','','2012-01-23 20:23:41','2012-01-23 20:23:41','',188,'http://www.ethanlewismaltby.com/Home/188-revision-6/',0,'revision','',0),(225,1,'2012-01-23 20:28:56','2012-01-23 20:28:56','Long after the smoke has drifted from the battlefield, audiences will remember Courtenay.\r\n\r\nThis musical plucked from the Kentish history books - and fashioned into a sophisticated entertainment by a composer and lyricist relatively new to the genre – deserves its place on a wider stage.\r\n\r\nBy turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\r\n\r\nWhile paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability and while that may not be fashionable it certainly helps to convince ticket-buyers that they have had their money’s worth. See a show and take a tune away with you is no bad slogan even for a modern musical.\r\n\r\nEach of the central characters in Courtenay has a haunting theme of his or her own which blend to great effect at moments of tenderness, for this show is not all about dreams of the 19th century working man finding his true worth under the sleety, unforgiving gaze of establishment figures.\r\n\r\nLyricist Christopher Neame has taken a complex subject and given a perspective to Courtenay\'s story that many historians have discarded in favour of a simplistic view that the protagonist was mad and all his followers simple. The lyrics, particularly those given to Courtenay are intelligent without being polemical.\r\n\r\nAt the opening at Canterbury’s Marlowe Theatre on Thursday it was hard to find any chinks in this emotive story of one man\'s slide from visionary enthusiasm to self-delusion and destruction. There were some technical problems, chiefly with the sound balance, but the principals and ensemble worked together to produce a first night to be proud of.\r\n\r\nThe show is fortunate in having a trio of voices at the top that would match the best the West End has to offer. Loren Geeting as Courtenay, Renée Salewski as the object of his desire, Sarah Culver and David Wyatt as Nicholas Mears, the lover cast aside by Culver for Courtenay’s more dazzling attractions, are a class act. Wyatt has a voice that we will hear again and again if the scouts are doing their job and Geeting and Salewski both live up to their credentials.\r\n\r\nLindsey Mack as the Canterbury Marshal, Captain Townsend, cuts a dash darkly as the man who is out to thwart Courtenay\'s egalitarian ambitions. His presence is like that of a sinister crow. Antonia Bond generates tenderness as the wife Courtenay left behind, struggling to understand her husband’s wild side and Anthony Garner provides a solid presence as the narrator Everyman who guides the audience, many of whom will be unfamiliar with the story, carefully and unobtrusively.\r\n\r\nSet design is also instrumental to the success of this show. Veteran film and TV designer Roy Stannard, a newcomer to the theatre whose credits include David Lean\'s Lawrence of Arabia, has produced a simple, yet effective raked platform in which most of the action is concentrated, focusing the attention perfectly.\r\n\r\nAll this is overseen by a reaper, a simple agricultural machine seen as the means by which the landowner will emasculate the labourer.\r\n\r\nAs the show opens, the machine, cast as the grim reaper, dominates a stark scene as the countrysiders who will come to follow Courtenay, scrape a living from the soil while sinister clouds drift across the landscape. The climate of fear is brought home by blood-red effects schemed by Ben M Rogers, a lighting designer with many West End and international credits to his name, whose skills help to create Courtenay\'s many memorable moods.\r\n\r\nThis homespun show is something Kent can be proud of and one that audiences anywhere would appreciate. Surely local history was never this alive, or so worthy of the standing ovation it got on Thursday.\r\n\r\nRussell Flint','Kent on Sunday','On Courtenay... \"By turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\"','publish','closed','closed','','kent-on-sunday','','','2015-06-18 20:15:20','2015-06-18 20:15:20','',0,'http://www.ethanlewismaltby.com/Home/?p=225',0,'post','',0),(226,1,'2012-01-23 20:27:47','2012-01-23 20:27:47','Long after the smoke has drifted from the battlefield, audiences will remember Courtenay.\n\nThis musical plucked from the Kentish history books - and fashioned into a sophisticated entertainment by a composer and lyricist relatively new to the genre – deserves its place on a wider stage.\n\nBy turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\n\nWhile paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability and while that may not be fashionable it certainly helps to convince ticket-buyers that they have had their money’s worth. See a show and take a tune away with you is no bad slogan even for a modern musical.\n\nEach of the central characters in Courtenay has a haunting theme of his or her own which blend to great effect at moments of tenderness, for this show is not all about dreams of the 19th century working man finding his true worth under the sleety, unforgiving gaze of establishment figures.\n\nLyricist Christopher Neame has taken a complex subject and given a perspective to Courtenay\'s story that many historians have discarded in favour of a simplistic view that the protagonist was mad and all his followers simple. The lyrics, particularly those given to Courtenay are intelligent without being polemical.\n\nAt the opening at Canterbury’s Marlowe Theatre on Thursday it was hard to find any chinks in this emotive story of one man\'s slide from visionary enthusiasm to self-delusion and destruction. There were some technical problems, chiefly with the sound balance, but the principals and ensemble worked together to produce a first night to be proud of.\n\nThe show is fortunate in having a trio of voices at the top that would match the best the West End has to offer. Loren Geeting as Courtenay, Renée Salewski as the object of his desire, Sarah Culver and David Wyatt as Nicholas Mears, the lover cast aside by Culver for Courtenay’s more dazzling attractions, are a class act. Wyatt has a voice that we will hear again and again if the scouts are doing their job and Geeting and Salewski both live up to their credentials.\n\nLindsey Mack as the Canterbury Marshal, Captain Townsend, cuts a dash darkly as the man who is out to thwart Courtenay\'s egalitarian ambitions. His presence is like that of a sinister crow. Antonia Bond generates tenderness as the wife Courtenay left behind, struggling to understand her husband’s wild side and Anthony Garner provides a solid presence as the narrator Everyman who guides the audience, many of whom will be unfamiliar with the story, carefully and unobtrusively.\n\nSet design is also instrumental to the success of this show. Veteran film and TV designer Roy Stannard, a newcomer to the theatre whose credits include David Lean\'s Lawrence of Arabia, has produced a simple, yet effective raked platform in which most of the action is concentrated, focusing the attention perfectly.\n\nAll this is overseen by a reaper, a simple agricultural machine seen as the means by which the landowner will emasculate the labourer.\n\nAs the show opens, the machine, cast as the grim reaper, dominates a stark scene as the countrysiders who will come to follow Courtenay, scrape a living from the soil while sinister clouds drift across the landscape. The climate of fear is brought home by blood-red effects schemed by Ben M Rogers, a lighting designer with many West End and international credits to his name, whose skills help to create Courtenay\'s many memorable moods.\n\nThis homespun show is something Kent can be proud of and one that audiences anywhere would appreciate. Surely local history was never this alive, or so worthy of the standing ovation it got on Thursday.\n\nRussell Flint','Kent on Sunday','','inherit','closed','open','','225-revision','','','2012-01-23 20:27:47','2012-01-23 20:27:47','',225,'http://www.ethanlewismaltby.com/Home/225-revision/',0,'revision','',0),(227,1,'2012-02-25 13:31:36','2012-02-25 13:31:36','Long after the smoke has drifted from the battlefield, audiences will remember Courtenay.\n\nThis musical plucked from the Kentish history books - and fashioned into a sophisticated entertainment by a composer and lyricist relatively new to the genre – deserves its place on a wider stage.\n\nBy turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\n\nWhile paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability and while that may not be fashionable it certainly helps to convince ticket-buyers that they have had their money’s worth. See a show and take a tune away with you is no bad slogan even for a modern musical.\n\nEach of the central characters in Courtenay has a haunting theme of his or her own which blend to great effect at moments of tenderness, for this show is not all about dreams of the 19th century working man finding his true worth under the sleety, unforgiving gaze of establishment figures.\n\nLyricist Christopher Neame has taken a complex subject and given a perspective to Courtenay\'s story that many historians have discarded in favour of a simplistic view that the protagonist was mad and all his followers simple. The lyrics, particularly those given to Courtenay are intelligent without being polemical.\n\nAt the opening at Canterbury’s Marlowe Theatre on Thursday it was hard to find any chinks in this emotive story of one man\'s slide from visionary enthusiasm to self-delusion and destruction. There were some technical problems, chiefly with the sound balance, but the principals and ensemble worked together to produce a first night to be proud of.\n\nThe show is fortunate in having a trio of voices at the top that would match the best the West End has to offer. Loren Geeting as Courtenay, Renée Salewski as the object of his desire, Sarah Culver and David Wyatt as Nicholas Mears, the lover cast aside by Culver for Courtenay’s more dazzling attractions, are a class act. Wyatt has a voice that we will hear again and again if the scouts are doing their job and Geeting and Salewski both live up to their credentials.\n\nLindsey Mack as the Canterbury Marshal, Captain Townsend, cuts a dash darkly as the man who is out to thwart Courtenay\'s egalitarian ambitions. His presence is like that of a sinister crow. Antonia Bond generates tenderness as the wife Courtenay left behind, struggling to understand her husband’s wild side and Anthony Garner provides a solid presence as the narrator Everyman who guides the audience, many of whom will be unfamiliar with the story, carefully and unobtrusively.\n\nSet design is also instrumental to the success of this show. Veteran film and TV designer Roy Stannard, a newcomer to the theatre whose credits include David Lean\'s Lawrence of Arabia, has produced a simple, yet effective raked platform in which most of the action is concentrated, focusing the attention perfectly.\n\nAll this is overseen by a reaper, a simple agricultural machine seen as the means by which the landowner will emasculate the labourer.\n\nAs the show opens, the machine, cast as the grim reaper, dominates a stark scene as the countrysiders who will come to follow Courtenay, scrape a living from the soil while sinister clouds drift across the landscape. The climate of fear is brought home by blood-red effects schemed by Ben M Rogers, a lighting designer with many West End and international credits to his name, whose skills help to create Courtenay\'s many memorable moods.\n\nThis homespun show is something Kent can be proud of and one that audiences anywhere would appreciate. Surely local history was never this alive, or so worthy of the standing ovation it got on Thursday.\n\nRussell Flint','Kent on Sunday','On Courtenay... \"By turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\"','inherit','closed','open','','225-autosave','','','2012-02-25 13:31:36','2012-02-25 13:31:36','',225,'http://www.ethanlewismaltby.com/Home/225-autosave/',0,'revision','',0),(228,1,'2012-01-23 15:19:38','2012-01-23 15:19:38','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<object height=\"345\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"345\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object type=\"application/x-shockwave-flash\" width=\"100%\" height=\"345\" data=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\">    <param name=\"quality\" value=\"best\" />        <param name=\"allowfullscreen\" value=\"true\" />        <param name=\"allowscriptaccess\" value=\"always\" />    <param name=\"scale\" value=\"showAll\" />    <param name=\"movie\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /></object>\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-54','','','2012-01-23 15:19:38','2012-01-23 15:19:38','',36,'http://www.ethanlewismaltby.com/Home/36-revision-54/',0,'revision','',0),(234,1,'2012-01-23 20:36:31','2012-01-23 20:36:31','\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-60','','','2012-01-23 20:36:31','2012-01-23 20:36:31','',36,'http://www.ethanlewismaltby.com/Home/36-revision-60/',0,'revision','',0),(229,1,'2012-01-23 20:31:26','2012-01-23 20:31:26','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-55','','','2012-01-23 20:31:26','2012-01-23 20:31:26','',36,'http://www.ethanlewismaltby.com/Home/36-revision-55/',0,'revision','',0),(230,1,'2012-01-23 20:31:38','2012-01-23 20:31:38','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-56','','','2012-01-23 20:31:38','2012-01-23 20:31:38','',36,'http://www.ethanlewismaltby.com/Home/36-revision-56/',0,'revision','',0),(231,1,'2012-01-23 20:32:06','2012-01-23 20:32:06','<div id=\"wrapper\">\r\n<div id=\"left-half\"><h2>Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n\r\n<div id=\"right-half\"><h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-57','','','2012-01-23 20:32:06','2012-01-23 20:32:06','',36,'http://www.ethanlewismaltby.com/Home/36-revision-57/',0,'revision','',0),(232,1,'2012-01-23 20:33:32','2012-01-23 20:33:32','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></h2>\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-58','','','2012-01-23 20:33:32','2012-01-23 20:33:32','',36,'http://www.ethanlewismaltby.com/Home/36-revision-58/',0,'revision','',0),(233,1,'2012-01-23 20:35:30','2012-01-23 20:35:30','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-59','','','2012-01-23 20:35:30','2012-01-23 20:35:30','',36,'http://www.ethanlewismaltby.com/Home/36-revision-59/',0,'revision','',0),(245,1,'2012-01-23 21:08:02','2012-01-23 21:08:02','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n\r\n<iframe width=\"100%\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;auto_play=false&amp;show_artwork=false&amp;color=0f1144\"></iframe>\r\n\r\n\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-70','','','2012-01-23 21:08:02','2012-01-23 21:08:02','',36,'http://www.ethanlewismaltby.com/Home/36-revision-70/',0,'revision','',0),(235,1,'2012-01-23 20:36:51','2012-01-23 20:36:51','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-61','','','2012-01-23 20:36:51','2012-01-23 20:36:51','',36,'http://www.ethanlewismaltby.com/Home/36-revision-61/',0,'revision','',0),(236,1,'2012-01-23 20:45:00','2012-01-23 20:45:00','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2 class=\"lefth2\">Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-62','','','2012-01-23 20:45:00','2012-01-23 20:45:00','',36,'http://www.ethanlewismaltby.com/Home/36-revision-62/',0,'revision','',0),(237,1,'2012-01-23 20:45:47','2012-01-23 20:45:47','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2 class=\"lefth\">Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-63','','','2012-01-23 20:45:47','2012-01-23 20:45:47','',36,'http://www.ethanlewismaltby.com/Home/36-revision-63/',0,'revision','',0),(238,1,'2012-01-23 20:47:43','2012-01-23 20:47:43','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<span style=\"top:-15px;\">\r\n<h2>Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</span>\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-64','','','2012-01-23 20:47:43','2012-01-23 20:47:43','',36,'http://www.ethanlewismaltby.com/Home/36-revision-64/',0,'revision','',0),(244,1,'2012-01-23 20:54:03','2012-01-23 20:54:03','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-69','','','2012-01-23 20:54:03','2012-01-23 20:54:03','',36,'http://www.ethanlewismaltby.com/Home/36-revision-69/',0,'revision','',0),(239,1,'2012-01-23 20:48:11','2012-01-23 20:48:11','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<span style=\"position:relative;top:-15px;\">\r\n<h2>Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</span>\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-65','','','2012-01-23 20:48:11','2012-01-23 20:48:11','',36,'http://www.ethanlewismaltby.com/Home/36-revision-65/',0,'revision','',0),(240,1,'2012-01-23 20:48:36','2012-01-23 20:48:36','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<div style=\"position:relative;top:-15px;\">\r\n<h2>Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-66','','','2012-01-23 20:48:36','2012-01-23 20:48:36','',36,'http://www.ethanlewismaltby.com/Home/36-revision-66/',0,'revision','',0),(241,1,'2012-01-23 20:49:00','2012-01-23 20:49:00','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<div style=\"position:relative;top:-17px;\">\r\n<h2>Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-67','','','2012-01-23 20:49:00','2012-01-23 20:49:00','',36,'http://www.ethanlewismaltby.com/Home/36-revision-67/',0,'revision','',0),(242,1,'2012-01-23 20:02:44','2012-01-23 20:02:44','DrumChasers at the Civic – A New Masterpiece\r\n\r\n&nbsp;\r\n\r\nBy Andy Bramfitt\r\n\r\n&nbsp;\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\n&nbsp;\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\n&nbsp;\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\n&nbsp;\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\n&nbsp;\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\n&nbsp;\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\n&nbsp;\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\n&nbsp;\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\n&nbsp;\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\n&nbsp;\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','\"Ethan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love.\"','inherit','closed','open','','168-revision-19','','','2012-01-23 20:02:44','2012-01-23 20:02:44','',168,'http://www.ethanlewismaltby.com/Home/168-revision-19/',0,'revision','',0),(246,1,'2012-01-23 21:10:42','2012-01-23 21:10:42','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n\r\n<iframe width=\"100%\" height=\"345\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;auto_play=false&amp;show_artwork=false&amp;color=0f1144\"></iframe>\r\n\r\n\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-71','','','2012-01-23 21:10:42','2012-01-23 21:10:42','',36,'http://www.ethanlewismaltby.com/Home/36-revision-71/',0,'revision','',0),(251,1,'2012-01-23 21:28:40','2012-01-23 21:28:40','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height:345px; overflow:hidden;\">\r\n<iframe width=\"100%\" height=\"395\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;auto_play=false&amp;show_artwork=false&amp;color=0f1144\"></iframe>\r\n</div>\r\n\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n\r\n<object type=\"application/x-shockwave-flash\" width=\"100%\" height=\"345\" data=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\">    <param name=\"quality\" value=\"best\" />        <param name=\"allowfullscreen\" value=\"true\" />        <param name=\"allowscriptaccess\" value=\"always\" />    <param name=\"scale\" value=\"showAll\" />    <param name=\"movie\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-76','','','2012-01-23 21:28:40','2012-01-23 21:28:40','',36,'http://www.ethanlewismaltby.com/Home/36-revision-76/',0,'revision','',0),(247,1,'2012-01-23 21:11:34','2012-01-23 21:11:34','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height:345px; overflow:hidden;\">\r\n<iframe width=\"100%\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;auto_play=false&amp;show_artwork=false&amp;color=0f1144\"></iframe>\r\n</div>\r\n\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-72','','','2012-01-23 21:11:34','2012-01-23 21:11:34','',36,'http://www.ethanlewismaltby.com/Home/36-revision-72/',0,'revision','',0),(248,1,'2012-01-23 21:12:01','2012-01-23 21:12:01','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height:345px; overflow:hidden;\">\r\n<iframe width=\"100%\" height=\"430\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;auto_play=false&amp;show_artwork=false&amp;color=0f1144\"></iframe>\r\n</div>\r\n\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-73','','','2012-01-23 21:12:01','2012-01-23 21:12:01','',36,'http://www.ethanlewismaltby.com/Home/36-revision-73/',0,'revision','',0),(249,1,'2012-01-23 21:12:16','2012-01-23 21:12:16','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height:345px; overflow:hidden;\">\r\n<iframe width=\"100%\" height=\"385\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;auto_play=false&amp;show_artwork=false&amp;color=0f1144\"></iframe>\r\n</div>\r\n\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-74','','','2012-01-23 21:12:16','2012-01-23 21:12:16','',36,'http://www.ethanlewismaltby.com/Home/36-revision-74/',0,'revision','',0),(255,1,'2012-01-23 21:36:52','2012-01-23 21:36:52','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height:345px; overflow:hidden;\">\r\n<iframe width=\"100%\" height=\"395\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;auto_play=false&amp;show_artwork=false&amp;color=0f1144;transparency=true&amp;transparent=true&amp;theme_color=000000&amp;\"></iframe>\r\n</div>\r\n\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n\r\n<object type=\"application/x-shockwave-flash\" width=\"100%\" height=\"345\" data=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\">    <param name=\"quality\" value=\"best\" />        <param name=\"allowfullscreen\" value=\"true\" />        <param name=\"allowscriptaccess\" value=\"always\" />    <param name=\"scale\" value=\"showAll\" />    <param name=\"movie\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-80','','','2012-01-23 21:36:52','2012-01-23 21:36:52','',36,'http://www.ethanlewismaltby.com/Home/36-revision-80/',0,'revision','',0),(250,1,'2012-01-23 21:12:30','2012-01-23 21:12:30','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height:345px; overflow:hidden;\">\r\n<iframe width=\"100%\" height=\"395\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;auto_play=false&amp;show_artwork=false&amp;color=0f1144\"></iframe>\r\n</div>\r\n\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=0f1144&amp;background=e8e8e8&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-75','','','2012-01-23 21:12:30','2012-01-23 21:12:30','',36,'http://www.ethanlewismaltby.com/Home/36-revision-75/',0,'revision','',0),(252,1,'2012-01-23 21:33:11','2012-01-23 21:33:11','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height:345px; overflow:hidden;\">\r\n<iframe width=\"100%\" height=\"395\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;auto_play=false&amp;show_artwork=false&amp;color=0f1144;transparency=true&amp;transparent=true&amp;theme_color=000000&amp;\"></iframe>\r\n</div>\r\n\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n\r\n<object type=\"application/x-shockwave-flash\" width=\"100%\" height=\"345\" data=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\">    <param name=\"quality\" value=\"best\" />        <param name=\"allowfullscreen\" value=\"true\" />        <param name=\"allowscriptaccess\" value=\"always\" />    <param name=\"scale\" value=\"showAll\" />    <param name=\"movie\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-77','','','2012-01-23 21:33:11','2012-01-23 21:33:11','',36,'http://www.ethanlewismaltby.com/Home/36-revision-77/',0,'revision','',0),(254,1,'2012-01-23 21:35:33','2012-01-23 21:35:33','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height:345px; overflow:hidden;\">\r\n<iframe id=\"twttrHubFrame\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" tabindex=\"0\" name=\"twttrHubFrame\" style=\"position: absolute; top: -9999em; width: 10px; height: 10px; \" src=\"http://platform.twitter.com/widgets/hub.1326407570.html\"></iframe>\r\n</div>\r\n\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n\r\n<object type=\"application/x-shockwave-flash\" width=\"100%\" height=\"345\" data=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\">    <param name=\"quality\" value=\"best\" />        <param name=\"allowfullscreen\" value=\"true\" />        <param name=\"allowscriptaccess\" value=\"always\" />    <param name=\"scale\" value=\"showAll\" />    <param name=\"movie\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-79','','','2012-01-23 21:35:33','2012-01-23 21:35:33','',36,'http://www.ethanlewismaltby.com/Home/36-revision-79/',0,'revision','',0),(253,1,'2012-01-23 21:34:08','2012-01-23 21:34:08','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height:345px; overflow:hidden;\">\r\n<iframe id=\"mixplayer\" width=\"100%\" height=\"330\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1453907&amp;\r\n					auto_play=false&amp;\r\n					show_artwork=true&amp;\r\n					show_playcount=false&amp;\r\n					show_artwork=false&amp;\r\n					transparency=true&amp;\r\n					transparent=true&amp;\r\n					theme_color=000000&amp;\r\n					color=000000\">\r\n	</iframe>\r\n</div>\r\n\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n\r\n<object type=\"application/x-shockwave-flash\" width=\"100%\" height=\"345\" data=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\">    <param name=\"quality\" value=\"best\" />        <param name=\"allowfullscreen\" value=\"true\" />        <param name=\"allowscriptaccess\" value=\"always\" />    <param name=\"scale\" value=\"showAll\" />    <param name=\"movie\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-78','','','2012-01-23 21:34:08','2012-01-23 21:34:08','',36,'http://www.ethanlewismaltby.com/Home/36-revision-78/',0,'revision','',0),(256,1,'2012-01-23 21:54:50','2012-01-23 21:54:50','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height:345px; overflow:hidden;\">\r\n<object height=\"345\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param><param name=\"wmode\" value=\"transparent\"></param> <embed allowscriptaccess=\"always\" height=\"360\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>   <span>Ethan Lewis Maltby - Various by <a href=\"http://soundcloud.com/ethan-lewis-maltby\">Ethan Lewis Maltby</a></span>\r\n</div>\r\n\r\n</div>\r\n\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n\r\n<object type=\"application/x-shockwave-flash\" width=\"100%\" height=\"345\" data=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\">    <param name=\"quality\" value=\"best\" />        <param name=\"allowfullscreen\" value=\"true\" />        <param name=\"allowscriptaccess\" value=\"always\" />    <param name=\"scale\" value=\"showAll\" />    <param name=\"movie\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-81','','','2012-01-23 21:54:50','2012-01-23 21:54:50','',36,'http://www.ethanlewismaltby.com/Home/36-revision-81/',0,'revision','',0),(260,1,'2012-01-23 22:01:22','2012-01-23 22:01:22','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height: 345px; overflow: hidden;\">\r\n\r\n<iframe width=\"100%\" height=\"395\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;auto_play=false&amp;show_artwork=false&amp;color=0f1144;transparency=true&amp;transparent=true&amp;theme_color=000000&amp;\"></iframe>\r\n\r\n</div>\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-85','','','2012-01-23 22:01:22','2012-01-23 22:01:22','',36,'http://www.ethanlewismaltby.com/Home/36-revision-85/',0,'revision','',0),(257,1,'2012-01-23 21:58:45','2012-01-23 21:58:45','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height: 345px; overflow: hidden;\">\r\n\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"wmode\" value=\"transparent\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" wmode=\"transparent\" /> </object> <span>Ethan Lewis Maltby - Various by <a href=\"http://soundcloud.com/ethan-lewis-maltby\">Ethan Lewis Maltby</a></span>\r\n\r\n</div>\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-82','','','2012-01-23 21:58:45','2012-01-23 21:58:45','',36,'http://www.ethanlewismaltby.com/Home/36-revision-82/',0,'revision','',0),(259,1,'2012-01-23 22:01:05','2012-01-23 22:01:05','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height: 345px; overflow: hidden;\">\r\n\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"wmode\" value=\"transparent\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" wmode=\"transparent\" /> </object> <span>Ethan Lewis Maltby - Various by <a href=\"http://soundcloud.com/ethan-lewis-maltby\">Ethan Lewis Maltby</a></span>\r\n\r\n</div>\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-84','','','2012-01-23 22:01:05','2012-01-23 22:01:05','',36,'http://www.ethanlewismaltby.com/Home/36-revision-84/',0,'revision','',0),(258,1,'2012-01-23 21:59:20','2012-01-23 21:59:20','[soundcloud id=\'1410092\' format=\'set\']\r\n&nbsp;\r\n<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<div style=\"height: 345px; overflow: hidden;\">\r\n\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"wmode\" value=\"transparent\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" wmode=\"transparent\" /> </object> <span>Ethan Lewis Maltby - Various by <a href=\"http://soundcloud.com/ethan-lewis-maltby\">Ethan Lewis Maltby</a></span>\r\n\r\n</div>\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-83','','','2012-01-23 21:59:20','2012-01-23 21:59:20','',36,'http://www.ethanlewismaltby.com/Home/36-revision-83/',0,'revision','',0),(261,1,'2012-01-23 22:04:05','2012-01-23 22:04:05','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<object height=\"360\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"360\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-86','','','2012-01-23 22:04:05','2012-01-23 22:04:05','',36,'http://www.ethanlewismaltby.com/Home/36-revision-86/',0,'revision','',0),(262,1,'2012-01-23 22:04:46','2012-01-23 22:04:46','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<object height=\"345\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"360\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-87','','','2012-01-23 22:04:46','2012-01-23 22:04:46','',36,'http://www.ethanlewismaltby.com/Home/36-revision-87/',0,'revision','',0),(264,1,'2012-01-20 16:57:44','2012-01-20 16:57:44','[gravityform id=1 title=false description=false ajax=true]','Contact','','inherit','closed','open','','29-revision-12','','','2012-01-20 16:57:44','2012-01-20 16:57:44','',29,'http://www.ethanlewismaltby.com/Home/29-revision-12/',0,'revision','',0),(266,1,'2012-01-24 16:00:27','2012-01-24 16:00:27','','DrumChasers','','inherit','closed','open','','drumchasers','','','2012-01-24 16:00:27','2012-01-24 16:00:27','',0,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/DrumChasers.jpg',0,'attachment','image/jpeg',0),(265,1,'2012-01-24 15:42:41','2012-01-24 15:42:41','[gravityform id=1 title=false description=false ajax=true]\r\n\r\n<!--wp-thumbnail-blogroll-->','Contact','','inherit','closed','open','','29-revision-13','','','2012-01-24 15:42:41','2012-01-24 15:42:41','',29,'http://www.ethanlewismaltby.com/Home/29-revision-13/',0,'revision','',0),(267,1,'2012-01-24 15:52:15','2012-01-24 15:52:15','[gravityform id=1 title=false description=false ajax=true]','Contact','','inherit','closed','open','','29-revision-14','','','2012-01-24 15:52:15','2012-01-24 15:52:15','',29,'http://www.ethanlewismaltby.com/Home/29-revision-14/',0,'revision','',0),(268,1,'2012-01-24 16:02:52','2012-01-24 16:02:52','[gravityform id=1 title=false description=false ajax=true]\r\n\r\n','Contact','','inherit','closed','open','','29-revision-15','','','2012-01-24 16:02:52','2012-01-24 16:02:52','',29,'http://www.ethanlewismaltby.com/Home/29-revision-15/',0,'revision','',0),(270,1,'2012-01-24 16:05:22','2012-01-24 16:05:22','[gravityform id=1 title=false description=false ajax=true]','Contact','','inherit','closed','open','','29-revision-17','','','2012-01-24 16:05:22','2012-01-24 16:05:22','',29,'http://www.ethanlewismaltby.com/Home/29-revision-17/',0,'revision','',0),(269,1,'2012-01-24 16:04:26','2012-01-24 16:04:26','[gravityform id=1 title=false description=false ajax=true]\r\n\r\n&nbsp;\r\n\r\n[fancygallery id=\'links\']','Contact','','inherit','closed','open','','29-revision-16','','','2012-01-24 16:04:26','2012-01-24 16:04:26','',29,'http://www.ethanlewismaltby.com/Home/29-revision-16/',0,'revision','',0),(491,1,'2012-06-23 12:32:46','2012-06-23 12:32:46','','Ignite OST','','inherit','closed','open','','ignite-ost','','','2012-06-23 12:32:46','2012-06-23 12:32:46','',490,'http://ethanlewismaltby.com/Home/wp-content/uploads/2012/06/Ignite-OST.jpg',0,'attachment','image/jpeg',0),(271,1,'2012-01-24 16:08:38','2012-01-24 16:08:38','[gravityform id=1 title=false description=false ajax=true]\r\n\r\n&nbsp;\r\n\r\n<strong>[nggallery id=1]</strong>','Contact','','inherit','closed','open','','29-revision-18','','','2012-01-24 16:08:38','2012-01-24 16:08:38','',29,'http://www.ethanlewismaltby.com/Home/29-revision-18/',0,'revision','',0),(272,1,'2012-01-24 20:56:53','2012-01-24 20:56:53','[gravityform id=1 title=false description=false ajax=true]\r\n\r\n&nbsp;\r\n\r\n<strong>[nggallery id=1]</strong>','Contact','','inherit','closed','open','','29-revision-19','','','2012-01-24 20:56:53','2012-01-24 20:56:53','',29,'http://www.ethanlewismaltby.com/Home/29-revision-19/',0,'revision','',0),(274,1,'2012-01-23 22:05:07','2012-01-23 22:05:07','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<object height=\"345\" width=\"100%\"> <param name=\"movie\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"345\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n\r\n</div>\r\n</div>','','','inherit','closed','open','','36-revision-88','','','2012-01-23 22:05:07','2012-01-23 22:05:07','',36,'http://www.ethanlewismaltby.com/Home/36-revision-88/',0,'revision','',0),(280,1,'2012-01-25 19:12:37','2012-01-25 19:12:37','<div id=\"left-half\">\r\n<div>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n<div id=\"right-half\">\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n</div>\r\n<div>','Media','','inherit','closed','open','','36-revision-94','','','2012-01-25 19:12:37','2012-01-25 19:12:37','',36,'http://www.ethanlewismaltby.com/Home/36-revision-94/',0,'revision','',0),(275,1,'2012-01-25 19:03:12','2012-01-25 19:03:12','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<h2>Audio</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n\r\n</div>\r\n<div id=\"right-half\">\r\n<h2>Video</h2>\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n</div>\r\n</div>','Media','','inherit','closed','open','','36-revision-89','','','2012-01-25 19:03:12','2012-01-25 19:03:12','',36,'http://www.ethanlewismaltby.com/Home/36-revision-89/',0,'revision','',0),(276,1,'2012-01-25 19:04:57','2012-01-25 19:04:57','<div id=\"wrapper\">\r\n<div id=\"left-half\">\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n\r\n</div>\r\n<div id=\"right-half\">\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n</div>\r\n</div>','Media','','inherit','closed','open','','36-revision-90','','','2012-01-25 19:04:57','2012-01-25 19:04:57','',36,'http://www.ethanlewismaltby.com/Home/36-revision-90/',0,'revision','',0),(277,1,'2012-01-25 19:09:48','2012-01-25 19:09:48','<div id=\"wrapper\">\r\n<div id=\"left-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\r\n<div id=\"right-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object></div>\r\n</div>','Media','','inherit','closed','open','','36-revision-91','','','2012-01-25 19:09:48','2012-01-25 19:09:48','',36,'http://www.ethanlewismaltby.com/Home/36-revision-91/',0,'revision','',0),(278,1,'2012-01-25 19:10:59','2012-01-25 19:10:59','<!--raw-->\r\n<div id=\"wrapper\">\r\n<div id=\"left-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\r\n<div id=\"right-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object></div>\r\n</div>\r\n<!--/raw-->','Media','','inherit','closed','open','','36-revision-92','','','2012-01-25 19:10:59','2012-01-25 19:10:59','',36,'http://www.ethanlewismaltby.com/Home/36-revision-92/',0,'revision','',0),(279,1,'2012-01-25 19:11:43','2012-01-25 19:11:43','<div id=\"left-half\">&lt;!--raw--&gt;</div>\r\n<div><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\r\n<div id=\"right-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object></div>\r\n<div>&lt;!--/raw--&gt;</div>','Media','','inherit','closed','open','','36-revision-93','','','2012-01-25 19:11:43','2012-01-25 19:11:43','',36,'http://www.ethanlewismaltby.com/Home/36-revision-93/',0,'revision','',0),(281,1,'2012-01-25 19:12:57','2012-01-25 19:12:57','<div id=\"left-half\">\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n<div id=\"right-half\">\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n</div>\r\n<div>','Media','','inherit','closed','open','','36-revision-95','','','2012-01-25 19:12:57','2012-01-25 19:12:57','',36,'http://www.ethanlewismaltby.com/Home/36-revision-95/',0,'revision','',0),(282,1,'2012-01-20 19:26:51','2012-01-20 19:26:51','<a href=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\"><img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" /></a>\r\n\r\nEthan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.\r\n\r\nMaltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).\r\n\r\nIn 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.\r\n\r\nMaltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Querido Cain\'.','About','','inherit','closed','open','','25-revision-9','','','2012-01-20 19:26:51','2012-01-20 19:26:51','',25,'http://www.ethanlewismaltby.com/Home/25-revision-9/',0,'revision','',0),(283,1,'2012-01-24 20:59:53','2012-01-24 20:59:53','[gravityform id=1 title=false description=false ajax=true]','Contact','','inherit','closed','open','','29-revision-20','','','2012-01-24 20:59:53','2012-01-24 20:59:53','',29,'http://www.ethanlewismaltby.com/Home/29-revision-20/',0,'revision','',0),(284,1,'2012-02-03 18:55:11','2012-02-03 18:55:11','','Snowy','','inherit','closed','open','','snowy-4','','','2012-02-03 18:55:11','2012-02-03 18:55:11','',20,'http://www.ethanlewismaltby.com/Home/wp-content/uploads/2011/12/Snowy.jpg',0,'attachment','image/jpeg',0),(285,1,'2012-01-25 19:13:22','2012-01-25 19:13:22','<div id=\"left-half\">\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1433160%3Fsecret_token%3Ds-z8Hbr&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object>\r\n</div>\r\n<div id=\"right-half\">\r\n<object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object>\r\n</div>\r\n<div>','Media','','inherit','closed','open','','36-revision-96','','','2012-01-25 19:13:22','2012-01-25 19:13:22','',36,'http://www.ethanlewismaltby.com/Home/36-revision-96/',0,'revision','',0),(286,1,'2012-01-25 19:47:31','2012-01-25 19:47:31','[gravityform id=1 title=false description=true ajax=true]','Contact','','inherit','closed','open','','29-revision-21','','','2012-01-25 19:47:31','2012-01-25 19:47:31','',29,'http://www.ethanlewismaltby.com/Home/29-revision-21/',0,'revision','',0),(287,1,'2012-02-03 19:55:34','2012-02-03 19:55:34','[gravityform id=1 title=false description=true ajax=true]','Contact','','inherit','closed','open','','29-revision-22','','','2012-02-03 19:55:34','2012-02-03 19:55:34','',29,'http://www.ethanlewismaltby.com/Home/29-revision-22/',0,'revision','',0),(288,1,'2012-02-03 19:55:44','2012-02-03 19:55:44','[gravityform id=1 title=false description=true ajax=true]','Contact','','inherit','closed','open','','29-revision-23','','','2012-02-03 19:55:44','2012-02-03 19:55:44','',29,'http://www.ethanlewismaltby.com/Home/29-revision-23/',0,'revision','',0),(289,1,'2012-02-03 22:30:50','2012-02-03 22:30:50','[gravityform id=1 title=false description=true ajax=true]','Contact','','inherit','closed','open','','29-revision-24','','','2012-02-03 22:30:50','2012-02-03 22:30:50','',29,'http://www.ethanlewismaltby.com/Home/29-revision-24/',0,'revision','',0),(290,1,'2012-02-03 22:33:32','2012-02-03 22:33:32','[gravityform id=1 title=false description=true ajax=true]','Contact','','inherit','closed','open','','29-revision-25','','','2012-02-03 22:33:32','2012-02-03 22:33:32','',29,'http://www.ethanlewismaltby.com/Home/29-revision-25/',0,'revision','',0),(293,1,'2012-02-04 21:21:59','2012-02-04 21:21:59','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n\r\n<span style=\"line-height:150%;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.\r\n\r\nMaltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).\r\n\r\nIn 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.\r\n\r\nMaltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</span>','About','','inherit','closed','open','','25-revision-12','','','2012-02-04 21:21:59','2012-02-04 21:21:59','',25,'http://www.ethanlewismaltby.com/Home/25-revision-12/',0,'revision','',0),(294,1,'2012-02-04 21:23:49','2012-02-04 21:23:49','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n\r\n<span style=\"line-height:2;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.\r\n\r\nMaltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).\r\n\r\nIn 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.\r\n\r\nMaltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</span>','About','','inherit','closed','open','','25-revision-13','','','2012-02-04 21:23:49','2012-02-04 21:23:49','',25,'http://www.ethanlewismaltby.com/Home/25-revision-13/',0,'revision','',0),(295,1,'2012-02-04 21:24:31','2012-02-04 21:24:31','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n\r\n<p style=\"line-height:2;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n\r\n<p style=\"line-height:2;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n\r\n<p style=\"line-height:2;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.</p>\r\n\r\n<p style=\"line-height:2;\">Maltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','25-revision-14','','','2012-02-04 21:24:31','2012-02-04 21:24:31','',25,'http://www.ethanlewismaltby.com/Home/25-revision-14/',0,'revision','',0),(296,1,'2012-02-04 21:29:07','2012-02-04 21:29:07','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"212\" />\r\n\r\n<p style=\"line-height:2;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n\r\n<p style=\"line-height:2;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n\r\n<p style=\"line-height:2;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.</p>\r\n\r\n<p style=\"line-height:2;\">Maltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','25-revision-15','','','2012-02-04 21:29:07','2012-02-04 21:29:07','',25,'http://www.ethanlewismaltby.com/Home/25-revision-15/',0,'revision','',0),(297,1,'2012-02-04 21:31:09','2012-02-04 21:31:09','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n\r\n<p style=\"line-height:2;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n\r\n<p style=\"line-height:2;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n\r\n<p style=\"line-height:2;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.</p>\r\n\r\n<p style=\"line-height:2;\">Maltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','25-revision-16','','','2012-02-04 21:31:09','2012-02-04 21:31:09','',25,'http://www.ethanlewismaltby.com/Home/25-revision-16/',0,'revision','',0),(298,1,'2012-02-04 21:31:56','2012-02-04 21:31:56','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n\r\n<p style=\"line-height:2;text-align:justify;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n\r\n<p style=\"line-height:2;text-align:justify;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n\r\n<p style=\"line-height:2;text-align:justify;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.</p>\r\n\r\n<p style=\"line-height:2;text-align:justify;\">Maltby\'s latest theatrical show \'DrumChasers\' toured the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He is currently back working on his new musical \'Apparition Smith\' before starting pre-production on the score for Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','25-revision-17','','','2012-02-04 21:31:56','2012-02-04 21:31:56','',25,'http://www.ethanlewismaltby.com/Home/25-revision-17/',0,'revision','',0),(299,1,'2012-02-05 14:35:24','2012-02-05 14:35:24','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.5; text-align: justify;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.5; text-align: justify;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.5; text-align: justify;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.5; text-align: justify;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'.</p>\r\n<p style=\"line-height: 1.5; text-align: justify;\">Maltby is currently scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','25-revision-18','','','2012-02-05 14:35:24','2012-02-05 14:35:24','',25,'http://www.ethanlewismaltby.com/Home/25-revision-18/',0,'revision','',0),(300,1,'2012-02-05 14:39:13','2012-02-05 14:39:13','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.5; text-align: justify; font-size:13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.5; text-align: justify; font-size:13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.5; text-align: justify; font-size:13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.5; text-align: justify; font-size:13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'.</p>\r\n<p style=\"line-height: 1.5; text-align: justify; font-size:13px;\">Maltby is currently scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','25-revision-19','','','2012-02-05 14:39:13','2012-02-05 14:39:13','',25,'http://www.ethanlewismaltby.com/Home/25-revision-19/',0,'revision','',0),(301,1,'2012-02-05 14:40:53','2012-02-05 14:40:53','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.6; text-align: justify; font-size:13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size:13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size:13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the player\'s walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size:13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received many favourable reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size:13px;\">Maltby is currently scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','25-revision-20','','','2012-02-05 14:40:53','2012-02-05 14:40:53','',25,'http://www.ethanlewismaltby.com/Home/25-revision-20/',0,'revision','',0),(302,1,'2012-01-23 20:28:56','2012-01-23 20:28:56','Long after the smoke has drifted from the battlefield, audiences will remember Courtenay.\r\n\r\nThis musical plucked from the Kentish history books - and fashioned into a sophisticated entertainment by a composer and lyricist relatively new to the genre – deserves its place on a wider stage.\r\n\r\nBy turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\r\n\r\nWhile paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability and while that may not be fashionable it certainly helps to convince ticket-buyers that they have had their money’s worth. See a show and take a tune away with you is no bad slogan even for a modern musical.\r\n\r\nEach of the central characters in Courtenay has a haunting theme of his or her own which blend to great effect at moments of tenderness, for this show is not all about dreams of the 19th century working man finding his true worth under the sleety, unforgiving gaze of establishment figures.\r\n\r\nLyricist Christopher Neame has taken a complex subject and given a perspective to Courtenay\'s story that many historians have discarded in favour of a simplistic view that the protagonist was mad and all his followers simple. The lyrics, particularly those given to Courtenay are intelligent without being polemical.\r\n\r\nAt the opening at Canterbury’s Marlowe Theatre on Thursday it was hard to find any chinks in this emotive story of one man\'s slide from visionary enthusiasm to self-delusion and destruction. There were some technical problems, chiefly with the sound balance, but the principals and ensemble worked together to produce a first night to be proud of.\r\n\r\nThe show is fortunate in having a trio of voices at the top that would match the best the West End has to offer. Loren Geeting as Courtenay, Renée Salewski as the object of his desire, Sarah Culver and David Wyatt as Nicholas Mears, the lover cast aside by Culver for Courtenay’s more dazzling attractions, are a class act. Wyatt has a voice that we will hear again and again if the scouts are doing their job and Geeting and Salewski both live up to their credentials.\r\n\r\nLindsey Mack as the Canterbury Marshal, Captain Townsend, cuts a dash darkly as the man who is out to thwart Courtenay\'s egalitarian ambitions. His presence is like that of a sinister crow. Antonia Bond generates tenderness as the wife Courtenay left behind, struggling to understand her husband’s wild side and Anthony Garner provides a solid presence as the narrator Everyman who guides the audience, many of whom will be unfamiliar with the story, carefully and unobtrusively.\r\n\r\nSet design is also instrumental to the success of this show. Veteran film and TV designer Roy Stannard, a newcomer to the theatre whose credits include David Lean\'s Lawrence of Arabia, has produced a simple, yet effective raked platform in which most of the action is concentrated, focusing the attention perfectly.\r\n\r\nAll this is overseen by a reaper, a simple agricultural machine seen as the means by which the landowner will emasculate the labourer.\r\n\r\nAs the show opens, the machine, cast as the grim reaper, dominates a stark scene as the countrysiders who will come to follow Courtenay, scrape a living from the soil while sinister clouds drift across the landscape. The climate of fear is brought home by blood-red effects schemed by Ben M Rogers, a lighting designer with many West End and international credits to his name, whose skills help to create Courtenay\'s many memorable moods.\r\n\r\nThis homespun show is something Kent can be proud of and one that audiences anywhere would appreciate. Surely local history was never this alive, or so worthy of the standing ovation it got on Thursday.\r\n\r\nRussell Flint','Kent on Sunday','\"While paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability...\"','inherit','closed','open','','225-revision-2','','','2012-01-23 20:28:56','2012-01-23 20:28:56','',225,'http://www.ethanlewismaltby.com/Home/225-revision-2/',0,'revision','',0),(304,1,'2012-01-23 20:26:06','2012-01-23 20:26:06','Touring two prominent south east theatres and focusing on Kent\'s heritage creates a sense of identity for local audiences. However, its appeal would undoubtedly attract a wider audience should Bright Start Productions, in association with the Stag Theatre, Sevenoaks, choose to lengthen their tour. The plot reveals the impulsive Sir William Courtenay, revolutionary and suspected madman. With the energetic strains of Les Miserables, the large cast is headed by Loren Geeting in the title role. It is no surprise Geeting has won awards for his voice as he commands centre stage in both voice and stature. With a Macheath-like charm, Courtenay seduces local protester Sarah Culver (Renée Salewski) though the relationship does not lessen the action. Salewski appears childlike yet her voice reveals a maturity and control demanded of a lead role. Supporting character Katherine Tom (Antonia Bond), Courtenay\'s forgotten wife, appears fleetingly yet captures the sense of the wronged party. Sarah\'s sweetheart Nicholas Mears, played by David Wyatt, is well cast as tragically young and impulsive. Although the scenes seemed more like montages, Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement and the East Kent Living History and Re-Enactment Unit, in full uniform and firing as though their lives really did depend upon it.','The Stage','\"Ethan Lewis Maltby\'s score is beautifully written.\"','inherit','closed','open','','188-revision-7','','','2012-01-23 20:26:06','2012-01-23 20:26:06','',188,'http://www.ethanlewismaltby.com/Home/188-revision-7/',0,'revision','',0),(303,1,'2012-02-06 14:02:00','2012-02-06 14:02:00','Long after the smoke has drifted from the battlefield, audiences will remember Courtenay.\r\n\r\nThis musical plucked from the Kentish history books - and fashioned into a sophisticated entertainment by a composer and lyricist relatively new to the genre – deserves its place on a wider stage.\r\n\r\nBy turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\r\n\r\nWhile paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability and while that may not be fashionable it certainly helps to convince ticket-buyers that they have had their money’s worth. See a show and take a tune away with you is no bad slogan even for a modern musical.\r\n\r\nEach of the central characters in Courtenay has a haunting theme of his or her own which blend to great effect at moments of tenderness, for this show is not all about dreams of the 19th century working man finding his true worth under the sleety, unforgiving gaze of establishment figures.\r\n\r\nLyricist Christopher Neame has taken a complex subject and given a perspective to Courtenay\'s story that many historians have discarded in favour of a simplistic view that the protagonist was mad and all his followers simple. The lyrics, particularly those given to Courtenay are intelligent without being polemical.\r\n\r\nAt the opening at Canterbury’s Marlowe Theatre on Thursday it was hard to find any chinks in this emotive story of one man\'s slide from visionary enthusiasm to self-delusion and destruction. There were some technical problems, chiefly with the sound balance, but the principals and ensemble worked together to produce a first night to be proud of.\r\n\r\nThe show is fortunate in having a trio of voices at the top that would match the best the West End has to offer. Loren Geeting as Courtenay, Renée Salewski as the object of his desire, Sarah Culver and David Wyatt as Nicholas Mears, the lover cast aside by Culver for Courtenay’s more dazzling attractions, are a class act. Wyatt has a voice that we will hear again and again if the scouts are doing their job and Geeting and Salewski both live up to their credentials.\r\n\r\nLindsey Mack as the Canterbury Marshal, Captain Townsend, cuts a dash darkly as the man who is out to thwart Courtenay\'s egalitarian ambitions. His presence is like that of a sinister crow. Antonia Bond generates tenderness as the wife Courtenay left behind, struggling to understand her husband’s wild side and Anthony Garner provides a solid presence as the narrator Everyman who guides the audience, many of whom will be unfamiliar with the story, carefully and unobtrusively.\r\n\r\nSet design is also instrumental to the success of this show. Veteran film and TV designer Roy Stannard, a newcomer to the theatre whose credits include David Lean\'s Lawrence of Arabia, has produced a simple, yet effective raked platform in which most of the action is concentrated, focusing the attention perfectly.\r\n\r\nAll this is overseen by a reaper, a simple agricultural machine seen as the means by which the landowner will emasculate the labourer.\r\n\r\nAs the show opens, the machine, cast as the grim reaper, dominates a stark scene as the countrysiders who will come to follow Courtenay, scrape a living from the soil while sinister clouds drift across the landscape. The climate of fear is brought home by blood-red effects schemed by Ben M Rogers, a lighting designer with many West End and international credits to his name, whose skills help to create Courtenay\'s many memorable moods.\r\n\r\nThis homespun show is something Kent can be proud of and one that audiences anywhere would appreciate. Surely local history was never this alive, or so worthy of the standing ovation it got on Thursday.\r\n\r\nRussell Flint','Kent on Sunday','\"By turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\r\n\r\nWhile paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability and while that may not be fashionable it certainly helps to convince ticket-buyers that they have had their money’s worth. See a show and take a tune away with you is no bad slogan even for a modern musical.\"','inherit','closed','open','','225-revision-3','','','2012-02-06 14:02:00','2012-02-06 14:02:00','',225,'http://www.ethanlewismaltby.com/Home/225-revision-3/',0,'revision','',0),(305,1,'2012-01-23 20:21:18','2012-01-23 20:21:18','Review by Peter Lathan (2011)\r\n\r\nThe advertising for DrumChasers promises \"an evening quite unlike anything you’ve seen before.\" It is, we are told, \"a musical without words, but with drums.\"\r\n\r\n&nbsp;\r\n\r\nIt\'s a percussion show, from drum kit to triangle, from gong to xylophone. A cast of eleven (plus voice-over by Stephen Fry) play their carefully and tightly choreographed way through a variant on the Romeo and Juliet story set in a parallel world, Noiseland, which somehow bursts into our world in an old concert hall where caretaker Mr Bennett, played by Jack Warner, looks after the instruments stored there. He is to be the instrument (pun intended) which solves Noiseland\'s age-old problems and bringing back peace.\r\n\r\n&nbsp;\r\n\r\nAnd that\'s not a spoiler: it\'s in the advertising!\r\n\r\n&nbsp;\r\n\r\nThis could be the recipe for something cringingly self-indugent, and that feeling was exacerbated by the fact that, because I arrived early and was on my own for this show, I read the programme before it started. There, on the first inside page, was an introduction, written in verse which could have been penned by that master of the appalling rhyme, William McGonagall. My heart sank!\r\n\r\n&nbsp;\r\n\r\n(Those who don\'t know McGonagall really should look at McGonagall Online and marvel!)\r\n\r\n&nbsp;\r\n\r\nIf I say that, about a third of the way through the first act, these words are spoken by Stephen Fry, you will realise - as I did at that moment - that this is not a show that takes itself too seriously. Indeed, it is shot through with self-deprecating humour, subverting any expectation that we are going to get a tragedy - or even a melodrama. And it gets that balance between humour and the seriousness required to interest us in the story exactly right.\r\n\r\n&nbsp;\r\n\r\nWhat DrumChasers actually is is very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. The movement of the instruments on, off and around the stage (by the cast) is smooth and quick and the costumes and make-up were close to but not exactly of this world, nicely contrasted with Mr Bennett\'s brown coat and flat cap. I did wonder if the sticks which the Noise Wrangler uses to control her people were meant to remind us of Jedi light sabres. They certainly did me.\r\n\r\n&nbsp;\r\n\r\nBut it is the performances which will stick in the memory. There was a number (I can\'t think of any other word) in which two opposing faction members fought each other, circling back and forth round two xylophones placed centrestage and never missing a note or even for a second losing their confrontational body language and expressions. And a comic highlight was a duel between two triangle playing cast members.\r\n\r\n&nbsp;\r\n\r\nGreat fun!','Great British Theatre','\"Very entertaining...\"','inherit','closed','open','','184-revision-3','','','2012-01-23 20:21:18','2012-01-23 20:21:18','',184,'http://www.ethanlewismaltby.com/Home/184-revision-3/',0,'revision','',0),(443,1,'2012-01-23 20:23:07','2012-01-23 20:23:07','It is not very often that one gets to see a world premiere, especially a world premiere in Blackpool, so we were delighted to be able to go and see the first ever performance of the new percussion based musical DrumChasers at the Blackpool Grand Theatre. Having not seen the previous “Noise Ensemble” we really did not know what to expect and went along with completely open minds. Think Ultravox (John Foxx version) do Coppelia, Doctor Who does West Side story and the Terminator meets Les Mis and you’re part way there.\r\n\r\n&nbsp;\r\n\r\nOddly enough, the caretaker - Mr Bennett - who starts off looking like a bedraggled Blakey out of “On The Buses” -ends up the hero in this tale of factions of warring musicians from another world, which is delightfully narrated by an absently bodied Stephen Fry. Apart from Fry’s outlining of the story, there are no words at all – no dialogue, no singing, more akin to a ballet in fact, relying purely on expressive dance routines and plenty of percussion as the story is told through a succession of musical numbers of varying dramatic gravitas. But this is not just two hours of mindless heavy drumming by any means. In a well balanced score that could easily grace a Hollywood sci fi blockbuster, we have a drummers duel, a piece played solely on the triangle and a romantic glockenspiel moment . There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.\r\n\r\n&nbsp;\r\n\r\nAwesome! Spellbinding! Magical! DrumChasers puts you in touch with the primitive being inside you, and in two of the numbers the audience were invited to join in. We loved every minute – from start to finish a fantastic fairytale. Marvellous choreography – the grim set and the war scenes were reminiscent of Les Miserables. Superb performances from talented and versatile musicians/dancers. If only we could somehow learn to harness the energy generated by the dynamic performers on the set of DrumChasers we could indeed save the world from nuclear meltdown. This is not mainstream theatre by any means but all the same absolutely unmissable. Please go and see it.','Best Kept Secrets','Awesome! Spellbinding! Magical!...There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.','inherit','closed','open','','186-revision-3','','','2012-01-23 20:23:07','2012-01-23 20:23:07','',186,'http://www.ethanlewismaltby.com/Home/186-revision-3/',0,'revision','',0),(308,1,'2012-02-06 12:33:57','2012-02-06 12:33:57','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received rave reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby is currently scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','25-revision-21','','','2012-02-06 12:33:57','2012-02-06 12:33:57','',25,'http://www.ethanlewismaltby.com/Home/25-revision-21/',0,'revision','',0),(309,1,'2012-02-03 22:37:53','2012-02-03 22:37:53','[gravityform id=1 title=false description=true ajax=true]','Contact','','inherit','closed','open','','29-revision-26','','','2012-02-03 22:37:53','2012-02-03 22:37:53','',29,'http://www.ethanlewismaltby.com/Home/29-revision-26/',0,'revision','',0),(375,1,'2012-02-21 15:41:47','2012-02-21 15:41:47','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received rave reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby is currently scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','25-revision-22','','','2012-02-21 15:41:47','2012-02-21 15:41:47','',25,'http://www.ethanlewismaltby.com/Home/25-revision-22/',0,'revision','',0),(486,1,'2012-02-21 16:11:14','2012-02-21 16:11:14','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received rave reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby is currently scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','25-revision-23','','','2012-02-21 16:11:14','2012-02-21 16:11:14','',25,'http://www.ethanlewismaltby.com/Home/25-revision-23/',0,'revision','',0),(487,1,'2012-06-19 23:33:35','2012-06-19 23:33:35','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received rave reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'. <span style=\"line-height: 1.6;\">Maltby recently finished scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\' and the score for the national touring Dance Theatre piece \'Ignite\'.</span></p>','About','','inherit','closed','open','','25-revision-24','','','2012-06-19 23:33:35','2012-06-19 23:33:35','',25,'http://www.ethanlewismaltby.com/Home/25-revision-24/',0,'revision','',0),(488,1,'2012-06-19 23:34:14','2012-06-19 23:34:14','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received rave reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'. <span style=\"line-height: 1.6;\">Maltby recently finished scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\' and the score for the national touring Dance Theatre piece \'Ignite\'.</span></p>','About','','inherit','closed','open','','25-revision-25','','','2012-06-19 23:34:14','2012-06-19 23:34:14','',25,'http://www.ethanlewismaltby.com/Home/25-revision-25/',0,'revision','',0),(317,1,'2010-07-05 20:17:25','2010-07-05 20:17:25','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"text-align: justify;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. His music has been performed all over the world in cinemas, stadiums and theatres.</p>\r\n<p style=\"text-align: justify;\">To date, Maltby has scored many films and animations covering many different genres. He has collaborated with acclaimed Spanish filmmaker Jesús Monllaó on several projects, most recently scoring the multi award-winning feature film ‘Son Of Cain’. In theatre, Maltby has composed scores for ‘A Midsummer Night’s Dream’ (UKC), ‘Bloodletting’ (HCC), ‘Ignite’ (UK Tour), ‘Snowy The Fox’ (The Brook Theatre, Chatham) and several musicals including ‘Courtenay’ (UK Tour), \'The Sparkle Thief\' (Anselm Studios, Canterbury) and the upcoming ‘Apparition Smith’.</p>\r\n<p style=\"text-align: justify;\">In 2004 Maltby created, composed and directed ‘Noise Ensemble’, a percussion show which toured all over the world from 2006 - 2011. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV’s Blue Peter. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track ‘FA Overture’ has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"text-align: justify;\">In 2011, Maltby’s latest theatrical show ‘DrumChasers’ toured UK theatres with narration by Stephen Fry, it received rave reviews. He is currently working on several theatrical projects including his new musical \'The Battle Of Boat\'.</p>\r\n<p style=\"text-align: center;\">~</p>\r\nClients include: UEFA, FA, RBS, Microsoft, Nestle, Cineworld, Telenet, BP, The Venetian Hotel Macau, Wella, Shepherd Neame, Walls, Leeds Castle, KCC','About','','publish','open','open','','about-2-2','','','2015-01-12 01:22:43','2015-01-12 01:22:43','',0,'http://localhost/brankic1979.com/theme/CocoonWP/?page_id=5',3,'page','',0),(530,1,'2014-01-31 22:50:46','2014-01-31 22:50:46','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"text-align: justify;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. His music has been performed all over the world in cinemas, stadiums and theatres.</p>\r\n<p style=\"text-align: justify;\">To date, Maltby has scored many films and animations covering many different genres. He has collaborated with acclaimed Spanish filmmaker Jesús Monllaó on several projects, most recently scoring the multi award-winning feature film ‘Son Of Cain’. In theatre, Maltby has composed scores for ‘A Midsummer Night’s Dream’ (UKC), ‘Bloodletting’ (HCC), ‘Ignite’ (UK Tour), ‘Snowy The Fox’ (The Brook Theatre, Chatham) and several musicals including ‘Courtenay’ (UK Tour) and the upcoming ‘Apparition Smith’.</p>\r\n<p style=\"text-align: justify;\">In 2004 Maltby created, composed and directed ‘Noise Ensemble’, a percussion show which toured all over the world from 2006 - 2011. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV’s Blue Peter. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track ‘FA Overture’ has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"text-align: justify;\">In 2011, Maltby’s latest theatrical show ‘DrumChasers’ toured UK theatres with narration by Stephen Fry, it received rave reviews. He is currently in pre-production on British feature film ‘Marriage’ whilst continuing to develop various theatrical projects.</p>\r\n<p style=\"text-align: center;\">~</p>\r\nClients include: UEFA, FA, RBS, Microsoft, Nestle, Cineworld, Telenet, BP, The Venetian Hotel Macau, Wella, Shepherd Neame, Walls, Leeds Castle, KCC','About','','inherit','closed','open','','317-revision-9','','','2014-01-31 22:50:46','2014-01-31 22:50:46','',317,'http://www.ethanlewismaltby.com/Home/317-revision-9/',0,'revision','',0),(518,1,'2014-01-31 22:44:20','2014-01-31 22:44:20','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n\r\nEthan Lewis Maltby is a British composer based inCanterbury,Kent. His music has been performed all over the world in cinemas, stadiums and theatres.\r\n\r\nTo date, Maltby has scored many films and animations covering many different genres. He has collaborated with acclaimed Spanish filmmaker Jesús Monllaó on several projects, most recently scoring the multi award-winning feature film ‘Son Of Cain’. In theatre, Maltby has composed scores for ‘A Midsummer Night’s Dream’ (UKC), ‘Bloodletting’ (HCC), ‘Ignite’ (UK Tour), ‘Snowy The Fox’ (The Brooke Theatre, Chatham) and several musicals including ‘Courtenay’ (UK Tour) and the upcoming ‘Apparition Smith’.\r\n\r\nIn 2004 Maltby created, composed and directed ‘Noise Ensemble’, a percussion show which toured all over the world from 2006 - 2011. This spectacular show has played extensively inUKtheatres and venues including The South Bank Centre, Wembley Stadium and on TV’s Blue Peter. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track ‘FA Overture’ has since become the players walk-on anthem for all major FA games.\r\n\r\nIn 2011, Maltby’s latest theatrical show ‘DrumChasers’ toured UK theatres with narration by Stephen Fry, it received rave reviews. He is currently in pre-production on British feature film ‘Marriage’ whilst continuing to develop various theatrical projects.\r\n\r\n~\r\n\r\nClients include: UEFA, FA, RBS, Microsoft, Nestle, Cineworld, Telenet, BP, The Venetian Hotel Macau, Wella, Shepherd Neame, Walls, LeedsCastle, KCC','About','','inherit','closed','open','','317-revision-7','','','2014-01-31 22:44:20','2014-01-31 22:44:20','',317,'http://www.ethanlewismaltby.com/Home/317-revision-7/',0,'revision','',0),(7,1,'2010-07-05 20:18:34','2010-07-05 20:18:34','<div id=\"left-half\"><iframe src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1580978&amp;color=0f1144&amp;auto_play=false&amp;show_artwork=false\" frameborder=\"no\" scrolling=\"no\" width=\"100%\" height=\"345\"></iframe></div>\r\n<div id=\"right-half\"><iframe src=\"http://player.vimeo.com/hubnut/album/1811655?color=ffffff&amp;background=000000&amp;slideshow=0&amp;video_title=1&amp;video_byline=0\" width=\"100%\" height=\"345\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>\r\n<div></div>','Media','','publish','open','open','','media-2','','','2014-01-08 19:34:49','2014-01-08 19:34:49','',0,'http://localhost/brankic1979.com/theme/CocoonWP/?page_id=7',2,'page','',0),(504,1,'2014-01-08 14:36:58','2014-01-08 14:36:58','<div id=\"left-half\"><iframe width=\"100%\" height=\"345\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1580978&amp;color=0f1144&amp;auto_play=false&amp;show_artwork=false\"></iframe></div>\r\n<div id=\"right-half\">[vimeography id=\"2\"]</div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-11','','','2014-01-08 14:36:58','2014-01-08 14:36:58','',7,'http://www.ethanlewismaltby.com/Home/7-revision-11/',0,'revision','',0),(503,1,'2014-01-08 14:11:33','2014-01-08 14:11:33','<div id=\"left-half\"><iframe width=\"100%\" height=\"345\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1580978&amp;color=0f1144&amp;auto_play=false&amp;show_artwork=false\"></iframe></div>\r\n<div id=\"right-half\"><iframe src=\"http://player.vimeo.com/hubnut/album/1811655?color=ffffff&amp;background=000000&amp;slideshow=0&amp;video_title=1&amp;video_byline=0\" width=\"100%\" height=\"345\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-10','','','2014-01-08 14:11:33','2014-01-08 14:11:33','',7,'http://www.ethanlewismaltby.com/Home/7-revision-10/',0,'revision','',0),(318,1,'2010-07-05 20:18:54','2010-07-05 20:18:54','Reviews','Reviews','','publish','open','open','','reviews-2','','','2014-01-08 16:09:39','2014-01-08 16:09:39','',0,'http://localhost/brankic1979.com/theme/CocoonWP/?page_id=9',4,'page','',0),(387,1,'2010-07-05 20:19:19','2010-07-05 20:19:19','Nothing to edit here.\n\nEdit Custom Fields\n<ul>\n	<li>Type - news</li>\n	<li>News Cat ID - ID pf category where news articles are</li>\n	<li>No of news - Number of News to show (order by Date - DESC)</li>\n</ul>','News','','inherit','closed','open','','319-revision','','','2010-07-05 20:19:19','2010-07-05 20:19:19','',319,'http://www.ethanlewismaltby.com/Home/319-revision/',0,'revision','',0),(319,1,'2010-07-05 20:19:19','2010-07-05 20:19:19','Nothing to edit here.\n\nEdit Custom Fields\n<ul>\n	<li>Type - news</li>\n	<li>News Cat ID - ID pf category where news articles are</li>\n	<li>No of news - Number of News to show (order by Date - DESC)</li>\n</ul>','News','','private','open','open','','news','','','2012-02-21 16:22:32','2012-02-21 16:22:32','',0,'http://localhost/brankic1979.com/theme/CocoonWP/?page_id=11',5,'page','',0),(320,1,'2010-07-05 20:19:55','2010-07-05 20:19:55','[one]\n<h2>Fullwidth column</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam feugiat nunc ut nibh interdum tempus. Donec at lorem eget sapien iaculis porttitor id quis ligula. Duis non ante quis ligula vestibulum scelerisque id quis est.\n\n[/one]\n\n[border]\n\n[two_thirds]\n<h2>Two thirds</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/two_thirds]\n\n[one_third_last]\n<h2>One third</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/one_third_last]\n\n[border]\n\n[one_half]\n<h2>One half</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/one_half]\n\n[one_half_last]\n<h2>One half</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/one_half_last]\n\n[border]\n\n[one_third]\n<h2>One third</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/one_third]\n\n[one_third]\n<h2>One third</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/one_third]\n\n[one_third_last]\n<h2>One third</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/one_third_last]\n\n[border]\n\n[one]\n<h2>Blockquote</h2>\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam feugiat nunc ut nibh interdum tempus. Donec at lorem eget sapien iaculis porttitor id quis ligula. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.</blockquote>\n[/one]\n\n[border]\n\n[one_half]\n<h2>Ul style</h2>\n<ul>\n	<li>Class aptent taciti sociosqu ad litora torquent per conubiaa.</li>\n	<li>Suspendisse suscipit, dui et mattis fringilla erat dolor.</li>\n	<li>In porttitor dignissim nulla non gravida. Etiam id erat ante.</li>\n</ul>\n[/one_half]\n\n[one_half_last]\n<h2>Ol style</h2>\n<ol>\n	<li>Class aptent taciti sociosqu ad litora torquent per conubiaa.</li>\n	<li>Suspendisse suscipit, dui et mattis fringilla erat dolor.</li>\n	<li>In porttitor dignissim nulla non gravida. Etiam id erat ante.</li>\n</ol>\n[/one_half_last] ','Styles','','private','open','open','','styles','','','2012-02-21 16:22:32','2012-02-21 16:22:32','',0,'http://localhost/brankic1979.com/theme/CocoonWP/?page_id=13',6,'page','',0),(15,1,'2010-07-05 20:20:16','2010-07-05 20:20:16','<div id=\"left-half\" style=\"overflow-y:scroll !important;\">[gravityform id=1 title=false description=true ajax=true]</div>\r\n<div id=\"right-half\"><h2 style=\"font-size:22px;color:#C6E5FF;padding-bottom:0px; margin-bottom:0px;\">Links</h2>[nggallery id=1]</div>','Contact','','publish','open','open','','contact-2','','','2014-08-05 13:25:26','2014-08-05 13:25:26','',0,'http://localhost/brankic1979.com/theme/CocoonWP/?page_id=15',7,'page','',0),(431,1,'2012-02-21 20:11:53','2012-02-21 20:11:53','[gravityform id=1 title=false description=true ajax=true]','Contact','','inherit','closed','open','','15-revision-2','','','2012-02-21 20:11:53','2012-02-21 20:11:53','',15,'http://www.ethanlewismaltby.com/Home/15-revision-2/',0,'revision','',0),(321,1,'2010-07-05 20:24:51','2010-07-05 20:24:51','Nothing to edit here. Check <strong>Custom Fields</strong> values\n<ul>\n	<li>Home Articles Cat ID</li>\n	<li>Home Slideshow Articles Cat ID</li>\n	<li>Type</li>\n</ul>\nand <strong>Order </strong>on the right hand side','Home','','publish','open','open','','home-2','','','2010-07-05 20:24:51','2010-07-05 20:24:51','',0,'http://localhost/brankic1979.com/theme/CocoonWP/?page_id=17',1,'page','',0),(439,1,'2012-02-06 14:03:16','2012-02-06 14:03:16','Long after the smoke has drifted from the battlefield, audiences will remember Courtenay.\r\n\r\nThis musical plucked from the Kentish history books - and fashioned into a sophisticated entertainment by a composer and lyricist relatively new to the genre – deserves its place on a wider stage.\r\n\r\nBy turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\r\n\r\nWhile paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability and while that may not be fashionable it certainly helps to convince ticket-buyers that they have had their money’s worth. See a show and take a tune away with you is no bad slogan even for a modern musical.\r\n\r\nEach of the central characters in Courtenay has a haunting theme of his or her own which blend to great effect at moments of tenderness, for this show is not all about dreams of the 19th century working man finding his true worth under the sleety, unforgiving gaze of establishment figures.\r\n\r\nLyricist Christopher Neame has taken a complex subject and given a perspective to Courtenay\'s story that many historians have discarded in favour of a simplistic view that the protagonist was mad and all his followers simple. The lyrics, particularly those given to Courtenay are intelligent without being polemical.\r\n\r\nAt the opening at Canterbury’s Marlowe Theatre on Thursday it was hard to find any chinks in this emotive story of one man\'s slide from visionary enthusiasm to self-delusion and destruction. There were some technical problems, chiefly with the sound balance, but the principals and ensemble worked together to produce a first night to be proud of.\r\n\r\nThe show is fortunate in having a trio of voices at the top that would match the best the West End has to offer. Loren Geeting as Courtenay, Renée Salewski as the object of his desire, Sarah Culver and David Wyatt as Nicholas Mears, the lover cast aside by Culver for Courtenay’s more dazzling attractions, are a class act. Wyatt has a voice that we will hear again and again if the scouts are doing their job and Geeting and Salewski both live up to their credentials.\r\n\r\nLindsey Mack as the Canterbury Marshal, Captain Townsend, cuts a dash darkly as the man who is out to thwart Courtenay\'s egalitarian ambitions. His presence is like that of a sinister crow. Antonia Bond generates tenderness as the wife Courtenay left behind, struggling to understand her husband’s wild side and Anthony Garner provides a solid presence as the narrator Everyman who guides the audience, many of whom will be unfamiliar with the story, carefully and unobtrusively.\r\n\r\nSet design is also instrumental to the success of this show. Veteran film and TV designer Roy Stannard, a newcomer to the theatre whose credits include David Lean\'s Lawrence of Arabia, has produced a simple, yet effective raked platform in which most of the action is concentrated, focusing the attention perfectly.\r\n\r\nAll this is overseen by a reaper, a simple agricultural machine seen as the means by which the landowner will emasculate the labourer.\r\n\r\nAs the show opens, the machine, cast as the grim reaper, dominates a stark scene as the countrysiders who will come to follow Courtenay, scrape a living from the soil while sinister clouds drift across the landscape. The climate of fear is brought home by blood-red effects schemed by Ben M Rogers, a lighting designer with many West End and international credits to his name, whose skills help to create Courtenay\'s many memorable moods.\r\n\r\nThis homespun show is something Kent can be proud of and one that audiences anywhere would appreciate. Surely local history was never this alive, or so worthy of the standing ovation it got on Thursday.\r\n\r\nRussell Flint','Kent on Sunday','\"By turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\"','inherit','closed','open','','225-revision-4','','','2012-02-06 14:03:16','2012-02-06 14:03:16','',225,'http://www.ethanlewismaltby.com/Home/225-revision-4/',0,'revision','',0),(438,1,'2012-02-24 17:36:41','2012-02-24 17:36:41','<div id=\"left-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><param name=\"wmode\" value=\"transparent\" /><embed width=\"100%\" height=\"345\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\r\n<div id=\"right-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"wmode\" value=\"transparent\" /><param name=\"src\" value=\"http://player.vimeo.com/hubnut/album/1811655?color=00adef&background=000000&fullscreen=1&slideshow=0&stream=channel&id=47546&server=vimeo.com\" /><embed width=\"100%\" height=\"345\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" src=\"http://player.vimeo.com/hubnut/album/1811655?color=00adef&background=000000&fullscreen=1&slideshow=0&stream=channel&id=47546&server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object></div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-8','','','2012-02-24 17:36:41','2012-02-24 17:36:41','',7,'http://www.ethanlewismaltby.com/Home/7-revision-8/',0,'revision','',0),(436,1,'2012-02-21 19:28:26','2012-02-21 19:28:26','<div id=\"left-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><param name=\"wmode\" value=\"transparent\" /><embed width=\"100%\" height=\"345\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\r\n<div id=\"right-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"wmode\" value=\"transparent\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object></div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-6','','','2012-02-21 19:28:26','2012-02-21 19:28:26','',7,'http://www.ethanlewismaltby.com/Home/7-revision-6/',0,'revision','',0),(354,1,'2010-07-11 06:36:45','2010-07-11 06:36:45','','about-avatar','','inherit','open','open','','about-avatar','','','2010-07-11 06:36:45','2010-07-11 06:36:45','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/about-avatar.gif',0,'attachment','image/gif',0),(355,1,'2010-07-11 06:36:45','2010-07-11 06:36:45','','icon1','','inherit','open','open','','icon1','','','2010-07-11 06:36:45','2010-07-11 06:36:45','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/icon1.png',0,'attachment','image/png',0),(356,1,'2010-07-11 06:36:46','2010-07-11 06:36:46','','icon2','','inherit','open','open','','icon2','','','2010-07-11 06:36:46','2010-07-11 06:36:46','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/icon2.png',0,'attachment','image/png',0),(357,1,'2010-07-11 06:36:46','2010-07-11 06:36:46','','icon3','','inherit','open','open','','icon3','','','2010-07-11 06:36:46','2010-07-11 06:36:46','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/icon3.png',0,'attachment','image/png',0),(358,1,'2010-07-11 06:36:46','2010-07-11 06:36:46','','portfolio-item-1','','inherit','open','open','','portfolio-item-1','','','2010-07-11 06:36:46','2010-07-11 06:36:46','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/portfolio-item-1.jpg',0,'attachment','image/jpeg',0),(359,1,'2010-07-11 06:36:47','2010-07-11 06:36:47','','portfolio-item-2','','inherit','open','open','','portfolio-item-2','','','2010-07-11 06:36:47','2010-07-11 06:36:47','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/portfolio-item-2.jpg',0,'attachment','image/jpeg',0),(360,1,'2010-07-11 06:36:48','2010-07-11 06:36:48','','portfolio-item-3','','inherit','open','open','','portfolio-item-3','','','2010-07-11 06:36:48','2010-07-11 06:36:48','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/portfolio-item-3.jpg',0,'attachment','image/jpeg',0),(361,1,'2010-07-11 06:36:48','2010-07-11 06:36:48','','portfolio-item-4','','inherit','open','open','','portfolio-item-4','','','2010-07-11 06:36:48','2010-07-11 06:36:48','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/portfolio-item-4.jpg',0,'attachment','image/jpeg',0),(362,1,'2010-07-11 06:36:50','2010-07-11 06:36:50','','slide1','','inherit','open','open','','slide1','','','2010-07-11 06:36:50','2010-07-11 06:36:50','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/slide1.jpg',0,'attachment','image/jpeg',0),(363,1,'2010-07-11 06:36:52','2010-07-11 06:36:52','','slide2','','inherit','open','open','','slide2-2','','','2010-07-11 06:36:52','2010-07-11 06:36:52','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/slide2.jpg',0,'attachment','image/jpeg',0),(364,1,'2010-07-11 06:36:54','2010-07-11 06:36:54','','slide3','','inherit','open','open','','slide3','','','2010-07-11 06:36:54','2010-07-11 06:36:54','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/slide3.jpg',0,'attachment','image/jpeg',0),(365,1,'2010-07-11 06:36:55','2010-07-11 06:36:55','','slide4','','inherit','open','open','','slide4','','','2010-07-11 06:36:55','2010-07-11 06:36:55','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/slide4.jpg',0,'attachment','image/jpeg',0),(366,1,'2010-07-11 06:36:56','2010-07-11 06:36:56','','social-icon1','','inherit','open','open','','social-icon1','','','2010-07-11 06:36:56','2010-07-11 06:36:56','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/social-icon1.png',0,'attachment','image/png',0),(367,1,'2010-07-11 06:36:56','2010-07-11 06:36:56','','social-icon2','','inherit','open','open','','social-icon2','','','2010-07-11 06:36:56','2010-07-11 06:36:56','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/social-icon2.png',0,'attachment','image/png',0),(368,1,'2010-07-11 06:36:57','2010-07-11 06:36:57','','social-icon3','','inherit','open','open','','social-icon3','','','2010-07-11 06:36:57','2010-07-11 06:36:57','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/social-icon3.png',0,'attachment','image/png',0),(369,1,'2010-07-11 06:36:57','2010-07-11 06:36:57','','social-icon4','','inherit','open','open','','social-icon4','','','2010-07-11 06:36:57','2010-07-11 06:36:57','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/social-icon4.png',0,'attachment','image/png',0),(370,1,'2010-07-11 06:36:58','2010-07-11 06:36:58','','social-icon5','','inherit','open','open','','social-icon5','','','2010-07-11 06:36:58','2010-07-11 06:36:58','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/social-icon5.png',0,'attachment','image/png',0),(371,1,'2010-07-11 06:36:58','2010-07-11 06:36:58','','social-icon6','','inherit','open','open','','social-icon6','','','2010-07-11 06:36:58','2010-07-11 06:36:58','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/social-icon6.png',0,'attachment','image/png',0),(372,1,'2010-07-11 06:41:35','2010-07-11 06:41:35','','youtube-210-150','','inherit','open','open','','youtube-210-150','','','2010-07-11 06:41:35','2010-07-11 06:41:35','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/youtube-210-150.jpg',0,'attachment','image/jpeg',0),(373,1,'2010-07-11 06:41:35','2010-07-11 06:41:35','','logo','','inherit','open','open','','logo','','','2010-07-11 06:41:35','2010-07-11 06:41:35','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/logo.png',0,'attachment','image/png',0),(374,1,'2010-07-11 06:41:36','2010-07-11 06:41:36','','vimeo-210-150','','inherit','open','open','','vimeo-210-150','','','2010-07-11 06:41:36','2010-07-11 06:41:36','',0,'http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/vimeo-210-150.jpg',0,'attachment','image/jpeg',0),(376,1,'2012-02-21 15:49:52','2012-02-21 15:49:52','[gravityform id=1 title=false description=true ajax=true]','Contact','','inherit','closed','open','','29-revision-27','','','2012-02-21 15:49:52','2012-02-21 15:49:52','',29,'http://www.ethanlewismaltby.com/Home/29-revision-27/',0,'revision','',0),(377,1,'2012-01-20 16:17:14','2012-01-20 16:17:14','Home','Home','','inherit','closed','open','','23-revision-5','','','2012-01-20 16:17:14','2012-01-20 16:17:14','',23,'http://www.ethanlewismaltby.com/Home/23-revision-5/',0,'revision','',0),(378,1,'2012-02-21 15:41:31','2012-02-21 15:41:31','<div id=\"left-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\r\n<div id=\"right-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object></div>\r\n<div></div>','Media','','inherit','closed','open','','36-revision-98','','','2012-02-21 15:41:31','2012-02-21 15:41:31','',36,'http://www.ethanlewismaltby.com/Home/36-revision-98/',0,'revision','',0),(379,1,'2012-01-23 16:12:00','2012-01-23 16:12:00','','Reviews','','inherit','closed','open','','27-revision-15','','','2012-01-23 16:12:00','2012-01-23 16:12:00','',27,'http://www.ethanlewismaltby.com/Home/27-revision-15/',0,'revision','',0),(380,1,'2012-01-20 16:17:14','2012-01-20 16:17:14','','Sample Page','','inherit','closed','open','','2-revision-4','','','2012-01-20 16:17:14','2012-01-20 16:17:14','',2,'http://www.ethanlewismaltby.com/Home/2-revision-4/',0,'revision','',0),(381,1,'2010-07-05 20:17:25','2010-07-05 20:17:25','<h2>Lorem ipsum dolor sit amet consectetur</h2>\n<img class=\"size-full wp-image-58 alignleft\" title=\"about-avatar\" src=\"http://ethanlewismaltby.com/Home/wp-content/uploads/2010/07/about-avatar.gif\" alt=\"\" />Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Donec ut volutpat metus. Aliquam tortor lorem, fringilla tempor dignissim at, pretium et arcu. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.','About','','inherit','closed','open','','317-revision','','','2010-07-05 20:17:25','2010-07-05 20:17:25','',317,'http://www.ethanlewismaltby.com/Home/317-revision/',0,'revision','',0),(382,1,'2012-02-21 16:13:17','2012-02-21 16:13:17','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received rave reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby is currently scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','317-revision-2','','','2012-02-21 16:13:17','2012-02-21 16:13:17','',317,'http://www.ethanlewismaltby.com/Home/317-revision-2/',0,'revision','',0),(383,1,'2010-07-05 20:18:34','2010-07-05 20:18:34','Nothing to edit here.\n\nOnly to insert Custom Fields\n\nType - services\n\nServices Cat Id - ID of category where services articles are.','Services','','inherit','closed','open','','7-revision','','','2010-07-05 20:18:34','2010-07-05 20:18:34','',7,'http://www.ethanlewismaltby.com/Home/7-revision/',0,'revision','',0),(384,1,'2012-02-21 16:18:43','2012-02-21 16:18:43','<div id=\"left-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\r\n<div id=\"right-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object></div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-2','','','2012-02-21 16:18:43','2012-02-21 16:18:43','',7,'http://www.ethanlewismaltby.com/Home/7-revision-2/',0,'revision','',0),(385,1,'2012-02-21 16:14:48','2012-02-21 16:14:48','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received rave reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby is currently scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','317-revision-3','','','2012-02-21 16:14:48','2012-02-21 16:14:48','',317,'http://www.ethanlewismaltby.com/Home/317-revision-3/',0,'revision','',0),(386,1,'2010-07-05 20:18:54','2010-07-05 20:18:54','Nothing to edit here.\nInsert Custom Fields\n<ul>\n	<li> Type - portfolio</li>\n	<li> Portfolio Cat ID - ID of category where subcategories with portfolio images/videos</li>\n</ul>','Portfolio','','inherit','closed','open','','318-revision','','','2010-07-05 20:18:54','2010-07-05 20:18:54','',318,'http://www.ethanlewismaltby.com/Home/318-revision/',0,'revision','',0),(388,1,'2010-07-05 20:19:55','2010-07-05 20:19:55','[one]\n<h2>Fullwidth column</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam feugiat nunc ut nibh interdum tempus. Donec at lorem eget sapien iaculis porttitor id quis ligula. Duis non ante quis ligula vestibulum scelerisque id quis est.\n\n[/one]\n\n[border]\n\n[two_thirds]\n<h2>Two thirds</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/two_thirds]\n\n[one_third_last]\n<h2>One third</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/one_third_last]\n\n[border]\n\n[one_half]\n<h2>One half</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/one_half]\n\n[one_half_last]\n<h2>One half</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/one_half_last]\n\n[border]\n\n[one_third]\n<h2>One third</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/one_third]\n\n[one_third]\n<h2>One third</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/one_third]\n\n[one_third_last]\n<h2>One third</h2>\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo, nemo enim ipsam voluptatem quia voluptas sit asperna.\n\n[/one_third_last]\n\n[border]\n\n[one]\n<h2>Blockquote</h2>\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam feugiat nunc ut nibh interdum tempus. Donec at lorem eget sapien iaculis porttitor id quis ligula. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.</blockquote>\n[/one]\n\n[border]\n\n[one_half]\n<h2>Ul style</h2>\n<ul>\n	<li>Class aptent taciti sociosqu ad litora torquent per conubiaa.</li>\n	<li>Suspendisse suscipit, dui et mattis fringilla erat dolor.</li>\n	<li>In porttitor dignissim nulla non gravida. Etiam id erat ante.</li>\n</ul>\n[/one_half]\n\n[one_half_last]\n<h2>Ol style</h2>\n<ol>\n	<li>Class aptent taciti sociosqu ad litora torquent per conubiaa.</li>\n	<li>Suspendisse suscipit, dui et mattis fringilla erat dolor.</li>\n	<li>In porttitor dignissim nulla non gravida. Etiam id erat ante.</li>\n</ol>\n[/one_half_last] ','Styles','','inherit','closed','open','','320-revision','','','2010-07-05 20:19:55','2010-07-05 20:19:55','',320,'http://www.ethanlewismaltby.com/Home/320-revision/',0,'revision','',0),(389,1,'2012-02-21 16:20:20','2012-02-21 16:20:20','<div id=\"left-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\r\n<div id=\"right-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object></div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-3','','','2012-02-21 16:20:20','2012-02-21 16:20:20','',7,'http://www.ethanlewismaltby.com/Home/7-revision-3/',0,'revision','',0),(390,1,'2012-02-21 19:10:19','2012-02-21 19:10:19','<div id=\"left-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\r\n<div id=\"right-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object></div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-4','','','2012-02-21 19:10:19','2012-02-21 19:10:19','',7,'http://www.ethanlewismaltby.com/Home/7-revision-4/',0,'revision','',0),(391,1,'2012-02-21 16:20:49','2012-02-21 16:20:49','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received rave reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby is currently scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','317-revision-4','','','2012-02-21 16:20:49','2012-02-21 16:20:49','',317,'http://www.ethanlewismaltby.com/Home/317-revision-4/',0,'revision','',0),(392,1,'2014-01-08 18:18:09','2014-01-08 18:18:09','<div id=\"left-half\"><iframe src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1580978&amp;color=0f1144&amp;auto_play=false&amp;show_artwork=false\" frameborder=\"no\" scrolling=\"no\" width=\"100%\" height=\"345\"></iframe></div>\n<div id=\"right-half\">[vimeography id=\"2\" width=\"415px\"]</div>\n<div></div>','Media','','inherit','closed','open','','7-autosave','','','2014-01-08 18:18:09','2014-01-08 18:18:09','',7,'http://www.ethanlewismaltby.com/Home/7-autosave/',0,'revision','',0),(506,1,'2014-01-08 14:45:05','2014-01-08 14:45:05','<div id=\"left-half\"><iframe width=\"100%\" height=\"345\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1580978&amp;color=0f1144&amp;auto_play=false&amp;show_artwork=false\"></iframe></div>\r\n<div id=\"right-half\" style=\"width:415px;\">[vimeography id=\"2\" width=\"415px\"]</div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-13','','','2014-01-08 14:45:05','2014-01-08 14:45:05','',7,'http://www.ethanlewismaltby.com/Home/7-revision-13/',0,'revision','',0),(501,1,'2012-02-24 17:37:35','2012-02-24 17:37:35','<div id=\"left-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><param name=\"wmode\" value=\"transparent\" /><embed width=\"100%\" height=\"345\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\r\n<div id=\"right-half\"><iframe src=\"http://player.vimeo.com/hubnut/album/1811655?color=ffffff&amp;background=000000&amp;slideshow=0&amp;video_title=1&amp;video_byline=0\" width=\"100%\" height=\"345\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-9','','','2012-02-24 17:37:35','2012-02-24 17:37:35','',7,'http://www.ethanlewismaltby.com/Home/7-revision-9/',0,'revision','',0),(393,1,'2012-02-21 19:10:39','2012-02-21 19:10:39','<div id=\"left-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1580978%3Fsecret_token%3Ds-qHCe8&amp;show_comments=false&amp;auto_play=false&amp;show_playcount=false&amp;show_artwork=false&amp;color=0f1144\" allowscriptaccess=\"always\" /></object></div>\r\n<div id=\"right-half\"><object width=\"100%\" height=\"345\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"quality\" value=\"best\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"scale\" value=\"showAll\" /><param name=\"src\" value=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" /><embed width=\"100%\" height=\"345\" type=\"application/x-shockwave-flash\" src=\"http://vimeo.com/hubnut/?user_id=ethanlewismaltby&amp;color=FFFFFF&amp;background=000000&amp;fullscreen=1&amp;slideshow=1&amp;stream=album&amp;id=1811655&amp;server=vimeo.com\" quality=\"best\" allowfullscreen=\"true\" allowscriptaccess=\"always\" scale=\"showAll\" /></object></div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-5','','','2012-02-21 19:10:39','2012-02-21 19:10:39','',7,'http://www.ethanlewismaltby.com/Home/7-revision-5/',0,'revision','',0),(394,1,'2012-02-21 16:22:05','2012-02-21 16:22:05','Reviews','Reviews','','inherit','closed','open','','318-revision-2','','','2012-02-21 16:22:05','2012-02-21 16:22:05','',318,'http://www.ethanlewismaltby.com/Home/318-revision-2/',0,'revision','',0),(492,1,'2013-11-23 14:19:00','2013-11-23 14:19:00','<h1>Five ELM albums now available online</h1>\nELM has released five albums of his work to purchase on iTunes, Google Play and Amazon MP3.','SLide 14','','inherit','closed','open','','490-autosave','','','2013-11-23 14:19:00','2013-11-23 14:19:00','',490,'http://www.ethanlewismaltby.com/Home/490-autosave/',0,'revision','',0),(489,1,'2012-02-21 19:10:50','2012-02-21 19:10:50','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received rave reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby is currently scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\'.</p>','About','','inherit','closed','open','','317-revision-5','','','2012-02-21 19:10:50','2012-02-21 19:10:50','',317,'http://www.ethanlewismaltby.com/Home/317-revision-5/',0,'revision','',0),(430,1,'2010-07-05 20:20:16','2010-07-05 20:20:16','<h1>Contact information</h1>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam feugiat nunc ut nibh interdum tempus. Donec at lorem eget sapien iaculis porttitor id quis ligula. Duis non ante quis ligula vestibulum scelerisque id quis est.','Contact','','inherit','closed','open','','15-revision','','','2010-07-05 20:20:16','2010-07-05 20:20:16','',15,'http://www.ethanlewismaltby.com/Home/15-revision/',0,'revision','',0),(432,1,'2012-02-21 20:20:35','2012-02-21 20:20:35','<div id=\"left-half\">[gravityform id=1 title=false description=true ajax=true]</div>','Contact','','inherit','closed','open','','15-revision-3','','','2012-02-21 20:20:35','2012-02-21 20:20:35','',15,'http://www.ethanlewismaltby.com/Home/15-revision-3/',0,'revision','',0),(433,1,'2012-02-21 20:31:09','2012-02-21 20:31:09','<div id=\"left-half\">[gravityform id=1 title=false description=true ajax=true]</div>\r\n<div id=\"right-half\"><h2 style=\"font-size:22px;color:#C6E5FF;\">Links</h2>[nggallery id=1]</div>','Contact','','inherit','closed','open','','15-revision-4','','','2012-02-21 20:31:09','2012-02-21 20:31:09','',15,'http://www.ethanlewismaltby.com/Home/15-revision-4/',0,'revision','',0),(442,1,'2012-02-06 14:09:28','2012-02-06 14:09:28','Review by Peter Lathan (2011)\r\n\r\nThe advertising for DrumChasers promises \"an evening quite unlike anything you’ve seen before.\" It is, we are told, \"a musical without words, but with drums.\"\r\n\r\n&nbsp;\r\n\r\nIt\'s a percussion show, from drum kit to triangle, from gong to xylophone. A cast of eleven (plus voice-over by Stephen Fry) play their carefully and tightly choreographed way through a variant on the Romeo and Juliet story set in a parallel world, Noiseland, which somehow bursts into our world in an old concert hall where caretaker Mr Bennett, played by Jack Warner, looks after the instruments stored there. He is to be the instrument (pun intended) which solves Noiseland\'s age-old problems and bringing back peace.\r\n\r\n&nbsp;\r\n\r\nAnd that\'s not a spoiler: it\'s in the advertising!\r\n\r\n&nbsp;\r\n\r\nThis could be the recipe for something cringingly self-indugent, and that feeling was exacerbated by the fact that, because I arrived early and was on my own for this show, I read the programme before it started. There, on the first inside page, was an introduction, written in verse which could have been penned by that master of the appalling rhyme, William McGonagall. My heart sank!\r\n\r\n&nbsp;\r\n\r\n(Those who don\'t know McGonagall really should look at McGonagall Online and marvel!)\r\n\r\n&nbsp;\r\n\r\nIf I say that, about a third of the way through the first act, these words are spoken by Stephen Fry, you will realise - as I did at that moment - that this is not a show that takes itself too seriously. Indeed, it is shot through with self-deprecating humour, subverting any expectation that we are going to get a tragedy - or even a melodrama. And it gets that balance between humour and the seriousness required to interest us in the story exactly right.\r\n\r\n&nbsp;\r\n\r\nWhat DrumChasers actually is is very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. The movement of the instruments on, off and around the stage (by the cast) is smooth and quick and the costumes and make-up were close to but not exactly of this world, nicely contrasted with Mr Bennett\'s brown coat and flat cap. I did wonder if the sticks which the Noise Wrangler uses to control her people were meant to remind us of Jedi light sabres. They certainly did me.\r\n\r\n&nbsp;\r\n\r\nBut it is the performances which will stick in the memory. There was a number (I can\'t think of any other word) in which two opposing faction members fought each other, circling back and forth round two xylophones placed centrestage and never missing a note or even for a second losing their confrontational body language and expressions. And a comic highlight was a duel between two triangle playing cast members.\r\n\r\n&nbsp;\r\n\r\nGreat fun!','Great British Theatre','\"What DrumChasers actually is is very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. \"','inherit','closed','open','','184-revision-4','','','2012-02-06 14:09:28','2012-02-06 14:09:28','',184,'http://www.ethanlewismaltby.com/Home/184-revision-4/',0,'revision','',0),(440,1,'2012-02-24 18:00:43','2012-02-24 18:00:43','<p>Long after the smoke has drifted from the battlefield, audiences will remember Courtenay.</p>\r\n\r\n<p>This musical plucked from the Kentish history books - and fashioned into a sophisticated entertainment by a composer and lyricist relatively new to the genre – deserves its place on a wider stage.</p>\r\n\r\n<p>By turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.</p>\r\n\r\n<p>While paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability and while that may not be fashionable it certainly helps to convince ticket-buyers that they have had their money’s worth. See a show and take a tune away with you is no bad slogan even for a modern musical.</p>\r\n\r\n<p>Each of the central characters in Courtenay has a haunting theme of his or her own which blend to great effect at moments of tenderness, for this show is not all about dreams of the 19th century working man finding his true worth under the sleety, unforgiving gaze of establishment figures.</p>\r\n\r\n<p>Lyricist Christopher Neame has taken a complex subject and given a perspective to Courtenay\'s story that many historians have discarded in favour of a simplistic view that the protagonist was mad and all his followers simple. The lyrics, particularly those given to Courtenay are intelligent without being polemical.</p>\r\n\r\n<p>At the opening at Canterbury’s Marlowe Theatre on Thursday it was hard to find any chinks in this emotive story of one man\'s slide from visionary enthusiasm to self-delusion and destruction. There were some technical problems, chiefly with the sound balance, but the principals and ensemble worked together to produce a first night to be proud of.</p>\r\n\r\n<p>The show is fortunate in having a trio of voices at the top that would match the best the West End has to offer. Loren Geeting as Courtenay, Renée Salewski as the object of his desire, Sarah Culver and David Wyatt as Nicholas Mears, the lover cast aside by Culver for Courtenay’s more dazzling attractions, are a class act. Wyatt has a voice that we will hear again and again if the scouts are doing their job and Geeting and Salewski both live up to their credentials.</p>\r\n\r\n<p>Lindsey Mack as the Canterbury Marshal, Captain Townsend, cuts a dash darkly as the man who is out to thwart Courtenay\'s egalitarian ambitions. His presence is like that of a sinister crow. Antonia Bond generates tenderness as the wife Courtenay left behind, struggling to understand her husband’s wild side and Anthony Garner provides a solid presence as the narrator Everyman who guides the audience, many of whom will be unfamiliar with the story, carefully and unobtrusively.</p>\r\n\r\n<p>Set design is also instrumental to the success of this show. Veteran film and TV designer Roy Stannard, a newcomer to the theatre whose credits include David Lean\'s Lawrence of Arabia, has produced a simple, yet effective raked platform in which most of the action is concentrated, focusing the attention perfectly.</p>\r\n\r\n<p>All this is overseen by a reaper, a simple agricultural machine seen as the means by which the landowner will emasculate the labourer.</p>\r\n\r\n<p>As the show opens, the machine, cast as the grim reaper, dominates a stark scene as the countrysiders who will come to follow Courtenay, scrape a living from the soil while sinister clouds drift across the landscape. The climate of fear is brought home by blood-red effects schemed by Ben M Rogers, a lighting designer with many West End and international credits to his name, whose skills help to create Courtenay\'s many memorable moods.</p>\r\n\r\n<p>This homespun show is something Kent can be proud of and one that audiences anywhere would appreciate. Surely local history was never this alive, or so worthy of the standing ovation it got on Thursday.</p>\r\n\r\n<p>Russell Flint','Kent on Sunday','\"By turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\"','inherit','closed','open','','225-revision-5','','','2012-02-24 18:00:43','2012-02-24 18:00:43','',225,'http://www.ethanlewismaltby.com/Home/225-revision-5/',0,'revision','',0),(441,1,'2012-02-24 18:01:14','2012-02-24 18:01:14','<p>Long after the smoke has drifted from the battlefield, audiences will remember Courtenay.</p>\r\n<p>This musical plucked from the Kentish history books - and fashioned into a sophisticated entertainment by a composer and lyricist relatively new to the genre – deserves its place on a wider stage.</p>\r\n<p>By turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.</p>\r\n<p>While paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability and while that may not be fashionable it certainly helps to convince ticket-buyers that they have had their money’s worth. See a show and take a tune away with you is no bad slogan even for a modern musical.</p>\r\n<p>Each of the central characters in Courtenay has a haunting theme of his or her own which blend to great effect at moments of tenderness, for this show is not all about dreams of the 19th century working man finding his true worth under the sleety, unforgiving gaze of establishment figures.</p>\r\n<p>Lyricist Christopher Neame has taken a complex subject and given a perspective to Courtenay\'s story that many historians have discarded in favour of a simplistic view that the protagonist was mad and all his followers simple. The lyrics, particularly those given to Courtenay are intelligent without being polemical.</p>\r\n<p>At the opening at Canterbury’s Marlowe Theatre on Thursday it was hard to find any chinks in this emotive story of one man\'s slide from visionary enthusiasm to self-delusion and destruction. There were some technical problems, chiefly with the sound balance, but the principals and ensemble worked together to produce a first night to be proud of.</p>\r\n<p>The show is fortunate in having a trio of voices at the top that would match the best the West End has to offer. Loren Geeting as Courtenay, Renée Salewski as the object of his desire, Sarah Culver and David Wyatt as Nicholas Mears, the lover cast aside by Culver for Courtenay’s more dazzling attractions, are a class act. Wyatt has a voice that we will hear again and again if the scouts are doing their job and Geeting and Salewski both live up to their credentials.</p>\r\n<p>Lindsey Mack as the Canterbury Marshal, Captain Townsend, cuts a dash darkly as the man who is out to thwart Courtenay\'s egalitarian ambitions. His presence is like that of a sinister crow. Antonia Bond generates tenderness as the wife Courtenay left behind, struggling to understand her husband’s wild side and Anthony Garner provides a solid presence as the narrator Everyman who guides the audience, many of whom will be unfamiliar with the story, carefully and unobtrusively.</p>\r\n<p>Set design is also instrumental to the success of this show. Veteran film and TV designer Roy Stannard, a newcomer to the theatre whose credits include David Lean\'s Lawrence of Arabia, has produced a simple, yet effective raked platform in which most of the action is concentrated, focusing the attention perfectly.</p>\r\n<p>All this is overseen by a reaper, a simple agricultural machine seen as the means by which the landowner will emasculate the labourer.</p>\r\n<p>As the show opens, the machine, cast as the grim reaper, dominates a stark scene as the countrysiders who will come to follow Courtenay, scrape a living from the soil while sinister clouds drift across the landscape. The climate of fear is brought home by blood-red effects schemed by Ben M Rogers, a lighting designer with many West End and international credits to his name, whose skills help to create Courtenay\'s many memorable moods.</p>\r\n<p>This homespun show is something Kent can be proud of and one that audiences anywhere would appreciate. Surely local history was never this alive, or so worthy of the standing ovation it got on Thursday.</p>\r\n<p>Russell Flint','Kent on Sunday','\"By turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\"','inherit','closed','open','','225-revision-6','','','2012-02-24 18:01:14','2012-02-24 18:01:14','',225,'http://www.ethanlewismaltby.com/Home/225-revision-6/',0,'revision','',0),(444,1,'2012-01-23 20:18:52','2012-01-23 20:18:52','WHAT A Show, Drumchasers has certainly promised a great evenings entertainment in Torquay – This is something that you’ve NEVER Seen before, it is a Musical, without words – but a Hell of a lot of drums!!\r\n\r\n&nbsp;\r\n\r\nFeaturing the Voice of Stephen Fry, this show has everything, Music, Action, Comedy, Fun, Energy! It was immense. I was so glad to be able to see this show in Torquay, it was a shame to see that the 1,500 seater venue was only a third full, which was a real shame, as the amount of energy that each cast member put into this show – was totally amazing.\r\n\r\n&nbsp;\r\n\r\nThe music was just great listening, and certainly put a smile on your face watching, my mother in fact took a short video of the show, and I hope that we’re not breaching any copyright laws, but I feel that other people should see HOW amazing this show actually is.\r\n\r\n&nbsp;\r\n\r\nThe show features all percussions from a Triangle to a Drum, and an amazing 10 minute piece to a Xylophone. A Cast of 11 play with their hearts content, this amazing choreographed production though a Romeo and Juliet story set in ‘Noiseland’ world, which expands into the Human world of an old Theatre where the caretaker ‘Mr Bennett’ played by Jack Warner looks after the instruments which are stored there, he’s the one that solves the way which brings back the peace to everyone at Noiseland.\r\n\r\n&nbsp;\r\n\r\nDrumchasers is an entertaining piece of work, and the skill which is used throughout the show, not just playing the instruments by dancing with them, and making the show come alive is amazing. The Sound was superb, and the Lighting – Wow, It was FANTASTIC! The lighting designer for this show must be very proud, and I Can imagine very fun to design.\r\n\r\n&nbsp;\r\n\r\nThis is a NEW Show, and I understand why there maybe wasn’t so many people – But, if this show comes near you, it’s 100% worth a watch! Buy Tickets!!\r\n\r\n&nbsp;\r\n\r\nPLEASE Come back to Torquay Drumchasers!','Talk Torbay','\"The music was just great listening...It was immense...\"','inherit','closed','open','','182-revision-3','','','2012-01-23 20:18:52','2012-01-23 20:18:52','',182,'http://www.ethanlewismaltby.com/Home/182-revision-3/',0,'revision','',0),(446,1,'2012-01-23 20:12:38','2012-01-23 20:12:38','By Vera Fletcher\r\n\r\n&nbsp;\r\n\r\nDrumChasers sells itself as an explosion of sound and light with a story of romance, rivalry and rhythm and it doesn\'t disappoint. Think Romeo and Juliet with drumsticks (and without the poison). The synopsis of the show tells the story of Mr Bennett, a caretaker in an old concert hall who looks after the instruments stored within its walls. However, one night, something happens, something loud and something otherworldly and he is transported to the land of the DrumChasers. I felt this premise got a bit lost within the first ten minutes, Mr Bennett being swiftly cast aside from view and frantic, captivating drumming prevailed. Just when I had almost written off the storyline as a feeble excuse for a night of intoxicating percussion, the soothing tones of Stephen Fry stepped in to narrate and educate the audience on The Noiseland Tale. Aside from the intermittent guidance of Mr Fry this story was told solely through the use of incredibly skilled drumming, expressive dance and imaginative lighting. Armed with drumsticks as weapons, the fight scenes made convincing battles with emotional integrity. The underlying love story was a particular highlight which needed no explanation, proving some of the best stories are wordless.\r\n\r\n&nbsp;\r\n\r\nThe performance was polished and professional and the story gained in momentum and strength as the show progressed. Mr Bennett too, being given a bit more stage time to ingrain himself in the performance. The drumming was electric and the energy was infectious, at times it took great pains not to jump up and join in from the aisles. Thankfully towards the shows end there was opportunity to participate rhythmically from the safety of your seat which culminated in a loud surge of release from the audience of previously bottled toe tapping and hand clapping.\r\n\r\n&nbsp;\r\n\r\nAlong the same vein, if you liked Stomp you\'ll love DrumChasers, an uplifting, enjoyable night out even for those with no rhythm.','RemoteGoat','\"A night of intoxicating percussion...the energy was infectious, at times it took great pains not to jump up and join in from the aisles.\"','inherit','closed','open','','174-revision-4','','','2012-01-23 20:12:38','2012-01-23 20:12:38','',174,'http://www.ethanlewismaltby.com/Home/174-revision-4/',0,'revision','',0),(447,1,'2012-01-23 20:10:00','2012-01-23 20:10:00','By Jonathan Wilkes\r\n\r\n&nbsp;\r\n\r\nNoise Ensemble’s epic musical DrumChasers, replacing vocals with percussion, is an explosive display of sound and light. Eleven virtuosic performers with endless energy and talent offered a mesmerising experience and a beautiful story.\r\n\r\n&nbsp;\r\n\r\nCaretaker at a concert hall, Mr Bennett (Jack Warner), witnesses a doorway opening to a dystopian world where people play percussion instruments, inlcuding drums, xylophones and triangles, as communication. And Noiseland’s inhabitants play extremely well, never missing a beat.\r\n\r\n&nbsp;\r\n\r\nA Dr Seuss-esque narration by Stephen Fry tells us they are caught in an age-old feud. War is prevented only by the mystical powers of the Noise Wrangler and her purple lightsabres. A blossoming Romeo and Juliet romance and a discovery by Mr Bennett however could lead to peace.\r\n\r\n&nbsp;\r\n\r\nThe truly spectacular DrumChasers leaves one in awe of how every element worked in exquisite harmony. It perfectly balanced gravitas and self-deprecation so the audience (which should have been bigger) never doubted Noise Ensemble’s soulful tale.\r\n\r\n&nbsp;\r\n\r\nThe melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful, stentorian drumming quickly followed by more melodious, playful flourishes on xylophones and glockenspiels.\r\n\r\n&nbsp;\r\n\r\nIt had action, romance, poignancy and comedy – a pitch-black performance with glow-in-the-dark levitating drums being especially funny. The industrial set and apocalyptic costumes, and a literally breath-taking lighting design, really enhanced the production.\r\n\r\n&nbsp;\r\n\r\nSpecial mention must go to Georgina King for the exhilarating choreography and to composer, director and creator Ethan Lewis Maltby.\r\n\r\n&nbsp;\r\n\r\nHis resplendent production is a profoundly affecting and memorable theatrical experience.\r\n\r\n&nbsp;\r\n\r\nHere’s hoping the doorway to Noiseland opens again.','The York Press','The melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful...','inherit','closed','open','','172-revision-4','','','2012-01-23 20:10:00','2012-01-23 20:10:00','',172,'http://www.ethanlewismaltby.com/Home/172-revision-4/',0,'revision','',0),(450,1,'2012-02-25 13:12:41','2012-02-25 13:12:41','Mid Hants Observer – June 1st, The Nuffield, Southampton\n\nAn extract from the article/review “Tub thumping”\n\nIt was with some trepidation that I approached Noise Ensemble, billed as an “international percussion sensation”… Any misgivings I may have had were instantly extinguished when a voice announced that the following performance would contain “graphic beatings and scenes of a percussive nature.” A statement of intent that hinted that Noise Ensemble didn’t take itself too seriously. From this point on we were treated to a riotous evening of non stop entertainment.\n\nNoise Ensemble is a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show. A couple of legible entries mention rock band with xylophones (certainly no bad thing in my book ), the tongue in cheek cable TV-style interludes, and a real ‘vaudevillian feel’ (don’t ask how I wrote that in the dark), with comic interludes reminiscent of traditional circus clowns.\n\nMusically speaking, there were moments of jaw-dropping beauty, particularly the interplay between marimbas, xylophones and the rest of the percussive arsenal. Noise Ensemble covers a lot of ground. Late in the set we were treated to some 70s style wah-wah guitar and choreography that appeared to pay homage to West Side Story, unsurprising elements when you consider the composer’s background in film scores.\n\nNoise Ensemble is certainly unique, relentlessly entertaining and shot through with plenty of humour, delivered by an impossibly good looking cast. It’s an energetic show that I would have no hesitation in recommending to audiences of all ages. Another demonstration of The Nuffield’s commitment to original and spectacular productions. On top of that I’ve had to reappraise my relationship with drums and drumming. For now at least.\n','Mid Hants Observer ','','inherit','closed','open','','449-revision','','','2012-02-25 13:12:41','2012-02-25 13:12:41','',449,'http://www.ethanlewismaltby.com/Home/449-revision/',0,'revision','',0),(451,1,'2012-02-25 13:13:02','2012-02-25 13:13:02','Mid Hants Observer – Noise Ensemble - June 1st, The Nuffield, Southampton\r\n\r\nAn extract from the article/review “Tub thumping”\r\n\r\nIt was with some trepidation that I approached Noise Ensemble, billed as an “international percussion sensation”… Any misgivings I may have had were instantly extinguished when a voice announced that the following performance would contain “graphic beatings and scenes of a percussive nature.” A statement of intent that hinted that Noise Ensemble didn’t take itself too seriously. From this point on we were treated to a riotous evening of non stop entertainment.\r\n\r\nNoise Ensemble is a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show. A couple of legible entries mention rock band with xylophones (certainly no bad thing in my book ), the tongue in cheek cable TV-style interludes, and a real ‘vaudevillian feel’ (don’t ask how I wrote that in the dark), with comic interludes reminiscent of traditional circus clowns.\r\n\r\nMusically speaking, there were moments of jaw-dropping beauty, particularly the interplay between marimbas, xylophones and the rest of the percussive arsenal. Noise Ensemble covers a lot of ground. Late in the set we were treated to some 70s style wah-wah guitar and choreography that appeared to pay homage to West Side Story, unsurprising elements when you consider the composer’s background in film scores.\r\n\r\nNoise Ensemble is certainly unique, relentlessly entertaining and shot through with plenty of humour, delivered by an impossibly good looking cast. It’s an energetic show that I would have no hesitation in recommending to audiences of all ages. Another demonstration of The Nuffield’s commitment to original and spectacular productions. On top of that I’ve had to reappraise my relationship with drums and drumming. For now at least.\r\n','Mid Hants Observer ','','inherit','closed','open','','449-revision-2','','','2012-02-25 13:13:02','2012-02-25 13:13:02','',449,'http://www.ethanlewismaltby.com/Home/449-revision-2/',0,'revision','',0),(452,1,'2012-02-25 13:13:24','2012-02-25 13:13:24','Mid Hants Observer – Noise Ensemble - June 1st, The Nuffield, Southampton\r\n\r\nAn extract from the article/review “Tub thumping”\r\n\r\nIt was with some trepidation that I approached Noise Ensemble, billed as an “international percussion sensation”… Any misgivings I may have had were instantly extinguished when a voice announced that the following performance would contain “graphic beatings and scenes of a percussive nature.” A statement of intent that hinted that Noise Ensemble didn’t take itself too seriously. From this point on we were treated to a riotous evening of non stop entertainment.\r\n\r\nNoise Ensemble is a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show. A couple of legible entries mention rock band with xylophones (certainly no bad thing in my book ), the tongue in cheek cable TV-style interludes, and a real ‘vaudevillian feel’ (don’t ask how I wrote that in the dark), with comic interludes reminiscent of traditional circus clowns.\r\n\r\nMusically speaking, there were moments of jaw-dropping beauty, particularly the interplay between marimbas, xylophones and the rest of the percussive arsenal. Noise Ensemble covers a lot of ground. Late in the set we were treated to some 70s style wah-wah guitar and choreography that appeared to pay homage to West Side Story, unsurprising elements when you consider the composer’s background in film scores.\r\n\r\nNoise Ensemble is certainly unique, relentlessly entertaining and shot through with plenty of humour, delivered by an impossibly good looking cast. It’s an energetic show that I would have no hesitation in recommending to audiences of all ages. Another demonstration of The Nuffield’s commitment to original and spectacular productions. On top of that I’ve had to reappraise my relationship with drums and drumming. For now at least.\r\n','Mid Hants Observer ','','inherit','closed','open','','449-revision-3','','','2012-02-25 13:13:24','2012-02-25 13:13:24','',449,'http://www.ethanlewismaltby.com/Home/449-revision-3/',0,'revision','',0),(453,1,'2012-02-25 13:14:12','2012-02-25 13:14:12','Mid Hants Observer – Noise Ensemble - June 1st, The Nuffield, Southampton\r\n\r\nAn extract from the article/review “Tub thumping”\r\n\r\nIt was with some trepidation that I approached Noise Ensemble, billed as an “international percussion sensation”… Any misgivings I may have had were instantly extinguished when a voice announced that the following performance would contain “graphic beatings and scenes of a percussive nature.” A statement of intent that hinted that Noise Ensemble didn’t take itself too seriously. From this point on we were treated to a riotous evening of non stop entertainment.\r\n\r\nNoise Ensemble is a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show. A couple of legible entries mention rock band with xylophones (certainly no bad thing in my book ), the tongue in cheek cable TV-style interludes, and a real ‘vaudevillian feel’ (don’t ask how I wrote that in the dark), with comic interludes reminiscent of traditional circus clowns.\r\n\r\nMusically speaking, there were moments of jaw-dropping beauty, particularly the interplay between marimbas, xylophones and the rest of the percussive arsenal. Noise Ensemble covers a lot of ground. Late in the set we were treated to some 70s style wah-wah guitar and choreography that appeared to pay homage to West Side Story, unsurprising elements when you consider the composer’s background in film scores.\r\n\r\nNoise Ensemble is certainly unique, relentlessly entertaining and shot through with plenty of humour, delivered by an impossibly good looking cast. It’s an energetic show that I would have no hesitation in recommending to audiences of all ages. Another demonstration of The Nuffield’s commitment to original and spectacular productions. On top of that I’ve had to reappraise my relationship with drums and drumming. For now at least.','Mid Hants Observer ','','inherit','closed','open','','449-revision-4','','','2012-02-25 13:14:12','2012-02-25 13:14:12','',449,'http://www.ethanlewismaltby.com/Home/449-revision-4/',0,'revision','',0),(454,1,'2011-10-01 13:20:18','2011-10-01 13:20:18','Kentish Gazette – Marlowe Theatre,Canterbury\r\n\r\n&nbsp;\r\n\r\nDrumming up a storm of a show.\r\n\r\n&nbsp;\r\n\r\nThe drummers’ union was out in Canterbury in force last week with an awesome demonstration of percussion and orchestral drumming. My expectations were lowered by the presence of a poster quote, comparing it to the woeful cheese of Riverdance, but thankfully this was so much better.\r\n\r\nNoise Ensemble has grown from its beginnings as a small show at the Edinburgh Fringe to a wonderful show of dance and drums. Actually, mainly drums.\r\n\r\n&nbsp;\r\n\r\nThe 10 percussionists were playing the music ofCanterbury’s Ethan Lewis Maltby in a spectacular display of co-ordination and pure musicianship that had musicians such as myself cursing their overabundance of talent. Beautiful marimba and vibes’ playing mixed with martial snare and tom work and there were comedy interludes with flying drums and cable TV for drummers.\r\n\r\n&nbsp;\r\n\r\nWhy this show has not become as big a hit as rival Stomp, I can’t understand.\r\n\r\n&nbsp;\r\n\r\nReview by Chris Denham','Kentish Gazette','On Noise Ensemble... \"The 10 percussionists were playing the music ofCanterbury’s Ethan Lewis Maltby in a spectacular display of co-ordination and pure musicianship that had musicians such as myself cursing their overabundance of talent. Beautiful marimba and vibes’ playing mixed with martial snare and tom work and there were comedy interludes with flying drums and cable TV for drummers. Why this show has not become as big a hit as rival Stomp, I can’t understand.\"','publish','closed','closed','','kentish-gazette-noise-ensemble','','','2015-06-18 20:15:21','2015-06-18 20:15:21','',0,'http://www.ethanlewismaltby.com/Home/?p=454',0,'post','',0),(455,1,'2012-02-25 13:19:23','2012-02-25 13:19:23','Kentish Gazette – Marlowe Theatre,Canterbury\n\n&nbsp;\n\nDrumming up a storm of a show.\n\n&nbsp;\n\nThe drummers’ union was out in Canterbury in force last week with an awesome demonstration of percussion and orchestral drumming. My expectations were lowered by the presence of a poster quote, comparing it to the woeful cheese of Riverdance, but thankfully this was so much better.\n\nNoise Ensemble has grown from its beginnings as a small show at the Edinburgh Fringe to a wonderful show of dance and drums. Actually, mainly drums.\n\n&nbsp;\n\nThe 10 percussionists were playing the music ofCanterbury’s Ethan Lewis Maltby in a spectacular display of co-ordination and pure musicianship that had musicians such as myself cursing their overabundance of talent. Beautiful marimba and vibes’ playing mixed with martial snare and tom work and there were comedy interludes with flying drums and cable TV for drummers.\n\n&nbsp;\n\nWhy this show has not become as big a hit as rival Stomp, I can’t understand.\n\n&nbsp;\n\nReview by Chris Denham','Kentish Gazette - Noise Ensemble','','inherit','closed','open','','454-revision','','','2012-02-25 13:19:23','2012-02-25 13:19:23','',454,'http://www.ethanlewismaltby.com/Home/454-revision/',0,'revision','',0),(456,1,'2012-02-25 13:20:18','2012-02-25 13:20:18','Kentish Gazette – Marlowe Theatre,Canterbury\r\n\r\n&nbsp;\r\n\r\nDrumming up a storm of a show.\r\n\r\n&nbsp;\r\n\r\nThe drummers’ union was out in Canterbury in force last week with an awesome demonstration of percussion and orchestral drumming. My expectations were lowered by the presence of a poster quote, comparing it to the woeful cheese of Riverdance, but thankfully this was so much better.\r\n\r\nNoise Ensemble has grown from its beginnings as a small show at the Edinburgh Fringe to a wonderful show of dance and drums. Actually, mainly drums.\r\n\r\n&nbsp;\r\n\r\nThe 10 percussionists were playing the music ofCanterbury’s Ethan Lewis Maltby in a spectacular display of co-ordination and pure musicianship that had musicians such as myself cursing their overabundance of talent. Beautiful marimba and vibes’ playing mixed with martial snare and tom work and there were comedy interludes with flying drums and cable TV for drummers.\r\n\r\n&nbsp;\r\n\r\nWhy this show has not become as big a hit as rival Stomp, I can’t understand.\r\n\r\n&nbsp;\r\n\r\nReview by Chris Denham','Kentish Gazette - Noise Ensemble','\"The 10 percussionists were playing the music ofCanterbury’s Ethan Lewis Maltby in a spectacular display of co-ordination and pure musicianship that had musicians such as myself cursing their overabundance of talent. Beautiful marimba and vibes’ playing mixed with martial snare and tom work and there were comedy interludes with flying drums and cable TV for drummers. Why this show has not become as big a hit as rival Stomp, I can’t understand.\"','inherit','closed','open','','454-revision-2','','','2012-02-25 13:20:18','2012-02-25 13:20:18','',454,'http://www.ethanlewismaltby.com/Home/454-revision-2/',0,'revision','',0),(457,1,'2012-02-25 13:16:15','2012-02-25 13:16:15','Mid Hants Observer – Noise Ensemble -  The Nuffield, Southampton\r\n\r\nAn extract from the article/review “Tub thumping”\r\n\r\nIt was with some trepidation that I approached Noise Ensemble, billed as an “international percussion sensation”… Any misgivings I may have had were instantly extinguished when a voice announced that the following performance would contain “graphic beatings and scenes of a percussive nature.” A statement of intent that hinted that Noise Ensemble didn’t take itself too seriously. From this point on we were treated to a riotous evening of non stop entertainment.\r\n\r\nNoise Ensemble is a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show. A couple of legible entries mention rock band with xylophones (certainly no bad thing in my book ), the tongue in cheek cable TV-style interludes, and a real ‘vaudevillian feel’ (don’t ask how I wrote that in the dark), with comic interludes reminiscent of traditional circus clowns.\r\n\r\nMusically speaking, there were moments of jaw-dropping beauty, particularly the interplay between marimbas, xylophones and the rest of the percussive arsenal. Noise Ensemble covers a lot of ground. Late in the set we were treated to some 70s style wah-wah guitar and choreography that appeared to pay homage to West Side Story, unsurprising elements when you consider the composer’s background in film scores.\r\n\r\nNoise Ensemble is certainly unique, relentlessly entertaining and shot through with plenty of humour, delivered by an impossibly good looking cast. It’s an energetic show that I would have no hesitation in recommending to audiences of all ages. Another demonstration of The Nuffield’s commitment to original and spectacular productions. On top of that I’ve had to reappraise my relationship with drums and drumming. For now at least.','Mid Hants Observer ','\"Noise Ensemble is a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show.\"','inherit','closed','open','','449-revision-5','','','2012-02-25 13:16:15','2012-02-25 13:16:15','',449,'http://www.ethanlewismaltby.com/Home/449-revision-5/',0,'revision','',0),(458,1,'2011-02-25 13:24:45','2011-02-25 13:24:45','Southern Echo – The Nuffield, Southampton\r\n\r\n&nbsp;\r\n\r\nForgive me for banging on about how good this is…\r\n\r\n&nbsp;\r\n\r\nIs there nothing this lot can’t do with a drum? After enjoying two hours of percussive genius from Noise Ensemble, I suspect not. You may think that is overly long for a show which is simply based on banging a big instrument with a stick. But there is so much more to it than that.\r\n\r\n&nbsp;\r\n\r\nWe were treated to all manner of things from drumstick throwing to seemingly flying drums and from spinning dance routines to comedy noise sketches. And the on-stage Noise TV screen was showing Drum DIY, drum survival, percussion exercise classes and the drumming world championships. The cast of 10 burst on to stage for this high-energy and incredibly loud display of drumming at its best.\r\n\r\n&nbsp;\r\n\r\nWhat follows is more of a theatrical experience than a musical one – with set changes every few minutes and performers who play everything from marimbas and maracas to triangles and tom-toms. It combines music, dancing, visual effects and even has a sense of humour. It made me wish I was a little better at banging things with a stick.','Southern Echo','On Noise Ensemble... \"Is there nothing this lot can’t do with a drum? After enjoying two hours of percussive genius from Noise Ensemble, I suspect not. You may think that is overly long for a show which is simply based on banging a big instrument with a stick. But there is so much more to it than that.\"','publish','closed','closed','','southern-echo','','','2015-06-18 20:15:21','2015-06-18 20:15:21','',0,'http://www.ethanlewismaltby.com/Home/?p=458',0,'post','',0),(459,1,'2012-02-25 13:23:56','2012-02-25 13:23:56','Southern Echo – June 3rd, The Nuffield, Southampton\n\n&nbsp;\n\nForgive me for banging on about how good this is…\n\n&nbsp;\n\nIs there nothing this lot can’t do with a drum? After enjoying two hours of percussive genius from Noise Ensemble, I suspect not. You may think that is overly long for a show which is simply based on banging a big instrument with a stick. But there is so much more to it than that.\n\n&nbsp;\n\nWe were treated to all manner of things from drumstick throwing to seemingly flying drums and from spinning dance routines to comedy noise sketches. And the on-stage Noise TV screen was showing Drum DIY, drum survival, percussion exercise classes and the drumming world championships. The cast of 10 burst on to stage for this high-energy and incredibly loud display of drumming at its best.\n\n&nbsp;\n\nWhat follows is more of a theatrical experience than a musical one – with set changes every few minutes and performers who play everything from marimbas and maracas to triangles and tom-toms. It combines music, dancing, visual effects and even has a sense of humour. It made me wish I was a little better at banging things with a stick.','Southern Echo','','inherit','closed','open','','458-revision','','','2012-02-25 13:23:56','2012-02-25 13:23:56','',458,'http://www.ethanlewismaltby.com/Home/458-revision/',0,'revision','',0),(460,1,'2012-02-25 13:26:43','2012-02-25 13:26:43','Brighton Argus –  Theatre Royal,Brighton\r\n\r\n&nbsp;\r\n\r\nA Different Drum\r\n\r\n&nbsp;\r\n\r\nThe ten talented percussionists of Noise Ensemble provided an evening that not only fused remarkable sound with brilliant colours but also wove into the routines extraordinary choreographed movement. At times the fervour of the young players echoed the tribal rituals of Africa and theSouth Seas. Every conceivable variety of drum was used along with anything else that could be struck, scraped or shaken. These were backed on occasions by guitar and a soundtrack of electronic music which had an ethereal quality.\r\n\r\n&nbsp;\r\n\r\nThe evening was not all heavy passion – it was laced with gentleness and humour. Subtle and tender sounds came from such instruments as the vibraphone, the xylophone and even the humble triangle, in all its differing sizes. Humour pervaded the evening with a witty send-up of satellite TV channels depicted on a screen at the rear of the stage and several comic numbers. These included a mime using different sounds for various body movements , the boredom of the percussion section as they awaited their brief moments of glory at the end of a symphony and a number where the drummers chased and played their instruments which took on a life of their own as they flew around the stage.\r\n\r\n&nbsp;\r\n\r\nIn highlighting the percussion instruments normally relegated to the back of an orchestra, director and composer, Ethan Lewis Maltby has created a dazzling showcase for these Cinderella instruments. All the instruments shone but the stars of the evening were the drums which throbbed and pulsated throughout. The response of the audience showed that the evening, if you will forgive the pun, was a thumping great success.','Brighton Argus','On Noise Ensemble... \"In highlighting the percussion instruments normally relegated to the back of an orchestra, director and composer, Ethan Lewis Maltby has created a dazzling showcase for these Cinderella instruments.  The response of the audience showed that the evening, if you will forgive the pun, was a thumping great success.\"','publish','closed','closed','','brighton-argus','','','2015-06-18 20:15:20','2015-06-18 20:15:20','',0,'http://www.ethanlewismaltby.com/Home/?p=460',0,'post','',0),(461,1,'2012-02-25 13:25:58','2012-02-25 13:25:58','Brighton Argus –  Theatre Royal,Brighton\n\n&nbsp;\n\nA Different Drum\n\n&nbsp;\n\nThe ten talented percussionists of Noise Ensemble provided an evening that not only fused remarkable sound with brilliant colours but also wove into the routines extraordinary choreographed movement. At times the fervour of the young players echoed the tribal rituals of Africa and theSouth Seas. Every conceivable variety of drum was used along with anything else that could be struck, scraped or shaken. These were backed on occasions by guitar and a soundtrack of electronic music which had an ethereal quality.\n\n&nbsp;\n\nThe evening was not all heavy passion – it was laced with gentleness and humour. Subtle and tender sounds came from such instruments as the vibraphone, the xylophone and even the humble triangle, in all its differing sizes. Humour pervaded the evening with a witty send-up of satellite TV channels depicted on a screen at the rear of the stage and several comic numbers. These included a mime using different sounds for various body movements , the boredom of the percussion section as they awaited their brief moments of glory at the end of a symphony and a number where the drummers chased and played their instruments which took on a life of their own as they flew around the stage.\n\n&nbsp;\n\nIn highlighting the percussion instruments normally relegated to the back of an orchestra, director and composer, Ethan Lewis Maltby has created a dazzling showcase for these Cinderella instruments. All the instruments shone but the stars of the evening were the drums which throbbed and pulsated throughout. The response of the audience showed that the evening, if you will forgive the pun, was a thumping great success.','Brighton Argus','','inherit','closed','open','','460-revision','','','2012-02-25 13:25:58','2012-02-25 13:25:58','',460,'http://www.ethanlewismaltby.com/Home/460-revision/',0,'revision','',0),(462,1,'2012-02-25 13:26:43','2012-02-25 13:26:43','Brighton Argus –  Theatre Royal,Brighton\r\n\r\n&nbsp;\r\n\r\nA Different Drum\r\n\r\n&nbsp;\r\n\r\nThe ten talented percussionists of Noise Ensemble provided an evening that not only fused remarkable sound with brilliant colours but also wove into the routines extraordinary choreographed movement. At times the fervour of the young players echoed the tribal rituals of Africa and theSouth Seas. Every conceivable variety of drum was used along with anything else that could be struck, scraped or shaken. These were backed on occasions by guitar and a soundtrack of electronic music which had an ethereal quality.\r\n\r\n&nbsp;\r\n\r\nThe evening was not all heavy passion – it was laced with gentleness and humour. Subtle and tender sounds came from such instruments as the vibraphone, the xylophone and even the humble triangle, in all its differing sizes. Humour pervaded the evening with a witty send-up of satellite TV channels depicted on a screen at the rear of the stage and several comic numbers. These included a mime using different sounds for various body movements , the boredom of the percussion section as they awaited their brief moments of glory at the end of a symphony and a number where the drummers chased and played their instruments which took on a life of their own as they flew around the stage.\r\n\r\n&nbsp;\r\n\r\nIn highlighting the percussion instruments normally relegated to the back of an orchestra, director and composer, Ethan Lewis Maltby has created a dazzling showcase for these Cinderella instruments. All the instruments shone but the stars of the evening were the drums which throbbed and pulsated throughout. The response of the audience showed that the evening, if you will forgive the pun, was a thumping great success.','Brighton Argus','On Noise Ensemble... \"In highlighting the percussion instruments normally relegated to the back of an orchestra, director and composer, Ethan Lewis Maltby has created a dazzling showcase for these Cinderella instruments.  The response of the audience showed that the evening, if you will forgive the pun, was a thumping great success.\"','inherit','closed','open','','460-revision-2','','','2012-02-25 13:26:43','2012-02-25 13:26:43','',460,'http://www.ethanlewismaltby.com/Home/460-revision-2/',0,'revision','',0),(463,1,'2011-02-01 13:28:17','2011-02-01 13:28:17','At The Theatre.co.uk - June 2006\r\n\r\n&nbsp;\r\n\r\nA show for everyone, especially those fond of percussion!\r\n\r\n&nbsp;\r\n\r\nA supreme mix of percussion, drama, dance and comedy; this vibrant show bursts on to the stage with raw energy. The show opens amidst a smoke screen, and with its highly animated performers, the show erupts with a fusion of powerful drumbeats.\r\n\r\n&nbsp;\r\n\r\nConsisting of a variety of music, instruments ranging from tambourines to triangles as well as a wide range of drums, the talent of the vigorous performers is more than impressive. With a variety of music, the show cleverly incorporates comedy sketches to suit every composition; as well as a video screen background introducing the characters whilst comically presenting the world of drumming. The performers extensively use the stage space with ferocious movement, whilst the instruments almost transform into characters themselves.\r\n\r\nAlso visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. This masterfully choreographed show leaves the audience in awe. With an impressive range of instruments and 10 incredibly talented and energetic performers, this fast and furious show is a drumming delight.','At The Theatre.co.uk','On Noise Ensemble... \"Also visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. \"','publish','closed','closed','','at-the-theatre-co-uk','','','2015-06-18 20:15:21','2015-06-18 20:15:21','',0,'http://www.ethanlewismaltby.com/Home/?p=463',0,'post','',0),(464,1,'2012-02-25 13:27:28','2012-02-25 13:27:28','At The Theatre.co.uk - June 2006\n\n&nbsp;\n\nA show for everyone, especially those fond of percussion!\n\n&nbsp;\n\nA supreme mix of percussion, drama, dance and comedy; this vibrant show bursts on to the stage with raw energy. The show opens amidst a smoke screen, and with its highly animated performers, the show erupts with a fusion of powerful drumbeats.\n\n&nbsp;\n\nConsisting of a variety of music, instruments ranging from tambourines to triangles as well as a wide range of drums, the talent of the vigorous performers is more than impressive. With a variety of music, the show cleverly incorporates comedy sketches to suit every composition; as well as a video screen background introducing the characters whilst comically presenting the world of drumming. The performers extensively use the stage space with ferocious movement, whilst the instruments almost transform into characters themselves.\n\nAlso visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. This masterfully choreographed show leaves the audience in awe. With an impressive range of instruments and 10 incredibly talented and energetic performers, this fast and furious show is a drumming delight.','At The Theatre.co.uk','','inherit','closed','open','','463-revision','','','2012-02-25 13:27:28','2012-02-25 13:27:28','',463,'http://www.ethanlewismaltby.com/Home/463-revision/',0,'revision','',0),(465,1,'2012-02-25 13:28:17','2012-02-25 13:28:17','At The Theatre.co.uk - June 2006\r\n\r\n&nbsp;\r\n\r\nA show for everyone, especially those fond of percussion!\r\n\r\n&nbsp;\r\n\r\nA supreme mix of percussion, drama, dance and comedy; this vibrant show bursts on to the stage with raw energy. The show opens amidst a smoke screen, and with its highly animated performers, the show erupts with a fusion of powerful drumbeats.\r\n\r\n&nbsp;\r\n\r\nConsisting of a variety of music, instruments ranging from tambourines to triangles as well as a wide range of drums, the talent of the vigorous performers is more than impressive. With a variety of music, the show cleverly incorporates comedy sketches to suit every composition; as well as a video screen background introducing the characters whilst comically presenting the world of drumming. The performers extensively use the stage space with ferocious movement, whilst the instruments almost transform into characters themselves.\r\n\r\nAlso visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. This masterfully choreographed show leaves the audience in awe. With an impressive range of instruments and 10 incredibly talented and energetic performers, this fast and furious show is a drumming delight.','At The Theatre.co.uk','On Noise Ensemble... \"Also visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. \"','inherit','closed','open','','463-revision-2','','','2012-02-25 13:28:17','2012-02-25 13:28:17','',463,'http://www.ethanlewismaltby.com/Home/463-revision-2/',0,'revision','',0),(466,1,'2012-02-24 18:01:46','2012-02-24 18:01:46','Long after the smoke has drifted from the battlefield, audiences will remember Courtenay.\r\n\r\nThis musical plucked from the Kentish history books - and fashioned into a sophisticated entertainment by a composer and lyricist relatively new to the genre – deserves its place on a wider stage.\r\n\r\nBy turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\r\n\r\nWhile paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability and while that may not be fashionable it certainly helps to convince ticket-buyers that they have had their money’s worth. See a show and take a tune away with you is no bad slogan even for a modern musical.\r\n\r\nEach of the central characters in Courtenay has a haunting theme of his or her own which blend to great effect at moments of tenderness, for this show is not all about dreams of the 19th century working man finding his true worth under the sleety, unforgiving gaze of establishment figures.\r\n\r\nLyricist Christopher Neame has taken a complex subject and given a perspective to Courtenay\'s story that many historians have discarded in favour of a simplistic view that the protagonist was mad and all his followers simple. The lyrics, particularly those given to Courtenay are intelligent without being polemical.\r\n\r\nAt the opening at Canterbury’s Marlowe Theatre on Thursday it was hard to find any chinks in this emotive story of one man\'s slide from visionary enthusiasm to self-delusion and destruction. There were some technical problems, chiefly with the sound balance, but the principals and ensemble worked together to produce a first night to be proud of.\r\n\r\nThe show is fortunate in having a trio of voices at the top that would match the best the West End has to offer. Loren Geeting as Courtenay, Renée Salewski as the object of his desire, Sarah Culver and David Wyatt as Nicholas Mears, the lover cast aside by Culver for Courtenay’s more dazzling attractions, are a class act. Wyatt has a voice that we will hear again and again if the scouts are doing their job and Geeting and Salewski both live up to their credentials.\r\n\r\nLindsey Mack as the Canterbury Marshal, Captain Townsend, cuts a dash darkly as the man who is out to thwart Courtenay\'s egalitarian ambitions. His presence is like that of a sinister crow. Antonia Bond generates tenderness as the wife Courtenay left behind, struggling to understand her husband’s wild side and Anthony Garner provides a solid presence as the narrator Everyman who guides the audience, many of whom will be unfamiliar with the story, carefully and unobtrusively.\r\n\r\nSet design is also instrumental to the success of this show. Veteran film and TV designer Roy Stannard, a newcomer to the theatre whose credits include David Lean\'s Lawrence of Arabia, has produced a simple, yet effective raked platform in which most of the action is concentrated, focusing the attention perfectly.\r\n\r\nAll this is overseen by a reaper, a simple agricultural machine seen as the means by which the landowner will emasculate the labourer.\r\n\r\nAs the show opens, the machine, cast as the grim reaper, dominates a stark scene as the countrysiders who will come to follow Courtenay, scrape a living from the soil while sinister clouds drift across the landscape. The climate of fear is brought home by blood-red effects schemed by Ben M Rogers, a lighting designer with many West End and international credits to his name, whose skills help to create Courtenay\'s many memorable moods.\r\n\r\nThis homespun show is something Kent can be proud of and one that audiences anywhere would appreciate. Surely local history was never this alive, or so worthy of the standing ovation it got on Thursday.\r\n\r\nRussell Flint','Kent on Sunday','\"By turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\"','inherit','closed','open','','225-revision-7','','','2012-02-24 18:01:46','2012-02-24 18:01:46','',225,'http://www.ethanlewismaltby.com/Home/225-revision-7/',0,'revision','',0),(467,1,'2012-02-06 14:05:08','2012-02-06 14:05:08','Touring two prominent south east theatres and focusing on Kent\'s heritage creates a sense of identity for local audiences. However, its appeal would undoubtedly attract a wider audience should Bright Start Productions, in association with the Stag Theatre, Sevenoaks, choose to lengthen their tour. The plot reveals the impulsive Sir William Courtenay, revolutionary and suspected madman. With the energetic strains of Les Miserables, the large cast is headed by Loren Geeting in the title role. It is no surprise Geeting has won awards for his voice as he commands centre stage in both voice and stature. With a Macheath-like charm, Courtenay seduces local protester Sarah Culver (Renée Salewski) though the relationship does not lessen the action. Salewski appears childlike yet her voice reveals a maturity and control demanded of a lead role. Supporting character Katherine Tom (Antonia Bond), Courtenay\'s forgotten wife, appears fleetingly yet captures the sense of the wronged party. Sarah\'s sweetheart Nicholas Mears, played by David Wyatt, is well cast as tragically young and impulsive. Although the scenes seemed more like montages, Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement and the East Kent Living History and Re-Enactment Unit, in full uniform and firing as though their lives really did depend upon it.','The Stage','\"Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement and the East Kent Living History and Re-Enactment Unit, in full uniform and firing as though their lives really did depend upon it.\"','inherit','closed','open','','188-revision-8','','','2012-02-06 14:05:08','2012-02-06 14:05:08','',188,'http://www.ethanlewismaltby.com/Home/188-revision-8/',0,'revision','',0),(468,1,'2012-02-24 18:03:33','2012-02-24 18:03:33','It is not very often that one gets to see a world premiere, especially a world premiere in Blackpool, so we were delighted to be able to go and see the first ever performance of the new percussion based musical DrumChasers at the Blackpool Grand Theatre. Having not seen the previous “Noise Ensemble” we really did not know what to expect and went along with completely open minds. Think Ultravox (John Foxx version) do Coppelia, Doctor Who does West Side story and the Terminator meets Les Mis and you’re part way there.\r\n\r\nOddly enough, the caretaker - Mr Bennett - who starts off looking like a bedraggled Blakey out of “On The Buses” -ends up the hero in this tale of factions of warring musicians from another world, which is delightfully narrated by an absently bodied Stephen Fry. Apart from Fry’s outlining of the story, there are no words at all – no dialogue, no singing, more akin to a ballet in fact, relying purely on expressive dance routines and plenty of percussion as the story is told through a succession of musical numbers of varying dramatic gravitas. But this is not just two hours of mindless heavy drumming by any means. In a well balanced score that could easily grace a Hollywood sci fi blockbuster, we have a drummers duel, a piece played solely on the triangle and a romantic glockenspiel moment . There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.\r\n\r\nAwesome! Spellbinding! Magical! DrumChasers puts you in touch with the primitive being inside you, and in two of the numbers the audience were invited to join in. We loved every minute – from start to finish a fantastic fairytale. Marvellous choreography – the grim set and the war scenes were reminiscent of Les Miserables. Superb performances from talented and versatile musicians/dancers. If only we could somehow learn to harness the energy generated by the dynamic performers on the set of DrumChasers we could indeed save the world from nuclear meltdown. This is not mainstream theatre by any means but all the same absolutely unmissable. Please go and see it.','Best Kept Secrets','Awesome! Spellbinding! Magical!...There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.','inherit','closed','open','','186-revision-4','','','2012-02-24 18:03:33','2012-02-24 18:03:33','',186,'http://www.ethanlewismaltby.com/Home/186-revision-4/',0,'revision','',0),(469,1,'2012-02-24 18:03:00','2012-02-24 18:03:00','Review by Peter Lathan (2011)\r\n\r\nThe advertising for DrumChasers promises \"an evening quite unlike anything you’ve seen before.\" It is, we are told, \"a musical without words, but with drums.\"\r\n\r\n\r\nIt\'s a percussion show, from drum kit to triangle, from gong to xylophone. A cast of eleven (plus voice-over by Stephen Fry) play their carefully and tightly choreographed way through a variant on the Romeo and Juliet story set in a parallel world, Noiseland, which somehow bursts into our world in an old concert hall where caretaker Mr Bennett, played by Jack Warner, looks after the instruments stored there. He is to be the instrument (pun intended) which solves Noiseland\'s age-old problems and bringing back peace.\r\n\r\nAnd that\'s not a spoiler: it\'s in the advertising!\r\n\r\nThis could be the recipe for something cringingly self-indugent, and that feeling was exacerbated by the fact that, because I arrived early and was on my own for this show, I read the programme before it started. There, on the first inside page, was an introduction, written in verse which could have been penned by that master of the appalling rhyme, William McGonagall. My heart sank!\r\n\r\n(Those who don\'t know McGonagall really should look at McGonagall Online and marvel!)\r\n\r\nIf I say that, about a third of the way through the first act, these words are spoken by Stephen Fry, you will realise - as I did at that moment - that this is not a show that takes itself too seriously. Indeed, it is shot through with self-deprecating humour, subverting any expectation that we are going to get a tragedy - or even a melodrama. And it gets that balance between humour and the seriousness required to interest us in the story exactly right.\r\n\r\nWhat DrumChasers actually is is very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. The movement of the instruments on, off and around the stage (by the cast) is smooth and quick and the costumes and make-up were close to but not exactly of this world, nicely contrasted with Mr Bennett\'s brown coat and flat cap. I did wonder if the sticks which the Noise Wrangler uses to control her people were meant to remind us of Jedi light sabres. They certainly did me.\r\n\r\nBut it is the performances which will stick in the memory. There was a number (I can\'t think of any other word) in which two opposing faction members fought each other, circling back and forth round two xylophones placed centrestage and never missing a note or even for a second losing their confrontational body language and expressions. And a comic highlight was a duel between two triangle playing cast members.\r\n\r\nGreat fun!','Great British Theatre','\"What DrumChasers actually is is very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. \"','inherit','closed','open','','184-revision-5','','','2012-02-24 18:03:00','2012-02-24 18:03:00','',184,'http://www.ethanlewismaltby.com/Home/184-revision-5/',0,'revision','',0),(470,1,'2012-02-24 18:03:57','2012-02-24 18:03:57','WHAT A Show, Drumchasers has certainly promised a great evenings entertainment in Torquay – This is something that you’ve NEVER Seen before, it is a Musical, without words – but a Hell of a lot of drums!!\r\n\r\nFeaturing the Voice of Stephen Fry, this show has everything, Music, Action, Comedy, Fun, Energy! It was immense. I was so glad to be able to see this show in Torquay, it was a shame to see that the 1,500 seater venue was only a third full, which was a real shame, as the amount of energy that each cast member put into this show – was totally amazing.\r\n\r\nThe music was just great listening, and certainly put a smile on your face watching, my mother in fact took a short video of the show, and I hope that we’re not breaching any copyright laws, but I feel that other people should see HOW amazing this show actually is.\r\n\r\nThe show features all percussions from a Triangle to a Drum, and an amazing 10 minute piece to a Xylophone. A Cast of 11 play with their hearts content, this amazing choreographed production though a Romeo and Juliet story set in ‘Noiseland’ world, which expands into the Human world of an old Theatre where the caretaker ‘Mr Bennett’ played by Jack Warner looks after the instruments which are stored there, he’s the one that solves the way which brings back the peace to everyone at Noiseland.\r\n\r\nDrumchasers is an entertaining piece of work, and the skill which is used throughout the show, not just playing the instruments by dancing with them, and making the show come alive is amazing. The Sound was superb, and the Lighting – Wow, It was FANTASTIC! The lighting designer for this show must be very proud, and I Can imagine very fun to design.\r\n\r\nThis is a NEW Show, and I understand why there maybe wasn’t so many people – But, if this show comes near you, it’s 100% worth a watch! Buy Tickets!!\r\n\r\nPLEASE Come back to Torquay Drumchasers!','Talk Torbay','\"The music was just great listening...It was immense...\"','inherit','closed','open','','182-revision-4','','','2012-02-24 18:03:57','2012-02-24 18:03:57','',182,'http://www.ethanlewismaltby.com/Home/182-revision-4/',0,'revision','',0),(471,1,'2012-02-24 18:04:12','2012-02-24 18:04:12','By Angie Johnson\r\n\r\nDrumchasers is a fusion of everything that’s great about live performance. It has terrific music and dancing, an intriguing set and one of the best lighting designs I’ve ever seen in the theatre. Above all it has a unique idea that fascinates while it entertains. Featuring every percussion instrument you can think of, and more, this is one fabulous evening out.\r\n\r\nThe story that frames all this expertise revolves around Mr Bennett (an assured performance by Jack Warner offering plenty of comic relief), an elderly Concert Hall caretaker looking after the instrument store, which one night is magically subsumed into the percussive otherworld of the Drumchasers. Energy is the keynote of this show — powerful drumming and dance create an epic world where an eternal battle between two opposing forces is played out with a myriad of different percussion instruments. But as with all good epics, there is also a love story amid the conflict, which allows for the interweaving of sequences using more gentle sounds such as the marimba. It’s a cleverly wrought plot that enables great variation in the sound and dance sequences.\r\n\r\nSometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad, but it’s always well realised. Importantly, it’s a show that takes its themes seriously but never veers into the pretentious. This is helped by the whimsy-free narration provided by Stephen Fry. The cast of ten are all terrific in both the playing and dancing departments. Each of them have their own intriguing character and accomplished special sequences, and when they come together as an ensemble they are simply mind-blowing. The choreography by Georgina King works fantastically well with the overall vision of Ethan Lewis Maltby, the composer, creator and director.\r\n\r\nThere is also a bit of non-threatening audience participation (synchronised clapping!) which was great fun and made us all feel part of this truly spectacular event. If ever a show deserved a run in the West End it’s this one.','The Oxford Times','\"Sometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad...simply mind-blowing...\"','inherit','closed','open','','176-revision-6','','','2012-02-24 18:04:12','2012-02-24 18:04:12','',176,'http://www.ethanlewismaltby.com/Home/176-revision-6/',0,'revision','',0),(472,1,'2012-02-24 18:04:28','2012-02-24 18:04:28','By Vera Fletcher\r\n\r\nDrumChasers sells itself as an explosion of sound and light with a story of romance, rivalry and rhythm and it doesn\'t disappoint. Think Romeo and Juliet with drumsticks (and without the poison). The synopsis of the show tells the story of Mr Bennett, a caretaker in an old concert hall who looks after the instruments stored within its walls. However, one night, something happens, something loud and something otherworldly and he is transported to the land of the DrumChasers. I felt this premise got a bit lost within the first ten minutes, Mr Bennett being swiftly cast aside from view and frantic, captivating drumming prevailed. Just when I had almost written off the storyline as a feeble excuse for a night of intoxicating percussion, the soothing tones of Stephen Fry stepped in to narrate and educate the audience on The Noiseland Tale. Aside from the intermittent guidance of Mr Fry this story was told solely through the use of incredibly skilled drumming, expressive dance and imaginative lighting. Armed with drumsticks as weapons, the fight scenes made convincing battles with emotional integrity. The underlying love story was a particular highlight which needed no explanation, proving some of the best stories are wordless.\r\n\r\nThe performance was polished and professional and the story gained in momentum and strength as the show progressed. Mr Bennett too, being given a bit more stage time to ingrain himself in the performance. The drumming was electric and the energy was infectious, at times it took great pains not to jump up and join in from the aisles. Thankfully towards the shows end there was opportunity to participate rhythmically from the safety of your seat which culminated in a loud surge of release from the audience of previously bottled toe tapping and hand clapping.\r\n\r\nAlong the same vein, if you liked Stomp you\'ll love DrumChasers, an uplifting, enjoyable night out even for those with no rhythm.','RemoteGoat','\"A night of intoxicating percussion...the energy was infectious, at times it took great pains not to jump up and join in from the aisles.\"','inherit','closed','open','','174-revision-5','','','2012-02-24 18:04:28','2012-02-24 18:04:28','',174,'http://www.ethanlewismaltby.com/Home/174-revision-5/',0,'revision','',0),(473,1,'2012-02-24 18:04:51','2012-02-24 18:04:51','By Jonathan Wilkes\r\n\r\nNoise Ensemble’s epic musical DrumChasers, replacing vocals with percussion, is an explosive display of sound and light. Eleven virtuosic performers with endless energy and talent offered a mesmerising experience and a beautiful story.\r\n\r\nCaretaker at a concert hall, Mr Bennett (Jack Warner), witnesses a doorway opening to a dystopian world where people play percussion instruments, inlcuding drums, xylophones and triangles, as communication. And Noiseland’s inhabitants play extremely well, never missing a beat.\r\n\r\nA Dr Seuss-esque narration by Stephen Fry tells us they are caught in an age-old feud. War is prevented only by the mystical powers of the Noise Wrangler and her purple lightsabres. A blossoming Romeo and Juliet romance and a discovery by Mr Bennett however could lead to peace.\r\n\r\nThe truly spectacular DrumChasers leaves one in awe of how every element worked in exquisite harmony. It perfectly balanced gravitas and self-deprecation so the audience (which should have been bigger) never doubted Noise Ensemble’s soulful tale.\r\n\r\nThe melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful, stentorian drumming quickly followed by more melodious, playful flourishes on xylophones and glockenspiels.\r\n\r\nIt had action, romance, poignancy and comedy – a pitch-black performance with glow-in-the-dark levitating drums being especially funny. The industrial set and apocalyptic costumes, and a literally breath-taking lighting design, really enhanced the production.\r\n\r\nSpecial mention must go to Georgina King for the exhilarating choreography and to composer, director and creator Ethan Lewis Maltby.\r\n\r\nHis resplendent production is a profoundly affecting and memorable theatrical experience.\r\n\r\nHere’s hoping the doorway to Noiseland opens again.','The York Press','The melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful...','inherit','closed','open','','172-revision-5','','','2012-02-24 18:04:51','2012-02-24 18:04:51','',172,'http://www.ethanlewismaltby.com/Home/172-revision-5/',0,'revision','',0),(474,1,'2012-02-24 18:05:25','2012-02-24 18:05:25','DrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','\"It had me hooked from the first beat to the very last.\"','inherit','closed','open','','168-revision-21','','','2012-02-24 18:05:25','2012-02-24 18:05:25','',168,'http://www.ethanlewismaltby.com/Home/168-revision-21/',0,'revision','',0),(475,1,'2012-02-25 13:36:35','2012-02-25 13:36:35','By Jonathan Wilkes\r\n\r\nNoise Ensemble’s epic musical DrumChasers, replacing vocals with percussion, is an explosive display of sound and light. Eleven virtuosic performers with endless energy and talent offered a mesmerising experience and a beautiful story.\r\n\r\nCaretaker at a concert hall, Mr Bennett (Jack Warner), witnesses a doorway opening to a dystopian world where people play percussion instruments, inlcuding drums, xylophones and triangles, as communication. And Noiseland’s inhabitants play extremely well, never missing a beat.\r\n\r\nA Dr Seuss-esque narration by Stephen Fry tells us they are caught in an age-old feud. War is prevented only by the mystical powers of the Noise Wrangler and her purple lightsabres. A blossoming Romeo and Juliet romance and a discovery by Mr Bennett however could lead to peace.\r\n\r\nThe truly spectacular DrumChasers leaves one in awe of how every element worked in exquisite harmony. It perfectly balanced gravitas and self-deprecation so the audience (which should have been bigger) never doubted Noise Ensemble’s soulful tale.\r\n\r\nThe melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful, stentorian drumming quickly followed by more melodious, playful flourishes on xylophones and glockenspiels.\r\n\r\nIt had action, romance, poignancy and comedy – a pitch-black performance with glow-in-the-dark levitating drums being especially funny. The industrial set and apocalyptic costumes, and a literally breath-taking lighting design, really enhanced the production.\r\n\r\nSpecial mention must go to Georgina King for the exhilarating choreography and to composer, director and creator Ethan Lewis Maltby.\r\n\r\nHis resplendent production is a profoundly affecting and memorable theatrical experience.\r\n\r\nHere’s hoping the doorway to Noiseland opens again.','The York Press','On DrumChasers...\"The melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful...\"','inherit','closed','open','','172-revision-6','','','2012-02-25 13:36:35','2012-02-25 13:36:35','',172,'http://www.ethanlewismaltby.com/Home/172-revision-6/',0,'revision','',0),(476,1,'2012-02-25 13:30:23','2012-02-25 13:30:23','The Stage - Review of Courtenay.\r\n\r\nTouring two prominent south east theatres and focusing on Kent\'s heritage creates a sense of identity for local audiences. However, its appeal would undoubtedly attract a wider audience should Bright Start Productions, in association with the Stag Theatre, Sevenoaks, choose to lengthen their tour. The plot reveals the impulsive Sir William Courtenay, revolutionary and suspected madman. With the energetic strains of Les Miserables, the large cast is headed by Loren Geeting in the title role. It is no surprise Geeting has won awards for his voice as he commands centre stage in both voice and stature. With a Macheath-like charm, Courtenay seduces local protester Sarah Culver (Renée Salewski) though the relationship does not lessen the action. Salewski appears childlike yet her voice reveals a maturity and control demanded of a lead role. Supporting character Katherine Tom (Antonia Bond), Courtenay\'s forgotten wife, appears fleetingly yet captures the sense of the wronged party. Sarah\'s sweetheart Nicholas Mears, played by David Wyatt, is well cast as tragically young and impulsive. Although the scenes seemed more like montages, Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement and the East Kent Living History and Re-Enactment Unit, in full uniform and firing as though their lives really did depend upon it.','The Stage','On Courtenay... \"Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement and the East Kent Living History and Re-Enactment Unit, in full uniform and firing as though their lives really did depend upon it.\"','inherit','closed','open','','188-revision-9','','','2012-02-25 13:30:23','2012-02-25 13:30:23','',188,'http://www.ethanlewismaltby.com/Home/188-revision-9/',0,'revision','',0),(477,1,'2012-02-25 13:35:43','2012-02-25 13:35:43','By Angie Johnson\r\n\r\nDrumchasers is a fusion of everything that’s great about live performance. It has terrific music and dancing, an intriguing set and one of the best lighting designs I’ve ever seen in the theatre. Above all it has a unique idea that fascinates while it entertains. Featuring every percussion instrument you can think of, and more, this is one fabulous evening out.\r\n\r\nThe story that frames all this expertise revolves around Mr Bennett (an assured performance by Jack Warner offering plenty of comic relief), an elderly Concert Hall caretaker looking after the instrument store, which one night is magically subsumed into the percussive otherworld of the Drumchasers. Energy is the keynote of this show — powerful drumming and dance create an epic world where an eternal battle between two opposing forces is played out with a myriad of different percussion instruments. But as with all good epics, there is also a love story amid the conflict, which allows for the interweaving of sequences using more gentle sounds such as the marimba. It’s a cleverly wrought plot that enables great variation in the sound and dance sequences.\r\n\r\nSometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad, but it’s always well realised. Importantly, it’s a show that takes its themes seriously but never veers into the pretentious. This is helped by the whimsy-free narration provided by Stephen Fry. The cast of ten are all terrific in both the playing and dancing departments. Each of them have their own intriguing character and accomplished special sequences, and when they come together as an ensemble they are simply mind-blowing. The choreography by Georgina King works fantastically well with the overall vision of Ethan Lewis Maltby, the composer, creator and director.\r\n\r\nThere is also a bit of non-threatening audience participation (synchronised clapping!) which was great fun and made us all feel part of this truly spectacular event. If ever a show deserved a run in the West End it’s this one.','The Oxford Times','On DrumChasers... \"Sometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad...simply mind-blowing...\"','inherit','closed','open','','176-revision-7','','','2012-02-25 13:35:43','2012-02-25 13:35:43','',176,'http://www.ethanlewismaltby.com/Home/176-revision-7/',0,'revision','',0),(478,1,'2012-02-25 13:28:19','2012-02-25 13:28:19','At The Theatre.co.uk - June 2006\r\n\r\n&nbsp;\r\n\r\nA show for everyone, especially those fond of percussion!\r\n\r\n&nbsp;\r\n\r\nA supreme mix of percussion, drama, dance and comedy; this vibrant show bursts on to the stage with raw energy. The show opens amidst a smoke screen, and with its highly animated performers, the show erupts with a fusion of powerful drumbeats.\r\n\r\n&nbsp;\r\n\r\nConsisting of a variety of music, instruments ranging from tambourines to triangles as well as a wide range of drums, the talent of the vigorous performers is more than impressive. With a variety of music, the show cleverly incorporates comedy sketches to suit every composition; as well as a video screen background introducing the characters whilst comically presenting the world of drumming. The performers extensively use the stage space with ferocious movement, whilst the instruments almost transform into characters themselves.\r\n\r\nAlso visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. This masterfully choreographed show leaves the audience in awe. With an impressive range of instruments and 10 incredibly talented and energetic performers, this fast and furious show is a drumming delight.','At The Theatre.co.uk','On Noise Ensemble... \"Also visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. \"','inherit','closed','open','','463-revision-3','','','2012-02-25 13:28:19','2012-02-25 13:28:19','',463,'http://www.ethanlewismaltby.com/Home/463-revision-3/',0,'revision','',0),(479,1,'2012-02-25 13:36:59','2012-02-25 13:36:59','DrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','On DrumChasers...\"It had me hooked from the first beat to the very last.\"','inherit','closed','open','','168-revision-22','','','2012-02-25 13:36:59','2012-02-25 13:36:59','',168,'http://www.ethanlewismaltby.com/Home/168-revision-22/',0,'revision','',0),(480,1,'2012-02-25 13:21:14','2012-02-25 13:21:14','Kentish Gazette – Marlowe Theatre,Canterbury\r\n\r\n&nbsp;\r\n\r\nDrumming up a storm of a show.\r\n\r\n&nbsp;\r\n\r\nThe drummers’ union was out in Canterbury in force last week with an awesome demonstration of percussion and orchestral drumming. My expectations were lowered by the presence of a poster quote, comparing it to the woeful cheese of Riverdance, but thankfully this was so much better.\r\n\r\nNoise Ensemble has grown from its beginnings as a small show at the Edinburgh Fringe to a wonderful show of dance and drums. Actually, mainly drums.\r\n\r\n&nbsp;\r\n\r\nThe 10 percussionists were playing the music ofCanterbury’s Ethan Lewis Maltby in a spectacular display of co-ordination and pure musicianship that had musicians such as myself cursing their overabundance of talent. Beautiful marimba and vibes’ playing mixed with martial snare and tom work and there were comedy interludes with flying drums and cable TV for drummers.\r\n\r\n&nbsp;\r\n\r\nWhy this show has not become as big a hit as rival Stomp, I can’t understand.\r\n\r\n&nbsp;\r\n\r\nReview by Chris Denham','Kentish Gazette','On Noise Ensemble... \"The 10 percussionists were playing the music ofCanterbury’s Ethan Lewis Maltby in a spectacular display of co-ordination and pure musicianship that had musicians such as myself cursing their overabundance of talent. Beautiful marimba and vibes’ playing mixed with martial snare and tom work and there were comedy interludes with flying drums and cable TV for drummers. Why this show has not become as big a hit as rival Stomp, I can’t understand.\"','inherit','closed','open','','454-revision-3','','','2012-02-25 13:21:14','2012-02-25 13:21:14','',454,'http://www.ethanlewismaltby.com/Home/454-revision-3/',0,'revision','',0),(481,1,'2012-02-25 13:44:23','2012-02-25 13:44:23','DrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','On DrumChasers...\"It had me hooked from the first beat to the very last.\"','inherit','closed','open','','168-revision-23','','','2012-02-25 13:44:23','2012-02-25 13:44:23','',168,'http://www.ethanlewismaltby.com/Home/168-revision-23/',0,'revision','',0),(482,1,'2012-02-25 13:34:16','2012-02-25 13:34:16','Review by Peter Lathan (2011)\r\n\r\nThe advertising for DrumChasers promises \"an evening quite unlike anything you’ve seen before.\" It is, we are told, \"a musical without words, but with drums.\"\r\n\r\nIt\'s a percussion show, from drum kit to triangle, from gong to xylophone. A cast of eleven (plus voice-over by Stephen Fry) play their carefully and tightly choreographed way through a variant on the Romeo and Juliet story set in a parallel world, Noiseland, which somehow bursts into our world in an old concert hall where caretaker Mr Bennett, played by Jack Warner, looks after the instruments stored there. He is to be the instrument (pun intended) which solves Noiseland\'s age-old problems and bringing back peace.\r\n\r\nAnd that\'s not a spoiler: it\'s in the advertising!\r\n\r\nThis could be the recipe for something cringingly self-indugent, and that feeling was exacerbated by the fact that, because I arrived early and was on my own for this show, I read the programme before it started. There, on the first inside page, was an introduction, written in verse which could have been penned by that master of the appalling rhyme, William McGonagall. My heart sank!\r\n\r\n(Those who don\'t know McGonagall really should look at McGonagall Online and marvel!)\r\n\r\nIf I say that, about a third of the way through the first act, these words are spoken by Stephen Fry, you will realise - as I did at that moment - that this is not a show that takes itself too seriously. Indeed, it is shot through with self-deprecating humour, subverting any expectation that we are going to get a tragedy - or even a melodrama. And it gets that balance between humour and the seriousness required to interest us in the story exactly right.\r\n\r\nWhat DrumChasers actually is is very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. The movement of the instruments on, off and around the stage (by the cast) is smooth and quick and the costumes and make-up were close to but not exactly of this world, nicely contrasted with Mr Bennett\'s brown coat and flat cap. I did wonder if the sticks which the Noise Wrangler uses to control her people were meant to remind us of Jedi light sabres. They certainly did me.\r\n\r\nBut it is the performances which will stick in the memory. There was a number (I can\'t think of any other word) in which two opposing faction members fought each other, circling back and forth round two xylophones placed centrestage and never missing a note or even for a second losing their confrontational body language and expressions. And a comic highlight was a duel between two triangle playing cast members.\r\n\r\nGreat fun!','Great British Theatre','On DrumChasers...\" very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. \"','inherit','closed','open','','184-revision-6','','','2012-02-25 13:34:16','2012-02-25 13:34:16','',184,'http://www.ethanlewismaltby.com/Home/184-revision-6/',0,'revision','',0),(483,1,'2012-02-25 13:24:45','2012-02-25 13:24:45','Southern Echo – The Nuffield, Southampton\r\n\r\n&nbsp;\r\n\r\nForgive me for banging on about how good this is…\r\n\r\n&nbsp;\r\n\r\nIs there nothing this lot can’t do with a drum? After enjoying two hours of percussive genius from Noise Ensemble, I suspect not. You may think that is overly long for a show which is simply based on banging a big instrument with a stick. But there is so much more to it than that.\r\n\r\n&nbsp;\r\n\r\nWe were treated to all manner of things from drumstick throwing to seemingly flying drums and from spinning dance routines to comedy noise sketches. And the on-stage Noise TV screen was showing Drum DIY, drum survival, percussion exercise classes and the drumming world championships. The cast of 10 burst on to stage for this high-energy and incredibly loud display of drumming at its best.\r\n\r\n&nbsp;\r\n\r\nWhat follows is more of a theatrical experience than a musical one – with set changes every few minutes and performers who play everything from marimbas and maracas to triangles and tom-toms. It combines music, dancing, visual effects and even has a sense of humour. It made me wish I was a little better at banging things with a stick.','Southern Echo','On Noise Ensemble... \"Is there nothing this lot can’t do with a drum? After enjoying two hours of percussive genius from Noise Ensemble, I suspect not. You may think that is overly long for a show which is simply based on banging a big instrument with a stick. But there is so much more to it than that.\"','inherit','closed','open','','458-revision-2','','','2012-02-25 13:24:45','2012-02-25 13:24:45','',458,'http://www.ethanlewismaltby.com/Home/458-revision-2/',0,'revision','',0),(484,1,'2012-02-25 13:43:49','2012-02-25 13:43:49','At The Theatre.co.uk - June 2006\r\n\r\n&nbsp;\r\n\r\nA show for everyone, especially those fond of percussion!\r\n\r\n&nbsp;\r\n\r\nA supreme mix of percussion, drama, dance and comedy; this vibrant show bursts on to the stage with raw energy. The show opens amidst a smoke screen, and with its highly animated performers, the show erupts with a fusion of powerful drumbeats.\r\n\r\n&nbsp;\r\n\r\nConsisting of a variety of music, instruments ranging from tambourines to triangles as well as a wide range of drums, the talent of the vigorous performers is more than impressive. With a variety of music, the show cleverly incorporates comedy sketches to suit every composition; as well as a video screen background introducing the characters whilst comically presenting the world of drumming. The performers extensively use the stage space with ferocious movement, whilst the instruments almost transform into characters themselves.\r\n\r\nAlso visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. This masterfully choreographed show leaves the audience in awe. With an impressive range of instruments and 10 incredibly talented and energetic performers, this fast and furious show is a drumming delight.','At The Theatre.co.uk','On Noise Ensemble... \"Also visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. \"','inherit','closed','open','','463-revision-4','','','2012-02-25 13:43:49','2012-02-25 13:43:49','',463,'http://www.ethanlewismaltby.com/Home/463-revision-4/',0,'revision','',0),(485,1,'2012-02-25 13:42:35','2012-02-25 13:42:35','The Stage - Review of Courtenay.\r\n\r\nTouring two prominent south east theatres and focusing on Kent\'s heritage creates a sense of identity for local audiences. However, its appeal would undoubtedly attract a wider audience should Bright Start Productions, in association with the Stag Theatre, Sevenoaks, choose to lengthen their tour. The plot reveals the impulsive Sir William Courtenay, revolutionary and suspected madman. With the energetic strains of Les Miserables, the large cast is headed by Loren Geeting in the title role. It is no surprise Geeting has won awards for his voice as he commands centre stage in both voice and stature. With a Macheath-like charm, Courtenay seduces local protester Sarah Culver (Renée Salewski) though the relationship does not lessen the action. Salewski appears childlike yet her voice reveals a maturity and control demanded of a lead role. Supporting character Katherine Tom (Antonia Bond), Courtenay\'s forgotten wife, appears fleetingly yet captures the sense of the wronged party. Sarah\'s sweetheart Nicholas Mears, played by David Wyatt, is well cast as tragically young and impulsive. Although the scenes seemed more like montages, Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement and the East Kent Living History and Re-Enactment Unit, in full uniform and firing as though their lives really did depend upon it.','The Stage','On Courtenay... \"Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement and the East Kent Living History and Re-Enactment Unit, in full uniform and firing as though their lives really did depend upon it.\"','inherit','closed','open','','188-revision-10','','','2012-02-25 13:42:35','2012-02-25 13:42:35','',188,'http://www.ethanlewismaltby.com/Home/188-revision-10/',0,'revision','',0),(520,1,'2014-06-29 23:10:19','2014-06-29 23:10:19','<h1>ELM Composes For UEFA</h1>\r\nELM commissioned by UEFA to score the opening ceremony for both the UEFA Europa League Cup Final and the UEFA Women\'s Champions League Final.','2014 - A','','publish','closed','closed','','2014-a','','','2014-12-17 02:25:43','2014-12-17 02:25:43','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=520',0,'stylico-slide','',0),(495,1,'2013-11-23 14:03:09','2013-11-23 14:03:09','<h1>The new album \'Christmas Symphonica\' by ELM out now</h1>\r\nFeaturing the voices of Jason Allen and Jenna Donnelly, this 58-minute orchestral festive celebration combines original composition with a couple of old favourites. Available now to buy from <a href=\"https://itunes.apple.com/gb/album/christmas-symphonica-feat./id748494448\" target=\"_blank\">iTunes</a>, <a href=\"https://play.google.com/store/music/album/Ethan_Lewis_Maltby_Ethan_Lewis_Maltby_Christmas_Sy?id=Brz4gvne3qogdesnt6vlvtndcbi\" target=\"_blank\">Google Play</a> and <a href=\"http://www.amazon.co.uk/s/ref=ntt_srch_drd_B008BHUHLQ?ie=UTF8&field-keywords=Ethan%20Lewis%20Maltby&index=digital-music&search-type=ss\" target=\"_blank\">Amazon MP3</a>.','Slide 15','','publish','closed','closed','','slide-15','','','2013-11-23 16:03:09','2013-11-23 16:03:09','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=495',0,'stylico-slide','',0),(496,1,'2013-11-23 14:02:55','2013-11-23 14:02:55','','ChristmasSymphonicaBanner','','inherit','closed','open','','christmassymphonicabanner','','','2013-11-23 14:02:55','2013-11-23 14:02:55','',495,'http://ethanlewismaltby.com/Home/wp-content/uploads/2013/11/ChristmasSymphonicaBanner.jpg',0,'attachment','image/jpeg',0),(497,1,'2013-11-23 14:07:50','2013-11-23 14:07:50','<h1>The new album \'Christmas Symphonica\' by ELM out now</h1>\nFeaturing the voices of Jason Allen and Jenna Donnelly, this 58-minute orchestral festive celebration combines original composition with a couple of old favourites. Available now to buy from <a href=\"https://itunes.apple.com/gb/album/christmas-symphonica-feat./id748494448\" target=\"_blank\">iTunes</a>, <a href=\"https://play.google.com/store/music/album/Ethan_Lewis_Maltby_Ethan_Lewis_Maltby_Christmas_Sy?id=Brz4gvne3qogdesnt6vlvtndcbi\" target=\"_blank\">Google Play</a> and Amazon MP3.','Slide 15','','inherit','closed','open','','495-autosave','','','2013-11-23 14:07:50','2013-11-23 14:07:50','',495,'http://www.ethanlewismaltby.com/Home/495-autosave/',0,'revision','',0),(505,1,'2014-01-08 14:41:31','2014-01-08 14:41:31','<div id=\"left-half\"><iframe width=\"100%\" height=\"345\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1580978&amp;color=0f1144&amp;auto_play=false&amp;show_artwork=false\"></iframe></div>\r\n<div id=\"right-half\">[vimeography id=\"2\" width=\"415px\"]</div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-12','','','2014-01-08 14:41:31','2014-01-08 14:41:31','',7,'http://www.ethanlewismaltby.com/Home/7-revision-12/',0,'revision','',0),(507,1,'2014-01-08 14:47:12','2014-01-08 14:47:12','<div id=\"left-half\"><iframe width=\"100%\" height=\"345\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1580978&amp;color=0f1144&amp;auto_play=false&amp;show_artwork=false\"></iframe></div>\r\n<div id=\"right-half\">[raw][vimeography id=\"2\" width=\"415px\"][/raw]</div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-14','','','2014-01-08 14:47:12','2014-01-08 14:47:12','',7,'http://www.ethanlewismaltby.com/Home/7-revision-14/',0,'revision','',0),(510,1,'2012-02-21 19:35:55','2012-02-21 19:35:55','\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-2/\">The York Press</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-2/\" title=\"1:40 pm\" rel=\"bookmark\">February 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-2/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-8/\">The Stage</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-8/\" title=\"1:39 pm\" rel=\"bookmark\">February 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-8/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-4/\">The Oxford Times</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-4/\" title=\"1:38 pm\" rel=\"bookmark\">February 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-4/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-1/\">What&#8217;s On Northeast</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-1/\" title=\"1:36 pm\" rel=\"bookmark\">February 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-1/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/brighton-argus/\">Brighton Argus</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/brighton-argus/\" title=\"1:26 pm\" rel=\"bookmark\">February 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/brighton-argus/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/mid-hants-observer/\">Mid Hants Observer</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/mid-hants-observer/\" title=\"1:13 pm\" rel=\"bookmark\">February 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/mid-hants-observer/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-6/\">Great British Theatre</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-6/\" title=\"1:35 pm\" rel=\"bookmark\">January 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-6/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/kent-on-sunday/\">Kent on Sunday</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/kent-on-sunday/\" title=\"8:28 pm\" rel=\"bookmark\">January 23, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/kent-on-sunday/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-7/\">Best Kept Secrets</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-7/\" title=\"4:59 pm\" rel=\"bookmark\">January 23, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-7/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-5/\">Talk Torbay</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-5/\" title=\"4:58 pm\" rel=\"bookmark\">January 23, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-5/\" class=\"thumbnail-link\">\n</a>\n\n','Reviews','','inherit','closed','open','','318-revision-3','','','2012-02-21 19:35:55','2012-02-21 19:35:55','',318,'http://www.ethanlewismaltby.com/Home/318-revision-3/',0,'revision','',0),(512,1,'2014-01-08 16:11:59','2014-01-08 16:11:59','Reviews','Reviews','','inherit','closed','open','','318-autosave','','','2014-01-08 16:11:59','2014-01-08 16:11:59','',318,'http://www.ethanlewismaltby.com/Home/318-autosave/',0,'revision','',0),(515,1,'2014-01-08 14:48:04','2014-01-08 14:48:04','<div id=\"left-half\"><iframe width=\"100%\" height=\"345\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1580978&amp;color=0f1144&amp;auto_play=false&amp;show_artwork=false\"></iframe></div>\r\n<div id=\"right-half\">[vimeography id=\"2\" width=\"415px\"]</div>\r\n<div></div>','Media','','inherit','closed','open','','7-revision-15','','','2014-01-08 14:48:04','2014-01-08 14:48:04','',7,'http://www.ethanlewismaltby.com/Home/7-revision-15/',0,'revision','',0),(516,1,'2015-01-12 01:23:45','2015-01-12 01:23:45','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\n<p style=\"text-align: justify;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. His music has been performed all over the world in cinemas, stadiums and theatres.</p>\n<p style=\"text-align: justify;\">To date, Maltby has scored many films and animations covering many different genres. He has collaborated with acclaimed Spanish filmmaker Jesús Monllaó on several projects, most recently scoring the multi award-winning feature film ‘Son Of Cain’. In theatre, Maltby has composed scores for ‘A Midsummer Night’s Dream’ (UKC), ‘Bloodletting’ (HCC), ‘Ignite’ (UK Tour), ‘Snowy The Fox’ (The Brook Theatre, Chatham) and several musicals including ‘Courtenay’ (UK Tour), \'The Sparkle Thief\' (Anselm Studios, Canterbury) and the upcoming ‘Apparition Smith’.</p>\n<p style=\"text-align: justify;\">In 2004 Maltby created, composed and directed ‘Noise Ensemble’, a percussion show which toured all over the world from 2006 - 2011. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV’s Blue Peter. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track ‘FA Overture’ has since become the players walk-on anthem for all major FA games.</p>\n<p style=\"text-align: justify;\">In 2011, Maltby’s latest theatrical show ‘DrumChasers’ toured UK theatres with narration by Stephen Fry, it received rave reviews. He is currently working on several theatrical projects including his new musical \'The Battle Of Boat\'.</p>\n<p style=\"text-align: center;\">~</p>\nClients include: UEFA, FA, RBS, Microsoft, Nestle, Cineworld, Telenet, BP, The Venetian Hotel Macau, Wella, Shepherd Neame, Walls, Leeds Castle, KCC','About','','inherit','closed','open','','317-autosave','','','2015-01-12 01:23:45','2015-01-12 01:23:45','',317,'http://www.ethanlewismaltby.com/Home/317-autosave/',0,'revision','',0),(517,1,'2012-06-19 23:39:02','2012-06-19 23:39:02','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. He writes music for TV, Theatre, Cinema and the Concert Hall.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby has scored many films and animations covering many different genres. He has collaborated with Spanish filmmaker Jesús Monllaó on several projects, scoring the award winning \'La Mirada Oblique\', \'Gloria\', and \'The Legacy\', and also with animator Kam-Li Cheng on her stunning animations, \'The Highwayman\' and \'Avatara\'. In late 2006, Maltby scored \'Waste Man\', the Channel 4 documentary on artist Antony Gormley and his sculpture. In theatre, Maltby composed the soundtrack for the first British virtual reality stage play, \'A Midsummer Night\'s Dream\', the score for Hungarian play \'Bloodletting\' and several musicals including \'Courtenay\' (with lyricist Christopher Neame).</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">In 2004 Maltby created, composed and directed \'Noise Ensemble\', a percussion show which has been touring since 2006. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV\'s Blue Peter. It has also toured Russia, Belgium, Holland, South Korea, Switzerland, Norway and Cyprus. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track \'FA Overture\' has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"line-height: 1.6; text-align: justify; font-size: 13px;\">Maltby\'s latest theatrical show \'DrumChasers\' toured theatres throughout the UK in 2011 with narration by Stephen Fry and received rave reviews. He then finished the year by scoring The Brook Theatre\'s Christmas show, \'Snowy The Fox\'. Maltby recently finished scoring Jesús Monllaó\'s debut feature film \'Fill De Cain\' and the score for the national touring Dance Theatre piece \'Ignite\'.</p>','About','','inherit','closed','open','','317-revision-6','','','2012-06-19 23:39:02','2012-06-19 23:39:02','',317,'http://www.ethanlewismaltby.com/Home/317-revision-6/',0,'revision','',0),(511,1,'2014-01-08 16:07:48','2014-01-08 16:07:48','\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-2/\">The York Press</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-2/\" title=\"1:40 pm\" rel=\"bookmark\">February 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-2/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-8/\">The Stage</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-8/\" title=\"1:39 pm\" rel=\"bookmark\">February 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-8/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-4/\">The Oxford Times</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-4/\" title=\"1:38 pm\" rel=\"bookmark\">February 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-4/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-1/\">What&#8217;s On Northeast</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-1/\" title=\"1:36 pm\" rel=\"bookmark\">February 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-1/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/brighton-argus/\">Brighton Argus</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/brighton-argus/\" title=\"1:26 pm\" rel=\"bookmark\">February 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/brighton-argus/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/mid-hants-observer/\">Mid Hants Observer</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/mid-hants-observer/\" title=\"1:13 pm\" rel=\"bookmark\">February 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/mid-hants-observer/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-6/\">Great British Theatre</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-6/\" title=\"1:35 pm\" rel=\"bookmark\">January 25, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-6/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/kent-on-sunday/\">Kent on Sunday</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/kent-on-sunday/\" title=\"8:28 pm\" rel=\"bookmark\">January 23, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/kent-on-sunday/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-7/\">Best Kept Secrets</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-7/\" title=\"4:59 pm\" rel=\"bookmark\">January 23, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-7/\" class=\"thumbnail-link\">\n</a>\n\n\n\n<h2><a href=\"http://www.ethanlewismaltby.com/Home/review-5/\">Talk Torbay</h2></a>\n\nPosted on <a href=\"http://www.ethanlewismaltby.com/Home/review-5/\" title=\"4:58 pm\" rel=\"bookmark\">January 23, 2012</a> by <a class=\"url fn n\" href=\"http://www.ethanlewismaltby.com/Home/author/admin/\" title=\"View all posts by admin\" rel=\"author\">admin</a>\n\n\n<a href=\"http://www.ethanlewismaltby.com/Home/review-5/\" class=\"thumbnail-link\">\n</a>\n\n','Reviews','','inherit','closed','open','','318-revision-4','','','2014-01-08 16:07:48','2014-01-08 16:07:48','',318,'http://www.ethanlewismaltby.com/Home/318-revision-4/',0,'revision','',0),(531,1,'2014-08-05 21:01:45','2014-08-05 21:01:45','[nggallery id=1]','Links','','inherit','closed','open','','524-autosave','','','2014-08-05 21:01:45','2014-08-05 21:01:45','',524,'http://www.ethanlewismaltby.com/Home/524-autosave/',0,'revision','',0),(519,1,'2014-01-31 22:48:43','2014-01-31 22:48:43','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"text-align: justify;\">Ethan Lewis Maltby is a British composer based in Canterbury,Kent. His music has been performed all over the world in cinemas, stadiums and theatres.</p>\r\n<p style=\"text-align: justify;\">To date, Maltby has scored many films and animations covering many different genres. He has collaborated with acclaimed Spanish filmmaker Jesús Monllaó on several projects, most recently scoring the multi award-winning feature film ‘Son Of Cain’. In theatre, Maltby has composed scores for ‘A Midsummer Night’s Dream’ (UKC), ‘Bloodletting’ (HCC), ‘Ignite’ (UK Tour), ‘Snowy The Fox’ (The Brook Theatre, Chatham) and several musicals including ‘Courtenay’ (UK Tour) and the upcoming ‘Apparition Smith’.</p>\r\n<p style=\"text-align: justify;\">In 2004 Maltby created, composed and directed ‘Noise Ensemble’, a percussion show which toured all over the world from 2006 - 2011. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV’s Blue Peter. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track ‘FA Overture’ has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"text-align: justify;\">In 2011, Maltby’s latest theatrical show ‘DrumChasers’ toured UK theatres with narration by Stephen Fry, it received rave reviews. He is currently in pre-production on British feature film ‘Marriage’ whilst continuing to develop various theatrical projects.</p>\r\n<p style=\"text-align: center;\">~</p>\r\nClients include: UEFA, FA, RBS, Microsoft, Nestle, Cineworld, Telenet, BP, The Venetian Hotel Macau, Wella, Shepherd Neame, Walls, Leeds Castle, KCC','About','','inherit','closed','open','','317-revision-8','','','2014-01-31 22:48:43','2014-01-31 22:48:43','',317,'http://www.ethanlewismaltby.com/Home/317-revision-8/',0,'revision','',0),(524,1,'2014-06-30 23:39:47','2014-06-30 23:39:47','[nggallery id=1]','Links','','publish','closed','open','','links','','','2014-06-30 23:39:47','2014-06-30 23:39:47','',0,'http://www.ethanlewismaltby.com/Home/links/',0,'page','',0),(527,1,'2012-02-21 20:32:08','2012-02-21 20:32:08','<div id=\"left-half\">[gravityform id=1 title=false description=true ajax=true]</div>\r\n<div id=\"right-half\"><h2 style=\"font-size:22px;color:#C6E5FF;padding-bottom:0px; margin-bottom:0px;\">Links</h2>[nggallery id=1]</div>','Contact','','inherit','closed','open','','15-revision-5','','','2012-02-21 20:32:08','2012-02-21 20:32:08','',15,'http://www.ethanlewismaltby.com/Home/15-revision-5/',0,'revision','',0),(532,1,'2014-12-17 02:22:58','2014-12-17 02:22:58','<h1>The Sparkle Thief opens!</h1>\r\nThe new Christmas Musical by ELM and Jenna Donnelly opens at Anselm Studios.','The Sparkle Thief opens!','','publish','closed','closed','','the-new-christmas-musical-by-elm-and-jenna-donnelly-opens-at-anselm-studios','','','2014-12-17 02:27:00','2014-12-17 02:27:00','',0,'http://www.ethanlewismaltby.com/Home/?post_type=stylico-slide&#038;p=532',0,'stylico-slide','',0),(523,1,'2014-06-29 23:05:56','2014-06-29 23:05:56','','europa-league-final','','inherit','closed','open','','europa-league-final-2','','','2014-06-29 23:05:56','2014-06-29 23:05:56','',520,'http://ethanlewismaltby.com/Home/wp-content/uploads/2014/06/europa-league-final1.jpeg',0,'attachment','image/jpeg',0),(528,1,'2014-08-05 13:24:54','2014-08-05 13:24:54','<div id=\"left-half\" style=\"overflow:scroll !important;\">[gravityform id=1 title=false description=true ajax=true]</div>\r\n<div id=\"right-half\"><h2 style=\"font-size:22px;color:#C6E5FF;padding-bottom:0px; margin-bottom:0px;\">Links</h2>[nggallery id=1]</div>','Contact','','inherit','closed','open','','15-revision-6','','','2014-08-05 13:24:54','2014-08-05 13:24:54','',15,'http://www.ethanlewismaltby.com/Home/15-revision-6/',0,'revision','',0),(529,1,'2014-08-05 13:25:09','2014-08-05 13:25:09','<div id=\"left-half\" style=\"overflow:scroll-y !important;\">[gravityform id=1 title=false description=true ajax=true]</div>\r\n<div id=\"right-half\"><h2 style=\"font-size:22px;color:#C6E5FF;padding-bottom:0px; margin-bottom:0px;\">Links</h2>[nggallery id=1]</div>','Contact','','inherit','closed','open','','15-revision-7','','','2014-08-05 13:25:09','2014-08-05 13:25:09','',15,'http://www.ethanlewismaltby.com/Home/15-revision-7/',0,'revision','',0),(533,1,'2014-12-17 02:22:02','2014-12-17 02:22:02','','Background-for-Anselm-Screens-v3','','inherit','closed','open','','background-for-anselm-screens-v3','','','2014-12-17 02:22:02','2014-12-17 02:22:02','',532,'http://ethanlewismaltby.com/Home/wp-content/uploads/2014/12/Background-for-Anselm-Screens-v3.jpg',0,'attachment','image/jpeg',0),(534,1,'2014-12-17 02:26:50','2014-12-17 02:26:50','<h1>ELM Composes For UEFA</h1>\nThe new Christmas Musical by ELM and Jenna Donnelly opens at Anselm Studios.','The Sparkle Thief opens!','','inherit','closed','open','','532-autosave','','','2014-12-17 02:26:50','2014-12-17 02:26:50','',532,'http://www.ethanlewismaltby.com/Home/532-autosave/',0,'revision','',0),(543,1,'2012-02-25 13:41:56','2012-02-25 13:41:56','By Jonathan Wilkes\r\n\r\nNoise Ensemble’s epic musical DrumChasers, replacing vocals with percussion, is an explosive display of sound and light. Eleven virtuosic performers with endless energy and talent offered a mesmerising experience and a beautiful story.\r\n\r\nCaretaker at a concert hall, Mr Bennett (Jack Warner), witnesses a doorway opening to a dystopian world where people play percussion instruments, inlcuding drums, xylophones and triangles, as communication. And Noiseland’s inhabitants play extremely well, never missing a beat.\r\n\r\nA Dr Seuss-esque narration by Stephen Fry tells us they are caught in an age-old feud. War is prevented only by the mystical powers of the Noise Wrangler and her purple lightsabres. A blossoming Romeo and Juliet romance and a discovery by Mr Bennett however could lead to peace.\r\n\r\nThe truly spectacular DrumChasers leaves one in awe of how every element worked in exquisite harmony. It perfectly balanced gravitas and self-deprecation so the audience (which should have been bigger) never doubted Noise Ensemble’s soulful tale.\r\n\r\nThe melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful, stentorian drumming quickly followed by more melodious, playful flourishes on xylophones and glockenspiels.\r\n\r\nIt had action, romance, poignancy and comedy – a pitch-black performance with glow-in-the-dark levitating drums being especially funny. The industrial set and apocalyptic costumes, and a literally breath-taking lighting design, really enhanced the production.\r\n\r\nSpecial mention must go to Georgina King for the exhilarating choreography and to composer, director and creator Ethan Lewis Maltby.\r\n\r\nHis resplendent production is a profoundly affecting and memorable theatrical experience.\r\n\r\nHere’s hoping the doorway to Noiseland opens again.','The York Press','On DrumChasers...\"The melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful...\"','inherit','closed','open','','172-revision-7','','','2012-02-25 13:41:56','2012-02-25 13:41:56','',172,'http://www.ethanlewismaltby.com/Home/172-revision-7/',0,'revision','',0),(537,1,'2015-01-12 01:09:22','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','open','','','','','2015-01-12 01:09:22','0000-00-00 00:00:00','',0,'http://www.ethanlewismaltby.com/Home/?p=537',0,'post','',0),(541,1,'2014-08-05 21:00:51','2014-08-05 21:00:51','<img class=\"alignleft size-full wp-image-91\" title=\"AboutELM\" src=\"http://www.ethanlewismaltby.com/Home/wp-content/uploads/2012/01/AboutELM.jpg\" alt=\"\" width=\"250\" height=\"167\" />\r\n<p style=\"text-align: justify;\">Ethan Lewis Maltby is a British composer based in Canterbury, Kent. His music has been performed all over the world in cinemas, stadiums and theatres.</p>\r\n<p style=\"text-align: justify;\">To date, Maltby has scored many films and animations covering many different genres. He has collaborated with acclaimed Spanish filmmaker Jesús Monllaó on several projects, most recently scoring the multi award-winning feature film ‘Son Of Cain’. In theatre, Maltby has composed scores for ‘A Midsummer Night’s Dream’ (UKC), ‘Bloodletting’ (HCC), ‘Ignite’ (UK Tour), ‘Snowy The Fox’ (The Brook Theatre, Chatham) and several musicals including ‘Courtenay’ (UK Tour) and the upcoming ‘Apparition Smith’.</p>\r\n<p style=\"text-align: justify;\">In 2004 Maltby created, composed and directed ‘Noise Ensemble’, a percussion show which toured all over the world from 2006 - 2011. This spectacular show has played extensively in UK theatres and venues including The South Bank Centre, Wembley Stadium and on TV’s Blue Peter. He also composed the score for the 2008 and 2009 FA Cup Final Opening Ceremonies – his track ‘FA Overture’ has since become the players walk-on anthem for all major FA games.</p>\r\n<p style=\"text-align: justify;\">In 2011, Maltby’s latest theatrical show ‘DrumChasers’ toured UK theatres with narration by Stephen Fry, it received rave reviews. He is currently continuing to develop various theatrical projects.</p>\r\n<p style=\"text-align: center;\">~</p>\r\nClients include: UEFA, FA, RBS, Microsoft, Nestle, Cineworld, Telenet, BP, The Venetian Hotel Macau, Wella, Shepherd Neame, Walls, Leeds Castle, KCC','About','','inherit','closed','open','','317-revision-10','','','2014-08-05 21:00:51','2014-08-05 21:00:51','',317,'http://www.ethanlewismaltby.com/Home/317-revision-10/',0,'revision','',0),(544,1,'2012-02-25 13:51:10','2012-02-25 13:51:10','The Stage - Review of Courtenay.\r\n\r\nTouring two prominent south east theatres and focusing on Kent\'s heritage creates a sense of identity for local audiences. However, its appeal would undoubtedly attract a wider audience should Bright Start Productions, in association with the Stag Theatre, Sevenoaks, choose to lengthen their tour. The plot reveals the impulsive Sir William Courtenay, revolutionary and suspected madman. With the energetic strains of Les Miserables, the large cast is headed by Loren Geeting in the title role. It is no surprise Geeting has won awards for his voice as he commands centre stage in both voice and stature. With a Macheath-like charm, Courtenay seduces local protester Sarah Culver (Renée Salewski) though the relationship does not lessen the action. Salewski appears childlike yet her voice reveals a maturity and control demanded of a lead role. Supporting character Katherine Tom (Antonia Bond), Courtenay\'s forgotten wife, appears fleetingly yet captures the sense of the wronged party. Sarah\'s sweetheart Nicholas Mears, played by David Wyatt, is well cast as tragically young and impulsive. Although the scenes seemed more like montages, Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement and the East Kent Living History and Re-Enactment Unit, in full uniform and firing as though their lives really did depend upon it.','The Stage','On Courtenay... \"Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement...\"','inherit','closed','open','','188-revision-11','','','2012-02-25 13:51:10','2012-02-25 13:51:10','',188,'http://www.ethanlewismaltby.com/Home/188-revision-11/',0,'revision','',0),(545,1,'2012-02-25 13:43:22','2012-02-25 13:43:22','By Angie Johnson\r\n\r\nDrumchasers is a fusion of everything that’s great about live performance. It has terrific music and dancing, an intriguing set and one of the best lighting designs I’ve ever seen in the theatre. Above all it has a unique idea that fascinates while it entertains. Featuring every percussion instrument you can think of, and more, this is one fabulous evening out.\r\n\r\nThe story that frames all this expertise revolves around Mr Bennett (an assured performance by Jack Warner offering plenty of comic relief), an elderly Concert Hall caretaker looking after the instrument store, which one night is magically subsumed into the percussive otherworld of the Drumchasers. Energy is the keynote of this show — powerful drumming and dance create an epic world where an eternal battle between two opposing forces is played out with a myriad of different percussion instruments. But as with all good epics, there is also a love story amid the conflict, which allows for the interweaving of sequences using more gentle sounds such as the marimba. It’s a cleverly wrought plot that enables great variation in the sound and dance sequences.\r\n\r\nSometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad, but it’s always well realised. Importantly, it’s a show that takes its themes seriously but never veers into the pretentious. This is helped by the whimsy-free narration provided by Stephen Fry. The cast of ten are all terrific in both the playing and dancing departments. Each of them have their own intriguing character and accomplished special sequences, and when they come together as an ensemble they are simply mind-blowing. The choreography by Georgina King works fantastically well with the overall vision of Ethan Lewis Maltby, the composer, creator and director.\r\n\r\nThere is also a bit of non-threatening audience participation (synchronised clapping!) which was great fun and made us all feel part of this truly spectacular event. If ever a show deserved a run in the West End it’s this one.','The Oxford Times','On DrumChasers... \"Sometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad...simply mind-blowing...\"','inherit','closed','open','','176-revision-8','','','2012-02-25 13:43:22','2012-02-25 13:43:22','',176,'http://www.ethanlewismaltby.com/Home/176-revision-8/',0,'revision','',0),(546,1,'2012-02-25 13:46:13','2012-02-25 13:46:13','DrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','On DrumChasers...\"It had me hooked from the first beat to the very last.\"','inherit','closed','open','','168-revision-24','','','2012-02-25 13:46:13','2012-02-25 13:46:13','',168,'http://www.ethanlewismaltby.com/Home/168-revision-24/',0,'revision','',0),(547,1,'2012-02-25 13:26:50','2012-02-25 13:26:50','Brighton Argus –  Theatre Royal,Brighton\r\n\r\n&nbsp;\r\n\r\nA Different Drum\r\n\r\n&nbsp;\r\n\r\nThe ten talented percussionists of Noise Ensemble provided an evening that not only fused remarkable sound with brilliant colours but also wove into the routines extraordinary choreographed movement. At times the fervour of the young players echoed the tribal rituals of Africa and theSouth Seas. Every conceivable variety of drum was used along with anything else that could be struck, scraped or shaken. These were backed on occasions by guitar and a soundtrack of electronic music which had an ethereal quality.\r\n\r\n&nbsp;\r\n\r\nThe evening was not all heavy passion – it was laced with gentleness and humour. Subtle and tender sounds came from such instruments as the vibraphone, the xylophone and even the humble triangle, in all its differing sizes. Humour pervaded the evening with a witty send-up of satellite TV channels depicted on a screen at the rear of the stage and several comic numbers. These included a mime using different sounds for various body movements , the boredom of the percussion section as they awaited their brief moments of glory at the end of a symphony and a number where the drummers chased and played their instruments which took on a life of their own as they flew around the stage.\r\n\r\n&nbsp;\r\n\r\nIn highlighting the percussion instruments normally relegated to the back of an orchestra, director and composer, Ethan Lewis Maltby has created a dazzling showcase for these Cinderella instruments. All the instruments shone but the stars of the evening were the drums which throbbed and pulsated throughout. The response of the audience showed that the evening, if you will forgive the pun, was a thumping great success.','Brighton Argus','On Noise Ensemble... \"In highlighting the percussion instruments normally relegated to the back of an orchestra, director and composer, Ethan Lewis Maltby has created a dazzling showcase for these Cinderella instruments.  The response of the audience showed that the evening, if you will forgive the pun, was a thumping great success.\"','inherit','closed','open','','460-revision-3','','','2012-02-25 13:26:50','2012-02-25 13:26:50','',460,'http://www.ethanlewismaltby.com/Home/460-revision-3/',0,'revision','',0),(548,1,'2012-02-25 13:22:18','2012-02-25 13:22:18','Mid Hants Observer – Noise Ensemble -  The Nuffield, Southampton\r\n\r\nAn extract from the article/review “Tub thumping”\r\n\r\nIt was with some trepidation that I approached Noise Ensemble, billed as an “international percussion sensation”… Any misgivings I may have had were instantly extinguished when a voice announced that the following performance would contain “graphic beatings and scenes of a percussive nature.” A statement of intent that hinted that Noise Ensemble didn’t take itself too seriously. From this point on we were treated to a riotous evening of non stop entertainment.\r\n\r\nNoise Ensemble is a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show. A couple of legible entries mention rock band with xylophones (certainly no bad thing in my book ), the tongue in cheek cable TV-style interludes, and a real ‘vaudevillian feel’ (don’t ask how I wrote that in the dark), with comic interludes reminiscent of traditional circus clowns.\r\n\r\nMusically speaking, there were moments of jaw-dropping beauty, particularly the interplay between marimbas, xylophones and the rest of the percussive arsenal. Noise Ensemble covers a lot of ground. Late in the set we were treated to some 70s style wah-wah guitar and choreography that appeared to pay homage to West Side Story, unsurprising elements when you consider the composer’s background in film scores.\r\n\r\nNoise Ensemble is certainly unique, relentlessly entertaining and shot through with plenty of humour, delivered by an impossibly good looking cast. It’s an energetic show that I would have no hesitation in recommending to audiences of all ages. Another demonstration of The Nuffield’s commitment to original and spectacular productions. On top of that I’ve had to reappraise my relationship with drums and drumming. For now at least.','Mid Hants Observer ','On Noise Ensemble... \"a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show.\"','inherit','closed','open','','449-revision-6','','','2012-02-25 13:22:18','2012-02-25 13:22:18','',449,'http://www.ethanlewismaltby.com/Home/449-revision-6/',0,'revision','',0),(549,1,'2012-02-25 13:48:48','2012-02-25 13:48:48','Review by Peter Lathan (2011)\r\n\r\nThe advertising for DrumChasers promises \"an evening quite unlike anything you’ve seen before.\" It is, we are told, \"a musical without words, but with drums.\"\r\n\r\nIt\'s a percussion show, from drum kit to triangle, from gong to xylophone. A cast of eleven (plus voice-over by Stephen Fry) play their carefully and tightly choreographed way through a variant on the Romeo and Juliet story set in a parallel world, Noiseland, which somehow bursts into our world in an old concert hall where caretaker Mr Bennett, played by Jack Warner, looks after the instruments stored there. He is to be the instrument (pun intended) which solves Noiseland\'s age-old problems and bringing back peace.\r\n\r\nAnd that\'s not a spoiler: it\'s in the advertising!\r\n\r\nThis could be the recipe for something cringingly self-indugent, and that feeling was exacerbated by the fact that, because I arrived early and was on my own for this show, I read the programme before it started. There, on the first inside page, was an introduction, written in verse which could have been penned by that master of the appalling rhyme, William McGonagall. My heart sank!\r\n\r\n(Those who don\'t know McGonagall really should look at McGonagall Online and marvel!)\r\n\r\nIf I say that, about a third of the way through the first act, these words are spoken by Stephen Fry, you will realise - as I did at that moment - that this is not a show that takes itself too seriously. Indeed, it is shot through with self-deprecating humour, subverting any expectation that we are going to get a tragedy - or even a melodrama. And it gets that balance between humour and the seriousness required to interest us in the story exactly right.\r\n\r\nWhat DrumChasers actually is is very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. The movement of the instruments on, off and around the stage (by the cast) is smooth and quick and the costumes and make-up were close to but not exactly of this world, nicely contrasted with Mr Bennett\'s brown coat and flat cap. I did wonder if the sticks which the Noise Wrangler uses to control her people were meant to remind us of Jedi light sabres. They certainly did me.\r\n\r\nBut it is the performances which will stick in the memory. There was a number (I can\'t think of any other word) in which two opposing faction members fought each other, circling back and forth round two xylophones placed centrestage and never missing a note or even for a second losing their confrontational body language and expressions. And a comic highlight was a duel between two triangle playing cast members.\r\n\r\nGreat fun!','Great British Theatre','On DrumChasers...\" very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. \"','inherit','closed','open','','184-revision-7','','','2012-02-25 13:48:48','2012-02-25 13:48:48','',184,'http://www.ethanlewismaltby.com/Home/184-revision-7/',0,'revision','',0),(550,1,'2012-02-25 13:29:23','2012-02-25 13:29:23','Long after the smoke has drifted from the battlefield, audiences will remember Courtenay.\r\n\r\nThis musical plucked from the Kentish history books - and fashioned into a sophisticated entertainment by a composer and lyricist relatively new to the genre – deserves its place on a wider stage.\r\n\r\nBy turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\r\n\r\nWhile paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability and while that may not be fashionable it certainly helps to convince ticket-buyers that they have had their money’s worth. See a show and take a tune away with you is no bad slogan even for a modern musical.\r\n\r\nEach of the central characters in Courtenay has a haunting theme of his or her own which blend to great effect at moments of tenderness, for this show is not all about dreams of the 19th century working man finding his true worth under the sleety, unforgiving gaze of establishment figures.\r\n\r\nLyricist Christopher Neame has taken a complex subject and given a perspective to Courtenay\'s story that many historians have discarded in favour of a simplistic view that the protagonist was mad and all his followers simple. The lyrics, particularly those given to Courtenay are intelligent without being polemical.\r\n\r\nAt the opening at Canterbury’s Marlowe Theatre on Thursday it was hard to find any chinks in this emotive story of one man\'s slide from visionary enthusiasm to self-delusion and destruction. There were some technical problems, chiefly with the sound balance, but the principals and ensemble worked together to produce a first night to be proud of.\r\n\r\nThe show is fortunate in having a trio of voices at the top that would match the best the West End has to offer. Loren Geeting as Courtenay, Renée Salewski as the object of his desire, Sarah Culver and David Wyatt as Nicholas Mears, the lover cast aside by Culver for Courtenay’s more dazzling attractions, are a class act. Wyatt has a voice that we will hear again and again if the scouts are doing their job and Geeting and Salewski both live up to their credentials.\r\n\r\nLindsey Mack as the Canterbury Marshal, Captain Townsend, cuts a dash darkly as the man who is out to thwart Courtenay\'s egalitarian ambitions. His presence is like that of a sinister crow. Antonia Bond generates tenderness as the wife Courtenay left behind, struggling to understand her husband’s wild side and Anthony Garner provides a solid presence as the narrator Everyman who guides the audience, many of whom will be unfamiliar with the story, carefully and unobtrusively.\r\n\r\nSet design is also instrumental to the success of this show. Veteran film and TV designer Roy Stannard, a newcomer to the theatre whose credits include David Lean\'s Lawrence of Arabia, has produced a simple, yet effective raked platform in which most of the action is concentrated, focusing the attention perfectly.\r\n\r\nAll this is overseen by a reaper, a simple agricultural machine seen as the means by which the landowner will emasculate the labourer.\r\n\r\nAs the show opens, the machine, cast as the grim reaper, dominates a stark scene as the countrysiders who will come to follow Courtenay, scrape a living from the soil while sinister clouds drift across the landscape. The climate of fear is brought home by blood-red effects schemed by Ben M Rogers, a lighting designer with many West End and international credits to his name, whose skills help to create Courtenay\'s many memorable moods.\r\n\r\nThis homespun show is something Kent can be proud of and one that audiences anywhere would appreciate. Surely local history was never this alive, or so worthy of the standing ovation it got on Thursday.\r\n\r\nRussell Flint','Kent on Sunday','On Courtenay... \"By turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\"','inherit','closed','open','','225-revision-8','','','2012-02-25 13:29:23','2012-02-25 13:29:23','',225,'http://www.ethanlewismaltby.com/Home/225-revision-8/',0,'revision','',0),(551,1,'2012-02-25 13:33:36','2012-02-25 13:33:36','It is not very often that one gets to see a world premiere, especially a world premiere in Blackpool, so we were delighted to be able to go and see the first ever performance of the new percussion based musical DrumChasers at the Blackpool Grand Theatre. Having not seen the previous “Noise Ensemble” we really did not know what to expect and went along with completely open minds. Think Ultravox (John Foxx version) do Coppelia, Doctor Who does West Side story and the Terminator meets Les Mis and you’re part way there.\r\n\r\nOddly enough, the caretaker - Mr Bennett - who starts off looking like a bedraggled Blakey out of “On The Buses” -ends up the hero in this tale of factions of warring musicians from another world, which is delightfully narrated by an absently bodied Stephen Fry. Apart from Fry’s outlining of the story, there are no words at all – no dialogue, no singing, more akin to a ballet in fact, relying purely on expressive dance routines and plenty of percussion as the story is told through a succession of musical numbers of varying dramatic gravitas. But this is not just two hours of mindless heavy drumming by any means. In a well balanced score that could easily grace a Hollywood sci fi blockbuster, we have a drummers duel, a piece played solely on the triangle and a romantic glockenspiel moment . There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.\r\n\r\nAwesome! Spellbinding! Magical! DrumChasers puts you in touch with the primitive being inside you, and in two of the numbers the audience were invited to join in. We loved every minute – from start to finish a fantastic fairytale. Marvellous choreography – the grim set and the war scenes were reminiscent of Les Miserables. Superb performances from talented and versatile musicians/dancers. If only we could somehow learn to harness the energy generated by the dynamic performers on the set of DrumChasers we could indeed save the world from nuclear meltdown. This is not mainstream theatre by any means but all the same absolutely unmissable. Please go and see it.','Best Kept Secrets','On DrumChasers...\"Awesome! Spellbinding! Magical!...There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.\"','inherit','closed','open','','186-revision-5','','','2012-02-25 13:33:36','2012-02-25 13:33:36','',186,'http://www.ethanlewismaltby.com/Home/186-revision-5/',0,'revision','',0),(552,1,'2012-02-25 13:35:06','2012-02-25 13:35:06','WHAT A Show, Drumchasers has certainly promised a great evenings entertainment in Torquay – This is something that you’ve NEVER Seen before, it is a Musical, without words – but a Hell of a lot of drums!!\r\n\r\nFeaturing the Voice of Stephen Fry, this show has everything, Music, Action, Comedy, Fun, Energy! It was immense. I was so glad to be able to see this show in Torquay, it was a shame to see that the 1,500 seater venue was only a third full, which was a real shame, as the amount of energy that each cast member put into this show – was totally amazing.\r\n\r\nThe music was just great listening, and certainly put a smile on your face watching, my mother in fact took a short video of the show, and I hope that we’re not breaching any copyright laws, but I feel that other people should see HOW amazing this show actually is.\r\n\r\nThe show features all percussions from a Triangle to a Drum, and an amazing 10 minute piece to a Xylophone. A Cast of 11 play with their hearts content, this amazing choreographed production though a Romeo and Juliet story set in ‘Noiseland’ world, which expands into the Human world of an old Theatre where the caretaker ‘Mr Bennett’ played by Jack Warner looks after the instruments which are stored there, he’s the one that solves the way which brings back the peace to everyone at Noiseland.\r\n\r\nDrumchasers is an entertaining piece of work, and the skill which is used throughout the show, not just playing the instruments by dancing with them, and making the show come alive is amazing. The Sound was superb, and the Lighting – Wow, It was FANTASTIC! The lighting designer for this show must be very proud, and I Can imagine very fun to design.\r\n\r\nThis is a NEW Show, and I understand why there maybe wasn’t so many people – But, if this show comes near you, it’s 100% worth a watch! Buy Tickets!!\r\n\r\nPLEASE Come back to Torquay Drumchasers!','Talk Torbay','On DrumChasers...\"The music was just great listening...It was immense...\"','inherit','closed','open','','182-revision-5','','','2012-02-25 13:35:06','2012-02-25 13:35:06','',182,'http://www.ethanlewismaltby.com/Home/182-revision-5/',0,'revision','',0),(553,1,'2012-02-25 13:36:07','2012-02-25 13:36:07','By Vera Fletcher\r\n\r\nDrumChasers sells itself as an explosion of sound and light with a story of romance, rivalry and rhythm and it doesn\'t disappoint. Think Romeo and Juliet with drumsticks (and without the poison). The synopsis of the show tells the story of Mr Bennett, a caretaker in an old concert hall who looks after the instruments stored within its walls. However, one night, something happens, something loud and something otherworldly and he is transported to the land of the DrumChasers. I felt this premise got a bit lost within the first ten minutes, Mr Bennett being swiftly cast aside from view and frantic, captivating drumming prevailed. Just when I had almost written off the storyline as a feeble excuse for a night of intoxicating percussion, the soothing tones of Stephen Fry stepped in to narrate and educate the audience on The Noiseland Tale. Aside from the intermittent guidance of Mr Fry this story was told solely through the use of incredibly skilled drumming, expressive dance and imaginative lighting. Armed with drumsticks as weapons, the fight scenes made convincing battles with emotional integrity. The underlying love story was a particular highlight which needed no explanation, proving some of the best stories are wordless.\r\n\r\nThe performance was polished and professional and the story gained in momentum and strength as the show progressed. Mr Bennett too, being given a bit more stage time to ingrain himself in the performance. The drumming was electric and the energy was infectious, at times it took great pains not to jump up and join in from the aisles. Thankfully towards the shows end there was opportunity to participate rhythmically from the safety of your seat which culminated in a loud surge of release from the audience of previously bottled toe tapping and hand clapping.\r\n\r\nAlong the same vein, if you liked Stomp you\'ll love DrumChasers, an uplifting, enjoyable night out even for those with no rhythm.','RemoteGoat','On DrumChasers... \"A night of intoxicating percussion...the energy was infectious, at times it took great pains not to jump up and join in from the aisles.\"','inherit','closed','open','','174-revision-6','','','2012-02-25 13:36:07','2012-02-25 13:36:07','',174,'http://www.ethanlewismaltby.com/Home/174-revision-6/',0,'revision','',0),(554,1,'2012-02-25 13:45:14','2012-02-25 13:45:14','Kentish Gazette – Marlowe Theatre,Canterbury\r\n\r\n&nbsp;\r\n\r\nDrumming up a storm of a show.\r\n\r\n&nbsp;\r\n\r\nThe drummers’ union was out in Canterbury in force last week with an awesome demonstration of percussion and orchestral drumming. My expectations were lowered by the presence of a poster quote, comparing it to the woeful cheese of Riverdance, but thankfully this was so much better.\r\n\r\nNoise Ensemble has grown from its beginnings as a small show at the Edinburgh Fringe to a wonderful show of dance and drums. Actually, mainly drums.\r\n\r\n&nbsp;\r\n\r\nThe 10 percussionists were playing the music ofCanterbury’s Ethan Lewis Maltby in a spectacular display of co-ordination and pure musicianship that had musicians such as myself cursing their overabundance of talent. Beautiful marimba and vibes’ playing mixed with martial snare and tom work and there were comedy interludes with flying drums and cable TV for drummers.\r\n\r\n&nbsp;\r\n\r\nWhy this show has not become as big a hit as rival Stomp, I can’t understand.\r\n\r\n&nbsp;\r\n\r\nReview by Chris Denham','Kentish Gazette','On Noise Ensemble... \"The 10 percussionists were playing the music ofCanterbury’s Ethan Lewis Maltby in a spectacular display of co-ordination and pure musicianship that had musicians such as myself cursing their overabundance of talent. Beautiful marimba and vibes’ playing mixed with martial snare and tom work and there were comedy interludes with flying drums and cable TV for drummers. Why this show has not become as big a hit as rival Stomp, I can’t understand.\"','inherit','closed','open','','454-revision-4','','','2012-02-25 13:45:14','2012-02-25 13:45:14','',454,'http://www.ethanlewismaltby.com/Home/454-revision-4/',0,'revision','',0),(555,1,'2012-02-25 13:49:50','2012-02-25 13:49:50','Southern Echo – The Nuffield, Southampton\r\n\r\n&nbsp;\r\n\r\nForgive me for banging on about how good this is…\r\n\r\n&nbsp;\r\n\r\nIs there nothing this lot can’t do with a drum? After enjoying two hours of percussive genius from Noise Ensemble, I suspect not. You may think that is overly long for a show which is simply based on banging a big instrument with a stick. But there is so much more to it than that.\r\n\r\n&nbsp;\r\n\r\nWe were treated to all manner of things from drumstick throwing to seemingly flying drums and from spinning dance routines to comedy noise sketches. And the on-stage Noise TV screen was showing Drum DIY, drum survival, percussion exercise classes and the drumming world championships. The cast of 10 burst on to stage for this high-energy and incredibly loud display of drumming at its best.\r\n\r\n&nbsp;\r\n\r\nWhat follows is more of a theatrical experience than a musical one – with set changes every few minutes and performers who play everything from marimbas and maracas to triangles and tom-toms. It combines music, dancing, visual effects and even has a sense of humour. It made me wish I was a little better at banging things with a stick.','Southern Echo','On Noise Ensemble... \"Is there nothing this lot can’t do with a drum? After enjoying two hours of percussive genius from Noise Ensemble, I suspect not. You may think that is overly long for a show which is simply based on banging a big instrument with a stick. But there is so much more to it than that.\"','inherit','closed','open','','458-revision-3','','','2012-02-25 13:49:50','2012-02-25 13:49:50','',458,'http://www.ethanlewismaltby.com/Home/458-revision-3/',0,'revision','',0),(556,1,'2012-02-25 13:50:24','2012-02-25 13:50:24','At The Theatre.co.uk - June 2006\r\n\r\n&nbsp;\r\n\r\nA show for everyone, especially those fond of percussion!\r\n\r\n&nbsp;\r\n\r\nA supreme mix of percussion, drama, dance and comedy; this vibrant show bursts on to the stage with raw energy. The show opens amidst a smoke screen, and with its highly animated performers, the show erupts with a fusion of powerful drumbeats.\r\n\r\n&nbsp;\r\n\r\nConsisting of a variety of music, instruments ranging from tambourines to triangles as well as a wide range of drums, the talent of the vigorous performers is more than impressive. With a variety of music, the show cleverly incorporates comedy sketches to suit every composition; as well as a video screen background introducing the characters whilst comically presenting the world of drumming. The performers extensively use the stage space with ferocious movement, whilst the instruments almost transform into characters themselves.\r\n\r\nAlso visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. This masterfully choreographed show leaves the audience in awe. With an impressive range of instruments and 10 incredibly talented and energetic performers, this fast and furious show is a drumming delight.','At The Theatre.co.uk','On Noise Ensemble... \"Also visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. \"','inherit','closed','open','','463-revision-5','','','2012-02-25 13:50:24','2012-02-25 13:50:24','',463,'http://www.ethanlewismaltby.com/Home/463-revision-5/',0,'revision','',0),(557,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','By Jonathan Wilkes\r\n\r\nNoise Ensemble’s epic musical DrumChasers, replacing vocals with percussion, is an explosive display of sound and light. Eleven virtuosic performers with endless energy and talent offered a mesmerising experience and a beautiful story.\r\n\r\nCaretaker at a concert hall, Mr Bennett (Jack Warner), witnesses a doorway opening to a dystopian world where people play percussion instruments, inlcuding drums, xylophones and triangles, as communication. And Noiseland’s inhabitants play extremely well, never missing a beat.\r\n\r\nA Dr Seuss-esque narration by Stephen Fry tells us they are caught in an age-old feud. War is prevented only by the mystical powers of the Noise Wrangler and her purple lightsabres. A blossoming Romeo and Juliet romance and a discovery by Mr Bennett however could lead to peace.\r\n\r\nThe truly spectacular DrumChasers leaves one in awe of how every element worked in exquisite harmony. It perfectly balanced gravitas and self-deprecation so the audience (which should have been bigger) never doubted Noise Ensemble’s soulful tale.\r\n\r\nThe melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful, stentorian drumming quickly followed by more melodious, playful flourishes on xylophones and glockenspiels.\r\n\r\nIt had action, romance, poignancy and comedy – a pitch-black performance with glow-in-the-dark levitating drums being especially funny. The industrial set and apocalyptic costumes, and a literally breath-taking lighting design, really enhanced the production.\r\n\r\nSpecial mention must go to Georgina King for the exhilarating choreography and to composer, director and creator Ethan Lewis Maltby.\r\n\r\nHis resplendent production is a profoundly affecting and memorable theatrical experience.\r\n\r\nHere’s hoping the doorway to Noiseland opens again.','The York Press','On DrumChasers...\"The melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful...\"','inherit','closed','open','','172-revision-8','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',172,'http://www.ethanlewismaltby.com/Home/172-revision-8/',0,'revision','',0),(558,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','The Stage - Review of Courtenay.\r\n\r\nTouring two prominent south east theatres and focusing on Kent\'s heritage creates a sense of identity for local audiences. However, its appeal would undoubtedly attract a wider audience should Bright Start Productions, in association with the Stag Theatre, Sevenoaks, choose to lengthen their tour. The plot reveals the impulsive Sir William Courtenay, revolutionary and suspected madman. With the energetic strains of Les Miserables, the large cast is headed by Loren Geeting in the title role. It is no surprise Geeting has won awards for his voice as he commands centre stage in both voice and stature. With a Macheath-like charm, Courtenay seduces local protester Sarah Culver (Renée Salewski) though the relationship does not lessen the action. Salewski appears childlike yet her voice reveals a maturity and control demanded of a lead role. Supporting character Katherine Tom (Antonia Bond), Courtenay\'s forgotten wife, appears fleetingly yet captures the sense of the wronged party. Sarah\'s sweetheart Nicholas Mears, played by David Wyatt, is well cast as tragically young and impulsive. Although the scenes seemed more like montages, Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement and the East Kent Living History and Re-Enactment Unit, in full uniform and firing as though their lives really did depend upon it.','The Stage','On Courtenay... \"Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement...\"','inherit','closed','open','','188-revision-12','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',188,'http://www.ethanlewismaltby.com/Home/188-revision-12/',0,'revision','',0),(559,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','By Angie Johnson\r\n\r\nDrumchasers is a fusion of everything that’s great about live performance. It has terrific music and dancing, an intriguing set and one of the best lighting designs I’ve ever seen in the theatre. Above all it has a unique idea that fascinates while it entertains. Featuring every percussion instrument you can think of, and more, this is one fabulous evening out.\r\n\r\nThe story that frames all this expertise revolves around Mr Bennett (an assured performance by Jack Warner offering plenty of comic relief), an elderly Concert Hall caretaker looking after the instrument store, which one night is magically subsumed into the percussive otherworld of the Drumchasers. Energy is the keynote of this show — powerful drumming and dance create an epic world where an eternal battle between two opposing forces is played out with a myriad of different percussion instruments. But as with all good epics, there is also a love story amid the conflict, which allows for the interweaving of sequences using more gentle sounds such as the marimba. It’s a cleverly wrought plot that enables great variation in the sound and dance sequences.\r\n\r\nSometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad, but it’s always well realised. Importantly, it’s a show that takes its themes seriously but never veers into the pretentious. This is helped by the whimsy-free narration provided by Stephen Fry. The cast of ten are all terrific in both the playing and dancing departments. Each of them have their own intriguing character and accomplished special sequences, and when they come together as an ensemble they are simply mind-blowing. The choreography by Georgina King works fantastically well with the overall vision of Ethan Lewis Maltby, the composer, creator and director.\r\n\r\nThere is also a bit of non-threatening audience participation (synchronised clapping!) which was great fun and made us all feel part of this truly spectacular event. If ever a show deserved a run in the West End it’s this one.','The Oxford Times','On DrumChasers... \"Sometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad...simply mind-blowing...\"','inherit','closed','open','','176-revision-9','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',176,'http://www.ethanlewismaltby.com/Home/176-revision-9/',0,'revision','',0),(560,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','DrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','On DrumChasers...\"It had me hooked from the first beat to the very last.\"','inherit','closed','open','','168-revision-25','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',168,'http://www.ethanlewismaltby.com/Home/168-revision-25/',0,'revision','',0),(561,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','Brighton Argus –  Theatre Royal,Brighton\r\n\r\n&nbsp;\r\n\r\nA Different Drum\r\n\r\n&nbsp;\r\n\r\nThe ten talented percussionists of Noise Ensemble provided an evening that not only fused remarkable sound with brilliant colours but also wove into the routines extraordinary choreographed movement. At times the fervour of the young players echoed the tribal rituals of Africa and theSouth Seas. Every conceivable variety of drum was used along with anything else that could be struck, scraped or shaken. These were backed on occasions by guitar and a soundtrack of electronic music which had an ethereal quality.\r\n\r\n&nbsp;\r\n\r\nThe evening was not all heavy passion – it was laced with gentleness and humour. Subtle and tender sounds came from such instruments as the vibraphone, the xylophone and even the humble triangle, in all its differing sizes. Humour pervaded the evening with a witty send-up of satellite TV channels depicted on a screen at the rear of the stage and several comic numbers. These included a mime using different sounds for various body movements , the boredom of the percussion section as they awaited their brief moments of glory at the end of a symphony and a number where the drummers chased and played their instruments which took on a life of their own as they flew around the stage.\r\n\r\n&nbsp;\r\n\r\nIn highlighting the percussion instruments normally relegated to the back of an orchestra, director and composer, Ethan Lewis Maltby has created a dazzling showcase for these Cinderella instruments. All the instruments shone but the stars of the evening were the drums which throbbed and pulsated throughout. The response of the audience showed that the evening, if you will forgive the pun, was a thumping great success.','Brighton Argus','On Noise Ensemble... \"In highlighting the percussion instruments normally relegated to the back of an orchestra, director and composer, Ethan Lewis Maltby has created a dazzling showcase for these Cinderella instruments.  The response of the audience showed that the evening, if you will forgive the pun, was a thumping great success.\"','inherit','closed','open','','460-revision-4','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',460,'http://www.ethanlewismaltby.com/Home/460-revision-4/',0,'revision','',0),(562,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','Mid Hants Observer – Noise Ensemble -  The Nuffield, Southampton\r\n\r\nAn extract from the article/review “Tub thumping”\r\n\r\nIt was with some trepidation that I approached Noise Ensemble, billed as an “international percussion sensation”… Any misgivings I may have had were instantly extinguished when a voice announced that the following performance would contain “graphic beatings and scenes of a percussive nature.” A statement of intent that hinted that Noise Ensemble didn’t take itself too seriously. From this point on we were treated to a riotous evening of non stop entertainment.\r\n\r\nNoise Ensemble is a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show. A couple of legible entries mention rock band with xylophones (certainly no bad thing in my book ), the tongue in cheek cable TV-style interludes, and a real ‘vaudevillian feel’ (don’t ask how I wrote that in the dark), with comic interludes reminiscent of traditional circus clowns.\r\n\r\nMusically speaking, there were moments of jaw-dropping beauty, particularly the interplay between marimbas, xylophones and the rest of the percussive arsenal. Noise Ensemble covers a lot of ground. Late in the set we were treated to some 70s style wah-wah guitar and choreography that appeared to pay homage to West Side Story, unsurprising elements when you consider the composer’s background in film scores.\r\n\r\nNoise Ensemble is certainly unique, relentlessly entertaining and shot through with plenty of humour, delivered by an impossibly good looking cast. It’s an energetic show that I would have no hesitation in recommending to audiences of all ages. Another demonstration of The Nuffield’s commitment to original and spectacular productions. On top of that I’ve had to reappraise my relationship with drums and drumming. For now at least.','Mid Hants Observer ','On Noise Ensemble... \"a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show.\"','inherit','closed','open','','449-revision-7','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',449,'http://www.ethanlewismaltby.com/Home/449-revision-7/',0,'revision','',0),(563,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','Review by Peter Lathan (2011)\r\n\r\nThe advertising for DrumChasers promises \"an evening quite unlike anything you’ve seen before.\" It is, we are told, \"a musical without words, but with drums.\"\r\n\r\nIt\'s a percussion show, from drum kit to triangle, from gong to xylophone. A cast of eleven (plus voice-over by Stephen Fry) play their carefully and tightly choreographed way through a variant on the Romeo and Juliet story set in a parallel world, Noiseland, which somehow bursts into our world in an old concert hall where caretaker Mr Bennett, played by Jack Warner, looks after the instruments stored there. He is to be the instrument (pun intended) which solves Noiseland\'s age-old problems and bringing back peace.\r\n\r\nAnd that\'s not a spoiler: it\'s in the advertising!\r\n\r\nThis could be the recipe for something cringingly self-indugent, and that feeling was exacerbated by the fact that, because I arrived early and was on my own for this show, I read the programme before it started. There, on the first inside page, was an introduction, written in verse which could have been penned by that master of the appalling rhyme, William McGonagall. My heart sank!\r\n\r\n(Those who don\'t know McGonagall really should look at McGonagall Online and marvel!)\r\n\r\nIf I say that, about a third of the way through the first act, these words are spoken by Stephen Fry, you will realise - as I did at that moment - that this is not a show that takes itself too seriously. Indeed, it is shot through with self-deprecating humour, subverting any expectation that we are going to get a tragedy - or even a melodrama. And it gets that balance between humour and the seriousness required to interest us in the story exactly right.\r\n\r\nWhat DrumChasers actually is is very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. The movement of the instruments on, off and around the stage (by the cast) is smooth and quick and the costumes and make-up were close to but not exactly of this world, nicely contrasted with Mr Bennett\'s brown coat and flat cap. I did wonder if the sticks which the Noise Wrangler uses to control her people were meant to remind us of Jedi light sabres. They certainly did me.\r\n\r\nBut it is the performances which will stick in the memory. There was a number (I can\'t think of any other word) in which two opposing faction members fought each other, circling back and forth round two xylophones placed centrestage and never missing a note or even for a second losing their confrontational body language and expressions. And a comic highlight was a duel between two triangle playing cast members.\r\n\r\nGreat fun!','Great British Theatre','On DrumChasers...\" very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. \"','inherit','closed','open','','184-revision-8','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',184,'http://www.ethanlewismaltby.com/Home/184-revision-8/',0,'revision','',0),(564,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','Long after the smoke has drifted from the battlefield, audiences will remember Courtenay.\r\n\r\nThis musical plucked from the Kentish history books - and fashioned into a sophisticated entertainment by a composer and lyricist relatively new to the genre – deserves its place on a wider stage.\r\n\r\nBy turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\r\n\r\nWhile paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability and while that may not be fashionable it certainly helps to convince ticket-buyers that they have had their money’s worth. See a show and take a tune away with you is no bad slogan even for a modern musical.\r\n\r\nEach of the central characters in Courtenay has a haunting theme of his or her own which blend to great effect at moments of tenderness, for this show is not all about dreams of the 19th century working man finding his true worth under the sleety, unforgiving gaze of establishment figures.\r\n\r\nLyricist Christopher Neame has taken a complex subject and given a perspective to Courtenay\'s story that many historians have discarded in favour of a simplistic view that the protagonist was mad and all his followers simple. The lyrics, particularly those given to Courtenay are intelligent without being polemical.\r\n\r\nAt the opening at Canterbury’s Marlowe Theatre on Thursday it was hard to find any chinks in this emotive story of one man\'s slide from visionary enthusiasm to self-delusion and destruction. There were some technical problems, chiefly with the sound balance, but the principals and ensemble worked together to produce a first night to be proud of.\r\n\r\nThe show is fortunate in having a trio of voices at the top that would match the best the West End has to offer. Loren Geeting as Courtenay, Renée Salewski as the object of his desire, Sarah Culver and David Wyatt as Nicholas Mears, the lover cast aside by Culver for Courtenay’s more dazzling attractions, are a class act. Wyatt has a voice that we will hear again and again if the scouts are doing their job and Geeting and Salewski both live up to their credentials.\r\n\r\nLindsey Mack as the Canterbury Marshal, Captain Townsend, cuts a dash darkly as the man who is out to thwart Courtenay\'s egalitarian ambitions. His presence is like that of a sinister crow. Antonia Bond generates tenderness as the wife Courtenay left behind, struggling to understand her husband’s wild side and Anthony Garner provides a solid presence as the narrator Everyman who guides the audience, many of whom will be unfamiliar with the story, carefully and unobtrusively.\r\n\r\nSet design is also instrumental to the success of this show. Veteran film and TV designer Roy Stannard, a newcomer to the theatre whose credits include David Lean\'s Lawrence of Arabia, has produced a simple, yet effective raked platform in which most of the action is concentrated, focusing the attention perfectly.\r\n\r\nAll this is overseen by a reaper, a simple agricultural machine seen as the means by which the landowner will emasculate the labourer.\r\n\r\nAs the show opens, the machine, cast as the grim reaper, dominates a stark scene as the countrysiders who will come to follow Courtenay, scrape a living from the soil while sinister clouds drift across the landscape. The climate of fear is brought home by blood-red effects schemed by Ben M Rogers, a lighting designer with many West End and international credits to his name, whose skills help to create Courtenay\'s many memorable moods.\r\n\r\nThis homespun show is something Kent can be proud of and one that audiences anywhere would appreciate. Surely local history was never this alive, or so worthy of the standing ovation it got on Thursday.\r\n\r\nRussell Flint','Kent on Sunday','On Courtenay... \"By turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\"','inherit','closed','open','','225-revision-9','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',225,'http://www.ethanlewismaltby.com/Home/225-revision-9/',0,'revision','',0),(565,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','It is not very often that one gets to see a world premiere, especially a world premiere in Blackpool, so we were delighted to be able to go and see the first ever performance of the new percussion based musical DrumChasers at the Blackpool Grand Theatre. Having not seen the previous “Noise Ensemble” we really did not know what to expect and went along with completely open minds. Think Ultravox (John Foxx version) do Coppelia, Doctor Who does West Side story and the Terminator meets Les Mis and you’re part way there.\r\n\r\nOddly enough, the caretaker - Mr Bennett - who starts off looking like a bedraggled Blakey out of “On The Buses” -ends up the hero in this tale of factions of warring musicians from another world, which is delightfully narrated by an absently bodied Stephen Fry. Apart from Fry’s outlining of the story, there are no words at all – no dialogue, no singing, more akin to a ballet in fact, relying purely on expressive dance routines and plenty of percussion as the story is told through a succession of musical numbers of varying dramatic gravitas. But this is not just two hours of mindless heavy drumming by any means. In a well balanced score that could easily grace a Hollywood sci fi blockbuster, we have a drummers duel, a piece played solely on the triangle and a romantic glockenspiel moment . There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.\r\n\r\nAwesome! Spellbinding! Magical! DrumChasers puts you in touch with the primitive being inside you, and in two of the numbers the audience were invited to join in. We loved every minute – from start to finish a fantastic fairytale. Marvellous choreography – the grim set and the war scenes were reminiscent of Les Miserables. Superb performances from talented and versatile musicians/dancers. If only we could somehow learn to harness the energy generated by the dynamic performers on the set of DrumChasers we could indeed save the world from nuclear meltdown. This is not mainstream theatre by any means but all the same absolutely unmissable. Please go and see it.','Best Kept Secrets','On DrumChasers...\"Awesome! Spellbinding! Magical!...There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.\"','inherit','closed','open','','186-revision-6','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',186,'http://www.ethanlewismaltby.com/Home/186-revision-6/',0,'revision','',0),(566,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','WHAT A Show, Drumchasers has certainly promised a great evenings entertainment in Torquay – This is something that you’ve NEVER Seen before, it is a Musical, without words – but a Hell of a lot of drums!!\r\n\r\nFeaturing the Voice of Stephen Fry, this show has everything, Music, Action, Comedy, Fun, Energy! It was immense. I was so glad to be able to see this show in Torquay, it was a shame to see that the 1,500 seater venue was only a third full, which was a real shame, as the amount of energy that each cast member put into this show – was totally amazing.\r\n\r\nThe music was just great listening, and certainly put a smile on your face watching, my mother in fact took a short video of the show, and I hope that we’re not breaching any copyright laws, but I feel that other people should see HOW amazing this show actually is.\r\n\r\nThe show features all percussions from a Triangle to a Drum, and an amazing 10 minute piece to a Xylophone. A Cast of 11 play with their hearts content, this amazing choreographed production though a Romeo and Juliet story set in ‘Noiseland’ world, which expands into the Human world of an old Theatre where the caretaker ‘Mr Bennett’ played by Jack Warner looks after the instruments which are stored there, he’s the one that solves the way which brings back the peace to everyone at Noiseland.\r\n\r\nDrumchasers is an entertaining piece of work, and the skill which is used throughout the show, not just playing the instruments by dancing with them, and making the show come alive is amazing. The Sound was superb, and the Lighting – Wow, It was FANTASTIC! The lighting designer for this show must be very proud, and I Can imagine very fun to design.\r\n\r\nThis is a NEW Show, and I understand why there maybe wasn’t so many people – But, if this show comes near you, it’s 100% worth a watch! Buy Tickets!!\r\n\r\nPLEASE Come back to Torquay Drumchasers!','Talk Torbay','On DrumChasers...\"The music was just great listening...It was immense...\"','inherit','closed','open','','182-revision-6','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',182,'http://www.ethanlewismaltby.com/Home/182-revision-6/',0,'revision','',0),(567,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','By Vera Fletcher\r\n\r\nDrumChasers sells itself as an explosion of sound and light with a story of romance, rivalry and rhythm and it doesn\'t disappoint. Think Romeo and Juliet with drumsticks (and without the poison). The synopsis of the show tells the story of Mr Bennett, a caretaker in an old concert hall who looks after the instruments stored within its walls. However, one night, something happens, something loud and something otherworldly and he is transported to the land of the DrumChasers. I felt this premise got a bit lost within the first ten minutes, Mr Bennett being swiftly cast aside from view and frantic, captivating drumming prevailed. Just when I had almost written off the storyline as a feeble excuse for a night of intoxicating percussion, the soothing tones of Stephen Fry stepped in to narrate and educate the audience on The Noiseland Tale. Aside from the intermittent guidance of Mr Fry this story was told solely through the use of incredibly skilled drumming, expressive dance and imaginative lighting. Armed with drumsticks as weapons, the fight scenes made convincing battles with emotional integrity. The underlying love story was a particular highlight which needed no explanation, proving some of the best stories are wordless.\r\n\r\nThe performance was polished and professional and the story gained in momentum and strength as the show progressed. Mr Bennett too, being given a bit more stage time to ingrain himself in the performance. The drumming was electric and the energy was infectious, at times it took great pains not to jump up and join in from the aisles. Thankfully towards the shows end there was opportunity to participate rhythmically from the safety of your seat which culminated in a loud surge of release from the audience of previously bottled toe tapping and hand clapping.\r\n\r\nAlong the same vein, if you liked Stomp you\'ll love DrumChasers, an uplifting, enjoyable night out even for those with no rhythm.','RemoteGoat','On DrumChasers... \"A night of intoxicating percussion...the energy was infectious, at times it took great pains not to jump up and join in from the aisles.\"','inherit','closed','open','','174-revision-7','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',174,'http://www.ethanlewismaltby.com/Home/174-revision-7/',0,'revision','',0),(568,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','Kentish Gazette – Marlowe Theatre,Canterbury\r\n\r\n&nbsp;\r\n\r\nDrumming up a storm of a show.\r\n\r\n&nbsp;\r\n\r\nThe drummers’ union was out in Canterbury in force last week with an awesome demonstration of percussion and orchestral drumming. My expectations were lowered by the presence of a poster quote, comparing it to the woeful cheese of Riverdance, but thankfully this was so much better.\r\n\r\nNoise Ensemble has grown from its beginnings as a small show at the Edinburgh Fringe to a wonderful show of dance and drums. Actually, mainly drums.\r\n\r\n&nbsp;\r\n\r\nThe 10 percussionists were playing the music ofCanterbury’s Ethan Lewis Maltby in a spectacular display of co-ordination and pure musicianship that had musicians such as myself cursing their overabundance of talent. Beautiful marimba and vibes’ playing mixed with martial snare and tom work and there were comedy interludes with flying drums and cable TV for drummers.\r\n\r\n&nbsp;\r\n\r\nWhy this show has not become as big a hit as rival Stomp, I can’t understand.\r\n\r\n&nbsp;\r\n\r\nReview by Chris Denham','Kentish Gazette','On Noise Ensemble... \"The 10 percussionists were playing the music ofCanterbury’s Ethan Lewis Maltby in a spectacular display of co-ordination and pure musicianship that had musicians such as myself cursing their overabundance of talent. Beautiful marimba and vibes’ playing mixed with martial snare and tom work and there were comedy interludes with flying drums and cable TV for drummers. Why this show has not become as big a hit as rival Stomp, I can’t understand.\"','inherit','closed','open','','454-revision-5','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',454,'http://www.ethanlewismaltby.com/Home/454-revision-5/',0,'revision','',0),(569,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','Southern Echo – The Nuffield, Southampton\r\n\r\n&nbsp;\r\n\r\nForgive me for banging on about how good this is…\r\n\r\n&nbsp;\r\n\r\nIs there nothing this lot can’t do with a drum? After enjoying two hours of percussive genius from Noise Ensemble, I suspect not. You may think that is overly long for a show which is simply based on banging a big instrument with a stick. But there is so much more to it than that.\r\n\r\n&nbsp;\r\n\r\nWe were treated to all manner of things from drumstick throwing to seemingly flying drums and from spinning dance routines to comedy noise sketches. And the on-stage Noise TV screen was showing Drum DIY, drum survival, percussion exercise classes and the drumming world championships. The cast of 10 burst on to stage for this high-energy and incredibly loud display of drumming at its best.\r\n\r\n&nbsp;\r\n\r\nWhat follows is more of a theatrical experience than a musical one – with set changes every few minutes and performers who play everything from marimbas and maracas to triangles and tom-toms. It combines music, dancing, visual effects and even has a sense of humour. It made me wish I was a little better at banging things with a stick.','Southern Echo','On Noise Ensemble... \"Is there nothing this lot can’t do with a drum? After enjoying two hours of percussive genius from Noise Ensemble, I suspect not. You may think that is overly long for a show which is simply based on banging a big instrument with a stick. But there is so much more to it than that.\"','inherit','closed','open','','458-revision-4','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',458,'http://www.ethanlewismaltby.com/Home/458-revision-4/',0,'revision','',0),(570,1,'2015-06-17 23:07:36','2015-06-17 23:07:36','At The Theatre.co.uk - June 2006\r\n\r\n&nbsp;\r\n\r\nA show for everyone, especially those fond of percussion!\r\n\r\n&nbsp;\r\n\r\nA supreme mix of percussion, drama, dance and comedy; this vibrant show bursts on to the stage with raw energy. The show opens amidst a smoke screen, and with its highly animated performers, the show erupts with a fusion of powerful drumbeats.\r\n\r\n&nbsp;\r\n\r\nConsisting of a variety of music, instruments ranging from tambourines to triangles as well as a wide range of drums, the talent of the vigorous performers is more than impressive. With a variety of music, the show cleverly incorporates comedy sketches to suit every composition; as well as a video screen background introducing the characters whilst comically presenting the world of drumming. The performers extensively use the stage space with ferocious movement, whilst the instruments almost transform into characters themselves.\r\n\r\nAlso visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. This masterfully choreographed show leaves the audience in awe. With an impressive range of instruments and 10 incredibly talented and energetic performers, this fast and furious show is a drumming delight.','At The Theatre.co.uk','On Noise Ensemble... \"Also visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. \"','inherit','closed','open','','463-revision-6','','','2015-06-17 23:07:36','2015-06-17 23:07:36','',463,'http://www.ethanlewismaltby.com/Home/463-revision-6/',0,'revision','',0),(571,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','By Jonathan Wilkes\r\n\r\nNoise Ensemble’s epic musical DrumChasers, replacing vocals with percussion, is an explosive display of sound and light. Eleven virtuosic performers with endless energy and talent offered a mesmerising experience and a beautiful story.\r\n\r\nCaretaker at a concert hall, Mr Bennett (Jack Warner), witnesses a doorway opening to a dystopian world where people play percussion instruments, inlcuding drums, xylophones and triangles, as communication. And Noiseland’s inhabitants play extremely well, never missing a beat.\r\n\r\nA Dr Seuss-esque narration by Stephen Fry tells us they are caught in an age-old feud. War is prevented only by the mystical powers of the Noise Wrangler and her purple lightsabres. A blossoming Romeo and Juliet romance and a discovery by Mr Bennett however could lead to peace.\r\n\r\nThe truly spectacular DrumChasers leaves one in awe of how every element worked in exquisite harmony. It perfectly balanced gravitas and self-deprecation so the audience (which should have been bigger) never doubted Noise Ensemble’s soulful tale.\r\n\r\nThe melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful, stentorian drumming quickly followed by more melodious, playful flourishes on xylophones and glockenspiels.\r\n\r\nIt had action, romance, poignancy and comedy – a pitch-black performance with glow-in-the-dark levitating drums being especially funny. The industrial set and apocalyptic costumes, and a literally breath-taking lighting design, really enhanced the production.\r\n\r\nSpecial mention must go to Georgina King for the exhilarating choreography and to composer, director and creator Ethan Lewis Maltby.\r\n\r\nHis resplendent production is a profoundly affecting and memorable theatrical experience.\r\n\r\nHere’s hoping the doorway to Noiseland opens again.','The York Press','On DrumChasers...\"The melodious music, accompanied by a spellbinding orchestral and electric score, was extraordinary: powerful...\"','inherit','closed','open','','172-revision-9','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',172,'http://www.ethanlewismaltby.com/Home/172-revision-9/',0,'revision','',0),(572,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','The Stage - Review of Courtenay.\r\n\r\nTouring two prominent south east theatres and focusing on Kent\'s heritage creates a sense of identity for local audiences. However, its appeal would undoubtedly attract a wider audience should Bright Start Productions, in association with the Stag Theatre, Sevenoaks, choose to lengthen their tour. The plot reveals the impulsive Sir William Courtenay, revolutionary and suspected madman. With the energetic strains of Les Miserables, the large cast is headed by Loren Geeting in the title role. It is no surprise Geeting has won awards for his voice as he commands centre stage in both voice and stature. With a Macheath-like charm, Courtenay seduces local protester Sarah Culver (Renée Salewski) though the relationship does not lessen the action. Salewski appears childlike yet her voice reveals a maturity and control demanded of a lead role. Supporting character Katherine Tom (Antonia Bond), Courtenay\'s forgotten wife, appears fleetingly yet captures the sense of the wronged party. Sarah\'s sweetheart Nicholas Mears, played by David Wyatt, is well cast as tragically young and impulsive. Although the scenes seemed more like montages, Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement and the East Kent Living History and Re-Enactment Unit, in full uniform and firing as though their lives really did depend upon it.','The Stage','On Courtenay... \"Christopher Neame\'s script is a good balance of action and romance. George Roman directs and Ethan Lewis Maltby\'s score is beautifully written. This musical sees some spectacular conflict scenes thanks to Paul Romang\'s fight arrangement...\"','inherit','closed','open','','188-revision-13','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',188,'http://www.ethanlewismaltby.com/Home/188-revision-13/',0,'revision','',0),(573,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','By Angie Johnson\r\n\r\nDrumchasers is a fusion of everything that’s great about live performance. It has terrific music and dancing, an intriguing set and one of the best lighting designs I’ve ever seen in the theatre. Above all it has a unique idea that fascinates while it entertains. Featuring every percussion instrument you can think of, and more, this is one fabulous evening out.\r\n\r\nThe story that frames all this expertise revolves around Mr Bennett (an assured performance by Jack Warner offering plenty of comic relief), an elderly Concert Hall caretaker looking after the instrument store, which one night is magically subsumed into the percussive otherworld of the Drumchasers. Energy is the keynote of this show — powerful drumming and dance create an epic world where an eternal battle between two opposing forces is played out with a myriad of different percussion instruments. But as with all good epics, there is also a love story amid the conflict, which allows for the interweaving of sequences using more gentle sounds such as the marimba. It’s a cleverly wrought plot that enables great variation in the sound and dance sequences.\r\n\r\nSometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad, but it’s always well realised. Importantly, it’s a show that takes its themes seriously but never veers into the pretentious. This is helped by the whimsy-free narration provided by Stephen Fry. The cast of ten are all terrific in both the playing and dancing departments. Each of them have their own intriguing character and accomplished special sequences, and when they come together as an ensemble they are simply mind-blowing. The choreography by Georgina King works fantastically well with the overall vision of Ethan Lewis Maltby, the composer, creator and director.\r\n\r\nThere is also a bit of non-threatening audience participation (synchronised clapping!) which was great fun and made us all feel part of this truly spectacular event. If ever a show deserved a run in the West End it’s this one.','The Oxford Times','On DrumChasers... \"Sometimes it’s loud, stirring or martial, sometimes funny, softly romantic or sad...simply mind-blowing...\"','inherit','closed','open','','176-revision-10','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',176,'http://www.ethanlewismaltby.com/Home/176-revision-10/',0,'revision','',0),(574,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','DrumChasers at the Civic – A New Masterpiece\r\n\r\nBy Andy Bramfitt\r\n\r\nYou know, with all the social media, tweeting, facebook etc I honestly thought that the days of finding a new show for which I had no ideas, expectations or pre-conceptions was sadly over. (To tell you a secret, all my life I have wished I had been in the audience for the first showing of the Rocky Horror Show, way back before the midnight costume parties and the huge cult following but alas no, I was destined just to be a follower.)\r\n\r\nWell after tonight I honestly believe that in years to come I can stand proud and say “Yes, I saw it before they took the West End by storm”.\r\n\r\nEthan Lewis Maltby’s DrumChasers is unlike any other show I have ever seen; a mesmerising blend of unbelievable drumming coupled with beautiful dancing all set to a futuristic tale of power, rivalry and love. Actually, to say its all drumming is doing a grave dis-service to the whole percussion experience including some truly beautiful glokenspiel melodies. This is story-telling-without-words at its best and it had me hooked from the first beat to the very last.\r\n\r\nGeorgina King’s choreography is wonderfully synchronised, evocotive and yet simple, but it’s not until you really watch the stage that you realise that it’s no mean feat to match expressive dance with demanding drumming &amp; exacting rhythms.\r\n\r\nMake no mistake, this is not a show of 10 drummers simply stood on stage; each character has their own story, their own personality which they bring to the fore through genuine acting (there is no dialogue at all which makes the story telling even more engaging) and very quickly you understand the premise of the show, even before Stephen Fry’s narration of the Noiseland Tale (written by Jenna Donnelly) comes in about half way through act 1.\r\n\r\nThe story, without wanting to give too much away, is about a race of people, the Drumchasers from Noiseland, who, through the loss of a worshipped relic become fractured and warring. This relic finds it’s way to earth and is discovered by Mr Bennet, a stage caretaker (played wonderfully by somebody’s grandad – actually its none other than Mr Jack Warner). His unwitting discovery prompts the Drumchasers and their guardian peacekeeper Weckl (deliciously played by the vampish Rachel Stock) to come to earth and continue their rivalry. This is done through what I can only describe as battle drumming, a sort of dance off using percussion.\r\n\r\nThrough all of this we are treated to the impish mischief of Gene (played by Amy Kelly), the macho posturing of Blades &amp; Vinnie (James Hulme &amp; James Godfrey) and an age old story of two lovers from the opposite sides. Playing out like a futuristic West Side Story, Buddy (a very dishy Simon Morgan-Thomas, according to my daughter) and Eve (a very cute Stephanie Clarke) try to unite the two sides but as with all torn-lovers tales, it is far from easy.\r\n\r\nAs the story works towards its conclusion the beats become more frantic, the surprises get bigger and the choreography even more impressive (there’s a great scene set in almost complete darkness – honest, believe me!). I won’t spoil things by telling you the rest of the show, ‘cept to say that you should really seek out this production, take the family and go lose yourself in the rhythm.\r\n\r\nAt the end, once the final curtain came down, there was a quiet sense of awe in the audience, almost like a collective reasoning, like we had shared a moment. We probably had as no-one truly knew what to expect, yet everyone agreed it was awesome.\r\n\r\nThere have been some iconic shows which define or even create their own genres; Riverdance, Cirque de Soliel, The Mousetrap, We Will Rock You – I believe that we have seen another tonight which could do the same – it truly is that special that I urge anyone to treat themselves and go and see it this weekend.','What\'s On Northeast','On DrumChasers...\"It had me hooked from the first beat to the very last.\"','inherit','closed','open','','168-revision-26','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',168,'http://www.ethanlewismaltby.com/Home/168-revision-26/',0,'revision','',0),(575,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','Brighton Argus –  Theatre Royal,Brighton\r\n\r\n&nbsp;\r\n\r\nA Different Drum\r\n\r\n&nbsp;\r\n\r\nThe ten talented percussionists of Noise Ensemble provided an evening that not only fused remarkable sound with brilliant colours but also wove into the routines extraordinary choreographed movement. At times the fervour of the young players echoed the tribal rituals of Africa and theSouth Seas. Every conceivable variety of drum was used along with anything else that could be struck, scraped or shaken. These were backed on occasions by guitar and a soundtrack of electronic music which had an ethereal quality.\r\n\r\n&nbsp;\r\n\r\nThe evening was not all heavy passion – it was laced with gentleness and humour. Subtle and tender sounds came from such instruments as the vibraphone, the xylophone and even the humble triangle, in all its differing sizes. Humour pervaded the evening with a witty send-up of satellite TV channels depicted on a screen at the rear of the stage and several comic numbers. These included a mime using different sounds for various body movements , the boredom of the percussion section as they awaited their brief moments of glory at the end of a symphony and a number where the drummers chased and played their instruments which took on a life of their own as they flew around the stage.\r\n\r\n&nbsp;\r\n\r\nIn highlighting the percussion instruments normally relegated to the back of an orchestra, director and composer, Ethan Lewis Maltby has created a dazzling showcase for these Cinderella instruments. All the instruments shone but the stars of the evening were the drums which throbbed and pulsated throughout. The response of the audience showed that the evening, if you will forgive the pun, was a thumping great success.','Brighton Argus','On Noise Ensemble... \"In highlighting the percussion instruments normally relegated to the back of an orchestra, director and composer, Ethan Lewis Maltby has created a dazzling showcase for these Cinderella instruments.  The response of the audience showed that the evening, if you will forgive the pun, was a thumping great success.\"','inherit','closed','open','','460-revision-5','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',460,'http://www.ethanlewismaltby.com/Home/460-revision-5/',0,'revision','',0),(576,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','Mid Hants Observer – Noise Ensemble -  The Nuffield, Southampton\r\n\r\nAn extract from the article/review “Tub thumping”\r\n\r\nIt was with some trepidation that I approached Noise Ensemble, billed as an “international percussion sensation”… Any misgivings I may have had were instantly extinguished when a voice announced that the following performance would contain “graphic beatings and scenes of a percussive nature.” A statement of intent that hinted that Noise Ensemble didn’t take itself too seriously. From this point on we were treated to a riotous evening of non stop entertainment.\r\n\r\nNoise Ensemble is a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show. A couple of legible entries mention rock band with xylophones (certainly no bad thing in my book ), the tongue in cheek cable TV-style interludes, and a real ‘vaudevillian feel’ (don’t ask how I wrote that in the dark), with comic interludes reminiscent of traditional circus clowns.\r\n\r\nMusically speaking, there were moments of jaw-dropping beauty, particularly the interplay between marimbas, xylophones and the rest of the percussive arsenal. Noise Ensemble covers a lot of ground. Late in the set we were treated to some 70s style wah-wah guitar and choreography that appeared to pay homage to West Side Story, unsurprising elements when you consider the composer’s background in film scores.\r\n\r\nNoise Ensemble is certainly unique, relentlessly entertaining and shot through with plenty of humour, delivered by an impossibly good looking cast. It’s an energetic show that I would have no hesitation in recommending to audiences of all ages. Another demonstration of The Nuffield’s commitment to original and spectacular productions. On top of that I’ve had to reappraise my relationship with drums and drumming. For now at least.','Mid Hants Observer ','On Noise Ensemble... \"a new and unique twist on musical theatre, with Ethan Lewis Maltby’s score brought vividly to life by a troupe of ten young, beautiful and obscenely talented percussionists. My notes from the night are sketchy at best, a reflection of how much I was enjoying the show.\"','inherit','closed','open','','449-revision-8','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',449,'http://www.ethanlewismaltby.com/Home/449-revision-8/',0,'revision','',0),(577,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','Review by Peter Lathan (2011)\r\n\r\nThe advertising for DrumChasers promises \"an evening quite unlike anything you’ve seen before.\" It is, we are told, \"a musical without words, but with drums.\"\r\n\r\nIt\'s a percussion show, from drum kit to triangle, from gong to xylophone. A cast of eleven (plus voice-over by Stephen Fry) play their carefully and tightly choreographed way through a variant on the Romeo and Juliet story set in a parallel world, Noiseland, which somehow bursts into our world in an old concert hall where caretaker Mr Bennett, played by Jack Warner, looks after the instruments stored there. He is to be the instrument (pun intended) which solves Noiseland\'s age-old problems and bringing back peace.\r\n\r\nAnd that\'s not a spoiler: it\'s in the advertising!\r\n\r\nThis could be the recipe for something cringingly self-indugent, and that feeling was exacerbated by the fact that, because I arrived early and was on my own for this show, I read the programme before it started. There, on the first inside page, was an introduction, written in verse which could have been penned by that master of the appalling rhyme, William McGonagall. My heart sank!\r\n\r\n(Those who don\'t know McGonagall really should look at McGonagall Online and marvel!)\r\n\r\nIf I say that, about a third of the way through the first act, these words are spoken by Stephen Fry, you will realise - as I did at that moment - that this is not a show that takes itself too seriously. Indeed, it is shot through with self-deprecating humour, subverting any expectation that we are going to get a tragedy - or even a melodrama. And it gets that balance between humour and the seriousness required to interest us in the story exactly right.\r\n\r\nWhat DrumChasers actually is is very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. The movement of the instruments on, off and around the stage (by the cast) is smooth and quick and the costumes and make-up were close to but not exactly of this world, nicely contrasted with Mr Bennett\'s brown coat and flat cap. I did wonder if the sticks which the Noise Wrangler uses to control her people were meant to remind us of Jedi light sabres. They certainly did me.\r\n\r\nBut it is the performances which will stick in the memory. There was a number (I can\'t think of any other word) in which two opposing faction members fought each other, circling back and forth round two xylophones placed centrestage and never missing a note or even for a second losing their confrontational body language and expressions. And a comic highlight was a duel between two triangle playing cast members.\r\n\r\nGreat fun!','Great British Theatre','On DrumChasers...\" very entertaining, even for those who are not particularly interested in percussion. The skill, talent and commitment of the performers are amazing and the lighting - inevitably very rock concert influenced - impressive. \"','inherit','closed','open','','184-revision-9','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',184,'http://www.ethanlewismaltby.com/Home/184-revision-9/',0,'revision','',0),(578,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','Long after the smoke has drifted from the battlefield, audiences will remember Courtenay.\r\n\r\nThis musical plucked from the Kentish history books - and fashioned into a sophisticated entertainment by a composer and lyricist relatively new to the genre – deserves its place on a wider stage.\r\n\r\nBy turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\r\n\r\nWhile paying plentiful homage to his first musical love, percussion, the score has pace, vitality and, dare I say it, hummability and while that may not be fashionable it certainly helps to convince ticket-buyers that they have had their money’s worth. See a show and take a tune away with you is no bad slogan even for a modern musical.\r\n\r\nEach of the central characters in Courtenay has a haunting theme of his or her own which blend to great effect at moments of tenderness, for this show is not all about dreams of the 19th century working man finding his true worth under the sleety, unforgiving gaze of establishment figures.\r\n\r\nLyricist Christopher Neame has taken a complex subject and given a perspective to Courtenay\'s story that many historians have discarded in favour of a simplistic view that the protagonist was mad and all his followers simple. The lyrics, particularly those given to Courtenay are intelligent without being polemical.\r\n\r\nAt the opening at Canterbury’s Marlowe Theatre on Thursday it was hard to find any chinks in this emotive story of one man\'s slide from visionary enthusiasm to self-delusion and destruction. There were some technical problems, chiefly with the sound balance, but the principals and ensemble worked together to produce a first night to be proud of.\r\n\r\nThe show is fortunate in having a trio of voices at the top that would match the best the West End has to offer. Loren Geeting as Courtenay, Renée Salewski as the object of his desire, Sarah Culver and David Wyatt as Nicholas Mears, the lover cast aside by Culver for Courtenay’s more dazzling attractions, are a class act. Wyatt has a voice that we will hear again and again if the scouts are doing their job and Geeting and Salewski both live up to their credentials.\r\n\r\nLindsey Mack as the Canterbury Marshal, Captain Townsend, cuts a dash darkly as the man who is out to thwart Courtenay\'s egalitarian ambitions. His presence is like that of a sinister crow. Antonia Bond generates tenderness as the wife Courtenay left behind, struggling to understand her husband’s wild side and Anthony Garner provides a solid presence as the narrator Everyman who guides the audience, many of whom will be unfamiliar with the story, carefully and unobtrusively.\r\n\r\nSet design is also instrumental to the success of this show. Veteran film and TV designer Roy Stannard, a newcomer to the theatre whose credits include David Lean\'s Lawrence of Arabia, has produced a simple, yet effective raked platform in which most of the action is concentrated, focusing the attention perfectly.\r\n\r\nAll this is overseen by a reaper, a simple agricultural machine seen as the means by which the landowner will emasculate the labourer.\r\n\r\nAs the show opens, the machine, cast as the grim reaper, dominates a stark scene as the countrysiders who will come to follow Courtenay, scrape a living from the soil while sinister clouds drift across the landscape. The climate of fear is brought home by blood-red effects schemed by Ben M Rogers, a lighting designer with many West End and international credits to his name, whose skills help to create Courtenay\'s many memorable moods.\r\n\r\nThis homespun show is something Kent can be proud of and one that audiences anywhere would appreciate. Surely local history was never this alive, or so worthy of the standing ovation it got on Thursday.\r\n\r\nRussell Flint','Kent on Sunday','On Courtenay... \"By turns exciting and tender, thought-provoking and uplifting, Courtenay is set around 20 years after the Peterloo massacre and looks behind the curious story of the last battle to be fought on English soil and makes a cracking, three-dimensional show of it. Composer, orchestrator and musical director, Ethan Lewis Maltby, not yet 30 but nevertheless a self-confessed fan of the swashbuckling era, has sewn a rich seam of interwoven themes throughout the two acts. His music hits spot.\"','inherit','closed','open','','225-revision-10','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',225,'http://www.ethanlewismaltby.com/Home/225-revision-10/',0,'revision','',0),(579,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','It is not very often that one gets to see a world premiere, especially a world premiere in Blackpool, so we were delighted to be able to go and see the first ever performance of the new percussion based musical DrumChasers at the Blackpool Grand Theatre. Having not seen the previous “Noise Ensemble” we really did not know what to expect and went along with completely open minds. Think Ultravox (John Foxx version) do Coppelia, Doctor Who does West Side story and the Terminator meets Les Mis and you’re part way there.\r\n\r\nOddly enough, the caretaker - Mr Bennett - who starts off looking like a bedraggled Blakey out of “On The Buses” -ends up the hero in this tale of factions of warring musicians from another world, which is delightfully narrated by an absently bodied Stephen Fry. Apart from Fry’s outlining of the story, there are no words at all – no dialogue, no singing, more akin to a ballet in fact, relying purely on expressive dance routines and plenty of percussion as the story is told through a succession of musical numbers of varying dramatic gravitas. But this is not just two hours of mindless heavy drumming by any means. In a well balanced score that could easily grace a Hollywood sci fi blockbuster, we have a drummers duel, a piece played solely on the triangle and a romantic glockenspiel moment . There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.\r\n\r\nAwesome! Spellbinding! Magical! DrumChasers puts you in touch with the primitive being inside you, and in two of the numbers the audience were invited to join in. We loved every minute – from start to finish a fantastic fairytale. Marvellous choreography – the grim set and the war scenes were reminiscent of Les Miserables. Superb performances from talented and versatile musicians/dancers. If only we could somehow learn to harness the energy generated by the dynamic performers on the set of DrumChasers we could indeed save the world from nuclear meltdown. This is not mainstream theatre by any means but all the same absolutely unmissable. Please go and see it.','Best Kept Secrets','On DrumChasers...\"Awesome! Spellbinding! Magical!...There are several enchanting xylophone melodies – bringing to mind dreamy images of tropical rain forests or trickling streams or wherever your own thoughts might take you, carried off by the music.\"','inherit','closed','open','','186-revision-7','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',186,'http://www.ethanlewismaltby.com/Home/186-revision-7/',0,'revision','',0),(580,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','WHAT A Show, Drumchasers has certainly promised a great evenings entertainment in Torquay – This is something that you’ve NEVER Seen before, it is a Musical, without words – but a Hell of a lot of drums!!\r\n\r\nFeaturing the Voice of Stephen Fry, this show has everything, Music, Action, Comedy, Fun, Energy! It was immense. I was so glad to be able to see this show in Torquay, it was a shame to see that the 1,500 seater venue was only a third full, which was a real shame, as the amount of energy that each cast member put into this show – was totally amazing.\r\n\r\nThe music was just great listening, and certainly put a smile on your face watching, my mother in fact took a short video of the show, and I hope that we’re not breaching any copyright laws, but I feel that other people should see HOW amazing this show actually is.\r\n\r\nThe show features all percussions from a Triangle to a Drum, and an amazing 10 minute piece to a Xylophone. A Cast of 11 play with their hearts content, this amazing choreographed production though a Romeo and Juliet story set in ‘Noiseland’ world, which expands into the Human world of an old Theatre where the caretaker ‘Mr Bennett’ played by Jack Warner looks after the instruments which are stored there, he’s the one that solves the way which brings back the peace to everyone at Noiseland.\r\n\r\nDrumchasers is an entertaining piece of work, and the skill which is used throughout the show, not just playing the instruments by dancing with them, and making the show come alive is amazing. The Sound was superb, and the Lighting – Wow, It was FANTASTIC! The lighting designer for this show must be very proud, and I Can imagine very fun to design.\r\n\r\nThis is a NEW Show, and I understand why there maybe wasn’t so many people – But, if this show comes near you, it’s 100% worth a watch! Buy Tickets!!\r\n\r\nPLEASE Come back to Torquay Drumchasers!','Talk Torbay','On DrumChasers...\"The music was just great listening...It was immense...\"','inherit','closed','open','','182-revision-7','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',182,'http://www.ethanlewismaltby.com/Home/182-revision-7/',0,'revision','',0),(581,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','By Vera Fletcher\r\n\r\nDrumChasers sells itself as an explosion of sound and light with a story of romance, rivalry and rhythm and it doesn\'t disappoint. Think Romeo and Juliet with drumsticks (and without the poison). The synopsis of the show tells the story of Mr Bennett, a caretaker in an old concert hall who looks after the instruments stored within its walls. However, one night, something happens, something loud and something otherworldly and he is transported to the land of the DrumChasers. I felt this premise got a bit lost within the first ten minutes, Mr Bennett being swiftly cast aside from view and frantic, captivating drumming prevailed. Just when I had almost written off the storyline as a feeble excuse for a night of intoxicating percussion, the soothing tones of Stephen Fry stepped in to narrate and educate the audience on The Noiseland Tale. Aside from the intermittent guidance of Mr Fry this story was told solely through the use of incredibly skilled drumming, expressive dance and imaginative lighting. Armed with drumsticks as weapons, the fight scenes made convincing battles with emotional integrity. The underlying love story was a particular highlight which needed no explanation, proving some of the best stories are wordless.\r\n\r\nThe performance was polished and professional and the story gained in momentum and strength as the show progressed. Mr Bennett too, being given a bit more stage time to ingrain himself in the performance. The drumming was electric and the energy was infectious, at times it took great pains not to jump up and join in from the aisles. Thankfully towards the shows end there was opportunity to participate rhythmically from the safety of your seat which culminated in a loud surge of release from the audience of previously bottled toe tapping and hand clapping.\r\n\r\nAlong the same vein, if you liked Stomp you\'ll love DrumChasers, an uplifting, enjoyable night out even for those with no rhythm.','RemoteGoat','On DrumChasers... \"A night of intoxicating percussion...the energy was infectious, at times it took great pains not to jump up and join in from the aisles.\"','inherit','closed','open','','174-revision-8','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',174,'http://www.ethanlewismaltby.com/Home/174-revision-8/',0,'revision','',0),(582,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','Kentish Gazette – Marlowe Theatre,Canterbury\r\n\r\n&nbsp;\r\n\r\nDrumming up a storm of a show.\r\n\r\n&nbsp;\r\n\r\nThe drummers’ union was out in Canterbury in force last week with an awesome demonstration of percussion and orchestral drumming. My expectations were lowered by the presence of a poster quote, comparing it to the woeful cheese of Riverdance, but thankfully this was so much better.\r\n\r\nNoise Ensemble has grown from its beginnings as a small show at the Edinburgh Fringe to a wonderful show of dance and drums. Actually, mainly drums.\r\n\r\n&nbsp;\r\n\r\nThe 10 percussionists were playing the music ofCanterbury’s Ethan Lewis Maltby in a spectacular display of co-ordination and pure musicianship that had musicians such as myself cursing their overabundance of talent. Beautiful marimba and vibes’ playing mixed with martial snare and tom work and there were comedy interludes with flying drums and cable TV for drummers.\r\n\r\n&nbsp;\r\n\r\nWhy this show has not become as big a hit as rival Stomp, I can’t understand.\r\n\r\n&nbsp;\r\n\r\nReview by Chris Denham','Kentish Gazette','On Noise Ensemble... \"The 10 percussionists were playing the music ofCanterbury’s Ethan Lewis Maltby in a spectacular display of co-ordination and pure musicianship that had musicians such as myself cursing their overabundance of talent. Beautiful marimba and vibes’ playing mixed with martial snare and tom work and there were comedy interludes with flying drums and cable TV for drummers. Why this show has not become as big a hit as rival Stomp, I can’t understand.\"','inherit','closed','open','','454-revision-6','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',454,'http://www.ethanlewismaltby.com/Home/454-revision-6/',0,'revision','',0),(583,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','Southern Echo – The Nuffield, Southampton\r\n\r\n&nbsp;\r\n\r\nForgive me for banging on about how good this is…\r\n\r\n&nbsp;\r\n\r\nIs there nothing this lot can’t do with a drum? After enjoying two hours of percussive genius from Noise Ensemble, I suspect not. You may think that is overly long for a show which is simply based on banging a big instrument with a stick. But there is so much more to it than that.\r\n\r\n&nbsp;\r\n\r\nWe were treated to all manner of things from drumstick throwing to seemingly flying drums and from spinning dance routines to comedy noise sketches. And the on-stage Noise TV screen was showing Drum DIY, drum survival, percussion exercise classes and the drumming world championships. The cast of 10 burst on to stage for this high-energy and incredibly loud display of drumming at its best.\r\n\r\n&nbsp;\r\n\r\nWhat follows is more of a theatrical experience than a musical one – with set changes every few minutes and performers who play everything from marimbas and maracas to triangles and tom-toms. It combines music, dancing, visual effects and even has a sense of humour. It made me wish I was a little better at banging things with a stick.','Southern Echo','On Noise Ensemble... \"Is there nothing this lot can’t do with a drum? After enjoying two hours of percussive genius from Noise Ensemble, I suspect not. You may think that is overly long for a show which is simply based on banging a big instrument with a stick. But there is so much more to it than that.\"','inherit','closed','open','','458-revision-5','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',458,'http://www.ethanlewismaltby.com/Home/458-revision-5/',0,'revision','',0),(584,1,'2015-06-18 20:14:43','2015-06-18 20:14:43','At The Theatre.co.uk - June 2006\r\n\r\n&nbsp;\r\n\r\nA show for everyone, especially those fond of percussion!\r\n\r\n&nbsp;\r\n\r\nA supreme mix of percussion, drama, dance and comedy; this vibrant show bursts on to the stage with raw energy. The show opens amidst a smoke screen, and with its highly animated performers, the show erupts with a fusion of powerful drumbeats.\r\n\r\n&nbsp;\r\n\r\nConsisting of a variety of music, instruments ranging from tambourines to triangles as well as a wide range of drums, the talent of the vigorous performers is more than impressive. With a variety of music, the show cleverly incorporates comedy sketches to suit every composition; as well as a video screen background introducing the characters whilst comically presenting the world of drumming. The performers extensively use the stage space with ferocious movement, whilst the instruments almost transform into characters themselves.\r\n\r\nAlso visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. This masterfully choreographed show leaves the audience in awe. With an impressive range of instruments and 10 incredibly talented and energetic performers, this fast and furious show is a drumming delight.','At The Theatre.co.uk','On Noise Ensemble... \"Also visually pleasing, the performers depict an impressive visual spectacle during every musical piece, making the show not only rewarding to hear, but also magnificent to watch. With epic beats and a stormy score, the show borders apocalyptic. \"','inherit','closed','open','','463-revision-7','','','2015-06-18 20:14:43','2015-06-18 20:14:43','',463,'http://www.ethanlewismaltby.com/Home/463-revision-7/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rg_form`
--

DROP TABLE IF EXISTS `wp_rg_form`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rg_form` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(150) NOT NULL,
  `date_created` datetime NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rg_form`
--

LOCK TABLES `wp_rg_form` WRITE;
/*!40000 ALTER TABLE `wp_rg_form` DISABLE KEYS */;
INSERT INTO `wp_rg_form` (`id`, `title`, `date_created`, `is_active`) VALUES (1,'Contact','2012-01-20 16:38:44',1);
/*!40000 ALTER TABLE `wp_rg_form` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rg_form_meta`
--

DROP TABLE IF EXISTS `wp_rg_form_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rg_form_meta` (
  `form_id` mediumint(8) unsigned NOT NULL,
  `display_meta` longtext DEFAULT NULL,
  `entries_grid_meta` longtext DEFAULT NULL,
  KEY `form_id` (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rg_form_meta`
--

LOCK TABLES `wp_rg_form_meta` WRITE;
/*!40000 ALTER TABLE `wp_rg_form_meta` DISABLE KEYS */;
INSERT INTO `wp_rg_form_meta` (`form_id`, `display_meta`, `entries_grid_meta`) VALUES (1,'a:34:{s:2:\"id\";i:1;s:5:\"title\";s:7:\"Contact\";s:11:\"description\";s:91:\"If you have any enquiries for the composer, please feel free to use the contact form below.\";s:14:\"labelPlacement\";s:9:\"top_label\";s:17:\"maxEntriesMessage\";s:0:\"\";s:12:\"confirmation\";a:6:{s:4:\"type\";s:7:\"message\";s:7:\"message\";s:64:\"Thanks for contacting ELM - You will receive a response shortly.\";s:3:\"url\";s:0:\"\";s:6:\"pageId\";s:0:\"\";s:11:\"queryString\";s:0:\"\";s:17:\"disableAutoformat\";b:0;}s:6:\"button\";a:3:{s:4:\"type\";s:5:\"image\";s:4:\"text\";s:6:\"Submit\";s:8:\"imageUrl\";s:0:\"\";}s:6:\"fields\";a:5:{i:0;a:53:{s:10:\"adminLabel\";s:0:\"\";s:9:\"adminOnly\";s:0:\"\";s:17:\"allowsPrepopulate\";b:0;s:12:\"defaultValue\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"content\";s:0:\"\";s:8:\"cssClass\";s:0:\"\";s:12:\"errorMessage\";s:0:\"\";s:2:\"id\";i:3;s:9:\"inputName\";s:0:\"\";s:10:\"isRequired\";b:1;s:5:\"label\";s:4:\"Name\";s:12:\"noDuplicates\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:4:\"type\";s:4:\"text\";s:19:\"postCustomFieldName\";s:0:\"\";s:20:\"displayAllCategories\";b:0;s:14:\"displayCaption\";s:0:\"\";s:18:\"displayDescription\";s:0:\"\";s:12:\"displayTitle\";s:0:\"\";s:9:\"inputType\";s:0:\"\";s:8:\"rangeMin\";s:0:\"\";s:8:\"rangeMax\";s:0:\"\";s:16:\"calendarIconType\";s:0:\"\";s:15:\"calendarIconUrl\";s:0:\"\";s:8:\"dateType\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:11:\"phoneFormat\";s:0:\"\";s:11:\"addressType\";s:0:\"\";s:14:\"defaultCountry\";s:0:\"\";s:15:\"defaultProvince\";s:0:\"\";s:12:\"defaultState\";s:0:\"\";s:12:\"hideAddress2\";s:0:\"\";s:11:\"hideCountry\";s:0:\"\";s:9:\"hideState\";s:0:\"\";s:6:\"inputs\";N;s:10:\"nameFormat\";s:0:\"\";s:17:\"allowedExtensions\";s:0:\"\";s:11:\"captchaType\";s:0:\"\";s:11:\"page_number\";s:0:\"\";s:12:\"captchaTheme\";s:0:\"\";s:17:\"simpleCaptchaSize\";s:0:\"\";s:22:\"simpleCaptchaFontColor\";s:0:\"\";s:28:\"simpleCaptchaBackgroundColor\";s:0:\"\";s:17:\"failed_validation\";s:0:\"\";s:12:\"productField\";s:0:\"\";s:19:\"enablePasswordInput\";s:0:\"\";s:9:\"maxLength\";s:0:\"\";s:11:\"enablePrice\";s:0:\"\";s:9:\"basePrice\";s:0:\"\";s:15:\"disableQuantity\";b:0;s:6:\"formId\";i:1;s:10:\"pageNumber\";i:1;}i:1;a:53:{s:10:\"adminLabel\";s:0:\"\";s:9:\"adminOnly\";s:0:\"\";s:17:\"allowsPrepopulate\";b:0;s:12:\"defaultValue\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"content\";s:0:\"\";s:8:\"cssClass\";s:0:\"\";s:12:\"errorMessage\";s:0:\"\";s:2:\"id\";i:2;s:9:\"inputName\";s:0:\"\";s:10:\"isRequired\";b:1;s:5:\"label\";s:5:\"Email\";s:12:\"noDuplicates\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:4:\"type\";s:5:\"email\";s:19:\"postCustomFieldName\";s:0:\"\";s:20:\"displayAllCategories\";b:0;s:14:\"displayCaption\";s:0:\"\";s:18:\"displayDescription\";s:0:\"\";s:12:\"displayTitle\";s:0:\"\";s:9:\"inputType\";s:0:\"\";s:8:\"rangeMin\";s:0:\"\";s:8:\"rangeMax\";s:0:\"\";s:16:\"calendarIconType\";s:0:\"\";s:15:\"calendarIconUrl\";s:0:\"\";s:8:\"dateType\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:11:\"phoneFormat\";s:0:\"\";s:11:\"addressType\";s:0:\"\";s:14:\"defaultCountry\";s:0:\"\";s:15:\"defaultProvince\";s:0:\"\";s:12:\"defaultState\";s:0:\"\";s:12:\"hideAddress2\";s:0:\"\";s:11:\"hideCountry\";s:0:\"\";s:9:\"hideState\";s:0:\"\";s:6:\"inputs\";N;s:10:\"nameFormat\";s:0:\"\";s:17:\"allowedExtensions\";s:0:\"\";s:11:\"captchaType\";s:0:\"\";s:11:\"page_number\";s:0:\"\";s:12:\"captchaTheme\";s:0:\"\";s:17:\"simpleCaptchaSize\";s:0:\"\";s:22:\"simpleCaptchaFontColor\";s:0:\"\";s:28:\"simpleCaptchaBackgroundColor\";s:0:\"\";s:17:\"failed_validation\";s:0:\"\";s:12:\"productField\";s:0:\"\";s:19:\"enablePasswordInput\";s:0:\"\";s:9:\"maxLength\";s:0:\"\";s:11:\"enablePrice\";s:0:\"\";s:9:\"basePrice\";s:0:\"\";s:6:\"formId\";i:1;s:10:\"pageNumber\";i:1;s:15:\"disableQuantity\";b:0;}i:2;a:53:{s:10:\"adminLabel\";s:0:\"\";s:9:\"adminOnly\";s:0:\"\";s:17:\"allowsPrepopulate\";b:0;s:12:\"defaultValue\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"content\";s:0:\"\";s:8:\"cssClass\";s:0:\"\";s:12:\"errorMessage\";s:0:\"\";s:2:\"id\";i:4;s:9:\"inputName\";s:0:\"\";s:10:\"isRequired\";b:1;s:5:\"label\";s:7:\"Message\";s:12:\"noDuplicates\";s:0:\"\";s:4:\"size\";s:5:\"small\";s:4:\"type\";s:8:\"textarea\";s:19:\"postCustomFieldName\";s:0:\"\";s:20:\"displayAllCategories\";b:0;s:14:\"displayCaption\";s:0:\"\";s:18:\"displayDescription\";s:0:\"\";s:12:\"displayTitle\";s:0:\"\";s:9:\"inputType\";s:0:\"\";s:8:\"rangeMin\";s:0:\"\";s:8:\"rangeMax\";s:0:\"\";s:16:\"calendarIconType\";s:0:\"\";s:15:\"calendarIconUrl\";s:0:\"\";s:8:\"dateType\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:11:\"phoneFormat\";s:0:\"\";s:11:\"addressType\";s:0:\"\";s:14:\"defaultCountry\";s:0:\"\";s:15:\"defaultProvince\";s:0:\"\";s:12:\"defaultState\";s:0:\"\";s:12:\"hideAddress2\";s:0:\"\";s:11:\"hideCountry\";s:0:\"\";s:9:\"hideState\";s:0:\"\";s:6:\"inputs\";N;s:10:\"nameFormat\";s:0:\"\";s:17:\"allowedExtensions\";s:0:\"\";s:11:\"captchaType\";s:0:\"\";s:11:\"page_number\";s:0:\"\";s:12:\"captchaTheme\";s:0:\"\";s:17:\"simpleCaptchaSize\";s:0:\"\";s:22:\"simpleCaptchaFontColor\";s:0:\"\";s:28:\"simpleCaptchaBackgroundColor\";s:0:\"\";s:17:\"failed_validation\";s:0:\"\";s:12:\"productField\";s:0:\"\";s:19:\"enablePasswordInput\";s:0:\"\";s:9:\"maxLength\";s:0:\"\";s:11:\"enablePrice\";s:0:\"\";s:9:\"basePrice\";s:0:\"\";s:15:\"disableQuantity\";b:0;s:6:\"formId\";i:1;s:10:\"pageNumber\";i:1;}i:3;a:54:{s:10:\"adminLabel\";s:0:\"\";s:9:\"adminOnly\";s:0:\"\";s:17:\"allowsPrepopulate\";b:0;s:12:\"defaultValue\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"content\";s:0:\"\";s:8:\"cssClass\";s:10:\"thecaptcha\";s:12:\"errorMessage\";s:0:\"\";s:2:\"id\";i:5;s:9:\"inputName\";s:0:\"\";s:10:\"isRequired\";b:0;s:5:\"label\";s:7:\"Captcha\";s:12:\"noDuplicates\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:4:\"type\";s:7:\"captcha\";s:19:\"postCustomFieldName\";s:0:\"\";s:20:\"displayAllCategories\";b:0;s:14:\"displayCaption\";s:0:\"\";s:18:\"displayDescription\";s:0:\"\";s:12:\"displayTitle\";s:0:\"\";s:9:\"inputType\";s:0:\"\";s:8:\"rangeMin\";s:0:\"\";s:8:\"rangeMax\";s:0:\"\";s:16:\"calendarIconType\";s:0:\"\";s:15:\"calendarIconUrl\";s:0:\"\";s:8:\"dateType\";s:0:\"\";s:10:\"dateFormat\";s:0:\"\";s:11:\"phoneFormat\";s:0:\"\";s:11:\"addressType\";s:0:\"\";s:14:\"defaultCountry\";s:0:\"\";s:15:\"defaultProvince\";s:0:\"\";s:12:\"defaultState\";s:0:\"\";s:12:\"hideAddress2\";s:0:\"\";s:11:\"hideCountry\";s:0:\"\";s:9:\"hideState\";s:0:\"\";s:6:\"inputs\";N;s:10:\"nameFormat\";s:0:\"\";s:17:\"allowedExtensions\";s:0:\"\";s:11:\"captchaType\";s:0:\"\";s:11:\"page_number\";s:0:\"\";s:12:\"captchaTheme\";s:10:\"blackglass\";s:17:\"simpleCaptchaSize\";s:0:\"\";s:22:\"simpleCaptchaFontColor\";s:0:\"\";s:28:\"simpleCaptchaBackgroundColor\";s:0:\"\";s:17:\"failed_validation\";s:0:\"\";s:12:\"productField\";s:0:\"\";s:19:\"enablePasswordInput\";s:0:\"\";s:9:\"maxLength\";s:0:\"\";s:11:\"enablePrice\";s:0:\"\";s:9:\"basePrice\";s:0:\"\";s:11:\"displayOnly\";b:1;s:6:\"formId\";i:1;s:10:\"pageNumber\";i:1;s:15:\"disableQuantity\";b:0;}i:4;a:12:{s:2:\"id\";i:6;s:5:\"label\";s:2:\"  \";s:10:\"adminLabel\";s:0:\"\";s:4:\"type\";s:7:\"section\";s:10:\"isRequired\";b:0;s:4:\"size\";s:6:\"medium\";s:12:\"errorMessage\";s:0:\"\";s:6:\"inputs\";N;s:11:\"displayOnly\";b:1;s:15:\"disableQuantity\";b:0;s:20:\"displayAllCategories\";b:0;s:17:\"allowsPrepopulate\";b:0;}}s:22:\"useCurrentUserAsAuthor\";b:1;s:8:\"cssClass\";s:0:\"\";s:14:\"enableHoneypot\";b:0;s:15:\"enableAnimation\";b:1;s:26:\"postContentTemplateEnabled\";b:0;s:24:\"postTitleTemplateEnabled\";b:0;s:17:\"postTitleTemplate\";s:0:\"\";s:19:\"postContentTemplate\";s:0:\"\";s:14:\"lastPageButton\";N;s:10:\"pagination\";N;s:17:\"firstPageCssClass\";N;s:12:\"limitEntries\";b:0;s:17:\"limitEntriesCount\";s:0:\"\";s:19:\"limitEntriesMessage\";s:0:\"\";s:12:\"scheduleForm\";b:0;s:13:\"scheduleStart\";s:0:\"\";s:17:\"scheduleStartHour\";s:0:\"\";s:19:\"scheduleStartMinute\";s:0:\"\";s:17:\"scheduleStartAmpm\";s:0:\"\";s:11:\"scheduleEnd\";s:0:\"\";s:15:\"scheduleEndHour\";s:0:\"\";s:17:\"scheduleEndMinute\";s:0:\"\";s:15:\"scheduleEndAmpm\";s:0:\"\";s:15:\"scheduleMessage\";s:0:\"\";s:12:\"notification\";a:12:{s:2:\"to\";s:24:\"elm@ethanlewismaltby.com\";s:7:\"subject\";s:57:\"{Name:3} has sent you a message from ethanlewismaltby.com\";s:7:\"message\";s:12:\"{all_fields}\";s:3:\"bcc\";s:0:\"\";s:4:\"from\";s:0:\"\";s:9:\"fromField\";s:1:\"2\";s:8:\"fromName\";s:0:\"\";s:13:\"fromNameField\";s:0:\"\";s:7:\"replyTo\";s:0:\"\";s:12:\"replyToField\";s:1:\"2\";s:7:\"routing\";N;s:17:\"disableAutoformat\";s:0:\"\";}s:13:\"autoResponder\";a:8:{s:7:\"toField\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:8:\"fromName\";s:0:\"\";s:4:\"from\";s:26:\"jenna_donnelly@yahoo.co.uk\";s:7:\"replyTo\";s:0:\"\";s:7:\"subject\";s:0:\"\";s:7:\"message\";s:0:\"\";s:17:\"disableAutoformat\";s:0:\"\";}}','');
/*!40000 ALTER TABLE `wp_rg_form_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rg_form_view`
--

DROP TABLE IF EXISTS `wp_rg_form_view`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rg_form_view` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` char(15) DEFAULT NULL,
  `count` mediumint(8) unsigned NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`)
) ENGINE=MyISAM AUTO_INCREMENT=12354 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rg_form_view`
--

LOCK TABLES `wp_rg_form_view` WRITE;
/*!40000 ALTER TABLE `wp_rg_form_view` DISABLE KEYS */;
INSERT INTO `wp_rg_form_view` (`id`, `form_id`, `date_created`, `ip`, `count`) VALUES (1,1,'2012-01-20 19:30:35','90.204.34.250',3),(2,1,'2012-01-20 20:13:52','90.204.34.250',1),(3,1,'2012-01-21 17:56:03','90.204.34.250',1),(4,1,'2012-01-23 20:48:52','2.127.16.188',1),(5,1,'2012-01-24 13:52:24','90.201.162.104',2),(6,1,'2012-01-24 14:19:51','90.201.162.104',1),(7,1,'2012-01-24 20:49:41','2.127.16.188',3),(8,1,'2012-01-25 11:37:23','66.249.66.226',1),(9,1,'2012-01-25 17:42:20','90.201.162.104',7),(10,1,'2012-01-25 19:42:58','90.201.162.104',1),(11,1,'2012-01-25 20:02:18','90.201.162.104',9),(12,1,'2012-01-26 00:18:38','2.127.16.188',1),(13,1,'2012-01-26 14:35:18','194.82.210.244',1),(14,1,'2012-01-27 18:58:34','90.201.162.104',1),(15,1,'2012-01-27 19:49:29','90.201.162.104',1),(16,1,'2012-01-27 23:11:56','90.201.162.104',1),(17,1,'2012-01-28 17:28:46','66.249.66.226',1),(18,1,'2012-01-29 00:33:05','2.127.16.169',1),(19,1,'2012-01-30 07:27:15','66.249.66.226',1),(20,1,'2012-01-31 06:08:58','66.249.66.226',1),(21,1,'2012-02-01 07:55:02','66.249.66.226',1),(22,1,'2012-02-03 15:41:35','66.249.72.112',1),(23,1,'2012-02-03 18:27:06','2.127.16.169',4),(24,1,'2012-02-03 19:15:29','2.127.16.169',1),(25,1,'2012-02-04 14:08:32','90.201.162.104',1),(26,1,'2012-02-04 22:53:25','85.17.131.209',1),(27,1,'2012-02-04 23:09:36','173.208.58.138',5),(28,1,'2012-02-05 00:29:41','2.127.16.169',6),(29,1,'2012-02-05 14:21:07','2.127.16.169',5),(30,1,'2012-02-05 15:00:34','86.137.251.54',1),(31,1,'2012-02-05 18:24:47','82.31.241.153',1),(32,1,'2012-02-06 10:00:05','82.26.185.122',1),(33,1,'2012-02-06 11:50:49','188.28.116.187',1),(34,1,'2012-02-06 12:48:49','2.127.16.169',1),(35,1,'2012-02-06 13:00:56','2.127.16.169',2),(36,1,'2012-02-06 15:40:27','90.201.162.104',17),(37,1,'2012-02-08 10:07:04','66.249.66.226',1),(38,1,'2012-02-08 19:15:58','90.201.162.104',4),(39,1,'2012-02-09 00:16:38','2.127.16.169',3),(40,1,'2012-02-09 05:30:32','66.249.66.226',1),(41,1,'2012-02-09 12:40:33','31.24.217.73',4),(42,1,'2012-02-11 16:12:35','66.249.72.112',1),(43,1,'2012-02-13 12:16:01','46.60.252.69',1),(44,1,'2012-02-13 13:27:12','66.249.72.112',1),(45,1,'2012-02-13 16:43:52','2.127.16.169',6),(46,1,'2012-02-13 20:20:21','66.249.72.112',1),(47,1,'2012-02-14 15:19:51','90.201.162.104',6),(48,1,'2012-02-14 16:05:48','90.201.162.104',8),(49,1,'2012-02-14 17:26:50','90.201.162.104',4),(50,1,'2012-02-14 19:26:16','90.201.162.104',8),(51,1,'2012-02-14 21:27:05','90.201.162.104',4),(52,1,'2012-02-21 14:36:05','90.201.162.95',1),(53,1,'2012-02-21 20:12:10','90.201.162.95',55),(54,1,'2012-02-21 21:01:22','90.201.162.95',49),(55,1,'2012-02-21 22:00:32','90.201.162.95',37),(56,1,'2012-02-21 23:01:11','90.201.162.95',18),(57,1,'2012-02-22 19:18:32','2.127.16.169',3),(58,1,'2012-02-23 01:15:48','2.127.16.169',1),(59,1,'2012-02-23 21:09:27','194.82.210.247',1),(60,1,'2012-02-24 17:15:09','90.201.162.95',17),(61,1,'2012-02-24 18:00:47','90.201.162.95',42),(62,1,'2012-02-24 19:35:43','2.127.16.169',2),(63,1,'2012-02-24 20:38:40','123.125.71.22',3),(64,1,'2012-02-24 21:33:49','2.127.16.169',1),(65,1,'2012-02-24 22:10:52','90.201.162.95',1),(66,1,'2012-02-24 23:58:47','86.29.122.35',1),(67,1,'2012-02-25 01:57:10','157.56.18.182',1),(68,1,'2012-02-25 02:14:30','94.23.42.135',1),(69,1,'2012-02-25 03:02:21','180.76.5.57',1),(70,1,'2012-02-25 04:00:44','180.76.5.96',1),(71,1,'2012-02-25 07:02:28','66.249.66.34',1),(72,1,'2012-02-25 08:15:05','157.56.18.46',1),(73,1,'2012-02-25 10:09:51','85.103.49.15',1),(74,1,'2012-02-25 11:30:54','195.72.159.16',2),(75,1,'2012-02-25 12:48:59','90.214.114.155',1),(76,1,'2012-02-25 13:03:18','2.127.16.169',22),(77,1,'2012-02-25 14:00:27','192.35.222.119',12),(78,1,'2012-02-25 15:01:36','90.201.162.95',30),(79,1,'2012-02-25 16:01:10','82.106.13.173',24),(80,1,'2012-02-25 17:07:22','87.250.255.243',9),(81,1,'2012-02-25 20:02:47','123.125.71.19',3),(82,1,'2012-02-25 21:33:36','66.249.66.34',1),(83,1,'2012-02-26 00:11:04','157.56.18.198',1),(84,1,'2012-02-26 03:39:23','94.0.245.59',1),(85,1,'2012-02-26 06:23:43','95.108.150.235',2),(86,1,'2012-02-26 07:19:35','81.107.142.218',1),(87,1,'2012-02-26 09:58:30','85.50.137.142',1),(88,1,'2012-02-26 13:30:58','180.76.5.99',1),(89,1,'2012-02-26 15:59:07','208.80.194.28',1),(90,1,'2012-02-26 16:39:03','31.98.251.27',1),(91,1,'2012-02-26 19:27:57','207.46.13.101',3),(92,1,'2012-02-26 20:47:03','82.27.239.110',2),(93,1,'2012-02-26 22:20:55','83.67.62.18',2),(94,1,'2012-02-27 01:18:12','208.80.194.33',1),(95,1,'2012-02-27 07:26:13','180.76.5.65',1),(96,1,'2012-02-27 09:57:05','107.20.64.172',2),(97,1,'2012-02-27 13:25:28','194.82.210.244',1),(98,1,'2012-02-27 14:43:45','92.20.143.19',2),(99,1,'2012-02-27 15:10:28','123.125.71.27',1),(100,1,'2012-02-27 16:18:03','194.82.210.244',2),(101,1,'2012-02-28 02:10:54','180.76.5.150',1),(102,1,'2012-02-28 03:46:39','95.108.150.235',2),(103,1,'2012-02-28 09:01:17','2.24.200.165',2),(104,1,'2012-02-28 10:07:23','184.73.21.207',3),(105,1,'2012-02-28 12:06:51','194.66.198.1',2),(106,1,'2012-02-28 15:02:07','65.52.109.151',1),(107,1,'2012-02-28 20:40:08','1.202.219.2',1),(108,1,'2012-02-28 22:34:23','208.80.194.30',1),(109,1,'2012-02-29 07:41:12','208.80.194.33',1),(110,1,'2012-02-29 11:30:00','123.126.50.68',1),(111,1,'2012-02-29 12:23:29','194.82.210.244',1),(112,1,'2012-02-29 13:56:42','66.249.72.7',1),(113,1,'2012-02-29 22:14:21','87.250.255.243',2),(114,1,'2012-03-01 02:26:56','180.76.5.177',1),(115,1,'2012-03-01 04:08:23','180.76.5.166',2),(116,1,'2012-03-01 05:27:34','123.125.71.95',1),(117,1,'2012-03-01 10:58:04','94.0.245.59',1),(118,1,'2012-03-01 11:41:49','92.20.199.27',3),(119,1,'2012-03-01 13:20:49','132.185.144.120',1),(120,1,'2012-03-01 16:07:03','95.108.150.235',4),(121,1,'2012-03-01 21:54:36','86.155.230.5',1),(122,1,'2012-03-02 03:20:28','110.75.174.8',10),(123,1,'2012-03-02 04:59:02','208.80.194.30',1),(124,1,'2012-03-02 06:50:23','123.126.50.68',1),(125,1,'2012-03-02 07:02:58','66.249.72.7',1),(126,1,'2012-03-02 13:10:22','2.222.186.135',3),(127,1,'2012-03-02 14:03:24','92.40.254.120',1),(128,1,'2012-03-02 16:46:14','207.46.204.192',3),(129,1,'2012-03-02 17:35:37','207.46.204.192',1),(130,1,'2012-03-02 18:24:06','123.125.71.109',1),(131,1,'2012-03-02 20:05:58','95.108.151.244',2),(132,1,'2012-03-02 21:57:51','94.0.245.59',1),(133,1,'2012-03-03 01:11:44','129.132.208.124',2),(134,1,'2012-03-03 02:13:29','180.76.5.145',3),(135,1,'2012-03-03 04:54:43','157.55.18.9',1),(136,1,'2012-03-03 05:17:25','157.55.16.231',1),(137,1,'2012-03-03 08:43:49','66.249.72.7',1),(138,1,'2012-03-03 13:32:07','94.0.245.59',1),(139,1,'2012-03-03 17:32:21','123.125.71.12',1),(140,1,'2012-03-03 21:51:26','95.214.50.89',2),(141,1,'2012-03-04 00:55:29','69.248.233.180',1),(142,1,'2012-03-04 01:54:35','180.76.6.232',1),(143,1,'2012-03-04 09:22:40','208.80.194.27',2),(144,1,'2012-03-04 12:20:27','1.202.219.2',1),(145,1,'2012-03-04 15:32:30','66.249.71.202',1),(146,1,'2012-03-04 18:23:00','208.80.194.28',1),(147,1,'2012-03-04 19:50:03','86.142.233.172',1),(148,1,'2012-03-04 23:18:23','157.55.17.192',3),(149,1,'2012-03-05 00:13:06','199.87.252.99',1),(150,1,'2012-03-05 03:29:14','64.246.165.160',6),(151,1,'2012-03-06 01:23:26','207.46.13.145',2),(152,1,'2012-03-06 02:11:32','123.126.50.68',1),(153,1,'2012-03-06 09:38:07','193.47.80.81',1),(154,1,'2012-03-06 10:39:06','66.249.72.7',1),(155,1,'2012-03-06 13:54:46','208.80.194.37',1),(156,1,'2012-03-06 17:52:12','123.125.71.52',1),(157,1,'2012-03-06 21:41:01','95.108.150.235',2),(158,1,'2012-03-06 22:57:05','208.80.194.35',1),(159,1,'2012-03-06 23:05:09','199.19.249.196',3),(160,1,'2012-03-07 00:49:25','220.181.51.77',1),(161,1,'2012-03-07 02:54:13','180.76.5.181',1),(162,1,'2012-03-07 04:44:09','96.229.131.127',1),(163,1,'2012-03-07 10:23:30','207.46.13.145',3),(164,1,'2012-03-07 18:45:36','212.50.133.181',1),(165,1,'2012-03-07 23:33:30','92.26.239.219',2),(166,1,'2012-03-08 00:06:15','176.24.216.205',1),(167,1,'2012-03-08 02:38:40','123.125.71.113',1),(168,1,'2012-03-08 04:57:05','123.126.50.68',1),(169,1,'2012-03-08 05:42:40','180.76.5.171',1),(170,1,'2012-03-08 06:11:58','95.108.150.235',2),(171,1,'2012-03-08 14:37:16','91.121.222.207',1),(172,1,'2012-03-08 18:40:06','208.80.194.35',2),(173,1,'2012-03-08 23:23:09','69.71.222.186',1),(174,1,'2012-03-09 02:37:59','180.76.6.230',1),(175,1,'2012-03-09 03:44:39','208.80.194.27',1),(176,1,'2012-03-09 08:05:29','173.212.197.206',1),(177,1,'2012-03-09 11:58:36','62.37.158.181',2),(178,1,'2012-03-09 14:51:38','188.143.233.207',1),(179,1,'2012-03-09 16:38:15','180.76.5.97',1),(180,1,'2012-03-09 20:38:12','98.122.43.40',1),(181,1,'2012-03-09 21:03:28','86.180.167.115',1),(182,1,'2012-03-09 22:45:36','87.250.255.243',1),(183,1,'2012-03-10 13:59:52','123.126.50.68',1),(184,1,'2012-03-10 16:32:36','87.250.255.243',1),(185,1,'2012-03-10 22:48:16','123.125.71.104',1),(186,1,'2012-03-11 02:12:00','173.242.125.191',1),(187,1,'2012-03-11 03:12:05','66.249.72.7',1),(188,1,'2012-03-11 04:08:57','69.58.178.58',2),(189,1,'2012-03-11 05:14:36','208.80.194.30',1),(190,1,'2012-03-11 06:21:06','208.53.187.254',1),(191,1,'2012-03-11 13:22:06','208.80.194.33',2),(192,1,'2012-03-11 16:46:56','207.46.199.35',1),(193,1,'2012-03-11 17:45:06','123.125.71.80',1),(194,1,'2012-03-11 21:20:10','86.134.139.185',2),(195,1,'2012-03-12 04:36:22','1.202.219.2',1),(196,1,'2012-03-12 07:48:06','220.181.125.107',1),(197,1,'2012-03-12 11:12:22','66.249.72.7',1),(198,1,'2012-03-12 13:08:31','82.132.248.35',1),(199,1,'2012-03-12 18:28:45','92.7.27.12',1),(200,1,'2012-03-12 20:47:51','87.64.29.206',1),(201,1,'2012-03-12 21:33:27','95.150.188.132',1),(202,1,'2012-03-12 23:18:05','207.46.199.35',1),(203,1,'2012-03-13 00:58:01','94.194.45.25',2),(204,1,'2012-03-13 03:04:29','208.80.194.37',1),(205,1,'2012-03-13 04:02:40','193.47.80.81',1),(206,1,'2012-03-13 11:46:09','208.80.194.30',1),(207,1,'2012-03-13 13:06:56','62.75.229.90',1),(208,1,'2012-03-13 14:43:05','86.133.176.196',1),(209,1,'2012-03-13 17:44:01','213.186.127.5',1),(210,1,'2012-03-13 20:38:32','90.204.58.51',1),(211,1,'2012-03-13 21:44:21','176.9.51.210',1),(212,1,'2012-03-13 22:06:53','76.119.223.72',1),(213,1,'2012-03-14 01:46:44','220.181.51.77',3),(214,1,'2012-03-14 10:27:06','141.138.196.47',1),(215,1,'2012-03-14 11:41:54','66.219.58.41',1),(216,1,'2012-03-14 15:46:05','46.60.252.79',2),(217,1,'2012-03-14 17:13:13','87.250.255.243',1),(218,1,'2012-03-14 19:33:05','123.126.50.68',1),(219,1,'2012-03-15 01:03:59','78.46.128.119',1),(220,1,'2012-03-15 04:05:17','65.52.109.147',1),(221,1,'2012-03-15 07:42:40','208.80.194.32',1),(222,1,'2012-03-15 13:01:30','66.249.72.7',1),(223,1,'2012-03-15 15:15:48','118.169.37.53',1),(224,1,'2012-03-15 16:41:17','208.80.194.37',1),(225,1,'2012-03-15 18:23:07','94.0.76.5',1),(226,1,'2012-03-16 00:12:37','123.125.71.36',2),(227,1,'2012-03-16 02:28:36','95.108.150.235',2),(228,1,'2012-03-16 05:23:10','66.249.71.167',1),(229,1,'2012-03-16 12:04:03','157.55.18.9',1),(230,1,'2012-03-16 16:00:30','173.236.21.106',1),(231,1,'2012-03-16 22:56:27','173.193.219.168',1),(232,1,'2012-03-16 23:52:27','208.90.155.204',2),(233,1,'2012-03-17 00:12:46','123.125.71.50',1),(234,1,'2012-03-17 02:35:15','77.222.128.221',1),(235,1,'2012-03-17 06:42:52','64.246.165.140',1),(236,1,'2012-03-17 09:38:00','87.250.255.243',1),(237,1,'2012-03-17 12:28:13','208.80.194.37',2),(238,1,'2012-03-17 20:32:51','208.80.194.68',1),(239,1,'2012-03-17 23:56:40','95.108.150.235',2),(240,1,'2012-03-18 04:17:47','157.55.18.9',1),(241,1,'2012-03-18 16:20:23','109.150.249.56',1),(242,1,'2012-03-18 20:35:49','123.126.50.68',1),(243,1,'2012-03-19 02:08:15','69.58.178.58',3),(244,1,'2012-03-19 11:37:33','46.4.100.138',2),(245,1,'2012-03-19 16:37:46','80.86.90.80',1),(246,1,'2012-03-19 19:15:44','195.81.70.52',1),(247,1,'2012-03-19 21:08:17','94.23.225.68',1),(248,1,'2012-03-19 22:48:14','123.125.71.32',1),(249,1,'2012-03-19 23:17:03','119.63.196.122',1),(250,1,'2012-03-20 01:22:30','92.236.52.144',3),(251,1,'2012-03-20 02:41:16','95.108.150.235',2),(252,1,'2012-03-20 05:27:23','95.108.151.244',2),(253,1,'2012-03-20 11:57:54','207.46.194.140',1),(254,1,'2012-03-20 13:08:57','69.158.29.231',8),(255,1,'2012-03-20 14:43:19','207.46.194.69',3),(256,1,'2012-03-20 15:58:12','207.46.199.225',1),(257,1,'2012-03-20 16:11:10','207.46.194.101',2),(258,1,'2012-03-20 19:42:38','207.46.194.42',3),(259,1,'2012-03-20 20:21:28','207.46.199.246',2),(260,1,'2012-03-20 21:17:36','207.46.194.71',1),(261,1,'2012-03-20 23:16:43','123.125.71.21',1),(262,1,'2012-03-21 03:14:16','208.80.194.37',2),(263,1,'2012-03-21 08:12:02','220.181.51.77',2),(264,1,'2012-03-21 10:09:39','157.55.18.9',1),(265,1,'2012-03-21 11:11:24','208.80.194.30',2),(266,1,'2012-03-21 18:29:07','69.158.29.231',1),(267,1,'2012-03-22 00:32:03','123.126.50.68',1),(268,1,'2012-03-22 01:36:17','95.108.150.235',2),(269,1,'2012-03-22 02:42:31','69.158.29.231',2),(270,1,'2012-03-22 05:02:10','180.76.5.139',2),(271,1,'2012-03-22 06:43:04','208.80.194.30',1),(272,1,'2012-03-22 07:04:42','38.100.21.21',2),(273,1,'2012-03-22 09:53:47','157.55.18.9',1),(274,1,'2012-03-22 15:11:37','208.80.194.27',1),(275,1,'2012-03-22 16:12:43','90.212.123.73',2),(276,1,'2012-03-22 18:18:46','72.73.80.22',1),(277,1,'2012-03-22 20:24:45','69.158.30.50',2),(278,1,'2012-03-23 02:04:26','180.76.5.96',1),(279,1,'2012-03-23 07:24:14','220.181.125.108',1),(280,1,'2012-03-23 09:41:56','220.181.51.77',2),(281,1,'2012-03-23 11:07:23','180.76.5.171',1),(282,1,'2012-03-23 17:44:23','123.126.50.68',1),(283,1,'2012-03-23 19:19:54','193.47.80.81',2),(284,1,'2012-03-23 21:47:58','123.125.71.114',1),(285,1,'2012-03-23 23:50:13','123.125.71.80',1),(286,1,'2012-03-24 00:00:16','1.202.219.2',1),(287,1,'2012-03-24 01:47:32','66.249.71.167',1),(288,1,'2012-03-24 02:55:02','95.108.150.235',2),(289,1,'2012-03-24 07:08:43','157.55.18.9',1),(290,1,'2012-03-24 12:31:51','69.158.30.50',1),(291,1,'2012-03-24 15:24:05','69.158.30.50',1),(292,1,'2012-03-24 17:24:08','69.158.30.50',1),(293,1,'2012-03-24 18:52:21','69.158.30.50',1),(294,1,'2012-03-24 21:27:46','69.158.30.50',1),(295,1,'2012-03-25 01:27:23','69.158.30.50',1),(296,1,'2012-03-25 02:35:18','180.76.6.211',1),(297,1,'2012-03-25 06:32:52','180.76.5.87',2),(298,1,'2012-03-25 07:41:29','69.71.222.186',1),(299,1,'2012-03-25 11:35:33','62.212.76.39',2),(300,1,'2012-03-25 17:10:52','123.125.71.28',1),(301,1,'2012-03-25 21:25:31','69.158.30.50',1),(302,1,'2012-03-25 22:21:11','87.250.255.243',1),(303,1,'2012-03-26 00:43:26','208.80.194.30',1),(304,1,'2012-03-26 04:14:50','95.108.150.235',2),(305,1,'2012-03-26 06:03:10','66.249.71.167',1),(306,1,'2012-03-26 09:13:14','208.80.194.67',1),(307,1,'2012-03-26 16:38:41','72.73.80.22',1),(308,1,'2012-03-26 17:22:33','123.125.71.105',2),(309,1,'2012-03-27 01:10:21','188.220.75.63',2),(310,1,'2012-03-27 02:02:00','123.126.50.68',1),(311,1,'2012-03-27 03:07:35','220.181.51.74',3),(312,1,'2012-03-27 07:50:16','207.46.199.169',1),(313,1,'2012-03-27 09:27:42','180.76.5.98',1),(314,1,'2012-03-27 11:11:22','212.248.166.38',1),(315,1,'2012-03-27 16:23:39','207.46.199.169',1),(316,1,'2012-03-27 17:11:14','77.222.128.221',1),(317,1,'2012-03-27 21:36:14','109.153.237.203',2),(318,1,'2012-03-27 23:49:27','208.80.194.30',1),(319,1,'2012-03-28 00:23:22','157.55.18.9',1),(320,1,'2012-03-28 04:32:30','95.108.150.235',3),(321,1,'2012-03-28 05:29:04','123.126.50.68',1),(322,1,'2012-03-28 06:16:30','207.46.199.167',1),(323,1,'2012-03-28 07:36:09','208.80.194.37',3),(324,1,'2012-03-28 09:11:03','212.2.25.53',2),(325,1,'2012-03-28 15:28:11','69.158.30.50',1),(326,1,'2012-03-29 02:52:14','184.154.48.82',1),(327,1,'2012-03-29 03:00:56','69.158.30.50',1),(328,1,'2012-03-29 09:01:30','64.246.165.140',1),(329,1,'2012-03-29 12:35:11','123.126.50.68',1),(330,1,'2012-03-29 14:24:52','2.123.232.65',4),(331,1,'2012-03-29 15:40:24','95.146.255.216',1),(332,1,'2012-03-29 18:41:50','87.250.255.243',1),(333,1,'2012-03-29 20:39:11','92.20.187.33',2),(334,1,'2012-03-29 23:26:06','123.125.71.107',1),(335,1,'2012-03-30 01:24:10','86.141.134.88',1),(336,1,'2012-03-30 03:01:12','180.76.6.224',1),(337,1,'2012-03-30 06:45:09','208.80.194.34',1),(338,1,'2012-03-30 07:10:00','95.108.150.235',2),(339,1,'2012-03-30 08:15:48','50.57.190.97',1),(340,1,'2012-03-30 13:15:29','87.250.255.243',1),(341,1,'2012-03-30 14:10:02','208.80.194.30',1),(342,1,'2012-03-30 15:49:45','23.20.160.166',3),(343,1,'2012-03-30 19:31:44','86.154.252.62',1),(344,1,'2012-03-30 22:09:15','157.55.18.9',1),(345,1,'2012-03-31 01:05:26','123.126.50.68',1),(346,1,'2012-03-31 04:45:54','174.255.187.179',2),(347,1,'2012-03-31 13:24:19','64.231.178.29',1),(348,1,'2012-03-31 18:43:24','95.151.40.29',1),(349,1,'2012-03-31 22:00:16','64.231.178.29',3),(350,1,'2012-03-31 23:21:11','157.55.18.9',1),(351,1,'2012-04-01 00:02:25','123.125.71.20',1),(352,1,'2012-04-01 02:45:19','188.138.113.146',1),(353,1,'2012-04-01 06:23:08','66.249.72.10',1),(354,1,'2012-04-01 07:08:58','95.108.150.235',3),(355,1,'2012-04-01 11:05:56','1.202.219.2',1),(356,1,'2012-04-01 17:00:59','213.186.127.5',3),(357,1,'2012-04-01 20:21:23','87.250.255.243',2),(358,1,'2012-04-02 02:37:02','64.231.178.29',1),(359,1,'2012-04-02 04:07:48','91.121.137.23',2),(360,1,'2012-04-02 07:59:03','95.108.150.235',2),(361,1,'2012-04-02 11:03:10','123.126.50.68',4),(362,1,'2012-04-02 13:57:31','67.55.106.140',2),(363,1,'2012-04-02 23:32:59','87.250.255.243',1),(364,1,'2012-04-03 03:09:14','66.249.72.10',1),(365,1,'2012-04-03 15:38:43','123.126.50.68',1),(366,1,'2012-04-03 16:23:24','157.55.18.9',1),(367,1,'2012-04-03 17:10:57','64.231.178.29',4),(368,1,'2012-04-03 18:13:23','208.80.194.28',2),(369,1,'2012-04-03 19:38:48','90.204.34.201',2),(370,1,'2012-04-03 22:07:08','123.125.71.115',1),(371,1,'2012-04-04 01:36:50','208.80.194.30',1),(372,1,'2012-04-04 07:17:12','95.108.150.235',2),(373,1,'2012-04-04 08:02:13','87.250.255.243',1),(374,1,'2012-04-04 13:53:56','72.23.216.118',2),(375,1,'2012-04-04 14:40:53','23.20.226.0',1),(376,1,'2012-04-04 16:59:02','123.125.71.15',1),(377,1,'2012-04-04 18:30:09','64.231.178.29',1),(378,1,'2012-04-05 02:23:08','193.47.80.37',1),(379,1,'2012-04-05 06:40:32','1.202.219.2',1),(380,1,'2012-04-05 09:06:05','123.126.50.68',1),(381,1,'2012-04-05 10:15:43','66.249.72.10',1),(382,1,'2012-04-05 14:46:59','208.80.194.28',1),(383,1,'2012-04-05 20:33:54','64.231.178.29',1),(384,1,'2012-04-05 22:08:20','208.80.194.35',1),(385,1,'2012-04-06 07:49:34','95.108.150.235',2),(386,1,'2012-04-06 13:14:25','193.47.80.37',1),(387,1,'2012-04-06 14:46:30','178.162.134.121',2),(388,1,'2012-04-06 15:51:12','217.157.141.149',1),(389,1,'2012-04-06 18:03:59','193.28.178.13',4),(390,1,'2012-04-06 19:25:00','123.125.71.74',1),(391,1,'2012-04-06 21:11:14','86.154.254.37',1),(392,1,'2012-04-06 22:29:54','123.126.50.68',1),(393,1,'2012-04-07 00:42:57','89.123.36.219',1),(394,1,'2012-04-07 03:26:18','77.222.128.221',1),(395,1,'2012-04-07 05:39:17','220.181.125.149',1),(396,1,'2012-04-07 07:02:06','184.22.182.90',1),(397,1,'2012-04-07 11:07:41','208.80.194.30',1),(398,1,'2012-04-07 12:02:33','157.55.18.9',1),(399,1,'2012-04-07 13:53:49','157.55.18.9',1),(400,1,'2012-04-07 14:42:33','91.121.222.207',1),(401,1,'2012-04-07 15:45:47','190.236.131.187',1),(402,1,'2012-04-07 16:22:19','157.55.18.9',1),(403,1,'2012-04-07 18:27:28','208.80.194.30',1),(404,1,'2012-04-07 20:14:46','82.11.73.37',2),(405,1,'2012-04-08 00:35:20','87.250.255.243',2),(406,1,'2012-04-08 02:46:54','123.126.50.68',1),(407,1,'2012-04-08 03:07:58','61.135.248.197',1),(408,1,'2012-04-08 05:30:33','61.135.249.253',1),(409,1,'2012-04-08 07:32:18','95.108.150.235',2),(410,1,'2012-04-08 08:09:07','61.135.249.23',1),(411,1,'2012-04-08 10:05:54','213.122.233.171',2),(412,1,'2012-04-08 13:18:10','61.135.248.238',1),(413,1,'2012-04-08 17:29:17','208.80.194.30',1),(414,1,'2012-04-08 19:12:48','86.133.176.196',3),(415,1,'2012-04-08 22:04:30','94.175.56.43',1),(416,1,'2012-04-09 00:11:12','61.135.249.12',2),(417,1,'2012-04-09 02:57:12','61.135.249.73',1),(418,1,'2012-04-09 05:34:52','61.135.249.141',1),(419,1,'2012-04-09 08:49:12','176.9.148.197',1),(420,1,'2012-04-09 10:27:57','82.11.73.37',1),(421,1,'2012-04-09 13:46:10','2.219.3.141',1),(422,1,'2012-04-09 15:34:57','94.0.245.28',1),(423,1,'2012-04-09 18:28:09','123.126.50.68',1),(424,1,'2012-04-09 21:55:24','62.212.73.211',1),(425,1,'2012-04-10 00:46:29','69.58.178.56',3),(426,1,'2012-04-10 02:05:02','220.181.124.10',1),(427,1,'2012-04-10 08:06:50','95.108.150.235',2),(428,1,'2012-04-10 12:09:32','64.246.165.50',1),(429,1,'2012-04-10 17:45:49','157.55.18.9',2),(430,1,'2012-04-10 19:09:36','66.249.71.243',1),(431,1,'2012-04-10 21:26:18','123.126.50.68',1),(432,1,'2012-04-11 05:07:36','157.55.18.9',1),(433,1,'2012-04-11 14:08:40','207.46.199.169',2),(434,1,'2012-04-11 21:29:01','220.181.51.78',1),(435,1,'2012-04-11 21:29:01','220.181.51.75',1),(436,1,'2012-04-11 22:12:59','123.125.71.18',1),(437,1,'2012-04-12 01:16:42','208.80.194.28',1),(438,1,'2012-04-12 03:20:37','123.126.50.68',1),(439,1,'2012-04-12 05:15:40','95.108.150.235',2),(440,1,'2012-04-12 15:32:32','83.217.124.125',5),(441,1,'2012-04-12 17:09:25','85.58.173.18',3),(442,1,'2012-04-12 20:36:19','1.202.219.2',1),(443,1,'2012-04-12 22:42:45','38.100.21.17',1),(444,1,'2012-04-13 03:14:20','66.249.71.243',1),(445,1,'2012-04-13 05:15:40','180.76.5.111',1),(446,1,'2012-04-13 14:18:14','87.250.255.243',2),(447,1,'2012-04-13 16:29:04','208.80.194.28',1),(448,1,'2012-04-13 19:01:25','193.47.80.37',2),(449,1,'2012-04-13 21:32:00','123.125.71.38',1),(450,1,'2012-04-13 23:48:41','157.55.18.9',1),(451,1,'2012-04-14 05:29:45','208.80.194.33',2),(452,1,'2012-04-14 06:19:54','95.108.150.235',2),(453,1,'2012-04-14 17:05:13','86.17.216.170',3),(454,1,'2012-04-14 18:43:51','123.125.71.47',1),(455,1,'2012-04-15 02:19:47','66.249.71.243',1),(456,1,'2012-04-15 11:08:34','157.55.18.9',2),(457,1,'2012-04-15 13:22:48','178.84.250.141',1),(458,1,'2012-04-15 14:58:30','69.158.27.204',1),(459,1,'2012-04-15 15:14:14','208.80.194.34',1),(460,1,'2012-04-15 19:10:36','208.80.194.33',2),(461,1,'2012-04-15 20:43:21','2.24.239.208',1),(462,1,'2012-04-15 22:35:52','123.125.71.52',1),(463,1,'2012-04-16 00:21:48','123.126.50.68',2),(464,1,'2012-04-16 04:22:03','115.193.36.123',1),(465,1,'2012-04-16 05:49:16','95.108.150.235',2),(466,1,'2012-04-16 07:40:52','110.75.175.12',2),(467,1,'2012-04-16 08:48:04','176.9.148.197',1),(468,1,'2012-04-16 11:12:46','94.23.225.68',2),(469,1,'2012-04-16 13:35:08','69.158.27.204',1),(470,1,'2012-04-16 15:37:35','194.82.210.244',1),(471,1,'2012-04-16 17:09:54','123.125.71.102',1),(472,1,'2012-04-16 19:04:02','69.158.27.204',1),(473,1,'2012-04-16 23:59:38','87.250.255.243',1),(474,1,'2012-04-17 04:25:05','1.202.219.2',2),(475,1,'2012-04-17 05:54:09','61.135.249.213',1),(476,1,'2012-04-17 07:02:27','208.80.194.28',1),(477,1,'2012-04-17 08:22:27','123.126.50.68',1),(478,1,'2012-04-17 15:18:15','208.80.194.33',2),(479,1,'2012-04-17 21:10:48','123.125.71.116',1),(480,1,'2012-04-17 23:56:27','87.250.255.243',1),(481,1,'2012-04-18 01:08:34','208.115.113.88',1),(482,1,'2012-04-18 06:28:03','95.108.150.235',2),(483,1,'2012-04-18 08:37:02','194.82.210.247',1),(484,1,'2012-04-18 12:30:31','83.66.98.7',2),(485,1,'2012-04-18 15:22:11','123.126.50.68',1),(486,1,'2012-04-18 19:16:54','123.125.71.35',2),(487,1,'2012-04-18 21:12:42','193.47.80.37',1),(488,1,'2012-04-18 22:38:29','123.125.71.14',1),(489,1,'2012-04-18 23:55:51','157.55.18.9',1),(490,1,'2012-04-19 01:08:12','108.178.25.178',1),(491,1,'2012-04-19 06:34:43','208.80.194.35',1),(492,1,'2012-04-19 14:52:31','208.80.194.33',1),(493,1,'2012-04-19 15:15:55','195.194.63.203',1),(494,1,'2012-04-19 19:53:04','108.59.8.80',2),(495,1,'2012-04-19 21:15:43','123.126.50.68',1),(496,1,'2012-04-19 22:58:23','157.55.18.9',1),(497,1,'2012-04-20 00:45:00','180.76.5.48',1),(498,1,'2012-04-20 05:18:53','66.249.72.10',1),(499,1,'2012-04-20 07:29:08','95.108.150.235',2),(500,1,'2012-04-20 17:57:39','88.241.68.222',1),(501,1,'2012-04-20 19:51:25','1.202.219.2',1),(502,1,'2012-04-20 22:07:11','157.55.18.9',1),(503,1,'2012-04-21 00:05:27','123.125.71.107',1),(504,1,'2012-04-21 04:18:49','157.55.18.9',1),(505,1,'2012-04-21 08:39:47','123.126.50.68',1),(506,1,'2012-04-21 10:34:33','208.80.194.30',1),(507,1,'2012-04-21 18:44:45','123.125.71.27',1),(508,1,'2012-04-22 02:26:22','180.76.5.190',1),(509,1,'2012-04-22 07:06:18','95.108.150.235',2),(510,1,'2012-04-22 12:02:08','180.76.5.157',1),(511,1,'2012-04-22 13:07:38','123.126.50.68',1),(512,1,'2012-04-22 17:05:45','64.246.165.10',1),(513,1,'2012-04-22 22:18:01','208.80.194.30',1),(514,1,'2012-04-22 23:17:39','86.145.137.198',5),(515,1,'2012-04-23 00:34:10','213.133.109.15',1),(516,1,'2012-04-23 04:52:39','208.80.194.33',1),(517,1,'2012-04-23 05:19:41','193.47.80.37',3),(518,1,'2012-04-23 07:34:00','103.246.38.196',4),(519,1,'2012-04-23 11:01:30','194.82.210.244',2),(520,1,'2012-04-23 15:44:08','220.181.51.78',2),(521,1,'2012-04-23 16:17:29','157.55.18.9',1),(522,1,'2012-04-23 19:33:56','123.126.50.68',1),(523,1,'2012-04-23 20:32:31','207.46.199.169',1),(524,1,'2012-04-23 21:37:26','123.125.71.109',3),(525,1,'2012-04-24 02:08:34','95.108.150.235',2),(526,1,'2012-04-24 03:32:38','180.76.5.195',1),(527,1,'2012-04-24 04:45:54','60.49.79.229',1),(528,1,'2012-04-24 05:40:52','62.212.73.211',1),(529,1,'2012-04-24 17:34:40','173.192.34.95',1),(530,1,'2012-04-24 18:36:20','208.80.194.37',1),(531,1,'2012-04-24 20:09:07','1.202.219.2',1),(532,1,'2012-04-24 23:48:29','2.127.16.129',2),(533,1,'2012-04-25 03:05:21','208.80.194.36',2),(534,1,'2012-04-25 04:29:34','180.76.5.103',1),(535,1,'2012-04-25 05:35:10','220.181.51.76',3),(536,1,'2012-04-25 11:40:35','180.76.6.21',1),(537,1,'2012-04-25 16:31:22','180.153.227.52',1),(538,1,'2012-04-25 17:21:08','77.99.24.13',4),(539,1,'2012-04-25 19:01:34','123.126.50.68',1),(540,1,'2012-04-25 21:35:34','87.115.186.194',2),(541,1,'2012-04-26 05:48:14','180.76.6.37',1),(542,1,'2012-04-26 07:59:57','207.46.199.163',1),(543,1,'2012-04-26 08:17:50','95.108.150.235',2),(544,1,'2012-04-26 15:32:55','208.80.194.30',1),(545,1,'2012-04-26 22:00:35','90.219.32.252',3),(546,1,'2012-04-26 23:49:42','157.55.18.9',1),(547,1,'2012-04-27 00:22:52','208.80.194.33',1),(548,1,'2012-04-27 01:43:29','123.125.71.109',1),(549,1,'2012-04-27 03:57:11','180.76.5.63',1),(550,1,'2012-04-27 05:05:41','123.126.50.68',1),(551,1,'2012-04-27 10:51:07','213.186.127.12',1),(552,1,'2012-04-27 15:11:11','213.186.127.12',1),(553,1,'2012-04-27 21:51:58','194.82.210.247',2),(554,1,'2012-04-27 23:33:39','157.55.18.9',1),(555,1,'2012-04-28 03:55:04','208.80.194.30',1),(556,1,'2012-04-28 07:46:19','95.108.150.235',2),(557,1,'2012-04-28 09:01:46','110.75.173.192',2),(558,1,'2012-04-28 10:28:13','61.136.228.143',1),(559,1,'2012-04-28 11:51:19','90.204.60.38',2),(560,1,'2012-04-28 12:41:01','208.80.194.28',1),(561,1,'2012-04-28 14:11:11','123.125.71.106',1),(562,1,'2012-04-28 21:24:15','123.126.50.68',1),(563,1,'2012-04-29 00:14:33','1.202.219.2',1),(564,1,'2012-04-29 02:26:32','132.239.10.202',1),(565,1,'2012-04-29 10:56:20','87.250.255.243',1),(566,1,'2012-04-29 11:27:51','94.23.42.135',1),(567,1,'2012-04-29 13:47:01','61.135.249.209',1),(568,1,'2012-04-29 20:48:55','81.144.138.34',1),(569,1,'2012-04-29 21:03:53','87.106.137.158',1),(570,1,'2012-04-30 01:32:35','95.108.150.235',2),(571,1,'2012-04-30 03:18:07','208.80.194.30',1),(572,1,'2012-04-30 05:39:37','66.249.72.10',1),(573,1,'2012-04-30 06:21:25','123.126.50.68',2),(574,1,'2012-04-30 07:33:43','176.9.139.112',1),(575,1,'2012-04-30 10:30:11','208.80.194.37',1),(576,1,'2012-04-30 12:42:17','95.65.174.136',1),(577,1,'2012-04-30 13:53:10','180.76.5.113',1),(578,1,'2012-04-30 14:15:38','157.55.18.9',1),(579,1,'2012-04-30 19:58:02','75.182.53.6',1),(580,1,'2012-04-30 22:46:32','86.140.31.221',1),(581,1,'2012-04-30 23:46:28','123.125.71.13',1),(582,1,'2012-05-01 02:42:40','157.55.18.9',1),(583,1,'2012-05-01 03:10:11','95.108.151.244',2),(584,1,'2012-05-01 06:15:52','180.76.5.89',1),(585,1,'2012-05-01 11:20:59','92.7.12.99',1),(586,1,'2012-05-01 14:20:31','2.97.162.123',4),(587,1,'2012-05-01 15:36:36','87.250.255.243',1),(588,1,'2012-05-01 19:03:43','194.82.210.244',1),(589,1,'2012-05-02 03:02:07','208.80.194.33',1),(590,1,'2012-05-02 05:11:59','95.25.133.209',1),(591,1,'2012-05-02 06:03:09','95.108.150.235',4),(592,1,'2012-05-02 10:15:14','193.47.80.37',3),(593,1,'2012-05-02 16:53:13','123.125.71.115',1),(594,1,'2012-05-02 20:53:00','86.151.113.158',2),(595,1,'2012-05-02 22:01:35','123.126.50.68',1),(596,1,'2012-05-02 23:13:44','1.202.219.2',1),(597,1,'2012-05-03 02:38:38','173.242.125.196',1),(598,1,'2012-05-03 04:54:14','66.249.72.106',1),(599,1,'2012-05-03 08:18:56','180.76.5.49',1),(600,1,'2012-05-03 09:38:30','2.127.16.129',1),(601,1,'2012-05-03 10:33:22','157.55.18.9',1),(602,1,'2012-05-03 14:18:09','180.76.5.95',1),(603,1,'2012-05-03 18:28:46','103.246.38.196',3),(604,1,'2012-05-03 23:04:06','213.186.127.12',1),(605,1,'2012-05-04 03:06:16','208.80.194.37',1),(606,1,'2012-05-04 07:36:50','157.55.18.9',1),(607,1,'2012-05-04 09:09:11','85.58.173.18',2),(608,1,'2012-05-04 10:37:51','123.126.50.68',1),(609,1,'2012-05-04 11:04:16','208.80.194.36',1),(610,1,'2012-05-04 16:29:49','213.186.127.12',1),(611,1,'2012-05-04 19:52:50','69.58.178.59',2),(612,1,'2012-05-04 20:38:34','87.250.255.243',1),(613,1,'2012-05-04 22:04:07','123.125.71.19',1),(614,1,'2012-05-05 08:11:22','66.249.72.106',1),(615,1,'2012-05-05 11:50:26','90.210.140.100',1),(616,1,'2012-05-05 13:29:59','95.108.150.235',2),(617,1,'2012-05-05 14:57:23','90.204.60.38',1),(618,1,'2012-05-05 15:40:50','220.181.125.149',2),(619,1,'2012-05-05 16:01:50','79.66.109.91',1),(620,1,'2012-05-05 17:51:07','86.154.87.92',1),(621,1,'2012-05-05 18:54:30','213.186.127.12',2),(622,1,'2012-05-05 21:22:11','86.132.74.224',3),(623,1,'2012-05-05 23:22:44','213.186.127.12',1),(624,1,'2012-05-06 00:17:26','80.40.134.120',1),(625,1,'2012-05-06 01:46:57','123.125.71.80',1),(626,1,'2012-05-06 02:49:20','123.125.71.56',1),(627,1,'2012-05-06 03:15:14','213.186.127.12',1),(628,1,'2012-05-06 04:13:42','123.126.50.68',1),(629,1,'2012-05-06 07:05:48','213.186.127.12',1),(630,1,'2012-05-06 09:57:07','213.186.127.12',1),(631,1,'2012-05-06 13:57:25','213.186.127.12',1),(632,1,'2012-05-06 14:15:39','90.209.15.173',1),(633,1,'2012-05-06 15:37:58','65.93.86.173',2),(634,1,'2012-05-06 18:15:17','95.108.150.235',2),(635,1,'2012-05-06 19:43:54','72.94.249.37',1),(636,1,'2012-05-06 22:08:55','80.102.182.210',1),(637,1,'2012-05-06 23:04:25','176.9.148.197',1),(638,1,'2012-05-07 01:28:04','87.250.255.243',1),(639,1,'2012-05-07 03:41:58','180.76.5.166',1),(640,1,'2012-05-07 06:48:21','157.55.18.9',1),(641,1,'2012-05-07 10:14:48','85.58.173.18',2),(642,1,'2012-05-07 11:42:01','86.164.110.125',2),(643,1,'2012-05-07 14:47:34','91.121.222.207',1),(644,1,'2012-05-07 17:05:27','81.209.177.145',3),(645,1,'2012-05-07 18:33:13','123.125.71.81',1),(646,1,'2012-05-07 21:56:37','46.119.120.216',1),(647,1,'2012-05-08 00:45:01','184.154.48.82',1),(648,1,'2012-05-08 04:01:04','208.80.194.32',1),(649,1,'2012-05-08 07:03:11','92.241.245.126',1),(650,1,'2012-05-08 08:03:05','86.160.129.134',2),(651,1,'2012-05-08 12:17:54','208.80.194.27',1),(652,1,'2012-05-08 14:25:24','81.105.29.219',1),(653,1,'2012-05-08 18:20:35','86.180.80.106',2),(654,1,'2012-05-08 19:05:29','91.207.8.26',4),(655,1,'2012-05-08 20:15:01','90.211.230.194',1),(656,1,'2012-05-09 03:45:45','208.80.194.30',1),(657,1,'2012-05-09 06:45:48','193.47.80.37',1),(658,1,'2012-05-09 12:03:58','95.108.150.235',2),(659,1,'2012-05-09 14:00:13','61.135.249.209',1),(660,1,'2012-05-09 15:06:00','123.126.50.68',1),(661,1,'2012-05-09 17:46:05','213.186.127.12',1),(662,1,'2012-05-09 21:47:55','88.214.193.166',1),(663,1,'2012-05-09 22:00:21','91.125.145.9',3),(664,1,'2012-05-10 09:40:16','157.55.18.9',1),(665,1,'2012-05-10 11:04:49','95.108.150.235',3),(666,1,'2012-05-10 15:03:34','193.164.118.23',1),(667,1,'2012-05-10 16:21:07','119.63.196.124',1),(668,1,'2012-05-10 17:39:42','157.55.18.9',1),(669,1,'2012-05-10 20:45:17','98.139.241.249',1),(670,1,'2012-05-10 22:37:55','2.29.2.126',2),(671,1,'2012-05-10 23:48:20','208.80.194.30',1),(672,1,'2012-05-11 06:01:50','1.202.219.2',2),(673,1,'2012-05-11 08:56:01','208.80.194.32',1),(674,1,'2012-05-11 10:14:12','72.73.80.22',2),(675,1,'2012-05-11 21:28:42','87.250.255.243',1),(676,1,'2012-05-12 08:37:08','123.126.50.68',1),(677,1,'2012-05-12 17:57:14','123.125.71.100',1),(678,1,'2012-05-12 20:55:24','78.146.235.83',2),(679,1,'2012-05-13 02:44:21','199.87.252.57',1),(680,1,'2012-05-13 06:52:04','208.80.194.30',1),(681,1,'2012-05-13 09:59:19','159.253.145.175',2),(682,1,'2012-05-13 11:57:56','66.249.72.1',1),(683,1,'2012-05-13 12:21:05','111.13.8.110',2),(684,1,'2012-05-13 14:19:14','157.55.18.9',3),(685,1,'2012-05-13 15:32:38','86.143.200.228',2),(686,1,'2012-05-13 16:20:00','95.70.168.233',2),(687,1,'2012-05-13 20:48:40','157.55.18.9',1),(688,1,'2012-05-13 21:07:12','157.55.18.9',1),(689,1,'2012-05-13 23:07:02','176.9.148.197',1),(690,1,'2012-05-14 00:40:24','123.125.71.116',1),(691,1,'2012-05-14 04:35:16','213.186.127.5',1),(692,1,'2012-05-14 19:13:31','95.108.150.235',3),(693,1,'2012-05-14 20:38:22','87.250.255.243',1),(694,1,'2012-05-14 21:16:28','62.83.175.82',1),(695,1,'2012-05-15 02:53:30','111.13.8.110',1),(696,1,'2012-05-15 06:47:06','1.202.219.2',1),(697,1,'2012-05-15 07:53:49','123.126.50.68',1),(698,1,'2012-05-15 09:47:33','119.63.196.60',1),(699,1,'2012-05-15 13:36:51','208.80.194.30',1),(700,1,'2012-05-15 16:42:10','92.7.25.17',1),(701,1,'2012-05-15 17:03:32','2.136.18.71',2),(702,1,'2012-05-15 20:08:08','111.13.8.110',1),(703,1,'2012-05-15 22:11:58','66.249.72.1',1),(704,1,'2012-05-15 23:00:12','208.80.194.30',2),(705,1,'2012-05-16 00:04:28','87.250.255.243',2),(706,1,'2012-05-16 10:59:39','157.55.18.9',1),(707,1,'2012-05-16 12:15:11','199.87.250.42',1),(708,1,'2012-05-16 14:21:38','95.108.151.244',2),(709,1,'2012-05-16 17:33:24','123.126.50.68',1),(710,1,'2012-05-16 22:00:26','87.250.255.243',1),(711,1,'2012-05-17 00:59:49','95.108.151.244',2),(712,1,'2012-05-17 02:28:20','123.125.71.115',1),(713,1,'2012-05-17 07:11:47','111.13.8.110',1),(714,1,'2012-05-17 09:11:15','157.55.18.9',4),(715,1,'2012-05-17 12:56:09','111.13.8.110',1),(716,1,'2012-05-17 15:46:26','66.249.72.1',2),(717,1,'2012-05-17 17:08:42','111.13.8.110',1),(718,1,'2012-05-17 19:32:28','188.165.230.147',2),(719,1,'2012-05-17 20:35:02','95.108.151.244',3),(720,1,'2012-05-17 22:29:48','87.250.255.243',1),(721,1,'2012-05-18 04:24:39','123.126.50.68',1),(722,1,'2012-05-18 05:30:20','157.55.18.9',1),(723,1,'2012-05-18 10:25:52','80.79.82.6',3),(724,1,'2012-05-18 11:20:36','110.75.174.59',2),(725,1,'2012-05-18 13:03:06','97.107.164.18',1),(726,1,'2012-05-18 14:21:19','95.108.150.235',2),(727,1,'2012-05-18 15:18:12','180.76.5.191',1),(728,1,'2012-05-18 22:17:30','87.250.255.243',1),(729,1,'2012-05-18 23:54:21','111.13.8.110',1),(730,1,'2012-05-19 00:31:31','213.186.122.3',2),(731,1,'2012-05-19 02:54:23','157.55.18.9',1),(732,1,'2012-05-19 06:08:54','91.207.8.26',1),(733,1,'2012-05-19 11:01:54','95.28.198.42',1),(734,1,'2012-05-19 13:42:28','95.108.151.244',2),(735,1,'2012-05-19 16:47:37','1.202.219.2',1),(736,1,'2012-05-19 19:10:04','123.125.71.115',2),(737,1,'2012-05-19 20:07:30','66.249.72.1',1),(738,1,'2012-05-19 22:25:23','111.13.8.110',1),(739,1,'2012-05-20 00:16:26','2.124.88.195',1),(740,1,'2012-05-20 03:02:41','173.57.38.217',1),(741,1,'2012-05-20 06:53:46','157.55.18.9',1),(742,1,'2012-05-20 09:46:00','95.108.151.244',2),(743,1,'2012-05-20 17:30:34','193.47.80.37',1),(744,1,'2012-05-20 18:55:12','62.37.150.231',1),(745,1,'2012-05-20 21:17:43','111.13.8.110',1),(746,1,'2012-05-20 23:03:18','176.9.148.197',2),(747,1,'2012-05-21 06:12:03','123.126.50.68',1),(748,1,'2012-05-21 08:26:06','95.108.150.235',2),(749,1,'2012-05-21 15:56:21','74.125.178.82',1),(750,1,'2012-05-21 18:51:06','84.232.159.149',1),(751,1,'2012-05-21 23:12:33','213.186.119.134',2),(752,1,'2012-05-22 01:12:19','157.55.18.9',1),(753,1,'2012-05-22 07:56:20','87.250.255.243',1),(754,1,'2012-05-22 10:23:56','95.108.150.235',2),(755,1,'2012-05-22 14:35:23','88.25.164.72',2),(756,1,'2012-05-22 17:32:38','220.181.141.70',1),(757,1,'2012-05-22 22:10:14','2.220.254.59',1),(758,1,'2012-05-23 05:37:26','180.76.6.26',1),(759,1,'2012-05-23 07:54:13','1.202.219.2',1),(760,1,'2012-05-23 20:13:51','86.183.130.132',15),(761,1,'2012-05-23 21:03:00','85.58.13.102',6),(762,1,'2012-05-23 22:01:41','79.155.36.198',3),(763,1,'2012-05-23 23:06:06','83.34.103.213',2),(764,1,'2012-05-24 07:18:33','90.163.255.246',1),(765,1,'2012-05-24 08:26:45','107.22.98.172',6),(766,1,'2012-05-24 09:29:07','77.209.226.79',3),(767,1,'2012-05-24 11:14:34','195.77.248.225',4),(768,1,'2012-05-24 12:27:26','157.55.18.9',2),(769,1,'2012-05-24 13:12:55','95.21.95.236',2),(770,1,'2012-05-24 14:08:10','88.0.137.101',4),(771,1,'2012-05-24 15:25:42','83.32.73.59',2),(772,1,'2012-05-24 16:07:01','88.0.137.101',3),(773,1,'2012-05-24 18:01:30','88.0.137.101',2),(774,1,'2012-05-24 19:51:26','174.129.161.95',1),(775,1,'2012-05-24 21:00:40','87.236.194.78',5),(776,1,'2012-05-25 00:15:21','23.22.139.36',1),(777,1,'2012-05-25 04:21:52','83.149.126.98',1),(778,1,'2012-05-25 05:15:15','94.23.225.68',1),(779,1,'2012-05-25 07:08:03','8.28.16.254',3),(780,1,'2012-05-25 11:59:17','207.46.199.169',1),(781,1,'2012-05-25 12:04:44','88.17.197.225',6),(782,1,'2012-05-25 15:28:19','157.56.94.167',2),(783,1,'2012-05-25 18:55:31','123.125.71.112',1),(784,1,'2012-05-25 20:17:38','107.20.64.128',1),(785,1,'2012-05-25 22:18:17','157.55.18.9',1),(786,1,'2012-05-26 08:15:42','111.13.8.110',1),(787,1,'2012-05-26 18:08:10','95.108.150.235',2),(788,1,'2012-05-26 20:11:33','79.159.62.64',1),(789,1,'2012-05-26 21:06:41','174.129.79.149',1),(790,1,'2012-05-27 03:01:29','123.125.71.83',2),(791,1,'2012-05-27 06:53:35','1.202.219.2',1),(792,1,'2012-05-27 07:24:21','66.249.72.80',1),(793,1,'2012-05-27 12:37:35','91.207.8.26',2),(794,1,'2012-05-27 14:17:17','65.52.110.13',1),(795,1,'2012-05-27 20:10:05','123.126.50.68',2),(796,1,'2012-05-27 23:01:03','176.9.148.197',1),(797,1,'2012-05-28 07:38:20','66.249.72.80',1),(798,1,'2012-05-28 11:45:44','87.250.255.243',1),(799,1,'2012-05-28 22:12:41','77.28.167.74',3),(800,1,'2012-05-29 01:50:52','157.55.18.9',1),(801,1,'2012-05-29 03:44:20','87.250.255.243',1),(802,1,'2012-05-29 09:42:03','194.82.255.190',1),(803,1,'2012-05-29 12:06:04','95.108.150.235',2),(804,1,'2012-05-29 14:06:46','81.45.232.19',1),(805,1,'2012-05-29 15:30:45','94.39.143.154',1),(806,1,'2012-05-29 16:02:31','87.250.255.243',2),(807,1,'2012-05-29 21:42:32','79.154.251.48',1),(808,1,'2012-05-30 03:03:03','198.136.53.234',1),(809,1,'2012-05-30 07:35:14','216.145.17.190',1),(810,1,'2012-05-30 11:26:07','123.125.71.103',1),(811,1,'2012-05-30 12:22:15','157.55.18.9',8),(812,1,'2012-05-30 14:52:07','123.126.50.68',1),(813,1,'2012-05-30 15:49:44','86.16.77.212',1),(814,1,'2012-05-30 17:21:07','95.108.150.235',2),(815,1,'2012-05-30 20:12:11','82.15.228.216',2),(816,1,'2012-05-30 23:01:58','90.201.162.102',1),(817,1,'2012-05-31 06:37:34','95.108.151.244',2),(818,1,'2012-05-31 10:18:25','66.249.72.80',1),(819,1,'2012-05-31 11:16:12','212.219.117.116',1),(820,1,'2012-05-31 14:05:41','87.127.211.120',1),(821,1,'2012-05-31 19:00:27','88.11.149.89',1),(822,1,'2012-05-31 22:49:52','123.125.71.52',1),(823,1,'2012-05-31 23:42:32','88.214.193.166',1),(824,1,'2012-06-01 01:53:48','95.108.151.244',2),(825,1,'2012-06-01 05:16:15','1.202.219.2',1),(826,1,'2012-06-01 08:55:43','123.125.71.35',1),(827,1,'2012-06-01 12:01:16','83.247.136.48',2),(828,1,'2012-06-01 13:05:52','157.55.18.9',1),(829,1,'2012-06-01 23:25:54','23.22.117.144',1),(830,1,'2012-06-02 00:09:34','86.163.40.41',2),(831,1,'2012-06-02 02:56:21','157.55.18.9',1),(832,1,'2012-06-02 03:01:00','123.125.71.103',1),(833,1,'2012-06-02 06:45:50','157.55.18.9',1),(834,1,'2012-06-02 07:40:26','123.126.50.68',1),(835,1,'2012-06-02 08:14:45','86.163.40.41',1),(836,1,'2012-06-02 09:15:29','86.163.40.41',1),(837,1,'2012-06-02 13:44:18','85.103.213.15',2),(838,1,'2012-06-02 14:56:57','86.163.40.41',1),(839,1,'2012-06-02 15:58:52','86.163.40.41',1),(840,1,'2012-06-02 18:31:00','86.163.40.41',1),(841,1,'2012-06-02 19:16:52','95.108.150.235',1),(842,1,'2012-06-02 20:18:18','92.239.146.225',3),(843,1,'2012-06-02 21:06:18','86.163.40.41',1),(844,1,'2012-06-03 01:48:10','66.249.72.80',1),(845,1,'2012-06-03 02:18:41','123.125.71.105',1),(846,1,'2012-06-03 08:28:36','87.250.255.243',1),(847,1,'2012-06-03 10:00:52','88.3.67.12',1),(848,1,'2012-06-03 14:57:07','96.255.202.242',1),(849,1,'2012-06-03 15:56:12','90.206.46.2',1),(850,1,'2012-06-03 19:13:56','88.27.171.171',3),(851,1,'2012-06-03 20:22:06','86.163.40.41',2),(852,1,'2012-06-03 22:03:57','94.175.81.92',4),(853,1,'2012-06-04 00:27:07','2.217.106.208',1),(854,1,'2012-06-04 02:39:51','1.202.219.2',1),(855,1,'2012-06-04 03:01:29','176.9.155.226',1),(856,1,'2012-06-04 05:43:29','220.181.125.107',1),(857,1,'2012-06-04 07:15:02','87.250.255.243',1),(858,1,'2012-06-04 08:25:49','86.163.40.41',1),(859,1,'2012-06-04 10:03:19','88.9.35.168',2),(860,1,'2012-06-04 13:55:47','86.163.40.41',1),(861,1,'2012-06-04 15:03:27','86.163.40.41',1),(862,1,'2012-06-04 17:23:12','90.209.15.173',2),(863,1,'2012-06-04 19:47:34','213.205.233.93',1),(864,1,'2012-06-04 23:15:37','123.126.50.68',1),(865,1,'2012-06-05 03:16:03','180.76.5.171',1),(866,1,'2012-06-05 09:17:48','180.76.5.59',1),(867,1,'2012-06-05 11:37:51','46.4.100.149',1),(868,1,'2012-06-05 13:27:22','86.163.40.41',3),(869,1,'2012-06-05 22:42:30','157.55.17.103',2),(870,1,'2012-06-06 08:47:56','182.68.180.20',2),(871,1,'2012-06-06 09:12:52','86.163.40.41',3),(872,1,'2012-06-06 10:18:16','121.214.122.139',3),(873,1,'2012-06-06 12:00:49','86.163.40.41',2),(874,1,'2012-06-06 14:52:26','91.121.222.207',1),(875,1,'2012-06-06 17:22:35','207.46.199.162',4),(876,1,'2012-06-06 18:13:18','86.163.40.41',1),(877,1,'2012-06-06 19:19:07','86.163.40.41',1),(878,1,'2012-06-06 21:13:19','86.163.40.41',3),(879,1,'2012-06-06 22:24:13','220.181.125.41',1),(880,1,'2012-06-07 02:24:42','95.108.150.235',2),(881,1,'2012-06-07 06:58:15','188.165.230.147',1),(882,1,'2012-06-07 07:33:17','86.163.40.41',1),(883,1,'2012-06-07 08:59:24','86.163.40.41',1),(884,1,'2012-06-07 09:30:55','77.28.18.23',2),(885,1,'2012-06-07 11:43:58','86.163.40.41',1),(886,1,'2012-06-07 14:06:33','86.163.40.41',1),(887,1,'2012-06-07 16:00:20','86.163.40.41',1),(888,1,'2012-06-08 01:19:04','80.184.126.44',1),(889,1,'2012-06-08 06:47:46','66.249.71.135',1),(890,1,'2012-06-08 07:08:31','86.163.40.41',2),(891,1,'2012-06-08 11:35:08','86.163.40.41',1),(892,1,'2012-06-08 12:37:07','86.163.40.41',1),(893,1,'2012-06-08 13:57:27','123.126.50.68',1),(894,1,'2012-06-08 16:57:32','74.52.245.146',1),(895,1,'2012-06-08 17:17:50','95.108.150.235',2),(896,1,'2012-06-08 22:25:53','82.69.108.131',2),(897,1,'2012-06-08 23:18:44','69.84.207.246',2),(898,1,'2012-06-09 11:24:24','66.249.72.80',1),(899,1,'2012-06-09 20:21:35','213.186.127.3',1),(900,1,'2012-06-09 23:40:22','123.125.71.106',2),(901,1,'2012-06-10 01:41:24','123.125.71.73',1),(902,1,'2012-06-10 02:00:12','178.154.204.250',1),(903,1,'2012-06-10 05:17:34','157.55.17.103',1),(904,1,'2012-06-10 08:34:43','81.43.178.239',1),(905,1,'2012-06-10 11:03:10','82.34.83.128',1),(906,1,'2012-06-10 12:50:36','90.211.183.237',1),(907,1,'2012-06-10 14:06:18','123.126.50.68',1),(908,1,'2012-06-10 17:01:07','85.210.112.137',2),(909,1,'2012-06-10 18:04:21','176.9.51.210',3),(910,1,'2012-06-10 20:45:39','72.134.20.163',1),(911,1,'2012-06-10 23:33:33','123.125.71.117',1),(912,1,'2012-06-11 00:15:44','97.97.156.249',2),(913,1,'2012-06-11 01:29:11','90.213.125.248',2),(914,1,'2012-06-11 06:01:16','23.22.198.52',2),(915,1,'2012-06-11 09:14:36','38.100.21.14',2),(916,1,'2012-06-11 10:40:28','81.136.179.66',1),(917,1,'2012-06-11 11:22:25','2.146.126.96',1),(918,1,'2012-06-11 12:32:29','64.246.187.42',1),(919,1,'2012-06-11 14:26:49','95.108.150.235',2),(920,1,'2012-06-11 15:10:58','46.165.197.142',2),(921,1,'2012-06-11 19:03:30','83.33.118.170',2),(922,1,'2012-06-11 20:06:37','85.62.233.182',1),(923,1,'2012-06-12 10:26:57','1.202.219.2',1),(924,1,'2012-06-12 12:37:14','123.126.50.68',1),(925,1,'2012-06-12 13:34:47','79.157.193.107',3),(926,1,'2012-06-12 16:21:03','95.108.150.235',2),(927,1,'2012-06-13 01:09:02','157.55.17.103',1),(928,1,'2012-06-13 03:23:34','178.154.204.250',1),(929,1,'2012-06-13 11:16:03','65.52.108.12',1),(930,1,'2012-06-13 13:28:29','66.249.72.80',1),(931,1,'2012-06-13 15:08:20','1.202.219.2',1),(932,1,'2012-06-13 20:52:56','180.76.5.139',1),(933,1,'2012-06-13 21:36:20','157.55.17.103',1),(934,1,'2012-06-13 23:22:43','69.171.242.250',1),(935,1,'2012-06-14 01:06:24','90.213.125.248',1),(936,1,'2012-06-14 03:19:50','178.154.204.250',1),(937,1,'2012-06-14 11:08:53','65.52.108.12',1),(938,1,'2012-06-14 12:13:45','213.143.45.124',1),(939,1,'2012-06-14 15:15:39','66.249.72.80',1),(940,1,'2012-06-14 16:39:11','123.126.50.68',1),(941,1,'2012-06-15 02:48:21','188.165.230.147',1),(942,1,'2012-06-15 06:50:34','157.55.16.231',1),(943,1,'2012-06-15 10:48:26','109.145.98.248',1),(944,1,'2012-06-15 11:11:26','78.185.45.67',1),(945,1,'2012-06-15 14:35:06','95.108.150.235',2),(946,1,'2012-06-15 16:38:56','61.135.249.209',1),(947,1,'2012-06-15 23:24:09','67.195.112.58',1),(948,1,'2012-06-16 04:31:31','178.154.204.250',2),(949,1,'2012-06-16 05:18:27','72.73.80.22',1),(950,1,'2012-06-16 16:45:03','213.186.119.138',1),(951,1,'2012-06-16 19:06:44','95.108.150.235',2),(952,1,'2012-06-16 21:35:27','38.101.148.126',1),(953,1,'2012-06-16 23:07:32','157.55.16.231',1),(954,1,'2012-06-17 10:04:22','66.249.72.80',1),(955,1,'2012-06-17 18:33:59','123.125.71.91',1),(956,1,'2012-06-17 19:26:47','84.76.55.240',1),(957,1,'2012-06-17 21:33:55','90.213.125.248',1),(958,1,'2012-06-18 00:46:12','157.55.16.231',1),(959,1,'2012-06-18 05:49:56','178.154.204.250',1),(960,1,'2012-06-18 06:41:29','176.9.50.103',1),(961,1,'2012-06-18 09:59:31','84.13.35.52',1),(962,1,'2012-06-18 10:00:02','62.24.252.133',1),(963,1,'2012-06-18 11:50:31','66.249.72.80',1),(964,1,'2012-06-18 13:50:24','90.213.125.248',1),(965,1,'2012-06-18 17:28:21','157.55.16.231',1),(966,1,'2012-06-18 18:18:23','86.25.12.46',1),(967,1,'2012-06-18 19:40:24','78.165.71.200',1),(968,1,'2012-06-18 20:19:59','123.126.50.68',3),(969,1,'2012-06-18 21:18:36','90.213.125.248',3),(970,1,'2012-06-18 22:31:08','213.205.225.18',2),(971,1,'2012-06-18 23:00:35','110.75.174.40',2),(972,1,'2012-06-19 00:30:52','95.108.150.235',2),(973,1,'2012-06-19 10:43:30','94.245.127.14',1),(974,1,'2012-06-19 12:20:49','86.145.69.122',1),(975,1,'2012-06-19 14:20:58','88.96.225.230',3),(976,1,'2012-06-19 15:25:17','178.154.204.250',1),(977,1,'2012-06-19 22:57:31','79.70.97.168',1),(978,1,'2012-06-19 23:00:19','79.70.97.168',14),(979,1,'2012-06-20 00:29:32','90.213.125.248',1),(980,1,'2012-06-20 02:29:47','88.250.176.179',1),(981,1,'2012-06-20 11:52:28','80.40.134.120',3),(982,1,'2012-06-20 12:01:51','90.201.162.102',17),(983,1,'2012-06-20 13:00:53','90.201.162.102',3),(984,1,'2012-06-20 15:00:08','1.202.219.2',1),(985,1,'2012-06-20 17:02:15','95.108.150.235',2),(986,1,'2012-06-20 18:59:41','157.55.16.231',1),(987,1,'2012-06-20 19:26:59','92.7.28.153',1),(988,1,'2012-06-21 04:14:29','178.154.204.250',1),(989,1,'2012-06-21 08:29:33','66.220.158.249',1),(990,1,'2012-06-21 11:56:27','74.111.11.228',1),(991,1,'2012-06-21 14:11:22','173.192.34.95',1),(992,1,'2012-06-21 18:53:53','123.126.50.68',1),(993,1,'2012-06-21 20:03:04','90.213.125.248',5),(994,1,'2012-06-22 07:40:52','88.96.225.230',6),(995,1,'2012-06-22 10:51:25','199.58.86.206',1),(996,1,'2012-06-22 14:54:19','178.154.204.250',1),(997,1,'2012-06-22 15:41:25','94.224.114.11',2),(998,1,'2012-06-22 18:59:15','86.184.204.60',1),(999,1,'2012-06-22 19:30:33','65.52.110.30',1),(1000,1,'2012-06-22 22:03:59','195.188.228.30',1),(1001,1,'2012-06-23 02:24:32','107.22.75.217',1),(1002,1,'2012-06-23 03:02:58','66.249.72.80',2),(1003,1,'2012-06-23 10:51:27','68.84.112.213',1),(1004,1,'2012-06-23 11:08:51','178.154.204.250',1),(1005,1,'2012-06-23 12:05:14','95.108.150.235',3),(1006,1,'2012-06-23 17:28:10','90.213.125.248',4),(1007,1,'2012-06-23 18:50:06','90.213.125.248',1),(1008,1,'2012-06-23 21:26:15','123.126.50.68',1),(1009,1,'2012-06-23 23:43:48','24.132.122.35',3),(1010,1,'2012-06-24 00:21:38','207.46.204.191',1),(1011,1,'2012-06-24 02:49:34','193.47.80.37',1),(1012,1,'2012-06-24 13:33:33','207.46.13.49',1),(1013,1,'2012-06-24 17:01:26','109.157.12.37',2),(1014,1,'2012-06-24 19:50:26','1.202.219.2',1),(1015,1,'2012-06-25 00:27:47','90.213.125.248',1),(1016,1,'2012-06-25 01:34:14','123.125.71.60',1),(1017,1,'2012-06-25 05:18:31','207.46.194.90',1),(1018,1,'2012-06-25 06:49:15','176.9.50.103',1),(1019,1,'2012-06-25 08:23:18','207.46.194.73',1),(1020,1,'2012-06-25 09:23:31','86.25.33.149',1),(1021,1,'2012-06-25 10:36:49','207.46.194.67',1),(1022,1,'2012-06-25 11:51:48','207.46.194.73',1),(1023,1,'2012-06-25 16:44:55','90.201.162.102',1),(1024,1,'2012-06-25 17:37:54','90.201.162.102',2),(1025,1,'2012-06-25 18:51:10','123.125.71.71',1),(1026,1,'2012-06-25 19:53:17','90.217.29.93',1),(1027,1,'2012-06-25 22:12:36','123.125.71.48',1),(1028,1,'2012-06-26 01:25:14','123.126.50.68',1),(1029,1,'2012-06-26 07:57:17','157.55.17.200',1),(1030,1,'2012-06-26 10:07:44','63.143.47.194',3),(1031,1,'2012-06-26 11:19:56','81.142.158.181',4),(1032,1,'2012-06-26 15:00:23','88.96.225.230',4),(1033,1,'2012-06-27 08:46:41','81.142.158.181',1),(1034,1,'2012-06-27 09:15:38','66.249.71.135',1),(1035,1,'2012-06-27 11:12:14','94.0.245.25',1),(1036,1,'2012-06-27 12:07:32','94.0.245.25',2),(1037,1,'2012-06-27 16:12:21','178.154.204.250',2),(1038,1,'2012-06-27 17:07:43','88.214.193.166',1),(1039,1,'2012-06-28 01:54:23','157.55.17.200',1),(1040,1,'2012-06-28 04:05:28','123.126.50.68',3),(1041,1,'2012-06-28 09:44:44','69.171.247.6',1),(1042,1,'2012-06-28 11:00:01','194.82.168.3',1),(1043,1,'2012-06-28 12:46:26','88.232.86.159',1),(1044,1,'2012-06-28 13:01:21','1.202.219.2',2),(1045,1,'2012-06-28 15:09:50','194.82.168.3',1),(1046,1,'2012-06-28 16:40:19','193.47.80.37',1),(1047,1,'2012-06-28 21:36:26','95.108.150.235',3),(1048,1,'2012-06-28 23:52:48','188.165.230.147',1),(1049,1,'2012-06-29 00:35:48','50.57.68.10',1),(1050,1,'2012-06-29 10:56:42','50.57.64.198',1),(1051,1,'2012-06-29 12:16:44','94.0.245.25',1),(1052,1,'2012-06-29 14:18:16','75.182.54.152',1),(1053,1,'2012-06-29 15:31:53','213.186.119.136',1),(1054,1,'2012-06-29 16:02:08','178.154.204.250',2),(1055,1,'2012-06-29 17:55:30','207.46.204.180',1),(1056,1,'2012-06-29 20:51:11','174.77.92.170',2),(1057,1,'2012-06-29 21:16:19','207.46.204.180',2),(1058,1,'2012-06-29 23:29:21','83.149.126.98',1),(1059,1,'2012-06-30 08:54:10','65.52.108.219',1),(1060,1,'2012-06-30 10:54:23','66.249.71.135',1),(1061,1,'2012-06-30 11:41:11','123.126.50.68',2),(1062,1,'2012-06-30 13:54:21','66.249.71.135',1),(1063,1,'2012-06-30 14:06:54','207.46.194.145',1),(1064,1,'2012-06-30 16:00:20','178.154.204.250',2),(1065,1,'2012-07-01 17:09:47','90.201.162.102',5),(1066,1,'2012-07-01 18:26:24','174.77.92.170',10),(1067,1,'2012-07-01 19:01:30','174.77.92.170',5),(1068,1,'2012-07-01 22:46:04','90.201.162.102',10),(1069,1,'2012-07-01 23:00:15','72.66.115.14',59),(1070,1,'2012-07-02 00:15:31','204.187.12.90',9),(1071,1,'2012-07-02 01:07:06','94.0.245.25',3),(1072,1,'2012-07-02 02:09:57','157.55.18.9',1),(1073,1,'2012-07-02 11:59:33','94.0.245.25',1),(1074,1,'2012-07-02 12:46:54','94.0.245.25',1),(1075,1,'2012-07-02 14:06:03','123.126.50.68',2),(1076,1,'2012-07-02 18:02:24','90.201.162.102',14),(1077,1,'2012-07-02 20:19:47','174.77.92.170',2),(1078,1,'2012-07-03 00:11:14','92.45.142.129',1),(1079,1,'2012-07-03 01:26:38','95.108.150.235',2),(1080,1,'2012-07-03 04:40:09','1.202.219.2',1),(1081,1,'2012-07-03 08:56:39','66.249.72.118',1),(1082,1,'2012-07-03 10:21:29','94.0.245.25',1),(1083,1,'2012-07-03 11:21:51','78.147.102.164',5),(1084,1,'2012-07-03 15:11:06','212.231.231.131',4),(1085,1,'2012-07-04 10:24:06','157.55.18.9',2),(1086,1,'2012-07-04 11:38:19','78.45.0.226',1),(1087,1,'2012-07-04 12:50:50','78.105.124.151',1),(1088,1,'2012-07-04 13:25:34','78.151.155.131',3),(1089,1,'2012-07-04 15:26:05','207.46.204.170',1),(1090,1,'2012-07-04 17:31:49','64.246.161.190',1),(1091,1,'2012-07-04 18:17:56','123.126.50.68',2),(1092,1,'2012-07-05 09:30:09','94.224.114.11',2),(1093,1,'2012-07-05 10:13:15','86.188.239.18',1),(1094,1,'2012-07-05 11:02:59','157.55.18.9',2),(1095,1,'2012-07-05 12:21:14','195.88.100.34',4),(1096,1,'2012-07-05 13:04:31','81.152.226.75',1),(1097,1,'2012-07-05 16:01:25','95.108.150.235',2),(1098,1,'2012-07-06 00:29:26','94.0.245.25',4),(1099,1,'2012-07-06 07:58:28','81.97.251.53',2),(1100,1,'2012-07-06 08:16:57','109.239.86.210',1),(1101,1,'2012-07-06 09:42:11','78.161.245.2',1),(1102,1,'2012-07-06 10:28:34','66.249.71.205',2),(1103,1,'2012-07-06 11:44:09','69.58.178.58',2),(1104,1,'2012-07-06 14:44:38','88.26.223.121',1),(1105,1,'2012-07-06 15:14:45','69.158.85.85',2),(1106,1,'2012-07-06 21:51:53','180.76.5.48',2),(1107,1,'2012-07-06 22:37:40','123.126.50.68',1),(1108,1,'2012-07-07 06:31:11','95.108.150.235',2),(1109,1,'2012-07-07 10:42:47','66.249.72.118',1),(1110,1,'2012-07-07 11:06:37','173.236.21.106',1),(1111,1,'2012-07-07 13:08:48','66.249.72.118',1),(1112,1,'2012-07-07 16:34:29','157.55.18.9',2),(1113,1,'2012-07-07 17:44:21','207.46.194.48',2),(1114,1,'2012-07-07 21:59:12','175.158.29.209',1),(1115,1,'2012-07-08 11:14:25','2.123.232.116',1),(1116,1,'2012-07-08 14:30:53','88.254.143.182',1),(1117,1,'2012-07-08 15:12:25','2.24.235.217',1),(1118,1,'2012-07-08 16:34:38','220.181.108.187',1),(1119,1,'2012-07-08 22:44:20','207.46.199.20',1),(1120,1,'2012-07-09 03:09:43','91.207.8.26',1),(1121,1,'2012-07-09 04:20:40','123.126.50.68',1),(1122,1,'2012-07-09 10:02:32','80.177.105.33',2),(1123,1,'2012-07-09 14:31:26','157.55.18.9',1),(1124,1,'2012-07-09 17:36:14','2.24.235.217',1),(1125,1,'2012-07-09 19:50:36','100.43.83.132',1),(1126,1,'2012-07-09 20:36:06','2.223.44.103',1),(1127,1,'2012-07-09 21:18:32','110.75.173.26',2),(1128,1,'2012-07-10 00:51:46','220.181.108.187',1),(1129,1,'2012-07-10 01:18:19','1.202.219.2',1),(1130,1,'2012-07-10 03:16:12','157.55.112.219',1),(1131,1,'2012-07-10 06:25:15','66.249.71.237',1),(1132,1,'2012-07-10 10:57:00','188.223.86.48',1),(1133,1,'2012-07-10 11:28:25','81.176.230.39',1),(1134,1,'2012-07-10 12:14:20','89.16.251.30',3),(1135,1,'2012-07-10 15:51:34','94.194.17.42',1),(1136,1,'2012-07-10 19:55:04','66.249.72.109',1),(1137,1,'2012-07-10 21:23:09','173.236.21.106',1),(1138,1,'2012-07-10 22:04:52','90.246.69.186',1),(1139,1,'2012-07-11 01:20:51','220.181.108.180',3),(1140,1,'2012-07-11 11:20:54','123.126.50.68',1),(1141,1,'2012-07-11 12:51:26','65.52.108.198',3),(1142,1,'2012-07-11 17:23:30','217.35.84.55',1),(1143,1,'2012-07-11 18:37:38','220.181.108.180',1),(1144,1,'2012-07-11 22:21:38','66.249.72.109',1),(1145,1,'2012-07-12 11:25:07','69.171.247.7',1),(1146,1,'2012-07-12 17:23:50','65.52.108.198',1),(1147,1,'2012-07-12 21:38:47','46.197.9.23',2),(1148,1,'2012-07-13 05:58:16','213.163.67.219',1),(1149,1,'2012-07-13 07:03:56','220.181.108.94',1),(1150,1,'2012-07-13 08:29:51','91.124.170.252',1),(1151,1,'2012-07-13 09:08:19','31.186.86.158',1),(1152,1,'2012-07-13 14:08:19','123.126.50.68',1),(1153,1,'2012-07-13 15:14:51','65.52.108.198',1),(1154,1,'2012-07-13 17:45:00','220.181.108.154',1),(1155,1,'2012-07-13 22:39:13','85.58.179.255',1),(1156,1,'2012-07-14 04:08:13','95.108.150.235',2),(1157,1,'2012-07-14 08:09:30','72.14.199.237',1),(1158,1,'2012-07-14 12:39:41','65.52.108.198',1),(1159,1,'2012-07-14 17:06:00','93.97.109.193',1),(1160,1,'2012-07-14 19:33:21','220.181.108.142',1),(1161,1,'2012-07-14 21:31:43','178.255.215.65',1),(1162,1,'2012-07-14 22:13:15','66.226.74.85',2),(1163,1,'2012-07-15 00:46:32','85.166.32.12',1),(1164,1,'2012-07-15 02:10:09','95.108.150.235',2),(1165,1,'2012-07-15 17:48:35','220.181.108.160',1),(1166,1,'2012-07-15 18:51:18','77.75.77.17',1),(1167,1,'2012-07-15 23:25:11','65.52.108.198',1),(1168,1,'2012-07-16 02:47:29','123.126.50.68',1),(1169,1,'2012-07-16 08:16:35','64.246.165.160',1),(1170,1,'2012-07-16 11:32:34','178.255.215.65',2),(1171,1,'2012-07-16 12:02:22','65.52.108.198',1),(1172,1,'2012-07-16 13:00:08','88.254.231.74',2),(1173,1,'2012-07-16 20:04:17','92.4.62.144',1),(1174,1,'2012-07-17 03:07:14','220.181.108.182',1),(1175,1,'2012-07-17 07:22:38','92.20.177.227',3),(1176,1,'2012-07-17 12:16:45','66.249.72.109',3),(1177,1,'2012-07-17 13:43:16','66.249.72.109',1),(1178,1,'2012-07-17 14:13:07','69.158.31.2',1),(1179,1,'2012-07-17 17:44:15','90.201.162.102',2),(1180,1,'2012-07-17 18:07:27','82.22.216.188',3),(1181,1,'2012-07-18 00:00:17','65.52.110.151',1),(1182,1,'2012-07-18 05:10:51','119.63.196.123',1),(1183,1,'2012-07-18 17:28:44','2.123.232.116',1),(1184,1,'2012-07-19 02:34:53','123.126.50.68',1),(1185,1,'2012-07-19 09:13:53','94.30.51.55',1),(1186,1,'2012-07-19 12:44:03','66.220.158.245',1),(1187,1,'2012-07-19 13:50:05','65.52.110.151',1),(1188,1,'2012-07-19 14:27:55','95.108.150.235',2),(1189,1,'2012-07-19 18:14:10','66.249.72.109',1),(1190,1,'2012-07-20 04:08:51','66.249.72.109',2),(1191,1,'2012-07-20 14:24:49','173.212.140.21',2),(1192,1,'2012-07-20 22:04:59','123.126.50.68',1),(1193,1,'2012-07-21 05:41:43','66.249.72.109',1),(1194,1,'2012-07-21 12:28:31','92.40.203.107',1),(1195,1,'2012-07-21 18:02:11','65.52.110.191',1),(1196,1,'2012-07-21 19:55:00','67.221.59.205',2),(1197,1,'2012-07-21 20:36:42','213.186.127.4',1),(1198,1,'2012-07-21 21:49:12','66.249.72.109',1),(1199,1,'2012-07-21 23:04:17','178.137.82.160',1),(1200,1,'2012-07-22 00:31:25','66.249.72.109',1),(1201,1,'2012-07-22 01:59:52','184.154.48.82',1),(1202,1,'2012-07-22 11:52:15','65.52.110.191',1),(1203,1,'2012-07-22 13:41:07','92.7.10.138',1),(1204,1,'2012-07-22 15:14:09','123.126.50.68',1),(1205,1,'2012-07-22 16:29:37','50.112.25.171',2),(1206,1,'2012-07-22 17:10:20','50.112.192.150',1),(1207,1,'2012-07-22 20:55:19','188.40.42.204',1),(1208,1,'2012-07-23 02:54:24','95.108.150.235',2),(1209,1,'2012-07-23 07:59:41','178.255.215.65',1),(1210,1,'2012-07-24 03:01:43','66.249.72.109',1),(1211,1,'2012-07-24 11:32:37','81.176.230.39',3),(1212,1,'2012-07-24 13:36:30','95.108.150.235',2),(1213,1,'2012-07-24 20:13:39','65.52.110.191',1),(1214,1,'2012-07-24 21:15:30','220.181.127.14',2),(1215,1,'2012-07-24 22:25:50','2.123.232.116',3),(1216,1,'2012-07-25 00:27:30','110.75.174.27',2),(1217,1,'2012-07-25 03:26:50','100.43.83.132',1),(1218,1,'2012-07-25 07:09:04','180.76.5.49',1),(1219,1,'2012-07-25 08:36:45','123.126.50.68',1),(1220,1,'2012-07-25 13:09:00','180.76.5.67',1),(1221,1,'2012-07-25 14:23:20','66.249.72.109',1),(1222,1,'2012-07-25 18:50:46','207.46.204.242',1),(1223,1,'2012-07-25 21:13:07','220.181.108.117',1),(1224,1,'2012-07-26 01:23:28','31.185.202.47',2),(1225,1,'2012-07-26 04:25:42','95.108.150.235',2),(1226,1,'2012-07-26 09:32:27','87.83.222.194',1),(1227,1,'2012-07-26 12:44:51','69.171.247.5',1),(1228,1,'2012-07-26 19:03:34','74.86.158.107',1),(1229,1,'2012-07-26 22:36:14','207.46.204.242',1),(1230,1,'2012-07-27 00:09:21','178.255.215.65',1),(1231,1,'2012-07-27 06:10:40','5.9.40.194',2),(1232,1,'2012-07-27 13:38:44','66.249.72.109',1),(1233,1,'2012-07-27 17:48:40','66.249.72.109',1),(1234,1,'2012-07-27 22:13:11','86.177.211.210',1),(1235,1,'2012-07-28 05:29:10','64.246.165.170',1),(1236,1,'2012-07-28 07:46:59','123.126.50.68',1),(1237,1,'2012-07-28 09:52:30','207.46.204.177',1),(1238,1,'2012-07-28 20:03:02','82.166.9.35',2),(1239,1,'2012-07-28 23:39:17','77.75.77.11',1),(1240,1,'2012-07-29 02:50:31','66.249.72.109',1),(1241,1,'2012-07-29 14:52:14','207.46.13.99',1),(1242,1,'2012-07-29 15:14:18','95.108.150.235',2),(1243,1,'2012-07-29 19:33:19','94.1.236.83',1),(1244,1,'2012-07-30 01:55:05','80.153.212.59',1),(1245,1,'2012-07-30 05:39:50','1.202.218.72',1),(1246,1,'2012-07-30 08:41:06','182.68.221.117',2),(1247,1,'2012-07-30 09:12:49','95.108.150.235',2),(1248,1,'2012-07-30 16:45:07','66.249.72.109',1),(1249,1,'2012-07-30 17:56:22','69.165.156.101',1),(1250,1,'2012-07-30 21:10:45','86.130.11.153',1),(1251,1,'2012-07-31 00:36:54','123.126.50.68',1),(1252,1,'2012-07-31 06:58:13','207.46.13.99',1),(1253,1,'2012-07-31 08:30:53','85.186.188.29',3),(1254,1,'2012-07-31 11:41:49','220.181.125.107',1),(1255,1,'2012-07-31 14:01:22','69.165.156.101',1),(1256,1,'2012-07-31 18:19:05','207.46.13.99',1),(1257,1,'2012-08-01 05:17:02','220.181.108.174',1),(1258,1,'2012-08-01 10:56:10','2.123.232.116',1),(1259,1,'2012-08-01 14:40:20','217.158.127.210',4),(1260,1,'2012-08-01 18:07:28','88.104.54.30',1),(1261,1,'2012-08-02 03:13:41','80.40.134.120',2),(1262,1,'2012-08-02 04:05:41','66.249.72.109',1),(1263,1,'2012-08-02 09:37:46','207.46.13.99',1),(1264,1,'2012-08-02 12:48:33','193.60.60.204',3),(1265,1,'2012-08-02 13:07:48','123.126.50.68',1),(1266,1,'2012-08-02 16:32:09','90.201.162.102',2),(1267,1,'2012-08-02 21:30:40','90.201.162.102',2),(1268,1,'2012-08-03 00:28:09','180.76.6.225',1),(1269,1,'2012-08-03 12:05:48','66.249.72.109',1),(1270,1,'2012-08-03 14:11:57','85.210.114.150',1),(1271,1,'2012-08-03 17:33:28','180.76.5.111',1),(1272,1,'2012-08-03 19:33:50','66.249.71.237',1),(1273,1,'2012-08-03 22:10:24','80.40.134.120',1),(1274,1,'2012-08-04 03:24:14','1.202.218.72',1),(1275,1,'2012-08-04 10:24:31','66.249.71.237',1),(1276,1,'2012-08-04 11:18:04','86.128.122.200',1),(1277,1,'2012-08-04 14:37:56','95.108.150.235',2),(1278,1,'2012-08-04 16:35:09','92.20.223.15',3),(1279,1,'2012-08-04 20:54:10','2.103.33.51',1),(1280,1,'2012-08-04 21:41:53','66.249.71.237',1),(1281,1,'2012-08-05 10:48:58','207.46.13.99',1),(1282,1,'2012-08-05 23:15:31','212.139.220.174',1),(1283,1,'2012-08-06 02:39:38','173.242.125.196',1),(1284,1,'2012-08-06 04:25:40','66.249.71.237',1),(1285,1,'2012-08-06 06:08:18','65.52.104.27',1),(1286,1,'2012-08-06 11:29:24','80.40.134.120',1),(1287,1,'2012-08-06 14:45:13','66.249.71.237',1),(1288,1,'2012-08-06 16:29:57','194.199.4.204',1),(1289,1,'2012-08-06 18:23:59','95.108.150.235',2),(1290,1,'2012-08-06 21:13:53','90.201.162.102',22),(1291,1,'2012-08-07 02:36:52','178.255.215.65',1),(1292,1,'2012-08-07 04:09:24','72.14.199.237',1),(1293,1,'2012-08-07 08:10:19','77.75.77.17',3),(1294,1,'2012-08-07 13:15:09','82.22.12.21',1),(1295,1,'2012-08-07 17:01:17','94.0.211.232',1),(1296,1,'2012-08-07 18:14:05','178.73.197.202',1),(1297,1,'2012-08-07 20:15:22','1.202.218.72',1),(1298,1,'2012-08-07 23:54:12','82.67.177.178',1),(1299,1,'2012-08-08 09:33:54','78.171.15.47',1),(1300,1,'2012-08-08 11:00:59','90.201.162.102',1),(1301,1,'2012-08-08 15:20:42','66.249.71.237',2),(1302,1,'2012-08-08 16:54:14','195.138.205.241',1),(1303,1,'2012-08-08 19:15:09','123.126.50.68',2),(1304,1,'2012-08-08 20:30:11','67.202.12.46',1),(1305,1,'2012-08-08 23:48:14','67.159.8.164',1),(1306,1,'2012-08-09 01:45:27','64.246.165.180',1),(1307,1,'2012-08-09 07:32:16','91.121.222.207',1),(1308,1,'2012-08-09 08:05:48','86.156.154.71',1),(1309,1,'2012-08-09 11:11:59','81.155.1.93',1),(1310,1,'2012-08-09 12:18:57','199.19.249.196',3),(1311,1,'2012-08-09 13:00:54','69.171.242.249',1),(1312,1,'2012-08-09 15:19:42','220.181.108.186',1),(1313,1,'2012-08-09 21:13:08','66.249.71.237',1),(1314,1,'2012-08-09 22:36:01','31.186.87.46',1),(1315,1,'2012-08-10 02:19:17','178.255.215.65',1),(1316,1,'2012-08-10 06:12:40','207.46.204.224',1),(1317,1,'2012-08-10 12:26:51','81.104.99.140',1),(1318,1,'2012-08-10 13:18:47','173.231.28.242',1),(1319,1,'2012-08-10 14:20:03','220.181.108.82',1),(1320,1,'2012-08-10 21:30:58','95.108.150.235',2),(1321,1,'2012-08-10 22:16:46','123.126.50.68',1),(1322,1,'2012-08-11 02:34:58','1.202.218.72',1),(1323,1,'2012-08-11 16:45:56','77.101.238.66',1),(1324,1,'2012-08-11 19:40:46','67.202.62.98',3),(1325,1,'2012-08-12 05:56:33','207.46.199.205',1),(1326,1,'2012-08-12 12:24:30','86.163.185.193',3),(1327,1,'2012-08-12 16:47:23','123.126.50.68',1),(1328,1,'2012-08-13 04:01:31','173.242.125.196',1),(1329,1,'2012-08-13 05:48:55','207.46.13.98',1),(1330,1,'2012-08-13 08:20:18','66.249.71.237',1),(1331,1,'2012-08-13 17:28:10','81.155.28.229',1),(1332,1,'2012-08-13 21:51:59','94.171.224.190',2),(1333,1,'2012-08-14 00:27:35','206.225.83.10',1),(1334,1,'2012-08-14 01:04:00','178.255.215.65',1),(1335,1,'2012-08-14 03:47:46','95.108.150.235',2),(1336,1,'2012-08-14 14:08:41','66.249.71.237',3),(1337,1,'2012-08-14 15:38:25','95.108.150.235',2),(1338,1,'2012-08-14 16:27:00','31.185.182.194',1),(1339,1,'2012-08-15 03:59:58','67.159.8.164',1),(1340,1,'2012-08-15 11:28:04','95.14.133.140',2),(1341,1,'2012-08-15 12:31:47','1.202.218.72',1),(1342,1,'2012-08-15 13:57:54','220.181.125.108',1),(1343,1,'2012-08-15 17:54:18','99.253.247.223',1),(1344,1,'2012-08-15 22:14:19','220.181.108.96',1),(1345,1,'2012-08-16 01:58:39','123.126.50.68',1),(1346,1,'2012-08-16 03:23:18','207.46.13.98',1),(1347,1,'2012-08-16 09:26:30','207.46.199.205',1),(1348,1,'2012-08-16 10:50:44','69.58.178.58',2),(1349,1,'2012-08-16 12:27:58','2.123.232.116',1),(1350,1,'2012-08-16 14:18:46','66.249.72.86',1),(1351,1,'2012-08-16 15:41:31','178.250.45.101',1),(1352,1,'2012-08-16 17:15:17','66.220.152.2',1),(1353,1,'2012-08-16 21:51:08','109.149.109.220',3),(1354,1,'2012-08-17 01:55:18','220.181.108.179',1),(1355,1,'2012-08-17 08:24:56','110.75.174.148',1),(1356,1,'2012-08-17 12:36:55','123.126.50.68',1),(1357,1,'2012-08-17 14:49:16','95.108.150.235',2),(1358,1,'2012-08-17 23:51:56','178.255.215.65',1),(1359,1,'2012-08-18 00:36:32','86.25.35.54',1),(1360,1,'2012-08-18 01:52:53','220.181.108.146',1),(1361,1,'2012-08-18 09:51:06','85.210.119.78',1),(1362,1,'2012-08-18 10:09:23','85.210.119.78',1),(1363,1,'2012-08-18 12:36:19','81.155.1.93',1),(1364,1,'2012-08-18 16:40:59','80.40.134.120',2),(1365,1,'2012-08-18 17:33:23','86.151.117.64',1),(1366,1,'2012-08-18 18:39:40','220.181.108.156',1),(1367,1,'2012-08-18 21:05:32','123.126.50.68',3),(1368,1,'2012-08-19 07:18:20','176.9.9.90',2),(1369,1,'2012-08-19 10:02:32','1.202.218.72',1),(1370,1,'2012-08-19 19:41:13','66.249.72.86',2),(1371,1,'2012-08-20 00:49:06','95.65.74.138',1),(1372,1,'2012-08-20 05:56:24','123.126.50.68',1),(1373,1,'2012-08-20 07:31:16','176.9.9.90',1),(1374,1,'2012-08-20 09:36:25','176.9.9.90',1),(1375,1,'2012-08-20 11:14:44','95.108.150.235',3),(1376,1,'2012-08-20 18:37:56','100.43.83.132',1),(1377,1,'2012-08-20 21:02:58','64.246.178.34',1),(1378,1,'2012-08-21 02:40:36','65.52.109.194',1),(1379,1,'2012-08-21 03:54:07','183.79.63.84',1),(1380,1,'2012-08-21 14:39:04','77.75.77.17',1),(1381,1,'2012-08-21 15:04:34','220.181.108.173',1),(1382,1,'2012-08-21 23:03:37','123.126.50.68',2),(1383,1,'2012-08-22 09:11:02','220.181.108.158',1),(1384,1,'2012-08-22 13:43:38','91.125.244.163',1),(1385,1,'2012-08-22 17:26:09','89.70.247.240',1),(1386,1,'2012-08-22 22:25:48','220.181.51.111',1),(1387,1,'2012-08-23 02:06:59','95.160.105.239',2),(1388,1,'2012-08-23 03:10:46','220.181.108.158',2),(1389,1,'2012-08-23 06:15:11','220.181.51.103',1),(1390,1,'2012-08-23 07:09:24','208.115.111.72',1),(1391,1,'2012-08-23 10:11:12','220.181.51.104',4),(1392,1,'2012-08-23 11:21:48','94.169.97.90',1),(1393,1,'2012-08-23 14:09:05','220.181.51.108',1),(1394,1,'2012-08-23 15:16:07','220.181.108.162',1),(1395,1,'2012-08-23 17:00:54','1.202.218.72',3),(1396,1,'2012-08-23 18:48:54','69.171.237.14',1),(1397,1,'2012-08-23 21:28:33','176.9.9.90',2),(1398,1,'2012-08-24 01:49:08','220.181.51.104',1),(1399,1,'2012-08-24 06:07:50','220.181.51.111',2),(1400,1,'2012-08-24 07:32:46','157.55.17.151',1),(1401,1,'2012-08-24 10:34:11','66.249.72.86',1),(1402,1,'2012-08-24 11:04:09','176.9.9.90',1),(1403,1,'2012-08-24 13:33:57','220.181.51.109',1),(1404,1,'2012-08-24 16:40:54','95.108.150.235',2),(1405,1,'2012-08-24 17:48:51','220.181.51.104',1),(1406,1,'2012-08-24 19:47:48','77.101.160.172',1),(1407,1,'2012-08-24 22:14:39','173.192.34.95',1),(1408,1,'2012-08-25 05:38:20','65.52.108.21',1),(1409,1,'2012-08-25 12:54:46','88.229.77.9',1),(1410,1,'2012-08-25 15:15:51','123.126.50.68',1),(1411,1,'2012-08-25 22:22:06','157.55.17.151',1),(1412,1,'2012-08-26 01:41:34','42.98.168.39',1),(1413,1,'2012-08-26 04:33:24','66.249.72.86',1),(1414,1,'2012-08-26 10:41:58','78.164.46.251',1),(1415,1,'2012-08-26 17:58:43','66.249.72.86',1),(1416,1,'2012-08-26 20:36:25','95.149.148.76',2),(1417,1,'2012-08-27 05:30:52','125.237.92.70',1),(1418,1,'2012-08-27 06:31:22','123.126.50.68',1),(1419,1,'2012-08-27 10:01:03','157.55.17.151',1),(1420,1,'2012-08-27 15:15:16','1.202.218.72',1),(1421,1,'2012-08-27 16:10:32','87.206.164.3',1),(1422,1,'2012-08-27 17:34:15','66.249.72.86',1),(1423,1,'2012-08-27 19:58:55','183.79.63.79',1),(1424,1,'2012-08-27 21:08:01','77.96.214.55',1),(1425,1,'2012-08-27 22:01:39','62.212.73.211',2),(1426,1,'2012-08-28 15:30:26','82.22.12.21',1),(1427,1,'2012-08-28 16:38:26','123.126.50.68',1),(1428,1,'2012-08-28 20:35:44','2.217.83.148',1),(1429,1,'2012-08-29 07:38:41','95.108.150.235',2),(1430,1,'2012-08-29 09:46:21','66.249.72.7',1),(1431,1,'2012-08-29 11:47:01','2.123.232.116',1),(1432,1,'2012-08-29 16:45:33','157.55.32.58',1),(1433,1,'2012-08-29 17:10:48','178.101.231.52',5),(1434,1,'2012-08-29 19:50:35','178.101.231.52',1),(1435,1,'2012-08-29 20:26:08','213.163.67.219',1),(1436,1,'2012-08-30 01:37:57','123.126.50.68',1),(1437,1,'2012-08-30 02:57:49','68.84.112.213',1),(1438,1,'2012-08-30 04:58:03','176.9.9.90',1),(1439,1,'2012-08-30 08:19:43','95.108.150.235',2),(1440,1,'2012-08-30 10:22:21','178.154.200.158',6),(1441,1,'2012-08-30 16:52:10','90.221.109.117',1),(1442,1,'2012-08-30 20:25:13','74.125.78.100',2),(1443,1,'2012-08-30 23:18:33','50.56.244.6',1),(1444,1,'2012-08-31 01:56:04','69.171.247.6',1),(1445,1,'2012-08-31 12:21:32','123.126.50.68',1),(1446,1,'2012-08-31 14:43:24','86.180.35.34',1),(1447,1,'2012-08-31 16:37:57','208.81.237.150',2),(1448,1,'2012-08-31 16:37:57','208.81.237.150',1),(1449,1,'2012-08-31 17:29:37','174.129.135.111',2),(1450,1,'2012-08-31 19:07:57','78.164.22.251',1),(1451,1,'2012-08-31 20:27:42','23.22.148.232',1),(1452,1,'2012-09-01 02:40:20','92.40.254.43',1),(1453,1,'2012-09-01 14:45:57','64.246.165.150',1),(1454,1,'2012-09-01 21:19:45','123.126.50.68',1),(1455,1,'2012-09-02 14:00:54','66.249.72.7',2),(1456,1,'2012-09-02 18:45:09','94.168.78.105',2),(1457,1,'2012-09-02 22:26:29','2.24.214.225',3),(1458,1,'2012-09-03 02:27:57','69.58.178.58',2),(1459,1,'2012-09-03 13:56:05','86.157.75.107',1),(1460,1,'2012-09-03 14:38:02','91.207.8.26',1),(1461,1,'2012-09-03 15:27:23','109.94.137.1',4),(1462,1,'2012-09-03 17:40:28','65.55.52.119',2),(1463,1,'2012-09-03 18:32:53','82.6.138.1',4),(1464,1,'2012-09-03 21:57:46','65.55.52.119',1),(1465,1,'2012-09-04 06:21:00','180.76.5.164',1),(1466,1,'2012-09-04 08:05:51','88.88.190.210',1),(1467,1,'2012-09-04 11:13:11','1.202.218.72',1),(1468,1,'2012-09-04 13:10:04','66.249.72.7',2),(1469,1,'2012-09-04 14:39:27','2.24.214.225',1),(1470,1,'2012-09-05 00:33:34','220.181.108.120',1),(1471,1,'2012-09-05 11:54:51','95.108.150.235',2),(1472,1,'2012-09-05 13:04:35','157.55.36.39',1),(1473,1,'2012-09-05 15:36:31','66.249.72.7',1),(1474,1,'2012-09-05 16:06:05','123.126.50.68',1),(1475,1,'2012-09-05 18:33:23','220.181.108.176',1),(1476,1,'2012-09-05 23:40:31','54.245.11.64',1),(1477,1,'2012-09-06 01:51:47','24.61.81.148',1),(1478,1,'2012-09-06 10:46:28','80.174.116.179',1),(1479,1,'2012-09-06 11:27:21','194.8.221.114',1),(1480,1,'2012-09-06 13:49:52','2.28.187.5',2),(1481,1,'2012-09-06 17:21:08','95.108.150.235',2),(1482,1,'2012-09-06 22:34:36','220.181.108.76',1),(1483,1,'2012-09-07 05:57:01','66.220.152.3',1),(1484,1,'2012-09-07 08:17:28','123.126.50.68',1),(1485,1,'2012-09-07 16:14:07','95.146.236.60',3),(1486,1,'2012-09-07 18:36:52','66.249.72.42',1),(1487,1,'2012-09-08 02:59:08','65.55.52.119',1),(1488,1,'2012-09-08 06:12:32','1.202.218.72',1),(1489,1,'2012-09-08 12:28:42','66.249.72.42',1),(1490,1,'2012-09-08 15:03:08','180.76.5.92',1),(1491,1,'2012-09-08 19:04:10','66.249.72.42',1),(1492,1,'2012-09-09 03:06:47','123.126.50.68',1),(1493,1,'2012-09-09 07:19:00','180.76.5.62',1),(1494,1,'2012-09-09 23:51:47','2.123.232.116',1),(1495,1,'2012-09-10 01:18:39','95.108.150.235',2),(1496,1,'2012-09-10 05:50:36','91.201.64.24',1),(1497,1,'2012-09-10 10:01:27','180.76.5.91',1),(1498,1,'2012-09-10 14:16:50','50.57.64.198',1),(1499,1,'2012-09-10 19:48:17','147.226.228.120',2),(1500,1,'2012-09-10 20:57:41','90.213.51.113',1),(1501,1,'2012-09-11 00:23:51','94.23.12.62',1),(1502,1,'2012-09-11 01:26:51','77.75.77.17',1),(1503,1,'2012-09-11 08:06:20','50.64.8.12',1),(1504,1,'2012-09-11 09:42:20','46.165.197.142',1),(1505,1,'2012-09-11 12:02:13','82.42.218.15',2),(1506,1,'2012-09-11 13:53:22','212.219.231.1',1),(1507,1,'2012-09-11 14:26:58','147.226.221.190',2),(1508,1,'2012-09-11 16:25:50','220.181.51.105',2),(1509,1,'2012-09-11 17:06:02','123.126.50.68',1),(1510,1,'2012-09-11 22:46:04','66.249.72.42',1),(1511,1,'2012-09-12 01:22:26','178.95.61.135',1),(1512,1,'2012-09-12 02:33:08','178.95.17.34',1),(1513,1,'2012-09-12 04:01:36','82.80.249.137',1),(1514,1,'2012-09-12 06:20:38','180.76.5.143',1),(1515,1,'2012-09-12 08:17:51','91.201.64.28',4),(1516,1,'2012-09-12 14:32:20','1.202.218.72',2),(1517,1,'2012-09-12 15:10:26','167.9.5.11',1),(1518,1,'2012-09-12 16:30:52','178.255.215.65',1),(1519,1,'2012-09-12 18:29:54','208.115.111.72',1),(1520,1,'2012-09-12 23:04:20','220.181.108.117',1),(1521,1,'2012-09-13 02:46:04','69.92.28.205',1),(1522,1,'2012-09-13 03:08:53','220.181.108.87',2),(1523,1,'2012-09-13 08:40:15','157.55.35.48',1),(1524,1,'2012-09-13 11:02:23','180.76.5.110',1),(1525,1,'2012-09-13 13:27:51','61.135.249.215',1),(1526,1,'2012-09-13 18:56:13','64.246.165.10',1),(1527,1,'2012-09-13 19:26:20','123.126.50.68',1),(1528,1,'2012-09-13 23:37:01','220.181.108.184',1),(1529,1,'2012-09-14 04:41:09','131.253.47.240',3),(1530,1,'2012-09-14 06:02:08','66.220.153.246',1),(1531,1,'2012-09-14 10:02:35','2.223.44.65',1),(1532,1,'2012-09-14 15:40:33','131.253.47.240',1),(1533,1,'2012-09-14 18:25:28','95.108.150.235',2),(1534,1,'2012-09-15 03:58:15','70.117.174.25',1),(1535,1,'2012-09-15 07:50:15','206.225.86.77',1),(1536,1,'2012-09-15 10:45:04','118.92.194.30',3),(1537,1,'2012-09-15 15:58:20','180.76.5.107',1),(1538,1,'2012-09-15 17:06:23','157.56.93.201',2),(1539,1,'2012-09-15 19:02:13','66.249.72.42',1),(1540,1,'2012-09-15 20:13:36','2.29.6.59',2),(1541,1,'2012-09-15 22:27:37','66.220.153.247',2),(1542,1,'2012-09-16 04:33:10','118.92.194.30',3),(1543,1,'2012-09-16 10:13:16','157.56.93.201',1),(1544,1,'2012-09-16 11:01:58','220.181.51.105',1),(1545,1,'2012-09-16 12:57:45','90.8.195.31',1),(1546,1,'2012-09-16 13:45:33','87.114.105.94',1),(1547,1,'2012-09-16 14:45:14','220.181.51.108',1),(1548,1,'2012-09-16 15:54:17','31.95.176.36',1),(1549,1,'2012-09-16 16:23:28','50.19.180.40',3),(1550,1,'2012-09-16 17:19:54','31.78.176.253',1),(1551,1,'2012-09-16 18:24:29','180.76.5.181',1),(1552,1,'2012-09-17 00:21:17','1.202.218.72',1),(1553,1,'2012-09-17 11:35:42','123.126.50.68',1),(1554,1,'2012-09-18 00:10:04','180.76.5.58',1),(1555,1,'2012-09-18 01:31:18','178.154.200.158',4),(1556,1,'2012-09-18 02:28:34','66.249.72.22',1),(1557,1,'2012-09-18 13:32:19','117.201.23.19',1),(1558,1,'2012-09-18 15:49:38','173.242.125.206',1),(1559,1,'2012-09-18 16:01:56','157.55.32.190',1),(1560,1,'2012-09-18 17:43:34','180.76.5.146',2),(1561,1,'2012-09-18 19:16:09','66.249.72.22',1),(1562,1,'2012-09-18 20:28:00','174.77.92.170',2),(1563,1,'2012-09-19 03:37:42','110.75.171.68',2),(1564,1,'2012-09-19 11:06:29','123.126.50.68',1),(1565,1,'2012-09-19 12:41:29','217.35.100.203',1),(1566,1,'2012-09-20 02:47:13','180.76.5.194',1),(1567,1,'2012-09-20 04:29:20','180.76.5.57',1),(1568,1,'2012-09-20 08:50:52','95.79.175.101',1),(1569,1,'2012-09-20 10:39:49','209.190.38.162',1),(1570,1,'2012-09-20 11:23:14','92.7.0.11',2),(1571,1,'2012-09-20 15:22:30','157.56.93.202',1),(1572,1,'2012-09-20 16:33:46','86.139.78.132',1),(1573,1,'2012-09-20 17:37:50','66.249.72.22',2),(1574,1,'2012-09-20 22:08:31','178.255.215.65',1),(1575,1,'2012-09-21 04:24:05','123.126.50.68',1),(1576,1,'2012-09-21 06:03:56','66.220.152.2',1),(1577,1,'2012-09-21 08:04:11','66.249.72.22',1),(1578,1,'2012-09-21 13:43:13','1.202.218.72',1),(1579,1,'2012-09-21 16:50:04','85.210.114.108',3),(1580,1,'2012-09-21 18:38:30','94.2.134.207',2),(1581,1,'2012-09-21 19:45:35','91.207.8.26',1),(1582,1,'2012-09-22 12:42:46','27.252.28.0',1),(1583,1,'2012-09-22 19:58:27','173.192.34.95',1),(1584,1,'2012-09-22 22:15:47','157.55.35.41',1),(1585,1,'2012-09-23 00:01:24','180.76.5.173',1),(1586,1,'2012-09-23 01:12:26','131.253.46.108',1),(1587,1,'2012-09-23 03:53:40','218.30.103.44',1),(1588,1,'2012-09-23 05:07:07','123.126.50.68',1),(1589,1,'2012-09-23 08:27:59','95.108.151.244',2),(1590,1,'2012-09-23 15:08:21','220.181.108.149',1),(1591,1,'2012-09-23 16:12:32','209.85.238.101',2),(1592,1,'2012-09-23 17:32:19','109.206.163.208',1),(1593,1,'2012-09-23 19:37:29','220.181.108.141',1),(1594,1,'2012-09-23 20:59:18','86.150.64.190',1),(1595,1,'2012-09-23 22:13:24','180.76.5.197',1),(1596,1,'2012-09-24 00:22:09','180.76.5.140',1),(1597,1,'2012-09-24 03:07:23','89.70.247.240',1),(1598,1,'2012-09-24 04:24:48','95.108.151.244',2),(1599,1,'2012-09-24 12:34:48','1.202.218.72',1),(1600,1,'2012-09-24 16:14:39','95.108.150.235',2),(1601,1,'2012-09-24 19:47:40','157.55.33.111',1),(1602,1,'2012-09-24 23:56:53','178.255.215.65',1),(1603,1,'2012-09-25 04:48:20','94.23.12.62',1),(1604,1,'2012-09-25 05:13:16','218.30.103.44',1),(1605,1,'2012-09-25 06:03:52','66.249.72.22',2),(1606,1,'2012-09-25 07:58:09','213.186.119.144',1),(1607,1,'2012-09-25 08:23:12','2.24.234.39',1),(1608,1,'2012-09-25 15:33:19','81.145.141.179',1),(1609,1,'2012-09-25 16:40:03','213.205.225.219',1),(1610,1,'2012-09-25 18:04:01','180.76.5.64',5),(1611,1,'2012-09-25 19:34:11','66.249.72.22',1),(1612,1,'2012-09-25 21:27:26','64.246.161.190',1),(1613,1,'2012-09-26 00:39:04','168.91.255.100',2),(1614,1,'2012-09-26 07:39:33','217.35.100.203',1),(1615,1,'2012-09-26 09:26:11','217.35.100.203',1),(1616,1,'2012-09-26 10:58:19','78.32.36.114',1),(1617,1,'2012-09-26 18:28:32','92.23.179.185',3),(1618,1,'2012-09-26 20:26:34','72.94.249.38',1),(1619,1,'2012-09-26 21:53:31','37.59.48.227',1),(1620,1,'2012-09-27 00:00:29','90.217.29.71',2),(1621,1,'2012-09-27 04:34:40','180.76.5.194',1),(1622,1,'2012-09-27 05:43:15','82.45.117.164',1),(1623,1,'2012-09-27 06:07:48','220.181.51.103',2),(1624,1,'2012-09-27 08:05:52','217.35.100.203',1),(1625,1,'2012-09-27 12:16:56','220.181.51.104',3),(1626,1,'2012-09-27 13:11:38','218.30.103.44',1),(1627,1,'2012-09-27 16:10:54','77.75.77.11',3),(1628,1,'2012-09-27 18:36:53','220.181.51.110',1),(1629,1,'2012-09-27 22:06:44','95.108.150.235',2),(1630,1,'2012-09-28 00:02:23','220.181.51.105',1),(1631,1,'2012-09-28 04:42:59','1.202.218.72',2),(1632,1,'2012-09-28 06:07:50','220.181.51.103',1),(1633,1,'2012-09-28 12:03:20','220.181.51.109',1),(1634,1,'2012-09-28 14:47:16','142.54.184.18',2),(1635,1,'2012-09-28 15:14:14','66.249.72.33',2),(1636,1,'2012-09-28 16:13:09','82.28.135.114',2),(1637,1,'2012-09-28 17:53:18','220.181.51.111',1),(1638,1,'2012-09-29 00:49:31','1.202.218.72',1),(1639,1,'2012-09-29 01:35:06','157.55.32.95',1),(1640,1,'2012-09-29 02:37:42','180.76.5.194',1),(1641,1,'2012-09-29 04:19:05','180.76.6.35',1),(1642,1,'2012-09-29 09:10:44','65.55.24.216',3),(1643,1,'2012-09-29 13:40:46','86.179.3.201',2),(1644,1,'2012-09-29 15:14:53','90.215.85.233',4),(1645,1,'2012-09-29 18:09:50','208.115.111.72',1),(1646,1,'2012-09-29 19:40:57','66.249.76.115',1),(1647,1,'2012-09-30 09:24:54','87.112.109.110',1),(1648,1,'2012-09-30 16:01:45','220.181.108.97',1),(1649,1,'2012-09-30 22:19:33','180.76.5.190',4),(1650,1,'2012-10-01 01:20:16','180.76.6.35',6),(1651,1,'2012-10-01 02:03:27','90.217.29.71',2),(1652,1,'2012-10-01 03:09:54','157.55.35.81',1),(1653,1,'2012-10-01 09:06:24','95.108.151.244',2),(1654,1,'2012-10-01 11:19:35','2.217.83.148',2),(1655,1,'2012-10-01 15:44:36','218.30.103.44',1),(1656,1,'2012-10-01 17:14:44','220.181.108.121',1),(1657,1,'2012-10-01 18:11:32','157.55.35.81',2),(1658,1,'2012-10-01 21:04:25','2.30.118.53',2),(1659,1,'2012-10-01 22:16:23','69.171.247.0',6),(1660,1,'2012-10-02 01:00:57','157.55.35.81',1),(1661,1,'2012-10-02 07:57:09','81.153.4.228',1),(1662,1,'2012-10-02 08:48:28','109.156.20.93',1),(1663,1,'2012-10-02 09:24:07','2.217.83.148',2),(1664,1,'2012-10-02 10:22:18','90.220.20.8',1),(1665,1,'2012-10-02 11:43:05','82.132.232.222',1),(1666,1,'2012-10-02 12:35:04','81.141.241.81',1),(1667,1,'2012-10-02 14:31:40','90.217.29.71',1),(1668,1,'2012-10-02 15:38:10','95.108.150.235',3),(1669,1,'2012-10-02 16:20:04','194.82.210.247',2),(1670,1,'2012-10-02 17:20:15','2.221.38.202',1),(1671,1,'2012-10-02 18:56:40','94.193.131.68',1),(1672,1,'2012-10-02 20:58:08','2.122.160.211',1),(1673,1,'2012-10-03 02:57:18','180.76.5.95',1),(1674,1,'2012-10-03 03:07:50','66.249.76.115',3),(1675,1,'2012-10-03 04:32:04','180.76.6.211',1),(1676,1,'2012-10-03 08:02:43','220.181.108.172',2),(1677,1,'2012-10-03 10:10:21','220.181.125.107',1),(1678,1,'2012-10-03 12:41:00','50.16.23.31',1),(1679,1,'2012-10-03 20:19:57','218.30.103.44',1),(1680,1,'2012-10-03 23:45:37','90.201.162.102',1),(1681,1,'2012-10-04 08:19:45','217.35.100.203',1),(1682,1,'2012-10-04 13:21:26','208.81.237.150',6),(1683,1,'2012-10-04 15:24:04','69.58.178.56',2),(1684,1,'2012-10-04 16:32:36','66.249.76.115',1),(1685,1,'2012-10-04 17:42:46','180.76.5.48',3),(1686,1,'2012-10-04 22:07:01','94.14.92.121',1),(1687,1,'2012-10-04 23:47:02','157.55.35.82',1),(1688,1,'2012-10-05 03:51:20','220.181.108.95',1),(1689,1,'2012-10-05 04:57:34','86.18.148.240',1),(1690,1,'2012-10-05 06:25:35','86.128.66.138',2),(1691,1,'2012-10-05 07:38:55','217.35.100.203',2),(1692,1,'2012-10-05 08:22:29','217.35.100.203',3),(1693,1,'2012-10-05 12:08:31','78.143.214.36',2),(1694,1,'2012-10-05 13:57:32','95.108.150.235',2),(1695,1,'2012-10-05 14:51:56','213.205.232.6',1),(1696,1,'2012-10-05 15:39:08','80.254.146.84',1),(1697,1,'2012-10-05 16:16:40','109.153.77.55',1),(1698,1,'2012-10-05 18:04:17','180.76.6.223',1),(1699,1,'2012-10-05 19:50:02','66.249.73.133',1),(1700,1,'2012-10-05 22:49:08','2.120.248.231',1),(1701,1,'2012-10-06 02:31:06','100.43.83.132',1),(1702,1,'2012-10-06 06:40:43','109.206.183.92',2),(1703,1,'2012-10-06 10:31:55','212.183.128.63',1),(1704,1,'2012-10-06 15:28:34','65.55.24.243',1),(1705,1,'2012-10-06 18:28:13','95.108.150.235',2),(1706,1,'2012-10-06 20:24:24','180.76.5.148',1),(1707,1,'2012-10-06 23:56:51','86.167.127.218',2),(1708,1,'2012-10-07 00:02:09','86.167.127.218',3),(1709,1,'2012-10-07 05:03:27','218.30.103.44',1),(1710,1,'2012-10-07 06:44:17','212.139.80.254',3),(1711,1,'2012-10-07 08:56:10','86.5.185.167',1),(1712,1,'2012-10-07 09:31:19','90.217.29.71',1),(1713,1,'2012-10-07 10:23:50','65.55.24.243',1),(1714,1,'2012-10-07 12:46:54','173.199.115.67',1),(1715,1,'2012-10-07 14:47:19','66.249.73.133',1),(1716,1,'2012-10-07 18:27:36','180.76.5.146',1),(1717,1,'2012-10-07 19:46:18','77.97.241.130',1),(1718,1,'2012-10-07 22:18:10','94.193.62.223',1),(1719,1,'2012-10-08 09:05:50','77.97.241.130',1),(1720,1,'2012-10-08 12:24:03','77.97.241.130',2),(1721,1,'2012-10-08 13:30:38','94.197.127.160',1),(1722,1,'2012-10-08 16:09:24','94.197.127.160',1),(1723,1,'2012-10-08 17:12:02','66.249.73.133',1),(1724,1,'2012-10-08 18:08:25','62.35.146.16',2),(1725,1,'2012-10-08 20:30:14','62.35.146.16',2),(1726,1,'2012-10-08 21:14:07','199.116.170.10',1),(1727,1,'2012-10-08 22:36:47','218.30.103.44',1),(1728,1,'2012-10-09 01:39:00','100.43.83.132',1),(1729,1,'2012-10-09 04:53:05','82.216.44.217',1),(1730,1,'2012-10-09 05:34:27','84.14.224.106',2),(1731,1,'2012-10-09 07:43:31','65.55.52.117',2),(1732,1,'2012-10-09 08:56:50','92.149.109.114',1),(1733,1,'2012-10-09 11:41:58','109.163.231.48',1),(1734,1,'2012-10-09 14:40:44','95.108.150.235',2),(1735,1,'2012-10-09 17:28:15','78.143.214.36',4),(1736,1,'2012-10-09 19:10:11','217.111.196.195',3),(1737,1,'2012-10-09 20:39:30','198.101.222.19',1),(1738,1,'2012-10-10 01:19:22','71.254.70.67',1),(1739,1,'2012-10-10 03:17:58','178.255.215.65',1),(1740,1,'2012-10-10 05:40:50','65.52.111.217',1),(1741,1,'2012-10-10 07:36:04','66.249.73.133',1),(1742,1,'2012-10-10 09:17:58','180.76.5.171',1),(1743,1,'2012-10-10 10:27:57','82.6.138.1',2),(1744,1,'2012-10-10 12:24:19','64.246.178.34',1),(1745,1,'2012-10-10 17:49:32','180.76.5.53',1),(1746,1,'2012-10-10 18:26:41','218.30.103.148',2),(1747,1,'2012-10-10 20:04:02','65.52.0.210',1),(1748,1,'2012-10-10 21:00:26','67.134.208.134',1),(1749,1,'2012-10-11 02:59:12','95.108.150.235',2),(1750,1,'2012-10-11 04:58:41','107.22.133.62',2),(1751,1,'2012-10-11 06:57:14','90.207.18.57',1),(1752,1,'2012-10-11 15:28:54','157.56.94.167',1),(1753,1,'2012-10-11 16:22:51','85.61.233.91',2),(1754,1,'2012-10-11 17:14:13','157.56.94.167',1),(1755,1,'2012-10-11 22:19:31','157.55.35.113',3),(1756,1,'2012-10-11 23:12:10','95.220.153.237',1),(1757,1,'2012-10-12 00:42:34','110.75.174.19',2),(1758,1,'2012-10-12 06:44:33','86.182.97.215',11),(1759,1,'2012-10-12 07:01:07','37.59.16.202',1),(1760,1,'2012-10-12 10:36:08','46.242.30.39',1),(1761,1,'2012-10-12 11:46:30','50.57.68.9',1),(1762,1,'2012-10-12 15:17:40','218.30.103.148',1),(1763,1,'2012-10-12 18:33:12','180.76.5.146',1),(1764,1,'2012-10-12 22:50:59','31.81.224.54',1),(1765,1,'2012-10-12 23:04:59','31.81.224.54',2),(1766,1,'2012-10-13 02:41:51','157.55.35.113',1),(1767,1,'2012-10-13 03:58:41','66.249.76.115',1),(1768,1,'2012-10-13 06:15:18','180.76.5.60',1),(1769,1,'2012-10-13 10:13:40','173.199.114.195',1),(1770,1,'2012-10-13 11:11:56','2.220.111.115',2),(1771,1,'2012-10-13 14:24:28','67.217.35.30',2),(1772,1,'2012-10-13 15:58:00','81.178.202.157',4),(1773,1,'2012-10-13 19:07:22','180.76.5.165',1),(1774,1,'2012-10-13 21:25:59','95.108.150.235',2),(1775,1,'2012-10-13 22:18:21','82.0.118.226',1),(1776,1,'2012-10-14 01:41:00','157.55.35.113',1),(1777,1,'2012-10-14 06:10:49','180.76.5.168',1),(1778,1,'2012-10-14 07:47:55','218.30.103.148',1),(1779,1,'2012-10-14 08:05:58','31.78.236.85',1),(1780,1,'2012-10-14 14:40:10','95.108.150.235',2),(1781,1,'2012-10-14 15:09:22','220.181.108.168',1),(1782,1,'2012-10-14 18:51:37','180.76.5.54',1),(1783,1,'2012-10-14 19:20:58','180.76.5.196',1),(1784,1,'2012-10-15 02:46:37','66.249.76.115',1),(1785,1,'2012-10-15 05:39:58','220.181.108.148',2),(1786,1,'2012-10-15 08:44:17','86.184.238.50',1),(1787,1,'2012-10-15 16:15:51','100.43.83.132',2),(1788,1,'2012-10-15 17:42:11','208.115.111.72',1),(1789,1,'2012-10-15 18:04:44','180.76.5.99',2),(1790,1,'2012-10-15 23:02:25','2.220.111.115',1),(1791,1,'2012-10-16 05:14:24','218.30.103.148',2),(1792,1,'2012-10-16 08:48:00','95.108.151.244',2),(1793,1,'2012-10-16 14:43:33','157.55.35.113',1),(1794,1,'2012-10-16 16:43:05','157.55.35.113',1),(1795,1,'2012-10-16 17:57:08','180.76.5.66',1),(1796,1,'2012-10-16 18:27:18','180.76.5.63',1),(1797,1,'2012-10-16 19:53:30','220.181.108.150',1),(1798,1,'2012-10-16 20:28:38','66.249.76.115',1),(1799,1,'2012-10-16 22:22:09','188.223.6.137',1),(1800,1,'2012-10-17 00:29:54','109.206.181.143',1),(1801,1,'2012-10-17 04:19:17','209.85.238.101',1),(1802,1,'2012-10-17 06:53:00','180.76.5.167',1),(1803,1,'2012-10-17 08:05:03','217.34.44.236',3),(1804,1,'2012-10-17 12:01:55','66.249.76.115',1),(1805,1,'2012-10-17 15:11:43','92.20.156.107',3),(1806,1,'2012-10-17 16:18:04','95.108.150.235',3),(1807,1,'2012-10-17 18:16:13','180.76.6.20',3),(1808,1,'2012-10-17 19:14:20','81.159.79.187',2),(1809,1,'2012-10-17 20:06:05','5.9.37.146',1),(1810,1,'2012-10-18 00:40:50','157.55.35.113',1),(1811,1,'2012-10-18 02:04:01','218.30.103.148',2),(1812,1,'2012-10-18 03:53:43','84.13.58.153',3),(1813,1,'2012-10-18 05:53:49','180.76.5.189',1),(1814,1,'2012-10-18 14:39:47','157.55.35.113',1),(1815,1,'2012-10-18 16:50:02','95.108.150.235',2),(1816,1,'2012-10-18 22:49:41','220.181.108.106',1),(1817,1,'2012-10-19 02:15:58','65.55.208.163',2),(1818,1,'2012-10-19 04:04:00','66.249.76.115',2),(1819,1,'2012-10-19 06:10:10','180.76.5.172',1),(1820,1,'2012-10-19 10:00:38','213.186.127.5',1),(1821,1,'2012-10-19 18:46:01','180.76.5.149',1),(1822,1,'2012-10-20 02:23:50','218.30.103.148',1),(1823,1,'2012-10-20 03:58:09','220.181.108.159',1),(1824,1,'2012-10-20 06:03:51','180.76.5.169',1),(1825,1,'2012-10-20 07:51:17','157.55.35.113',1),(1826,1,'2012-10-20 08:43:38','157.55.35.113',1),(1827,1,'2012-10-20 10:37:20','66.249.76.115',1),(1828,1,'2012-10-20 14:21:55','178.162.179.44',4),(1829,1,'2012-10-20 18:14:01','180.76.5.93',1),(1830,1,'2012-10-20 19:46:55','146.90.208.246',2),(1831,1,'2012-10-20 23:37:54','1.202.219.2',1),(1832,1,'2012-10-21 00:56:48','178.137.165.124',1),(1833,1,'2012-10-21 04:19:45','220.181.108.181',1),(1834,1,'2012-10-21 06:06:45','180.76.6.35',1),(1835,1,'2012-10-21 12:16:34','62.49.28.238',2),(1836,1,'2012-10-21 17:08:09','95.108.150.235',2),(1837,1,'2012-10-21 18:39:36','180.76.5.186',1),(1838,1,'2012-10-22 01:56:35','218.30.103.148',1),(1839,1,'2012-10-22 05:57:07','180.76.5.107',1),(1840,1,'2012-10-22 06:13:59','199.59.149.164',5),(1841,1,'2012-10-22 07:02:19','72.73.80.22',1),(1842,1,'2012-10-22 11:34:55','86.173.65.43',1),(1843,1,'2012-10-22 16:04:06','64.246.161.42',1),(1844,1,'2012-10-22 17:56:16','180.76.5.163',2),(1845,1,'2012-10-22 18:11:43','37.59.16.202',1),(1846,1,'2012-10-22 21:22:42','173.252.101.0',2),(1847,1,'2012-10-23 00:12:58','110.75.174.20',3),(1848,1,'2012-10-23 01:36:40','95.108.150.235',2),(1849,1,'2012-10-23 05:58:30','180.76.5.98',1),(1850,1,'2012-10-23 09:07:51','86.174.163.154',2),(1851,1,'2012-10-23 14:19:46','218.30.103.148',2),(1852,1,'2012-10-23 15:22:42','173.192.34.95',1),(1853,1,'2012-10-23 18:21:34','180.76.5.90',2),(1854,1,'2012-10-23 20:24:33','66.249.76.115',1),(1855,1,'2012-10-23 21:10:29','94.0.245.10',2),(1856,1,'2012-10-23 22:05:10','178.63.77.144',2),(1857,1,'2012-10-23 23:11:43','157.55.35.36',1),(1858,1,'2012-10-24 00:34:32','178.63.77.144',2),(1859,1,'2012-10-24 02:56:43','220.181.108.142',1),(1860,1,'2012-10-24 05:56:46','180.76.5.197',1),(1861,1,'2012-10-24 14:32:42','79.145.175.64',2),(1862,1,'2012-10-24 21:11:14','173.242.125.196',1),(1863,1,'2012-10-25 00:33:54','65.55.52.116',1),(1864,1,'2012-10-25 03:31:11','66.249.76.115',1),(1865,1,'2012-10-25 04:04:40','77.75.77.17',2),(1866,1,'2012-10-25 05:49:51','180.76.5.62',1),(1867,1,'2012-10-25 11:42:39','65.55.52.116',1),(1868,1,'2012-10-25 18:38:11','95.108.150.235',2),(1869,1,'2012-10-25 21:23:16','62.35.146.16',2),(1870,1,'2012-10-25 22:45:39','178.137.88.191',1),(1871,1,'2012-10-26 03:45:11','65.55.52.116',1),(1872,1,'2012-10-26 05:59:02','180.76.5.151',1),(1873,1,'2012-10-26 16:43:57','218.30.103.148',1),(1874,1,'2012-10-26 17:42:11','95.108.150.235',2),(1875,1,'2012-10-26 18:29:09','220.181.108.90',2),(1876,1,'2012-10-26 23:14:27','109.155.227.241',1),(1877,1,'2012-10-27 06:13:16','180.76.5.89',1),(1878,1,'2012-10-27 14:20:26','174.77.92.170',2),(1879,1,'2012-10-27 15:17:19','157.55.33.14',1),(1880,1,'2012-10-27 16:45:11','82.34.71.241',1),(1881,1,'2012-10-27 18:19:11','220.181.108.101',2),(1882,1,'2012-10-27 22:47:03','94.0.245.10',1),(1883,1,'2012-10-28 04:31:38','220.181.108.169',1),(1884,1,'2012-10-28 06:16:28','180.76.5.153',1),(1885,1,'2012-10-28 10:45:19','92.20.202.181',1),(1886,1,'2012-10-28 18:05:24','180.76.5.113',2),(1887,1,'2012-10-28 21:24:36','80.6.142.215',32),(1888,1,'2012-10-28 22:02:37','86.179.167.218',5),(1889,1,'2012-10-29 00:02:30','82.44.44.31',1),(1890,1,'2012-10-29 02:41:41','70.174.108.122',1),(1891,1,'2012-10-29 03:02:03','212.183.128.63',2),(1892,1,'2012-10-29 07:09:58','180.76.5.88',1),(1893,1,'2012-10-29 11:18:23','2.103.34.99',4),(1894,1,'2012-10-29 12:03:45','218.30.103.148',1),(1895,1,'2012-10-29 13:11:07','95.108.150.235',3),(1896,1,'2012-10-29 14:15:18','79.66.104.213',3),(1897,1,'2012-10-29 15:20:46','100.43.83.132',3),(1898,1,'2012-10-29 16:13:18','157.55.33.14',2),(1899,1,'2012-10-29 17:54:58','194.82.210.247',1),(1900,1,'2012-10-29 18:00:26','89.187.80.221',5),(1901,1,'2012-10-29 19:41:58','92.30.119.146',1),(1902,1,'2012-10-29 20:21:46','87.113.107.22',1),(1903,1,'2012-10-29 22:11:05','86.154.16.69',2),(1904,1,'2012-10-29 23:33:24','207.46.199.189',1),(1905,1,'2012-10-30 05:51:22','180.76.5.137',1),(1906,1,'2012-10-30 06:00:20','220.181.108.106',2),(1907,1,'2012-10-30 08:03:00','66.249.76.115',1),(1908,1,'2012-10-30 09:20:34','86.133.125.20',1),(1909,1,'2012-10-30 13:44:59','220.181.51.104',1),(1910,1,'2012-10-30 14:07:39','46.208.140.166',2),(1911,1,'2012-10-30 15:46:14','86.150.30.87',1),(1912,1,'2012-10-30 18:44:15','86.166.114.85',2),(1913,1,'2012-10-30 19:11:39','24.120.209.195',3),(1914,1,'2012-10-30 20:18:21','31.54.26.43',3),(1915,1,'2012-10-30 23:18:44','109.206.168.109',2),(1916,1,'2012-10-31 00:00:55','98.139.241.245',1),(1917,1,'2012-10-31 01:51:35','208.115.111.72',1),(1918,1,'2012-10-31 02:23:59','86.136.245.212',1),(1919,1,'2012-10-31 03:58:27','218.30.103.148',1),(1920,1,'2012-10-31 07:01:49','173.252.100.116',1),(1921,1,'2012-10-31 09:49:54','180.76.5.196',1),(1922,1,'2012-10-31 11:02:18','92.40.254.110',2),(1923,1,'2012-10-31 18:38:30','38.114.87.38',1),(1924,1,'2012-10-31 19:15:26','86.184.63.185',2),(1925,1,'2012-10-31 20:38:24','217.39.1.220',1),(1926,1,'2012-10-31 22:04:53','86.27.164.78',3),(1927,1,'2012-11-01 00:03:41','95.108.151.244',4),(1928,1,'2012-11-01 02:33:25','173.252.100.119',2),(1929,1,'2012-11-01 03:55:17','157.55.33.14',1),(1930,1,'2012-11-01 04:10:13','220.181.108.149',1),(1931,1,'2012-11-01 06:29:46','157.55.33.14',1),(1932,1,'2012-11-01 08:41:22','66.249.76.115',1),(1933,1,'2012-11-01 09:43:52','180.76.5.136',1),(1934,1,'2012-11-01 13:34:13','95.108.151.244',2),(1935,1,'2012-11-01 16:08:33','157.55.33.14',2),(1936,1,'2012-11-01 17:14:25','174.94.24.254',1),(1937,1,'2012-11-01 18:46:32','2.24.104.236',1),(1938,1,'2012-11-01 19:09:54','220.181.108.78',2),(1939,1,'2012-11-01 22:02:54','2.122.163.53',1),(1940,1,'2012-11-02 01:13:01','5.9.63.172',1),(1941,1,'2012-11-02 10:42:51','74.6.18.217',1),(1942,1,'2012-11-02 17:16:23','207.46.199.189',1),(1943,1,'2012-11-02 21:13:16','31.51.130.29',2),(1944,1,'2012-11-02 23:45:11','178.111.197.69',1),(1945,1,'2012-11-03 03:18:20','66.249.76.115',3),(1946,1,'2012-11-03 05:54:51','180.76.5.100',1),(1947,1,'2012-11-03 09:21:32','74.6.22.178',1),(1948,1,'2012-11-03 17:46:48','180.76.5.189',1),(1949,1,'2012-11-03 19:53:16','218.30.103.148',1),(1950,1,'2012-11-03 20:36:02','92.23.107.18',3),(1951,1,'2012-11-03 23:27:29','178.137.84.8',1),(1952,1,'2012-11-04 01:21:20','81.159.57.192',1),(1953,1,'2012-11-04 05:50:48','66.249.76.115',1),(1954,1,'2012-11-04 10:09:10','64.246.165.180',1),(1955,1,'2012-11-04 14:53:12','100.43.83.132',1),(1956,1,'2012-11-04 16:14:19','178.255.215.65',1),(1957,1,'2012-11-04 17:39:57','176.27.97.201',2),(1958,1,'2012-11-04 18:47:10','220.181.108.175',1),(1959,1,'2012-11-04 20:35:44','90.201.186.83',1),(1960,1,'2012-11-04 21:43:48','206.225.83.83',1),(1961,1,'2012-11-05 01:11:37','180.76.5.55',1),(1962,1,'2012-11-05 06:59:28','100.43.83.132',1),(1963,1,'2012-11-05 11:05:20','157.55.33.14',1),(1964,1,'2012-11-05 13:37:55','69.58.178.58',2),(1965,1,'2012-11-05 14:28:38','178.154.243.100',1),(1966,1,'2012-11-05 17:03:54','89.240.72.65',3),(1967,1,'2012-11-05 18:40:29','95.108.150.235',2),(1968,1,'2012-11-05 21:24:51','218.30.103.148',1),(1969,1,'2012-11-05 22:15:45','180.76.5.191',1),(1970,1,'2012-11-06 02:08:50','157.55.33.14',4),(1971,1,'2012-11-06 05:23:18','157.56.93.201',1),(1972,1,'2012-11-06 08:54:05','86.23.102.44',2),(1973,1,'2012-11-06 09:01:09','65.52.0.51',9),(1974,1,'2012-11-06 18:23:47','180.76.5.58',5),(1975,1,'2012-11-06 22:53:40','86.23.102.44',1),(1976,1,'2012-11-06 23:22:54','95.108.150.235',3),(1977,1,'2012-11-07 05:45:55','220.181.108.144',1),(1978,1,'2012-11-07 11:17:36','2.123.232.65',1),(1979,1,'2012-11-07 15:31:55','218.30.103.148',2),(1980,1,'2012-11-07 18:11:14','94.15.180.49',1),(1981,1,'2012-11-07 21:24:44','157.56.94.167',1),(1982,1,'2012-11-08 01:18:58','110.75.174.160',1),(1983,1,'2012-11-08 05:22:21','173.242.125.206',1),(1984,1,'2012-11-08 11:09:00','123.243.74.102',21),(1985,1,'2012-11-08 14:05:10','66.249.76.115',3),(1986,1,'2012-11-08 15:57:11','92.40.255.75',1),(1987,1,'2012-11-08 16:00:26','92.40.255.75',1),(1988,1,'2012-11-08 18:00:14','157.56.93.201',1),(1989,1,'2012-11-08 21:44:12','142.4.42.90',3),(1990,1,'2012-11-08 22:34:27','86.144.5.111',1),(1991,1,'2012-11-09 03:37:07','157.56.93.201',1),(1992,1,'2012-11-09 04:16:16','100.43.83.132',1),(1993,1,'2012-11-09 13:01:50','157.56.93.201',2),(1994,1,'2012-11-09 14:11:22','157.56.93.201',2),(1995,1,'2012-11-09 15:05:23','2.24.232.109',3),(1996,1,'2012-11-09 18:15:30','86.181.51.249',1),(1997,1,'2012-11-09 19:04:46','218.30.103.148',1),(1998,1,'2012-11-09 20:24:38','95.108.151.244',2),(1999,1,'2012-11-09 23:03:05','69.171.224.116',2),(2000,1,'2012-11-10 02:01:35','66.249.76.115',2),(2001,1,'2012-11-10 03:56:45','180.76.5.91',1),(2002,1,'2012-11-10 04:31:44','74.125.17.212',1),(2003,1,'2012-11-10 12:11:39','86.112.32.138',3),(2004,1,'2012-11-10 13:30:23','95.108.151.244',2),(2005,1,'2012-11-10 14:59:42','142.4.117.121',1),(2006,1,'2012-11-11 00:57:14','180.76.5.153',1),(2007,1,'2012-11-11 03:07:21','180.76.5.169',1),(2008,1,'2012-11-11 04:45:28','220.181.108.107',1),(2009,1,'2012-11-11 14:03:19','218.30.103.148',1),(2010,1,'2012-11-11 15:56:26','157.55.33.182',1),(2011,1,'2012-11-11 16:31:28','95.108.150.235',3),(2012,1,'2012-11-11 18:23:35','109.206.183.64',2),(2013,1,'2012-11-11 21:14:40','2.29.10.83',4),(2014,1,'2012-11-12 04:36:33','180.76.5.186',1),(2015,1,'2012-11-12 10:55:05','81.130.49.64',2),(2016,1,'2012-11-12 11:05:43','143.252.80.100',1),(2017,1,'2012-11-12 12:34:53','81.130.49.64',1),(2018,1,'2012-11-12 13:17:00','109.153.126.5',2),(2019,1,'2012-11-12 15:56:45','81.130.49.64',1),(2020,1,'2012-11-12 16:00:36','81.130.49.64',2),(2021,1,'2012-11-12 17:58:11','84.92.126.14',1),(2022,1,'2012-11-12 18:59:05','66.249.76.115',1),(2023,1,'2012-11-13 00:02:58','213.186.119.134',1),(2024,1,'2012-11-13 10:01:36','157.55.32.96',1),(2025,1,'2012-11-13 15:35:44','81.130.93.234',1),(2026,1,'2012-11-13 16:39:06','157.55.32.96',1),(2027,1,'2012-11-13 18:13:26','157.55.32.96',2),(2028,1,'2012-11-13 19:10:09','95.147.40.244',1),(2029,1,'2012-11-14 00:57:26','2.123.232.65',1),(2030,1,'2012-11-14 05:09:48','220.181.108.148',2),(2031,1,'2012-11-14 07:42:48','66.249.76.115',1),(2032,1,'2012-11-14 09:34:14','61.135.249.217',1),(2033,1,'2012-11-14 10:16:14','86.31.164.196',12),(2034,1,'2012-11-14 11:15:50','37.59.16.202',3),(2035,1,'2012-11-14 15:07:37','86.31.77.67',1),(2036,1,'2012-11-14 19:19:35','180.76.5.164',3),(2037,1,'2012-11-15 05:51:33','95.34.78.79',1),(2038,1,'2012-11-15 10:59:30','208.115.111.72',1),(2039,1,'2012-11-15 18:13:00','180.76.6.232',1),(2040,1,'2012-11-15 20:53:53','180.76.5.150',1),(2041,1,'2012-11-15 21:20:28','65.55.213.72',1),(2042,1,'2012-11-16 01:54:15','180.1.19.107',1),(2043,1,'2012-11-16 02:29:03','180.1.19.107',1),(2044,1,'2012-11-16 03:52:34','180.1.19.107',1),(2045,1,'2012-11-16 05:30:12','95.108.150.235',2),(2046,1,'2012-11-16 14:40:02','64.246.165.160',1),(2047,1,'2012-11-16 16:21:35','128.189.81.138',1),(2048,1,'2012-11-16 17:51:30','220.181.108.147',3),(2049,1,'2012-11-16 18:03:04','180.76.5.175',1),(2050,1,'2012-11-16 20:44:17','95.108.150.235',2),(2051,1,'2012-11-17 05:40:41','95.108.151.244',2),(2052,1,'2012-11-17 17:05:44','220.181.108.176',1),(2053,1,'2012-11-17 20:29:07','220.181.108.119',2),(2054,1,'2012-11-17 23:15:29','95.108.151.244',2),(2055,1,'2012-11-18 05:06:45','220.181.108.187',2),(2056,1,'2012-11-18 10:14:11','157.55.33.19',1),(2057,1,'2012-11-18 16:35:54','220.181.108.176',2),(2058,1,'2012-11-18 17:15:59','220.181.127.232',1),(2059,1,'2012-11-18 20:10:07','220.181.108.77',3),(2060,1,'2012-11-18 22:15:11','81.148.48.111',1),(2061,1,'2012-11-18 23:21:33','95.108.151.244',3),(2062,1,'2012-11-19 01:11:01','75.101.157.188',2),(2063,1,'2012-11-19 03:18:30','95.108.151.244',2),(2064,1,'2012-11-19 09:35:14','46.236.7.137',4),(2065,1,'2012-11-19 11:46:46','38.113.234.181',1),(2066,1,'2012-11-19 12:20:31','81.148.48.111',2),(2067,1,'2012-11-19 16:58:15','220.181.108.87',1),(2068,1,'2012-11-19 17:13:07','218.30.103.148',1),(2069,1,'2012-11-19 19:13:22','194.82.211.28',2),(2070,1,'2012-11-19 23:22:35','95.108.151.244',2),(2071,1,'2012-11-20 01:55:26','220.181.108.83',1),(2072,1,'2012-11-20 02:37:01','100.43.83.132',1),(2073,1,'2012-11-20 04:58:00','180.76.5.157',1),(2074,1,'2012-11-20 09:38:49','50.57.68.10',1),(2075,1,'2012-11-20 14:06:47','208.81.237.150',3),(2076,1,'2012-11-21 00:50:06','220.181.108.171',1),(2077,1,'2012-11-21 01:17:28','66.249.76.115',1),(2078,1,'2012-11-21 02:42:01','77.75.77.11',1),(2079,1,'2012-11-21 07:04:22','157.55.33.19',1),(2080,1,'2012-11-21 08:41:44','82.80.249.139',1),(2081,1,'2012-11-21 09:08:51','95.108.150.235',2),(2082,1,'2012-11-21 11:19:05','218.30.103.148',2),(2083,1,'2012-11-21 13:39:56','92.7.5.23',1),(2084,1,'2012-11-21 14:43:53','66.249.76.132',1),(2085,1,'2012-11-21 15:02:14','24.230.36.214',1),(2086,1,'2012-11-21 18:40:34','180.76.5.54',1),(2087,1,'2012-11-21 21:18:59','220.181.108.118',3),(2088,1,'2012-11-21 22:52:09','180.76.5.56',1),(2089,1,'2012-11-21 23:22:14','109.206.183.65',1),(2090,1,'2012-11-22 02:05:03','220.181.108.101',2),(2091,1,'2012-11-22 08:03:14','77.75.77.36',1),(2092,1,'2012-11-22 12:56:22','110.75.174.162',2),(2093,1,'2012-11-22 16:00:57','157.55.33.19',2),(2094,1,'2012-11-22 19:35:25','86.17.108.58',1),(2095,1,'2012-11-22 21:32:57','67.221.59.195',1),(2096,1,'2012-11-22 22:11:57','86.17.108.58',5),(2097,1,'2012-11-23 00:56:32','220.181.108.85',1),(2098,1,'2012-11-23 07:02:27','157.55.33.19',1),(2099,1,'2012-11-23 17:30:43','220.181.108.109',2),(2100,1,'2012-11-23 18:36:07','180.76.5.144',1),(2101,1,'2012-11-24 02:53:09','66.249.76.115',1),(2102,1,'2012-11-24 04:35:46','220.181.108.151',2),(2103,1,'2012-11-24 15:15:20','176.27.97.201',1),(2104,1,'2012-11-24 18:55:57','109.154.43.143',1),(2105,1,'2012-11-25 00:24:32','95.108.150.235',2),(2106,1,'2012-11-25 02:01:24','220.181.108.152',1),(2107,1,'2012-11-25 07:06:26','157.55.17.85',1),(2108,1,'2012-11-25 13:01:50','66.249.76.115',1),(2109,1,'2012-11-25 16:35:34','95.108.244.252',1),(2110,1,'2012-11-25 17:59:15','220.181.108.167',1),(2111,1,'2012-11-25 21:15:43','2.27.78.209',1),(2112,1,'2012-11-25 23:15:51','218.30.103.148',3),(2113,1,'2012-11-26 00:11:48','78.145.186.167',4),(2114,1,'2012-11-26 02:01:22','98.137.206.215',1),(2115,1,'2012-11-26 15:35:02','100.43.83.132',2),(2116,1,'2012-11-26 17:58:04','95.108.150.235',2),(2117,1,'2012-11-26 21:00:08','77.96.250.144',1),(2118,1,'2012-11-26 22:18:59','220.181.108.179',2),(2119,1,'2012-11-27 00:07:54','64.246.165.150',2),(2120,1,'2012-11-27 02:15:26','157.55.32.82',1),(2121,1,'2012-11-27 07:37:23','66.249.76.115',1),(2122,1,'2012-11-27 13:39:30','157.55.32.82',1),(2123,1,'2012-11-27 14:58:51','86.31.74.210',1),(2124,1,'2012-11-27 15:01:11','86.31.74.210',16),(2125,1,'2012-11-27 16:00:14','2.29.38.163',1),(2126,1,'2012-11-27 17:04:48','86.31.74.210',6),(2127,1,'2012-11-27 18:12:18','180.76.6.37',3),(2128,1,'2012-11-27 19:02:48','2.28.146.28',3),(2129,1,'2012-11-27 20:15:52','86.31.74.210',13),(2130,1,'2012-11-28 01:23:57','178.137.82.135',1),(2131,1,'2012-11-28 02:23:52','218.30.103.148',2),(2132,1,'2012-11-28 03:03:52','94.0.245.16',5),(2133,1,'2012-11-28 07:32:27','178.32.147.83',1),(2134,1,'2012-11-28 10:45:52','86.174.46.49',1),(2135,1,'2012-11-28 12:46:56','173.199.120.131',1),(2136,1,'2012-11-28 16:01:26','95.108.241.250',2),(2137,1,'2012-11-28 18:33:27','86.111.79.5',1),(2138,1,'2012-11-28 20:26:57','157.55.32.147',1),(2139,1,'2012-11-28 22:35:50','77.96.250.144',1),(2140,1,'2012-11-29 00:49:37','65.55.213.72',1),(2141,1,'2012-11-29 04:17:15','173.192.34.95',2),(2142,1,'2012-11-29 09:52:38','220.181.108.170',1),(2143,1,'2012-11-29 12:36:17','96.227.124.37',1),(2144,1,'2012-11-29 13:08:57','80.194.53.181',2),(2145,1,'2012-11-29 17:50:04','24.230.36.214',1),(2146,1,'2012-11-29 20:43:53','77.96.250.144',1),(2147,1,'2012-11-29 21:25:16','157.55.32.61',1),(2148,1,'2012-11-30 10:01:16','81.156.95.150',4),(2149,1,'2012-11-30 11:20:49','95.108.150.235',4),(2150,1,'2012-11-30 12:14:43','107.21.132.52',1),(2151,1,'2012-11-30 14:09:08','220.181.108.147',1),(2152,1,'2012-11-30 18:42:12','94.168.76.4',1),(2153,1,'2012-11-30 22:04:05','180.76.5.158',2),(2154,1,'2012-12-01 01:10:53','86.31.17.2',5),(2155,1,'2012-12-01 02:02:43','86.31.17.2',2),(2156,1,'2012-12-01 13:47:04','91.121.88.199',1),(2157,1,'2012-12-01 21:50:14','54.242.236.83',1),(2158,1,'2012-12-01 23:08:41','178.255.215.65',1),(2159,1,'2012-12-02 01:34:52','66.249.76.115',2),(2160,1,'2012-12-02 02:10:03','220.181.108.121',1),(2161,1,'2012-12-02 10:12:19','110.75.172.122',2),(2162,1,'2012-12-02 15:43:36','100.43.83.132',1),(2163,1,'2012-12-03 01:26:31','220.181.108.146',1),(2164,1,'2012-12-03 03:07:49','220.181.108.153',1),(2165,1,'2012-12-03 07:53:46','66.249.76.115',1),(2166,1,'2012-12-03 13:06:22','95.108.150.235',3),(2167,1,'2012-12-03 19:30:40','109.206.183.68',1),(2168,1,'2012-12-03 22:15:10','81.139.83.81',1),(2169,1,'2012-12-04 03:59:55','66.249.76.115',1),(2170,1,'2012-12-04 06:16:27','174.113.226.156',1),(2171,1,'2012-12-04 10:20:37','209.85.238.141',2),(2172,1,'2012-12-04 11:56:33','178.255.215.65',1),(2173,1,'2012-12-04 17:24:51','95.108.150.235',2),(2174,1,'2012-12-05 04:09:10','157.55.32.87',2),(2175,1,'2012-12-05 09:42:30','173.252.110.113',1),(2176,1,'2012-12-05 10:14:03','194.203.40.135',4),(2177,1,'2012-12-05 11:06:14','31.53.24.226',2),(2178,1,'2012-12-05 15:22:00','218.30.103.148',1),(2179,1,'2012-12-05 18:13:37','2.24.232.109',1),(2180,1,'2012-12-06 00:18:36','180.76.6.230',2),(2181,1,'2012-12-06 01:18:23','72.73.80.22',1),(2182,1,'2012-12-06 02:18:07','157.55.32.87',3),(2183,1,'2012-12-06 13:39:26','86.111.79.5',1),(2184,1,'2012-12-06 14:02:12','108.95.72.19',1),(2185,1,'2012-12-06 15:31:53','194.82.211.19',1),(2186,1,'2012-12-06 18:33:23','95.108.150.235',2),(2187,1,'2012-12-06 19:15:31','173.242.125.206',1),(2188,1,'2012-12-06 21:34:17','157.55.35.114',2),(2189,1,'2012-12-06 23:34:04','157.55.35.114',1),(2190,1,'2012-12-07 00:08:55','157.55.35.114',1),(2191,1,'2012-12-07 01:59:52','108.95.72.19',1),(2192,1,'2012-12-07 02:15:52','46.119.124.206',1),(2193,1,'2012-12-07 11:14:27','218.30.103.148',1),(2194,1,'2012-12-07 21:33:18','69.171.234.0',2),(2195,1,'2012-12-08 02:18:48','64.246.178.34',1),(2196,1,'2012-12-08 09:48:41','66.249.76.115',1),(2197,1,'2012-12-08 13:06:01','100.43.83.132',1),(2198,1,'2012-12-08 15:41:56','209.85.238.141',1),(2199,1,'2012-12-09 02:30:32','2.121.154.181',1),(2200,1,'2012-12-09 03:17:13','157.55.32.113',1),(2201,1,'2012-12-09 10:43:11','173.199.116.243',1),(2202,1,'2012-12-09 15:15:42','95.108.150.235',2),(2203,1,'2012-12-09 17:20:00','69.58.178.58',3),(2204,1,'2012-12-09 18:26:13','66.249.76.115',1),(2205,1,'2012-12-09 21:09:35','81.157.44.243',2),(2206,1,'2012-12-10 02:08:16','157.55.32.113',1),(2207,1,'2012-12-10 04:53:16','107.21.149.241',1),(2208,1,'2012-12-10 05:57:19','86.178.217.191',1),(2209,1,'2012-12-10 08:30:12','157.55.32.113',1),(2210,1,'2012-12-10 10:33:46','95.108.150.235',2),(2211,1,'2012-12-10 11:39:59','220.181.125.108',1),(2212,1,'2012-12-11 01:16:19','96.255.212.217',1),(2213,1,'2012-12-11 03:03:37','65.55.52.89',1),(2214,1,'2012-12-11 05:51:36','218.30.103.148',1),(2215,1,'2012-12-11 09:52:56','109.150.253.159',1),(2216,1,'2012-12-11 10:30:12','27.252.153.253',1),(2217,1,'2012-12-11 13:28:21','220.181.51.110',2),(2218,1,'2012-12-11 14:20:51','66.249.76.115',1),(2219,1,'2012-12-11 15:02:22','86.176.32.5',5),(2220,1,'2012-12-11 19:41:01','86.163.3.100',1),(2221,1,'2012-12-11 20:34:43','212.50.117.2',1),(2222,1,'2012-12-11 21:14:46','86.147.234.59',1),(2223,1,'2012-12-11 22:00:31','188.99.39.158',1),(2224,1,'2012-12-11 23:53:49','180.76.5.48',1),(2225,1,'2012-12-12 01:43:22','173.199.118.35',1),(2226,1,'2012-12-12 03:30:53','65.55.55.231',1),(2227,1,'2012-12-12 14:25:46','86.31.6.80',1),(2228,1,'2012-12-12 19:22:41','218.30.103.148',1),(2229,1,'2012-12-12 21:52:39','66.249.76.115',1),(2230,1,'2012-12-12 22:38:40','95.108.150.235',2),(2231,1,'2012-12-13 04:35:13','173.199.115.83',1),(2232,1,'2012-12-13 05:24:15','110.75.171.124',2),(2233,1,'2012-12-13 09:05:37','91.121.222.207',1),(2234,1,'2012-12-13 14:53:21','5.9.63.172',1),(2235,1,'2012-12-13 19:46:11','173.242.125.206',1),(2236,1,'2012-12-13 20:22:22','66.249.76.115',1),(2237,1,'2012-12-13 21:27:05','86.166.239.96',1),(2238,1,'2012-12-14 00:11:06','92.16.190.250',5),(2239,1,'2012-12-14 02:13:00','66.249.76.115',1),(2240,1,'2012-12-14 08:00:49','95.108.150.235',2),(2241,1,'2012-12-14 11:35:04','173.199.116.211',1),(2242,1,'2012-12-14 12:53:19','157.55.35.53',1),(2243,1,'2012-12-14 14:14:04','218.30.103.148',1),(2244,1,'2012-12-14 15:50:35','100.43.83.132',1),(2245,1,'2012-12-14 21:18:17','82.47.203.127',1),(2246,1,'2012-12-15 00:51:51','66.249.76.115',1),(2247,1,'2012-12-15 06:03:28','157.55.35.53',1),(2248,1,'2012-12-15 13:25:51','157.55.35.53',1),(2249,1,'2012-12-15 16:46:12','1.202.218.72',1),(2250,1,'2012-12-15 18:04:50','157.55.35.53',3),(2251,1,'2012-12-16 04:12:40','173.199.117.251',2),(2252,1,'2012-12-16 05:33:57','220.181.108.149',1),(2253,1,'2012-12-16 13:49:17','157.55.35.53',1),(2254,1,'2012-12-16 16:35:19','157.55.35.53',1),(2255,1,'2012-12-16 18:03:59','180.76.5.190',1),(2256,1,'2012-12-16 21:42:05','218.30.103.148',1),(2257,1,'2012-12-16 23:15:36','46.22.208.55',3),(2258,1,'2012-12-17 00:21:17','157.55.35.53',1),(2259,1,'2012-12-17 01:15:05','220.181.108.122',1),(2260,1,'2012-12-17 04:15:31','220.181.108.184',1),(2261,1,'2012-12-17 11:20:54','66.249.76.115',1),(2262,1,'2012-12-17 16:12:38','109.206.181.155',1),(2263,1,'2012-12-17 20:01:36','69.171.224.114',3),(2264,1,'2012-12-17 23:07:48','173.199.114.243',1),(2265,1,'2012-12-18 02:10:29','50.18.133.156',3),(2266,1,'2012-12-18 13:37:17','157.55.35.53',1),(2267,1,'2012-12-18 14:28:38','69.84.207.246',3),(2268,1,'2012-12-18 15:06:05','86.29.240.96',2),(2269,1,'2012-12-18 18:03:43','180.76.5.89',5),(2270,1,'2012-12-18 19:12:16','218.30.103.148',1),(2271,1,'2012-12-19 00:21:54','38.109.44.251',3),(2272,1,'2012-12-19 03:19:03','99.11.136.196',1),(2273,1,'2012-12-19 04:19:57','75.135.169.186',1),(2274,1,'2012-12-19 07:28:50','61.135.190.220',1),(2275,1,'2012-12-19 09:18:06','77.75.77.36',2),(2276,1,'2012-12-19 13:05:25','100.43.83.132',1),(2277,1,'2012-12-19 18:06:22','188.40.82.78',1),(2278,1,'2012-12-19 20:56:21','68.50.49.55',1),(2279,1,'2012-12-19 22:40:26','66.249.75.115',1),(2280,1,'2012-12-20 00:55:48','173.199.120.123',1),(2281,1,'2012-12-20 05:30:52','173.236.21.106',1),(2282,1,'2012-12-20 08:18:57','157.55.35.53',1),(2283,1,'2012-12-20 09:29:56','1.202.218.72',1),(2284,1,'2012-12-20 13:06:25','109.144.183.216',3),(2285,1,'2012-12-20 14:08:34','208.115.111.72',1),(2286,1,'2012-12-20 21:59:44','218.30.103.148',1),(2287,1,'2012-12-21 01:00:27','173.236.21.106',1),(2288,1,'2012-12-21 05:02:57','95.108.150.235',2),(2289,1,'2012-12-21 11:32:16','220.181.108.187',1),(2290,1,'2012-12-21 14:55:21','157.55.35.53',1),(2291,1,'2012-12-21 18:42:36','81.109.223.195',1),(2292,1,'2012-12-21 19:17:48','173.199.119.11',1),(2293,1,'2012-12-21 22:37:07','66.249.75.115',1),(2294,1,'2012-12-21 23:45:42','95.108.151.244',2),(2295,1,'2012-12-22 00:23:08','173.31.74.145',1),(2296,1,'2012-12-22 02:06:15','220.181.108.187',1),(2297,1,'2012-12-22 03:50:46','98.244.41.244',1),(2298,1,'2012-12-22 08:30:28','180.76.6.231',2),(2299,1,'2012-12-22 13:50:37','100.43.83.132',1),(2300,1,'2012-12-22 16:22:55','95.108.150.235',2),(2301,1,'2012-12-22 17:51:52','220.181.108.100',2),(2302,1,'2012-12-22 22:19:42','94.0.245.16',7),(2303,1,'2012-12-22 23:06:09','2.102.205.177',5),(2304,1,'2012-12-23 00:04:19','66.249.75.115',6),(2305,1,'2012-12-23 01:12:17','86.158.245.156',5),(2306,1,'2012-12-23 02:25:19','61.135.190.220',1),(2307,1,'2012-12-23 10:21:28','80.86.88.174',2),(2308,1,'2012-12-23 12:13:11','92.234.3.137',2),(2309,1,'2012-12-23 13:25:48','75.98.9.201',1),(2310,1,'2012-12-23 14:14:30','94.175.151.212',1),(2311,1,'2012-12-23 17:54:54','92.20.164.93',7),(2312,1,'2012-12-23 18:40:54','81.132.202.232',1),(2313,1,'2012-12-23 19:14:06','157.55.35.53',2),(2314,1,'2012-12-23 21:48:11','92.20.164.93',1),(2315,1,'2012-12-24 01:23:08','66.249.75.115',1),(2316,1,'2012-12-24 05:46:04','173.199.120.43',1),(2317,1,'2012-12-24 09:09:23','82.26.195.85',1),(2318,1,'2012-12-24 10:05:42','2.219.128.36',3),(2319,1,'2012-12-24 12:38:12','86.140.210.29',1),(2320,1,'2012-12-24 13:49:35','92.20.154.132',2),(2321,1,'2012-12-24 15:49:20','157.55.35.53',1),(2322,1,'2012-12-24 17:51:17','80.6.67.111',1),(2323,1,'2012-12-24 18:17:22','173.199.119.51',1),(2324,1,'2012-12-24 20:00:53','212.183.128.27',1),(2325,1,'2012-12-25 01:02:32','64.246.165.150',1),(2326,1,'2012-12-25 17:40:59','66.249.75.115',2),(2327,1,'2012-12-25 19:07:15','157.55.35.53',2),(2328,1,'2012-12-26 04:19:16','110.75.171.118',1),(2329,1,'2012-12-26 04:19:16','110.75.171.117',1),(2330,1,'2012-12-26 06:01:32','95.108.150.235',2),(2331,1,'2012-12-26 09:09:21','98.137.207.143',1),(2332,1,'2012-12-26 10:53:23','66.249.75.115',1),(2333,1,'2012-12-26 13:22:18','180.76.5.95',1),(2334,1,'2012-12-26 19:17:16','173.199.116.51',1),(2335,1,'2012-12-26 20:19:42','82.17.159.55',1),(2336,1,'2012-12-27 01:18:25','157.55.35.53',1),(2337,1,'2012-12-27 08:53:21','38.111.147.83',1),(2338,1,'2012-12-27 09:03:36','218.30.103.148',1),(2339,1,'2012-12-27 11:26:16','81.132.216.127',1),(2340,1,'2012-12-27 17:44:53','184.22.183.114',1),(2341,1,'2012-12-27 19:35:37','220.181.108.146',1),(2342,1,'2012-12-27 23:56:29','66.249.75.115',1),(2343,1,'2012-12-28 00:33:18','157.55.35.53',1),(2344,1,'2012-12-28 01:22:48','157.55.35.53',3),(2345,1,'2012-12-28 04:20:55','1.202.218.72',1),(2346,1,'2012-12-28 09:01:33','95.108.150.235',2),(2347,1,'2012-12-28 12:51:42','173.199.118.171',1),(2348,1,'2012-12-28 13:12:46','81.129.182.0',1),(2349,1,'2012-12-28 17:45:31','199.233.233.142',1),(2350,1,'2012-12-28 18:21:26','180.76.5.113',1),(2351,1,'2012-12-29 00:12:20','157.55.35.53',1),(2352,1,'2012-12-29 01:05:44','100.43.83.132',1),(2353,1,'2012-12-29 02:36:19','66.249.75.115',2),(2354,1,'2012-12-29 05:49:35','1.202.218.72',2),(2355,1,'2012-12-29 10:33:06','218.30.103.44',2),(2356,1,'2012-12-29 11:34:19','220.181.125.108',2),(2357,1,'2012-12-29 19:49:16','157.55.35.53',1),(2358,1,'2012-12-29 20:14:00','66.249.76.115',1),(2359,1,'2012-12-29 21:00:18','1.202.219.2',1),(2360,1,'2012-12-29 22:25:41','180.76.6.36',1),(2361,1,'2012-12-29 23:32:58','173.199.119.147',1),(2362,1,'2012-12-30 07:00:58','1.202.218.72',1),(2363,1,'2012-12-30 15:21:25','95.108.150.235',2),(2364,1,'2012-12-30 20:15:39','218.30.103.148',1),(2365,1,'2012-12-30 22:43:34','157.55.35.53',1),(2366,1,'2012-12-30 23:29:00','98.199.141.17',1),(2367,1,'2012-12-31 04:48:12','173.199.116.43',1),(2368,1,'2012-12-31 07:47:10','157.55.35.53',1),(2369,1,'2012-12-31 08:16:34','1.202.218.72',1),(2370,1,'2012-12-31 09:40:48','180.76.6.35',3),(2371,1,'2012-12-31 10:19:23','218.30.103.44',1),(2372,1,'2012-12-31 13:41:58','77.78.104.141',1),(2373,1,'2012-12-31 16:40:49','180.76.5.192',1),(2374,1,'2012-12-31 17:34:03','86.181.201.170',1),(2375,1,'2012-12-31 22:47:20','100.43.83.132',1),(2376,1,'2013-01-01 00:26:48','95.108.150.235',2),(2377,1,'2013-01-01 07:50:26','173.199.120.131',1),(2378,1,'2013-01-01 09:46:51','157.55.35.53',1),(2379,1,'2013-01-01 10:44:39','1.202.218.72',1),(2380,1,'2013-01-01 11:05:53','180.76.5.65',1),(2381,1,'2013-01-01 16:15:45','74.125.18.158',3),(2382,1,'2013-01-01 17:34:26','66.249.76.115',1),(2383,1,'2013-01-01 18:40:03','95.108.151.244',2),(2384,1,'2013-01-01 20:33:44','2.25.186.60',2),(2385,1,'2013-01-01 23:49:44','218.30.103.44',1),(2386,1,'2013-01-02 00:22:36','180.76.5.156',1),(2387,1,'2013-01-02 03:42:03','173.199.115.179',2),(2388,1,'2013-01-02 06:27:38','180.76.5.94',2),(2389,1,'2013-01-02 07:11:11','50.18.98.114',1),(2390,1,'2013-01-02 08:26:28','157.55.35.53',1),(2391,1,'2013-01-02 11:49:35','110.75.171.117',2),(2392,1,'2013-01-02 14:24:12','193.1.74.91',1),(2393,1,'2013-01-02 15:41:35','1.202.218.72',1),(2394,1,'2013-01-02 19:15:15','66.249.76.115',1),(2395,1,'2013-01-02 23:46:39','95.108.150.235',2),(2396,1,'2013-01-03 05:15:32','180.76.5.88',1),(2397,1,'2013-01-03 07:49:08','71.176.66.73',1),(2398,1,'2013-01-03 11:00:08','92.7.25.58',5),(2399,1,'2013-01-03 13:36:06','218.30.103.148',1),(2400,1,'2013-01-03 20:55:28','1.202.218.72',1),(2401,1,'2013-01-03 22:55:59','218.30.103.44',1),(2402,1,'2013-01-03 23:16:05','157.55.35.53',1),(2403,1,'2013-01-04 01:13:21','100.43.83.132',1),(2404,1,'2013-01-04 02:10:48','173.236.21.106',1),(2405,1,'2013-01-04 05:47:17','66.249.76.115',1),(2406,1,'2013-01-04 13:31:01','66.249.76.115',1),(2407,1,'2013-01-04 14:11:07','101.226.166.211',1),(2408,1,'2013-01-04 20:11:33','173.199.120.155',1),(2409,1,'2013-01-04 22:38:53','1.202.218.72',1),(2410,1,'2013-01-05 00:27:17','86.133.120.162',2),(2411,1,'2013-01-05 06:18:23','157.55.35.53',1),(2412,1,'2013-01-05 08:07:32','95.108.151.244',5),(2413,1,'2013-01-05 13:13:40','110.75.171.113',2),(2414,1,'2013-01-05 14:01:10','218.30.103.148',1),(2415,1,'2013-01-05 16:27:42','66.249.76.115',1),(2416,1,'2013-01-05 19:50:26','173.199.115.115',1),(2417,1,'2013-01-06 02:41:31','64.246.161.190',1),(2418,1,'2013-01-06 04:38:58','157.55.35.53',1),(2419,1,'2013-01-06 05:58:12','1.202.218.72',1),(2420,1,'2013-01-06 11:06:51','218.30.103.44',1),(2421,1,'2013-01-06 13:30:39','206.225.83.83',3),(2422,1,'2013-01-06 16:51:06','66.249.76.115',1),(2423,1,'2013-01-06 18:02:03','220.181.108.91',2),(2424,1,'2013-01-06 19:35:42','65.74.178.253',1),(2425,1,'2013-01-06 21:40:54','2.30.117.218',1),(2426,1,'2013-01-06 22:06:50','101.226.167.207',1),(2427,1,'2013-01-07 03:50:53','157.55.35.53',1),(2428,1,'2013-01-07 09:05:14','95.108.150.235',3),(2429,1,'2013-01-07 12:50:53','188.40.159.217',1),(2430,1,'2013-01-07 14:22:44','86.152.161.143',4),(2431,1,'2013-01-07 15:27:23','86.152.161.143',1),(2432,1,'2013-01-07 16:04:45','86.152.161.143',1),(2433,1,'2013-01-07 20:00:27','157.55.35.53',1),(2434,1,'2013-01-07 21:04:31','157.55.35.53',5),(2435,1,'2013-01-07 23:38:42','81.178.182.144',4),(2436,1,'2013-01-08 00:19:57','86.152.161.143',4),(2437,1,'2013-01-08 11:08:54','218.30.103.44',2),(2438,1,'2013-01-08 12:05:21','109.144.156.105',4),(2439,1,'2013-01-08 13:08:41','95.211.163.36',1),(2440,1,'2013-01-08 14:06:49','66.249.75.115',1),(2441,1,'2013-01-08 15:45:17','86.152.161.143',1),(2442,1,'2013-01-08 17:34:23','86.152.161.143',1),(2443,1,'2013-01-08 19:20:30','157.55.35.53',2),(2444,1,'2013-01-08 21:25:55','86.152.161.143',3),(2445,1,'2013-01-09 01:40:10','218.30.103.148',1),(2446,1,'2013-01-09 02:14:14','180.76.5.90',1),(2447,1,'2013-01-09 03:41:12','218.30.103.148',1),(2448,1,'2013-01-09 05:42:40','173.199.114.3',1),(2449,1,'2013-01-09 15:05:06','109.144.186.207',2),(2450,1,'2013-01-09 16:17:21','100.43.83.132',2),(2451,1,'2013-01-09 22:12:47','2.30.118.253',1),(2452,1,'2013-01-09 23:37:51','157.55.35.53',1),(2453,1,'2013-01-10 00:34:02','46.232.228.188',1),(2454,1,'2013-01-10 01:26:47','157.55.35.53',1),(2455,1,'2013-01-10 02:27:16','157.55.35.53',1),(2456,1,'2013-01-10 04:50:10','95.108.150.235',2),(2457,1,'2013-01-10 08:30:14','65.55.212.89',1),(2458,1,'2013-01-10 10:17:42','66.249.76.115',1),(2459,1,'2013-01-10 13:26:22','218.30.103.44',1),(2460,1,'2013-01-10 17:14:37','173.192.34.95',1),(2461,1,'2013-01-10 18:55:38','218.30.103.148',1),(2462,1,'2013-01-10 20:52:21','218.30.103.148',1),(2463,1,'2013-01-10 23:31:59','50.19.176.125',1),(2464,1,'2013-01-11 02:11:10','178.255.215.65',2),(2465,1,'2013-01-11 04:11:12','180.76.5.157',1),(2466,1,'2013-01-11 05:25:39','69.171.228.113',1),(2467,1,'2013-01-11 07:15:45','173.199.116.203',1),(2468,1,'2013-01-11 09:08:05','50.57.68.14',1),(2469,1,'2013-01-11 11:17:39','93.63.195.11',1),(2470,1,'2013-01-11 14:12:05','72.30.198.74',1),(2471,1,'2013-01-11 19:01:09','82.40.157.3',1),(2472,1,'2013-01-11 21:27:58','2.25.219.254',1),(2473,1,'2013-01-11 22:43:24','82.80.249.137',1),(2474,1,'2013-01-12 01:01:37','220.181.108.99',1),(2475,1,'2013-01-12 02:11:14','66.249.76.115',1),(2476,1,'2013-01-12 03:14:50','157.55.35.53',1),(2477,1,'2013-01-12 06:50:24','213.174.154.106',1),(2478,1,'2013-01-12 07:00:56','95.108.150.235',2),(2479,1,'2013-01-12 09:10:39','91.121.222.207',1),(2480,1,'2013-01-12 10:35:51','218.30.103.44',1),(2481,1,'2013-01-12 11:46:32','218.30.103.148',1),(2482,1,'2013-01-12 15:58:30','117.26.116.34',1),(2483,1,'2013-01-12 16:22:24','194.80.246.1',1),(2484,1,'2013-01-12 17:24:01','66.249.76.115',3),(2485,1,'2013-01-12 23:09:22','180.76.5.65',1),(2486,1,'2013-01-13 00:06:43','180.76.5.50',1),(2487,1,'2013-01-13 03:22:46','220.181.108.157',1),(2488,1,'2013-01-13 05:11:30','157.55.35.53',1),(2489,1,'2013-01-13 09:32:49','86.178.180.39',1),(2490,1,'2013-01-13 11:48:15','194.80.247.245',1),(2491,1,'2013-01-13 16:38:15','173.199.119.19',2),(2492,1,'2013-01-13 19:18:48','92.7.16.94',1),(2493,1,'2013-01-13 20:20:10','157.55.35.53',1),(2494,1,'2013-01-13 21:05:01','86.181.109.34',2),(2495,1,'2013-01-13 22:15:47','131.253.24.139',1),(2496,1,'2013-01-13 23:23:24','175.44.8.29',1),(2497,1,'2013-01-14 08:28:58','46.165.197.142',1),(2498,1,'2013-01-14 10:08:41','93.219.74.191',2),(2499,1,'2013-01-14 14:17:24','95.108.150.235',2),(2500,1,'2013-01-14 18:33:00','218.30.103.148',3),(2501,1,'2013-01-14 19:15:35','157.55.35.53',1),(2502,1,'2013-01-14 20:40:32','157.55.35.53',1),(2503,1,'2013-01-14 22:10:59','66.249.76.115',1),(2504,1,'2013-01-15 05:04:34','180.76.5.94',2),(2505,1,'2013-01-15 06:44:58','180.76.5.136',1),(2506,1,'2013-01-15 08:31:38','110.75.171.118',3),(2507,1,'2013-01-15 09:06:52','84.14.123.107',2),(2508,1,'2013-01-15 10:15:45','218.30.103.44',2),(2509,1,'2013-01-15 14:28:14','66.249.76.115',1),(2510,1,'2013-01-15 15:35:17','208.81.237.150',1),(2511,1,'2013-01-15 16:20:54','77.75.77.11',1),(2512,1,'2013-01-15 17:48:17','220.181.108.170',1),(2513,1,'2013-01-15 18:24:17','84.78.199.15',1),(2514,1,'2013-01-16 02:32:30','207.237.50.224',1),(2515,1,'2013-01-16 04:44:17','180.76.5.88',1),(2516,1,'2013-01-16 11:20:06','81.31.97.12',1),(2517,1,'2013-01-16 12:45:55','178.63.114.164',3),(2518,1,'2013-01-16 13:39:35','218.30.103.148',1),(2519,1,'2013-01-16 14:54:38','157.55.35.53',1),(2520,1,'2013-01-16 15:16:08','78.46.145.195',1),(2521,1,'2013-01-16 16:05:46','157.55.35.53',1),(2522,1,'2013-01-16 17:28:42','78.46.78.143',4),(2523,1,'2013-01-16 20:39:14','205.210.132.6',1),(2524,1,'2013-01-16 23:41:06','180.76.5.141',2),(2525,1,'2013-01-17 01:35:11','180.76.6.36',1),(2526,1,'2013-01-17 04:39:26','157.55.32.57',1),(2527,1,'2013-01-17 08:46:01','66.249.76.115',1),(2528,1,'2013-01-17 09:51:11','218.30.103.44',1),(2529,1,'2013-01-17 15:02:37','92.23.20.15',3),(2530,1,'2013-01-17 18:18:19','90.218.226.32',1),(2531,1,'2013-01-17 21:24:39','174.60.61.32',1),(2532,1,'2013-01-18 00:54:57','141.255.184.209',1),(2533,1,'2013-01-18 03:41:25','220.181.108.183',1),(2534,1,'2013-01-18 06:29:06','166.147.123.28',9),(2535,1,'2013-01-18 11:58:13','94.23.23.127',1),(2536,1,'2013-01-18 13:58:22','66.249.76.115',1),(2537,1,'2013-01-18 14:26:00','218.30.103.148',2),(2538,1,'2013-01-18 16:28:35','2.25.220.48',1),(2539,1,'2013-01-18 17:40:51','166.147.123.32',3),(2540,1,'2013-01-18 19:02:16','1.202.218.72',1),(2541,1,'2013-01-18 20:40:01','95.108.217.252',2),(2542,1,'2013-01-18 21:07:50','166.147.123.26',1),(2543,1,'2013-01-18 22:41:59','95.108.150.235',4),(2544,1,'2013-01-19 01:28:41','184.22.183.114',2),(2545,1,'2013-01-19 06:04:12','180.76.5.182',1),(2546,1,'2013-01-19 07:24:13','174.60.61.32',2),(2547,1,'2013-01-19 09:06:13','110.75.171.117',2),(2548,1,'2013-01-19 11:31:36','218.30.103.44',1),(2549,1,'2013-01-19 12:50:32','86.23.108.188',1),(2550,1,'2013-01-19 15:57:16','92.20.194.203',1),(2551,1,'2013-01-19 17:40:07','2.27.98.62',1),(2552,1,'2013-01-19 19:55:50','82.166.235.9',2),(2553,1,'2013-01-19 20:11:56','2.27.98.62',1),(2554,1,'2013-01-19 21:30:47','2.27.97.84',1),(2555,1,'2013-01-20 00:00:38','95.108.150.235',2),(2556,1,'2013-01-20 02:53:08','112.111.184.7',1),(2557,1,'2013-01-20 13:20:45','80.3.31.21',2),(2558,1,'2013-01-20 14:41:52','66.249.76.115',2),(2559,1,'2013-01-20 15:00:20','2.27.98.148',1),(2560,1,'2013-01-20 16:03:52','2.27.98.148',1),(2561,1,'2013-01-20 17:56:35','180.76.6.230',1),(2562,1,'2013-01-20 18:04:20','175.44.7.27',1),(2563,1,'2013-01-20 20:07:23','180.76.5.181',1),(2564,1,'2013-01-20 21:26:02','173.199.115.147',1),(2565,1,'2013-01-20 22:52:04','208.81.237.150',3),(2566,1,'2013-01-20 23:08:32','157.55.33.40',1),(2567,1,'2013-01-21 00:05:07','77.96.80.91',1),(2568,1,'2013-01-21 06:31:43','98.149.141.183',1),(2569,1,'2013-01-21 10:40:34','218.30.103.44',1),(2570,1,'2013-01-21 12:08:51','50.17.92.27',3),(2571,1,'2013-01-21 14:22:56','157.55.32.81',1),(2572,1,'2013-01-21 16:45:11','62.35.146.16',1),(2573,1,'2013-01-21 21:05:01','69.171.237.10',1),(2574,1,'2013-01-21 22:44:24','166.205.68.39',3),(2575,1,'2013-01-22 01:44:26','166.205.68.23',1),(2576,1,'2013-01-22 03:03:14','70.196.8.250',1),(2577,1,'2013-01-22 06:45:28','192.74.230.33',1),(2578,1,'2013-01-22 14:28:35','66.249.76.115',1),(2579,1,'2013-01-22 18:33:11','157.55.32.81',1),(2580,1,'2013-01-22 19:22:05','213.174.154.106',1),(2581,1,'2013-01-22 20:44:34','218.30.103.148',1),(2582,1,'2013-01-22 22:26:47','168.62.161.248',1),(2583,1,'2013-01-23 01:00:59','82.69.21.203',4),(2584,1,'2013-01-23 03:56:00','176.25.129.28',1),(2585,1,'2013-01-23 04:19:49','180.76.5.151',1),(2586,1,'2013-01-23 06:29:43','180.76.5.159',1),(2587,1,'2013-01-23 10:19:48','220.181.89.151',1),(2588,1,'2013-01-23 12:35:32','194.82.210.244',1),(2589,1,'2013-01-23 14:19:41','199.19.249.196',1),(2590,1,'2013-01-23 14:19:41','193.191.216.76',1),(2591,1,'2013-01-23 15:26:09','65.55.24.215',1),(2592,1,'2013-01-23 18:45:53','81.132.4.47',1),(2593,1,'2013-01-23 20:36:42','168.62.161.248',1),(2594,1,'2013-01-24 10:22:02','95.108.150.235',2),(2595,1,'2013-01-24 11:33:52','68.115.95.92',1),(2596,1,'2013-01-24 17:14:42','194.0.214.49',1),(2597,1,'2013-01-24 20:42:47','66.249.76.115',1),(2598,1,'2013-01-24 21:36:56','180.76.5.165',1),(2599,1,'2013-01-24 23:13:29','66.249.76.115',2),(2600,1,'2013-01-25 02:42:50','193.110.114.156',1),(2601,1,'2013-01-25 05:37:51','218.30.103.148',1),(2602,1,'2013-01-25 07:04:49','1.202.218.72',2),(2603,1,'2013-01-25 08:30:00','192.74.230.33',1),(2604,1,'2013-01-25 09:45:30','220.181.89.151',1),(2605,1,'2013-01-25 12:28:56','66.249.76.115',2),(2606,1,'2013-01-25 13:03:18','98.137.206.122',1),(2607,1,'2013-01-25 20:10:44','157.55.32.105',1),(2608,1,'2013-01-25 22:34:29','184.22.183.114',1),(2609,1,'2013-01-26 00:09:43','209.85.238.141',1),(2610,1,'2013-01-26 06:11:09','220.181.108.160',1),(2611,1,'2013-01-26 10:15:12','66.249.76.115',1),(2612,1,'2013-01-26 12:41:05','175.44.7.51',1),(2613,1,'2013-01-26 16:49:37','38.111.147.83',1),(2614,1,'2013-01-26 18:47:58','95.108.150.235',2),(2615,1,'2013-01-26 20:57:17','173.199.114.147',1),(2616,1,'2013-01-26 21:59:07','157.55.32.105',1),(2617,1,'2013-01-26 22:03:37','157.55.32.105',1),(2618,1,'2013-01-27 03:24:18','180.76.5.64',1),(2619,1,'2013-01-27 04:51:04','180.76.5.189',1),(2620,1,'2013-01-27 09:14:57','178.137.83.251',1),(2621,1,'2013-01-27 14:00:42','218.30.103.148',1),(2622,1,'2013-01-27 20:18:12','69.171.228.115',2),(2623,1,'2013-01-27 21:28:43','220.181.108.152',1),(2624,1,'2013-01-28 05:45:20','66.249.76.115',1),(2625,1,'2013-01-28 07:46:17','95.108.150.235',3),(2626,1,'2013-01-28 12:44:23','85.210.154.42',3),(2627,1,'2013-01-28 18:04:00','84.78.199.15',2),(2628,1,'2013-01-28 19:19:15','157.55.32.62',1),(2629,1,'2013-01-28 21:02:58','180.76.5.146',1),(2630,1,'2013-01-29 00:10:37','112.111.174.146',1),(2631,1,'2013-01-29 05:13:46','61.55.185.137',2),(2632,1,'2013-01-29 12:52:55','216.145.14.142',1),(2633,1,'2013-01-29 16:06:29','66.249.76.115',1),(2634,1,'2013-01-29 18:12:09','220.181.108.176',1),(2635,1,'2013-01-29 22:53:13','157.55.33.84',1),(2636,1,'2013-01-30 00:55:44','218.30.103.148',1),(2637,1,'2013-01-30 03:03:16','110.75.171.83',2),(2638,1,'2013-01-30 11:46:32','213.105.74.62',1),(2639,1,'2013-01-30 14:16:00','83.38.27.99',3),(2640,1,'2013-01-30 17:41:01','77.101.240.42',2),(2641,1,'2013-01-30 18:50:53','90.201.162.102',1),(2642,1,'2013-01-30 19:45:19','180.76.5.181',1),(2643,1,'2013-01-30 20:34:40','192.74.230.33',1),(2644,1,'2013-01-30 21:26:34','180.76.6.21',5),(2645,1,'2013-01-30 23:12:10','95.108.150.235',2),(2646,1,'2013-01-31 03:16:37','184.22.183.114',2),(2647,1,'2013-01-31 07:01:08','96.224.208.225',5),(2648,1,'2013-01-31 10:07:52','220.181.108.151',2),(2649,1,'2013-01-31 18:28:01','66.249.76.115',2),(2650,1,'2013-01-31 21:02:51','220.181.51.109',2),(2651,1,'2013-01-31 21:02:51','220.181.51.110',1),(2652,1,'2013-02-01 00:51:37','1.202.218.135',1),(2653,1,'2013-02-01 07:28:16','220.181.108.168',1),(2654,1,'2013-02-01 11:21:03','218.30.103.148',1),(2655,1,'2013-02-01 12:37:13','94.0.245.16',1),(2656,1,'2013-02-01 14:54:58','66.249.76.115',1),(2657,1,'2013-02-01 16:17:55','75.134.151.92',1),(2658,1,'2013-02-01 17:49:05','92.40.253.34',1),(2659,1,'2013-02-01 19:26:22','192.74.230.33',1),(2660,1,'2013-02-01 20:02:20','92.40.254.62',3),(2661,1,'2013-02-01 21:22:43','180.76.6.230',1),(2662,1,'2013-02-01 22:35:54','184.22.183.114',1),(2663,1,'2013-02-01 23:18:44','180.76.5.63',1),(2664,1,'2013-02-02 00:07:16','180.153.236.147',1),(2665,1,'2013-02-02 01:52:33','1.202.219.89',1),(2666,1,'2013-02-02 03:52:16','110.75.174.195',2),(2667,1,'2013-02-02 09:27:54','220.181.125.108',1),(2668,1,'2013-02-02 13:36:33','101.226.166.202',1),(2669,1,'2013-02-02 20:19:34','86.173.148.13',1),(2670,1,'2013-02-02 21:07:18','74.125.185.22',1),(2671,1,'2013-02-03 05:10:41','95.108.150.235',2),(2672,1,'2013-02-03 09:30:20','218.30.103.148',1),(2673,1,'2013-02-03 10:44:10','218.30.103.148',1),(2674,1,'2013-02-03 11:48:12','157.55.32.142',1),(2675,1,'2013-02-03 13:32:13','157.55.32.142',1),(2676,1,'2013-02-03 15:32:06','98.139.241.246',3),(2677,1,'2013-02-03 18:25:17','180.76.5.12',1),(2678,1,'2013-02-03 19:13:47','80.229.163.145',4),(2679,1,'2013-02-03 20:22:44','180.76.5.48',1),(2680,1,'2013-02-03 22:37:03','66.249.76.115',1),(2681,1,'2013-02-03 23:16:55','79.145.87.130',1),(2682,1,'2013-02-04 00:56:52','8.21.4.254',1),(2683,1,'2013-02-04 02:58:27','31.184.238.40',1),(2684,1,'2013-02-04 08:46:41','192.74.230.34',1),(2685,1,'2013-02-04 11:34:43','66.249.76.115',1),(2686,1,'2013-02-04 12:56:05','192.74.230.34',1),(2687,1,'2013-02-04 14:23:10','187.57.244.91',3),(2688,1,'2013-02-04 15:59:23','69.58.178.59',1),(2689,1,'2013-02-04 16:01:24','69.58.178.59',1),(2690,1,'2013-02-04 21:26:02','180.76.5.195',1),(2691,1,'2013-02-05 05:40:56','77.88.25.26',2),(2692,1,'2013-02-05 09:59:27','218.30.103.148',1),(2693,1,'2013-02-05 15:04:00','46.118.156.146',1),(2694,1,'2013-02-05 16:51:24','180.76.5.192',1),(2695,1,'2013-02-05 18:19:39','193.1.74.91',3),(2696,1,'2013-02-05 22:14:28','217.160.223.166',1),(2697,1,'2013-02-06 00:15:31','168.61.41.115',1),(2698,1,'2013-02-06 01:56:38','192.74.230.34',1),(2699,1,'2013-02-06 02:52:06','175.44.11.27',1),(2700,1,'2013-02-06 06:16:25','192.74.230.34',1),(2701,1,'2013-02-06 08:45:34','95.108.150.235',2),(2702,1,'2013-02-06 09:24:26','107.22.29.171',1),(2703,1,'2013-02-06 10:47:09','66.249.76.115',1),(2704,1,'2013-02-06 19:35:30','173.252.110.113',3),(2705,1,'2013-02-07 01:26:29','166.181.3.170',1),(2706,1,'2013-02-07 09:57:23','218.30.103.148',1),(2707,1,'2013-02-07 14:43:21','31.184.238.40',1),(2708,1,'2013-02-07 17:18:14','168.61.41.115',1),(2709,1,'2013-02-07 18:17:03','192.74.230.34',1),(2710,1,'2013-02-07 19:49:20','194.82.211.28',1),(2711,1,'2013-02-08 03:27:15','180.76.5.8',1),(2712,1,'2013-02-08 04:15:52','217.160.223.166',4),(2713,1,'2013-02-08 06:08:06','54.241.192.54',2),(2714,1,'2013-02-08 10:23:56','1.202.218.72',1),(2715,1,'2013-02-08 17:12:42','204.124.181.85',1),(2716,1,'2013-02-08 18:35:34','95.108.150.235',2),(2717,1,'2013-02-08 19:06:24','90.204.58.85',1),(2718,1,'2013-02-08 20:08:29','108.59.8.80',1),(2719,1,'2013-02-08 22:41:04','217.160.223.166',2),(2720,1,'2013-02-09 02:09:28','66.249.76.115',1),(2721,1,'2013-02-09 04:18:02','168.61.41.115',1),(2722,1,'2013-02-09 07:09:28','216.145.5.42',1),(2723,1,'2013-02-09 10:58:22','220.181.108.148',1),(2724,1,'2013-02-09 11:02:14','173.192.34.95',2),(2725,1,'2013-02-09 13:28:57','175.44.8.13',1),(2726,1,'2013-02-09 15:29:55','175.44.8.13',1),(2727,1,'2013-02-09 16:34:27','218.30.103.148',1),(2728,1,'2013-02-09 17:53:37','218.30.103.148',1),(2729,1,'2013-02-09 20:22:59','180.76.5.58',1),(2730,1,'2013-02-09 21:48:04','180.76.5.92',1),(2731,1,'2013-02-09 23:55:20','90.204.58.85',1),(2732,1,'2013-02-10 00:06:30','72.30.198.82',3),(2733,1,'2013-02-10 06:04:35','95.108.150.235',2),(2734,1,'2013-02-10 08:04:15','54.241.192.229',3),(2735,1,'2013-02-10 08:04:15','54.241.192.229',1),(2736,1,'2013-02-10 18:57:43','66.249.76.115',1),(2737,1,'2013-02-11 04:13:12','208.81.237.150',1),(2738,1,'2013-02-11 09:16:05','91.121.222.207',1),(2739,1,'2013-02-11 10:15:40','193.105.210.217',1),(2740,1,'2013-02-11 14:14:47','66.249.76.115',1),(2741,1,'2013-02-11 21:12:02','180.76.5.51',1),(2742,1,'2013-02-11 22:50:01','180.76.5.173',1),(2743,1,'2013-02-12 04:32:19','66.249.76.115',1),(2744,1,'2013-02-12 05:12:37','218.30.103.148',1),(2745,1,'2013-02-12 06:24:21','220.181.108.76',2),(2746,1,'2013-02-12 11:25:59','87.112.18.176',2),(2747,1,'2013-02-12 14:28:44','85.25.110.133',3),(2748,1,'2013-02-12 16:12:32','180.76.5.150',1),(2749,1,'2013-02-13 00:53:52','86.142.49.224',1),(2750,1,'2013-02-13 01:24:45','110.75.174.198',2),(2751,1,'2013-02-13 08:36:06','193.104.51.7',1),(2752,1,'2013-02-13 11:23:42','92.7.16.94',1),(2753,1,'2013-02-13 12:42:33','100.43.83.152',2),(2754,1,'2013-02-13 14:07:28','220.181.108.186',1),(2755,1,'2013-02-13 15:28:22','50.57.190.113',1),(2756,1,'2013-02-13 18:18:52','66.249.76.115',1),(2757,1,'2013-02-13 19:15:16','5.9.113.104',1),(2758,1,'2013-02-13 22:27:52','157.55.32.89',1),(2759,1,'2013-02-13 23:00:42','100.43.83.152',3),(2760,1,'2013-02-14 00:32:22','180.76.5.14',1),(2761,1,'2013-02-14 01:00:42','157.55.32.89',1),(2762,1,'2013-02-14 02:44:20','180.76.6.29',1),(2763,1,'2013-02-14 04:56:16','207.106.190.66',1),(2764,1,'2013-02-14 12:00:48','66.249.76.115',1),(2765,1,'2013-02-14 13:27:37','94.224.114.11',1),(2766,1,'2013-02-14 16:19:08','218.30.103.148',1),(2767,1,'2013-02-14 17:42:18','218.30.103.148',1),(2768,1,'2013-02-14 21:11:09','77.75.77.32',1),(2769,1,'2013-02-14 22:10:30','92.7.5.123',3),(2770,1,'2013-02-15 01:33:54','96.227.124.37',1),(2771,1,'2013-02-15 10:44:16','95.79.188.14',1),(2772,1,'2013-02-15 19:32:38','66.249.76.115',1),(2773,1,'2013-02-15 22:41:41','110.75.174.198',2),(2774,1,'2013-02-16 00:56:03','180.76.5.24',1),(2775,1,'2013-02-16 02:42:40','168.61.41.115',2),(2776,1,'2013-02-16 13:58:16','2.24.201.24',1),(2777,1,'2013-02-16 15:25:47','192.74.230.34',1),(2778,1,'2013-02-16 16:00:52','184.22.211.146',1),(2779,1,'2013-02-16 20:01:17','173.208.165.178',1),(2780,1,'2013-02-16 21:13:32','89.242.89.42',3),(2781,1,'2013-02-16 22:40:18','89.242.89.42',3),(2782,1,'2013-02-17 00:05:07','89.242.89.42',1),(2783,1,'2013-02-17 04:21:54','218.30.103.148',1),(2784,1,'2013-02-17 06:28:19','68.98.92.106',1),(2785,1,'2013-02-17 15:19:25','86.169.67.98',1),(2786,1,'2013-02-17 22:21:01','173.208.90.93',2),(2787,1,'2013-02-18 03:22:10','180.76.5.57',1),(2788,1,'2013-02-18 05:33:04','180.76.5.184',1),(2789,1,'2013-02-18 12:11:52','209.85.238.141',1),(2790,1,'2013-02-18 14:21:13','100.43.83.152',2),(2791,1,'2013-02-18 17:25:29','100.43.83.152',2),(2792,1,'2013-02-19 08:40:40','218.30.103.148',1),(2793,1,'2013-02-19 09:52:03','218.30.103.148',1),(2794,1,'2013-02-19 10:42:18','66.249.76.115',1),(2795,1,'2013-02-19 12:18:01','100.43.83.152',4),(2796,1,'2013-02-19 13:33:55','94.224.114.11',1),(2797,1,'2013-02-19 15:08:57','100.43.83.152',2),(2798,1,'2013-02-19 17:07:50','109.152.147.21',2),(2799,1,'2013-02-19 19:59:45','180.76.5.190',1),(2800,1,'2013-02-19 21:24:43','64.246.165.170',2),(2801,1,'2013-02-20 00:41:37','119.63.196.60',1),(2802,1,'2013-02-20 10:33:29','90.194.14.112',5),(2803,1,'2013-02-20 17:28:44','119.63.196.122',1),(2804,1,'2013-02-20 20:42:27','66.249.76.115',1),(2805,1,'2013-02-20 22:48:08','1.202.218.131',1),(2806,1,'2013-02-20 23:25:30','66.220.158.116',1),(2807,1,'2013-02-21 00:45:23','119.63.196.126',1),(2808,1,'2013-02-21 12:01:50','66.249.76.115',1),(2809,1,'2013-02-21 14:06:59','218.30.103.148',1),(2810,1,'2013-02-21 15:25:52','218.30.103.148',1),(2811,1,'2013-02-21 19:47:32','2.29.7.12',3),(2812,1,'2013-02-21 21:54:43','173.208.165.178',1),(2813,1,'2013-02-21 22:26:23','109.152.147.21',2),(2814,1,'2013-02-21 23:03:58','54.234.46.57',3),(2815,1,'2013-02-22 00:10:45','119.63.196.32',1),(2816,1,'2013-02-22 02:04:15','180.76.6.37',1),(2817,1,'2013-02-22 04:28:08','180.76.5.164',1),(2818,1,'2013-02-22 06:36:23','157.55.36.45',1),(2819,1,'2013-02-22 09:27:23','220.181.108.150',1),(2820,1,'2013-02-22 11:00:26','220.181.125.108',1),(2821,1,'2013-02-22 13:46:07','91.231.40.52',1),(2822,1,'2013-02-22 19:32:42','189.61.202.169',1),(2823,1,'2013-02-22 20:19:43','1.202.218.136',1),(2824,1,'2013-02-22 22:33:36','100.43.83.152',2),(2825,1,'2013-02-22 23:33:00','66.249.76.115',1),(2826,1,'2013-02-23 00:07:59','168.61.41.115',2),(2827,1,'2013-02-23 01:15:49','188.220.243.111',1),(2828,1,'2013-02-23 06:21:37','66.249.76.115',2),(2829,1,'2013-02-23 08:27:26','157.55.36.45',1),(2830,1,'2013-02-23 09:31:19','180.153.236.144',1),(2831,1,'2013-02-23 10:19:12','90.209.154.92',2),(2832,1,'2013-02-23 12:05:49','218.30.103.148',1),(2833,1,'2013-02-23 13:10:54','218.30.103.148',1),(2834,1,'2013-02-23 17:20:07','180.76.5.59',1),(2835,1,'2013-02-23 19:16:01','180.76.5.56',3),(2836,1,'2013-02-23 21:45:19','46.165.197.141',1),(2837,1,'2013-02-24 07:07:06','108.217.60.161',3),(2838,1,'2013-02-24 10:27:22','66.249.76.115',1),(2839,1,'2013-02-24 17:19:06','66.249.76.115',1),(2840,1,'2013-02-25 03:35:28','100.43.83.152',2),(2841,1,'2013-02-25 05:37:56','157.55.32.142',1),(2842,1,'2013-02-25 08:31:13','218.30.103.148',1),(2843,1,'2013-02-25 09:40:22','218.30.103.148',1),(2844,1,'2013-02-25 10:08:25','82.80.249.137',1),(2845,1,'2013-02-25 14:18:33','66.249.76.115',1),(2846,1,'2013-02-25 16:32:26','157.55.32.142',1),(2847,1,'2013-02-25 23:45:22','180.76.5.12',1),(2848,1,'2013-02-26 02:25:22','180.76.6.222',1),(2849,1,'2013-02-26 12:55:43','92.206.172.227',1),(2850,1,'2013-02-26 15:31:28','90.213.125.196',2),(2851,1,'2013-02-26 19:34:40','61.135.249.210',1),(2852,1,'2013-02-26 20:58:31','110.75.171.69',2),(2853,1,'2013-02-26 22:52:07','66.249.76.115',1),(2854,1,'2013-02-27 00:41:38','100.43.83.152',2),(2855,1,'2013-02-27 10:45:37','218.30.103.148',1),(2856,1,'2013-02-27 17:09:28','100.43.83.152',2),(2857,1,'2013-02-27 22:28:49','180.76.5.173',2),(2858,1,'2013-02-27 23:57:53','2.121.103.225',1),(2859,1,'2013-02-28 01:26:59','98.89.161.135',1),(2860,1,'2013-02-28 02:31:26','180.76.5.27',1),(2861,1,'2013-02-28 09:16:29','219.78.129.231',1),(2862,1,'2013-02-28 23:55:44','66.249.76.115',1),(2863,1,'2013-03-01 03:43:12','101.226.166.217',1),(2864,1,'2013-03-01 09:19:10','90.230.13.8',1),(2865,1,'2013-03-01 11:16:43','77.75.77.123',1),(2866,1,'2013-03-01 12:07:17','100.43.83.152',4),(2867,1,'2013-03-01 16:13:27','180.76.5.107',2),(2868,1,'2013-03-01 17:15:58','218.30.103.148',1),(2869,1,'2013-03-01 18:37:49','173.199.115.51',1),(2870,1,'2013-03-01 19:26:33','87.114.167.148',1),(2871,1,'2013-03-01 20:32:37','180.76.5.172',1),(2872,1,'2013-03-01 21:41:06','46.229.167.149',2),(2873,1,'2013-03-01 22:15:38','66.249.76.115',1),(2874,1,'2013-03-02 02:12:24','157.55.33.248',1),(2875,1,'2013-03-02 07:46:09','220.181.108.150',1),(2876,1,'2013-03-02 12:34:26','66.249.76.115',1),(2877,1,'2013-03-02 13:51:01','2.24.232.109',1),(2878,1,'2013-03-02 17:23:40','100.43.83.152',2),(2879,1,'2013-03-02 20:05:49','64.246.161.190',4),(2880,1,'2013-03-02 21:32:08','187.162.37.208',1),(2881,1,'2013-03-02 22:43:35','84.177.127.106',1),(2882,1,'2013-03-02 23:02:19','187.162.37.208',3),(2883,1,'2013-03-03 00:13:31','110.75.171.67',2),(2884,1,'2013-03-03 02:07:36','66.249.76.115',1),(2885,1,'2013-03-03 04:25:30','187.162.37.208',1),(2886,1,'2013-03-03 05:53:01','187.162.37.208',1),(2887,1,'2013-03-03 11:18:41','220.181.51.108',1),(2888,1,'2013-03-03 14:15:40','198.27.74.8',1),(2889,1,'2013-03-03 15:18:30','184.22.211.146',3),(2890,1,'2013-03-03 16:57:10','218.30.103.148',1),(2891,1,'2013-03-03 17:13:21','220.181.51.111',2),(2892,1,'2013-03-03 18:03:47','70.33.60.233',1),(2893,1,'2013-03-03 23:37:29','220.181.51.111',1),(2894,1,'2013-03-04 00:18:38','180.76.5.196',2),(2895,1,'2013-03-04 02:13:36','180.76.6.223',1),(2896,1,'2013-03-04 06:06:52','100.43.83.152',2),(2897,1,'2013-03-04 14:34:24','157.55.35.85',1),(2898,1,'2013-03-04 15:57:01','62.133.13.178',1),(2899,1,'2013-03-04 16:52:25','81.148.38.86',1),(2900,1,'2013-03-04 17:49:34','69.58.178.56',2),(2901,1,'2013-03-04 21:31:17','31.76.218.207',1),(2902,1,'2013-03-05 00:19:33','90.213.125.196',1),(2903,1,'2013-03-05 02:20:47','66.249.76.115',1),(2904,1,'2013-03-05 10:02:53','157.55.35.85',2),(2905,1,'2013-03-05 15:35:46','180.76.5.193',2),(2906,1,'2013-03-05 17:15:40','180.76.5.168',1),(2907,1,'2013-03-05 19:07:21','100.43.83.152',2),(2908,1,'2013-03-05 21:54:31','77.99.78.170',2),(2909,1,'2013-03-06 06:30:29','100.43.83.152',2),(2910,1,'2013-03-06 07:26:01','66.249.76.115',1),(2911,1,'2013-03-06 13:49:17','220.161.148.150',1),(2912,1,'2013-03-06 17:01:24','66.249.76.115',2),(2913,1,'2013-03-06 20:42:50','220.181.108.76',1),(2914,1,'2013-03-06 21:40:48','157.55.35.85',1),(2915,1,'2013-03-07 03:38:14','68.63.212.67',1),(2916,1,'2013-03-07 10:07:20','157.55.35.85',2),(2917,1,'2013-03-07 14:18:32','180.76.6.35',4),(2918,1,'2013-03-07 17:55:32','82.11.93.9',2),(2919,1,'2013-03-07 18:19:06','82.11.93.9',2),(2920,1,'2013-03-08 00:58:28','66.220.158.112',1),(2921,1,'2013-03-08 01:04:03','82.11.93.9',1),(2922,1,'2013-03-08 04:25:59','184.22.211.146',1),(2923,1,'2013-03-08 09:22:17','220.181.108.187',2),(2924,1,'2013-03-08 11:33:56','220.181.108.142',1),(2925,1,'2013-03-08 13:13:37','46.105.155.29',1),(2926,1,'2013-03-08 15:10:14','66.249.76.21',1),(2927,1,'2013-03-08 16:05:06','90.213.125.196',2),(2928,1,'2013-03-08 18:27:21','100.43.83.152',2),(2929,1,'2013-03-08 19:24:20','66.249.76.21',1),(2930,1,'2013-03-09 11:10:48','180.76.5.167',2),(2931,1,'2013-03-09 13:28:34','90.213.125.196',1),(2932,1,'2013-03-09 14:54:54','220.181.108.187',1),(2933,1,'2013-03-09 15:20:57','90.213.125.196',1),(2934,1,'2013-03-09 16:26:35','92.17.142.18',2),(2935,1,'2013-03-09 23:13:36','31.31.73.162',1),(2936,1,'2013-03-10 01:46:37','173.199.115.171',1),(2937,1,'2013-03-10 04:51:29','220.181.108.100',1),(2938,1,'2013-03-10 08:14:40','100.43.83.152',2),(2939,1,'2013-03-10 14:28:32','209.6.159.222',1),(2940,1,'2013-03-10 15:02:33','81.147.191.106',1),(2941,1,'2013-03-10 18:12:05','180.76.5.55',1),(2942,1,'2013-03-10 19:24:08','94.195.191.0',1),(2943,1,'2013-03-10 20:36:36','66.249.76.21',1),(2944,1,'2013-03-10 21:53:19','31.205.100.15',2),(2945,1,'2013-03-11 07:46:28','100.43.83.152',1),(2946,1,'2013-03-11 10:46:22','84.14.123.107',2),(2947,1,'2013-03-11 14:19:16','220.181.108.184',1),(2948,1,'2013-03-11 15:51:27','180.76.5.141',2),(2949,1,'2013-03-11 17:52:44','81.147.191.106',1),(2950,1,'2013-03-11 23:20:52','86.112.32.138',2),(2951,1,'2013-03-12 01:42:40','218.30.103.148',1),(2952,1,'2013-03-12 02:14:12','66.249.76.21',1),(2953,1,'2013-03-12 03:56:37','5.9.113.104',1),(2954,1,'2013-03-12 09:16:33','220.181.108.120',2),(2955,1,'2013-03-12 13:34:24','100.43.83.152',2),(2956,1,'2013-03-12 14:17:15','100.43.83.152',2),(2957,1,'2013-03-12 15:28:36','204.83.240.141',1),(2958,1,'2013-03-12 16:49:58','2.121.103.225',3),(2959,1,'2013-03-12 19:22:30','194.82.210.247',1),(2960,1,'2013-03-12 21:39:20','66.249.76.21',1),(2961,1,'2013-03-12 23:07:56','2.24.232.109',2),(2962,1,'2013-03-13 04:27:32','110.75.173.36',3),(2963,1,'2013-03-13 06:10:00','188.92.75.244',1),(2964,1,'2013-03-13 08:40:38','66.249.76.21',1),(2965,1,'2013-03-13 09:20:41','91.121.222.207',1),(2966,1,'2013-03-13 14:05:38','77.29.199.244',1),(2967,1,'2013-03-13 19:20:52','64.246.165.140',1),(2968,1,'2013-03-13 23:46:55','180.76.5.59',1),(2969,1,'2013-03-14 04:25:26','100.43.83.152',4),(2970,1,'2013-03-14 05:42:55','173.199.119.19',1),(2971,1,'2013-03-14 08:15:07','72.14.199.21',1),(2972,1,'2013-03-14 09:03:08','66.249.76.21',1),(2973,1,'2013-03-14 11:57:48','69.64.87.10',2),(2974,1,'2013-03-14 12:42:35','208.81.237.150',2),(2975,1,'2013-03-14 13:38:12','218.30.103.148',1),(2976,1,'2013-03-14 15:36:44','218.30.103.148',1),(2977,1,'2013-03-14 18:01:10','66.249.75.21',3),(2978,1,'2013-03-14 20:10:22','157.55.33.79',2),(2979,1,'2013-03-15 01:43:04','69.64.89.244',2),(2980,1,'2013-03-15 03:40:09','1.202.218.130',2),(2981,1,'2013-03-15 11:17:30','67.221.59.65',1),(2982,1,'2013-03-15 12:53:50','66.249.75.21',1),(2983,1,'2013-03-15 13:44:19','180.76.5.18',1),(2984,1,'2013-03-15 14:14:26','77.75.77.17',1),(2985,1,'2013-03-15 16:40:47','38.229.70.44',1),(2986,1,'2013-03-15 20:13:22','157.55.33.79',1),(2987,1,'2013-03-16 00:19:31','100.43.83.152',2),(2988,1,'2013-03-16 07:55:23','220.181.108.169',1),(2989,1,'2013-03-16 08:17:43','91.217.90.145',1),(2990,1,'2013-03-16 12:33:51','220.181.108.143',1),(2991,1,'2013-03-16 13:09:39','175.42.81.37',1),(2992,1,'2013-03-16 14:02:25','175.42.82.184',1),(2993,1,'2013-03-16 18:31:52','66.249.75.21',1),(2994,1,'2013-03-16 19:45:47','100.43.83.152',2),(2995,1,'2013-03-16 20:41:34','218.30.103.148',1),(2996,1,'2013-03-16 23:05:45','100.43.83.152',3),(2997,1,'2013-03-17 01:49:37','173.199.114.163',1),(2998,1,'2013-03-17 05:09:22','220.181.108.166',1),(2999,1,'2013-03-17 07:33:06','66.249.75.21',1),(3000,1,'2013-03-17 13:39:08','208.115.111.72',1),(3001,1,'2013-03-17 15:40:37','180.76.5.7',1),(3002,1,'2013-03-17 17:46:00','86.15.90.209',2),(3003,1,'2013-03-18 03:20:22','66.249.76.21',1),(3004,1,'2013-03-18 08:03:56','100.43.83.152',2),(3005,1,'2013-03-18 21:25:29','66.249.76.21',1),(3006,1,'2013-03-19 00:16:42','100.43.83.152',2),(3007,1,'2013-03-19 01:31:42','218.30.103.148',1),(3008,1,'2013-03-19 03:38:50','218.30.103.148',1),(3009,1,'2013-03-19 11:25:36','100.43.83.152',4),(3010,1,'2013-03-19 14:48:28','74.125.18.146',2),(3011,1,'2013-03-19 15:07:49','66.249.76.21',1),(3012,1,'2013-03-19 21:00:10','5.149.248.84',2),(3013,1,'2013-03-20 00:47:06','5.149.248.84',2),(3014,1,'2013-03-20 08:49:15','198.27.74.13',1),(3015,1,'2013-03-20 11:33:52','208.113.98.148',1),(3016,1,'2013-03-20 12:23:01','31.72.162.194',2),(3017,1,'2013-03-20 13:33:23','72.236.144.14',1),(3018,1,'2013-03-20 18:26:51','66.249.76.21',1),(3019,1,'2013-03-20 21:33:38','218.30.103.148',1),(3020,1,'2013-03-20 22:05:22','97.85.233.213',1),(3021,1,'2013-03-21 00:34:21','97.85.233.213',2),(3022,1,'2013-03-21 07:49:50','220.181.108.182',1),(3023,1,'2013-03-21 08:37:54','66.249.76.21',1),(3024,1,'2013-03-21 11:45:26','157.56.93.196',1),(3025,1,'2013-03-21 19:27:38','66.249.76.21',1),(3026,1,'2013-03-21 21:04:25','157.56.93.196',1),(3027,1,'2013-03-22 02:11:10','100.43.83.152',1),(3028,1,'2013-03-22 05:47:54','193.108.251.250',1),(3029,1,'2013-03-22 06:26:21','198.27.74.11',1),(3030,1,'2013-03-22 09:06:21','157.56.93.196',1),(3031,1,'2013-03-22 13:02:29','87.89.240.123',2),(3032,1,'2013-03-22 16:09:25','1.202.218.130',4),(3033,1,'2013-03-22 18:29:04','218.30.103.148',1),(3034,1,'2013-03-22 20:58:13','66.249.76.21',1),(3035,1,'2013-03-22 22:25:48','2.98.161.164',4),(3036,1,'2013-03-23 01:10:42','97.85.233.213',2),(3037,1,'2013-03-23 03:36:21','110.75.175.47',2),(3038,1,'2013-03-23 09:40:18','66.249.76.21',1),(3039,1,'2013-03-23 10:09:39','188.165.205.158',2),(3040,1,'2013-03-23 12:41:05','220.181.51.111',2),(3041,1,'2013-03-23 15:07:57','97.85.233.213',2),(3042,1,'2013-03-23 20:04:08','180.76.5.63',1),(3043,1,'2013-03-23 23:31:43','86.156.84.25',1),(3044,1,'2013-03-24 00:20:23','84.210.171.164',1),(3045,1,'2013-03-24 02:54:06','66.249.75.21',1),(3046,1,'2013-03-24 06:27:31','157.56.93.196',1),(3047,1,'2013-03-24 08:51:17','86.156.84.25',1),(3048,1,'2013-03-24 11:01:12','100.43.83.152',2),(3049,1,'2013-03-24 12:10:19','92.128.239.83',2),(3050,1,'2013-03-24 13:40:55','218.30.103.148',1),(3051,1,'2013-03-24 21:15:19','216.145.17.190',1),(3052,1,'2013-03-25 01:49:55','84.14.123.107',1),(3053,1,'2013-03-25 06:16:44','66.249.75.21',1),(3054,1,'2013-03-25 13:17:47','100.43.83.152',2),(3055,1,'2013-03-25 16:08:19','86.15.22.98',2),(3056,1,'2013-03-25 23:23:14','54.234.109.125',6),(3057,1,'2013-03-26 00:25:55','218.30.103.148',1),(3058,1,'2013-03-26 02:06:59','77.78.104.141',3),(3059,1,'2013-03-26 04:11:43','157.56.93.196',1),(3060,1,'2013-03-26 06:39:08','184.22.211.146',1),(3061,1,'2013-03-26 09:11:01','110.75.175.48',2),(3062,1,'2013-03-26 10:16:52','220.181.108.114',1),(3063,1,'2013-03-26 12:13:04','217.44.241.215',4),(3064,1,'2013-03-26 14:29:02','71.103.158.236',1),(3065,1,'2013-03-26 20:24:54','180.76.5.183',1),(3066,1,'2013-03-26 22:26:36','100.43.83.152',2),(3067,1,'2013-03-27 05:34:44','220.181.108.185',1),(3068,1,'2013-03-27 10:09:54','157.56.93.196',1),(3069,1,'2013-03-27 11:26:10','175.44.13.104',1),(3070,1,'2013-03-27 12:08:59','218.30.103.148',1),(3071,1,'2013-03-27 14:16:57','66.249.75.21',1),(3072,1,'2013-03-27 18:45:32','218.186.17.233',1),(3073,1,'2013-03-27 19:48:14','86.25.249.172',1),(3074,1,'2013-03-27 21:15:47','38.106.116.135',1),(3075,1,'2013-03-28 02:27:56','100.43.83.152',1),(3076,1,'2013-03-28 06:38:12','173.199.114.3',1),(3077,1,'2013-03-28 11:03:15','220.181.108.183',1),(3078,1,'2013-03-28 14:02:36','66.249.75.21',1),(3079,1,'2013-03-28 15:25:15','100.43.83.152',2),(3080,1,'2013-03-28 17:52:42','100.43.83.152',2),(3081,1,'2013-03-28 19:26:39','166.137.88.151',1),(3082,1,'2013-03-28 20:02:37','84.14.123.107',1),(3083,1,'2013-03-28 21:49:30','96.227.124.37',1),(3084,1,'2013-03-28 23:55:46','218.30.103.148',1),(3085,1,'2013-03-29 08:17:41','1.202.218.131',1),(3086,1,'2013-03-29 16:28:12','213.120.117.170',2),(3087,1,'2013-03-29 20:19:57','86.156.157.41',1),(3088,1,'2013-03-30 05:59:24','96.240.164.139',1),(3089,1,'2013-03-30 09:17:45','173.199.116.195',1),(3090,1,'2013-03-30 10:37:41','218.30.103.148',1),(3091,1,'2013-03-30 16:05:31','100.43.83.152',2),(3092,1,'2013-03-30 20:01:16','66.249.75.21',1),(3093,1,'2013-03-30 21:02:29','69.84.207.246',2),(3094,1,'2013-03-31 00:35:56','69.30.238.26',1),(3095,1,'2013-03-31 08:45:44','66.249.75.21',1),(3096,1,'2013-03-31 13:57:54','86.164.33.209',1),(3097,1,'2013-03-31 14:15:09','180.76.5.19',1),(3098,1,'2013-03-31 16:39:45','81.106.150.65',1),(3099,1,'2013-03-31 18:13:53','66.249.75.21',1),(3100,1,'2013-03-31 23:21:10','151.224.153.75',1),(3101,1,'2013-04-01 06:00:08','218.30.103.148',2),(3102,1,'2013-04-01 11:15:59','41.225.32.136',1),(3103,1,'2013-04-01 14:33:44','92.7.13.184',1),(3104,1,'2013-04-01 16:07:30','100.43.83.152',2),(3105,1,'2013-04-02 00:01:24','66.249.75.21',1),(3106,1,'2013-04-02 02:05:10','94.100.27.34',1),(3107,1,'2013-04-02 03:43:06','157.55.32.83',1),(3108,1,'2013-04-02 05:43:20','100.43.83.152',2),(3109,1,'2013-04-02 08:03:15','173.192.235.226',1),(3110,1,'2013-04-02 09:50:51','208.115.111.72',1),(3111,1,'2013-04-02 11:04:15','50.17.23.184',1),(3112,1,'2013-04-02 13:04:31','157.55.32.83',3),(3113,1,'2013-04-02 16:23:09','91.151.12.139',1),(3114,1,'2013-04-02 17:29:59','66.249.75.21',1),(3115,1,'2013-04-02 20:35:03','110.75.175.45',2),(3116,1,'2013-04-02 22:46:30','180.76.5.161',1),(3117,1,'2013-04-03 01:24:09','218.30.103.148',1),(3118,1,'2013-04-03 03:41:19','218.30.103.148',1),(3119,1,'2013-04-03 13:43:01','94.100.27.34',1),(3120,1,'2013-04-03 16:07:54','31.17.8.60',2),(3121,1,'2013-04-04 00:29:01','166.78.102.77',1),(3122,1,'2013-04-04 13:44:17','86.179.52.26',2),(3123,1,'2013-04-04 17:10:46','66.249.75.21',3),(3124,1,'2013-04-04 20:49:57','184.73.115.82',1),(3125,1,'2013-04-04 21:21:33','2.25.195.6',3),(3126,1,'2013-04-04 22:07:19','2.218.134.252',1),(3127,1,'2013-04-04 23:37:29','218.30.103.148',1),(3128,1,'2013-04-05 00:49:45','180.76.6.16',1),(3129,1,'2013-04-05 01:51:43','93.186.23.80',1),(3130,1,'2013-04-05 07:42:33','83.143.143.9',1),(3131,1,'2013-04-05 09:11:10','86.23.21.152',1),(3132,1,'2013-04-05 10:13:49','90.219.108.95',4),(3133,1,'2013-04-05 14:47:15','188.165.205.158',1),(3134,1,'2013-04-05 17:21:27','86.140.26.225',1),(3135,1,'2013-04-05 19:44:04','100.43.83.152',2),(3136,1,'2013-04-06 00:23:28','64.246.165.190',1),(3137,1,'2013-04-06 02:42:54','119.63.196.122',1),(3138,1,'2013-04-06 06:03:06','123.125.71.94',1),(3139,1,'2013-04-06 08:29:09','66.55.152.251',1),(3140,1,'2013-04-06 09:45:35','100.43.83.152',2),(3141,1,'2013-04-06 11:44:11','157.55.33.86',1),(3142,1,'2013-04-06 12:06:47','86.179.52.26',1),(3143,1,'2013-04-06 13:08:29','86.179.52.26',1),(3144,1,'2013-04-06 14:02:00','100.43.83.152',2),(3145,1,'2013-04-06 16:27:15','218.30.103.148',1),(3146,1,'2013-04-06 18:18:43','218.30.103.148',2),(3147,1,'2013-04-06 20:16:18','1.202.218.130',1),(3148,1,'2013-04-06 21:50:26','194.80.246.1',1),(3149,1,'2013-04-06 23:58:56','91.64.204.137',1),(3150,1,'2013-04-07 00:09:45','72.14.199.21',1),(3151,1,'2013-04-07 02:33:16','66.249.75.21',1),(3152,1,'2013-04-07 10:23:00','176.34.19.192',1),(3153,1,'2013-04-07 17:21:32','180.76.5.53',1),(3154,1,'2013-04-07 21:35:46','100.43.83.152',1),(3155,1,'2013-04-08 05:14:13','218.30.103.148',1),(3156,1,'2013-04-08 09:32:34','66.249.75.21',1),(3157,1,'2013-04-08 10:48:28','110.75.175.44',2),(3158,1,'2013-04-08 12:52:32','180.76.5.194',1),(3159,1,'2013-04-08 13:19:08','85.178.72.155',1),(3160,1,'2013-04-08 16:01:02','2.25.202.70',2),(3161,1,'2013-04-08 17:00:32','157.55.33.86',3),(3162,1,'2013-04-08 18:47:31','188.165.196.32',1),(3163,1,'2013-04-08 20:19:53','90.213.125.226',1),(3164,1,'2013-04-09 05:04:44','66.249.75.21',1),(3165,1,'2013-04-09 06:12:25','61.55.185.114',1),(3166,1,'2013-04-09 13:51:24','100.43.83.152',1),(3167,1,'2013-04-09 17:43:20','218.30.103.148',3),(3168,1,'2013-04-09 18:43:31','85.58.189.184',2),(3169,1,'2013-04-09 20:28:25','168.61.4.199',3),(3170,1,'2013-04-09 22:44:48','123.125.71.24',1),(3171,1,'2013-04-10 03:46:03','173.192.34.95',1),(3172,1,'2013-04-10 05:42:13','66.249.75.21',1),(3173,1,'2013-04-10 08:31:17','100.43.83.152',2),(3174,1,'2013-04-10 11:23:34','184.154.121.138',1),(3175,1,'2013-04-10 12:49:29','86.156.157.97',1),(3176,1,'2013-04-10 14:42:14','80.42.66.185',3),(3177,1,'2013-04-11 00:48:38','83.143.142.107',1),(3178,1,'2013-04-11 01:43:27','180.76.6.211',1),(3179,1,'2013-04-11 03:36:38','46.165.230.206',1),(3180,1,'2013-04-11 04:32:40','66.249.75.21',1),(3181,1,'2013-04-11 09:45:45','66.249.75.21',1),(3182,1,'2013-04-11 13:22:45','218.30.103.148',1),(3183,1,'2013-04-11 18:15:57','66.249.75.21',1),(3184,1,'2013-04-11 23:48:13','76.170.137.27',1),(3185,1,'2013-04-12 04:18:11','180.76.6.37',2),(3186,1,'2013-04-12 06:10:12','100.43.83.152',1),(3187,1,'2013-04-12 07:38:23','184.72.75.197',1),(3188,1,'2013-04-12 08:11:53','131.253.24.67',1),(3189,1,'2013-04-12 09:27:07','91.121.222.207',1),(3190,1,'2013-04-12 17:34:10','72.30.198.89',1),(3191,1,'2013-04-12 23:34:02','178.154.210.252',4),(3192,1,'2013-04-13 00:01:22','66.249.75.21',1),(3193,1,'2013-04-13 02:50:28','157.56.93.83',1),(3194,1,'2013-04-13 06:32:07','188.165.196.32',1),(3195,1,'2013-04-13 07:31:02','180.153.236.134',2),(3196,1,'2013-04-13 09:33:43','206.225.83.83',3),(3197,1,'2013-04-13 10:02:17','218.30.103.148',1),(3198,1,'2013-04-13 11:45:55','110.75.174.232',1),(3199,1,'2013-04-13 12:01:21','110.75.174.231',1),(3200,1,'2013-04-13 16:51:06','66.249.75.21',1),(3201,1,'2013-04-13 19:02:17','157.56.93.83',1),(3202,1,'2013-04-13 21:47:35','100.43.83.152',2),(3203,1,'2013-04-13 23:15:17','83.37.0.15',1),(3204,1,'2013-04-14 00:37:03','5.9.107.48',1),(3205,1,'2013-04-14 04:42:40','66.249.75.21',1),(3206,1,'2013-04-14 05:29:12','123.125.71.59',1),(3207,1,'2013-04-14 06:42:19','157.56.93.83',1),(3208,1,'2013-04-14 09:18:17','157.56.93.83',3),(3209,1,'2013-04-14 14:22:30','173.204.19.5',11),(3210,1,'2013-04-14 21:01:15','180.76.5.13',1),(3211,1,'2013-04-14 22:27:12','66.249.75.21',2),(3212,1,'2013-04-15 00:07:21','65.190.18.79',1),(3213,1,'2013-04-15 02:24:11','70.45.65.133',2),(3214,1,'2013-04-15 04:20:40','82.13.91.23',2),(3215,1,'2013-04-15 05:18:44','123.125.71.23',1),(3216,1,'2013-04-15 14:11:05','100.43.83.152',3),(3217,1,'2013-04-15 15:08:22','82.13.91.23',1),(3218,1,'2013-04-15 16:23:22','180.76.6.15',4),(3219,1,'2013-04-15 18:13:34','82.13.91.23',1),(3220,1,'2013-04-15 19:26:07','82.13.91.23',3),(3221,1,'2013-04-15 20:18:33','82.13.91.23',1),(3222,1,'2013-04-15 22:06:34','82.13.91.23',2),(3223,1,'2013-04-15 23:29:46','82.13.91.23',1),(3224,1,'2013-04-16 01:06:55','82.13.91.23',1),(3225,1,'2013-04-16 02:56:40','82.13.91.23',1),(3226,1,'2013-04-16 04:58:01','206.209.101.202',1),(3227,1,'2013-04-16 05:38:47','66.249.75.21',1),(3228,1,'2013-04-16 07:58:26','173.192.235.226',1),(3229,1,'2013-04-16 10:22:48','108.0.125.133',1),(3230,1,'2013-04-16 13:01:59','92.12.208.181',3),(3231,1,'2013-04-16 15:29:05','82.13.91.23',1),(3232,1,'2013-04-16 18:27:40','37.59.9.82',1),(3233,1,'2013-04-16 22:20:58','100.43.83.152',1),(3234,1,'2013-04-17 00:19:25','218.30.103.148',1),(3235,1,'2013-04-17 02:28:59','218.30.103.148',1),(3236,1,'2013-04-17 03:05:00','50.57.190.97',1),(3237,1,'2013-04-17 04:34:27','37.59.9.82',1),(3238,1,'2013-04-17 05:16:08','37.59.9.82',2),(3239,1,'2013-04-17 06:04:27','66.249.75.21',1),(3240,1,'2013-04-17 07:55:57','216.145.11.94',1),(3241,1,'2013-04-17 10:28:49','46.188.34.65',2),(3242,1,'2013-04-17 13:40:00','208.115.111.72',2),(3243,1,'2013-04-17 15:16:21','82.13.91.23',2),(3244,1,'2013-04-17 16:19:44','94.139.71.36',1),(3245,1,'2013-04-17 17:55:41','90.17.68.39',1),(3246,1,'2013-04-17 18:49:45','82.13.91.23',1),(3247,1,'2013-04-17 19:35:03','86.182.64.233',1),(3248,1,'2013-04-17 20:15:09','77.75.77.17',2),(3249,1,'2013-04-17 23:55:34','157.56.93.83',1),(3250,1,'2013-04-18 00:05:30','100.43.83.152',2),(3251,1,'2013-04-18 01:30:26','157.56.93.83',1),(3252,1,'2013-04-18 02:48:06','82.13.91.23',1),(3253,1,'2013-04-18 04:03:08','157.56.93.83',1),(3254,1,'2013-04-18 08:18:06','157.56.93.83',1),(3255,1,'2013-04-18 11:24:09','80.103.150.189',2),(3256,1,'2013-04-18 13:11:23','66.249.75.21',2),(3257,1,'2013-04-18 15:06:09','220.181.108.91',3),(3258,1,'2013-04-18 19:49:02','86.147.64.186',1),(3259,1,'2013-04-18 20:18:09','218.30.103.148',3),(3260,1,'2013-04-18 21:00:48','208.81.237.150',1),(3261,1,'2013-04-19 03:03:10','119.63.196.95',2),(3262,1,'2013-04-19 09:36:23','66.249.75.21',1),(3263,1,'2013-04-19 10:30:41','123.125.71.47',1),(3264,1,'2013-04-19 14:14:54','110.75.174.235',2),(3265,1,'2013-04-19 20:09:41','81.159.90.252',1),(3266,1,'2013-04-20 03:38:46','66.249.75.21',2),(3267,1,'2013-04-20 06:22:47','92.7.4.157',2),(3268,1,'2013-04-20 09:03:19','100.43.83.152',5),(3269,1,'2013-04-20 10:42:01','81.159.90.252',1),(3270,1,'2013-04-20 11:00:01','81.159.90.252',1),(3271,1,'2013-04-20 13:20:55','180.76.5.145',1),(3272,1,'2013-04-20 17:30:26','82.13.91.23',1),(3273,1,'2013-04-20 19:48:09','82.13.91.23',1),(3274,1,'2013-04-21 01:19:03','173.252.101.112',2),(3275,1,'2013-04-21 02:42:10','66.249.75.21',2),(3276,1,'2013-04-21 03:18:25','77.75.77.11',1),(3277,1,'2013-04-21 04:59:48','66.249.75.21',1),(3278,1,'2013-04-21 08:02:30','66.249.75.21',2),(3279,1,'2013-04-21 09:16:27','94.7.3.23',2),(3280,1,'2013-04-21 10:15:17','216.38.216.101',2),(3281,1,'2013-04-21 11:02:56','216.38.216.101',6),(3282,1,'2013-04-21 15:19:18','2.221.122.79',1),(3283,1,'2013-04-21 16:21:23','2.221.122.79',2),(3284,1,'2013-04-21 17:29:23','82.13.91.23',1),(3285,1,'2013-04-21 20:18:18','218.30.103.148',1),(3286,1,'2013-04-21 21:45:45','157.56.93.231',1),(3287,1,'2013-04-21 22:46:05','82.13.91.23',1),(3288,1,'2013-04-22 02:44:56','86.179.53.216',1),(3289,1,'2013-04-22 05:04:02','203.218.110.254',2),(3290,1,'2013-04-22 07:33:32','100.43.83.152',3),(3291,1,'2013-04-22 10:13:38','81.159.90.252',2),(3292,1,'2013-04-22 11:34:06','31.72.175.86',1),(3293,1,'2013-04-22 13:28:56','88.215.22.111',1),(3294,1,'2013-04-22 15:00:01','31.72.175.86',1),(3295,1,'2013-04-22 16:06:33','46.234.135.126',2),(3296,1,'2013-04-22 22:23:41','66.249.75.21',2),(3297,1,'2013-04-23 00:06:48','86.5.222.244',2),(3298,1,'2013-04-23 07:41:38','218.30.103.148',1),(3299,1,'2013-04-23 10:24:52','80.103.77.131',1),(3300,1,'2013-04-23 12:52:52','81.159.90.252',1),(3301,1,'2013-04-23 14:30:49','79.158.202.102',2),(3302,1,'2013-04-23 16:12:33','82.13.91.23',1),(3303,1,'2013-04-23 17:17:03','157.56.93.231',1),(3304,1,'2013-04-23 20:05:15','157.56.93.231',3),(3305,1,'2013-04-23 21:00:54','90.209.186.114',1),(3306,1,'2013-04-24 07:09:50','66.249.75.21',2),(3307,1,'2013-04-24 08:30:26','100.43.83.152',2),(3308,1,'2013-04-24 11:19:57','66.249.75.21',1),(3309,1,'2013-04-24 12:28:19','180.76.5.149',1),(3310,1,'2013-04-24 14:49:43','62.75.254.61',1),(3311,1,'2013-04-24 19:33:39','218.30.103.148',1),(3312,1,'2013-04-24 23:58:24','109.151.59.124',1),(3313,1,'2013-04-25 14:40:25','123.125.71.105',1),(3314,1,'2013-04-25 16:56:00','139.184.30.134',2),(3315,1,'2013-04-25 17:26:12','184.76.243.67',1),(3316,1,'2013-04-25 18:43:44','119.63.196.60',1),(3317,1,'2013-04-25 22:36:57','1.202.218.72',1),(3318,1,'2013-04-25 23:30:49','2.140.225.228',2),(3319,1,'2013-04-26 04:30:11','218.30.103.148',1),(3320,1,'2013-04-26 05:28:38','66.249.75.21',1),(3321,1,'2013-04-26 06:08:47','100.43.83.152',4),(3322,1,'2013-04-26 11:36:48','38.100.21.120',2),(3323,1,'2013-04-26 12:54:25','66.249.75.21',1),(3324,1,'2013-04-26 17:15:54','119.63.196.126',1),(3325,1,'2013-04-26 19:07:43','93.172.140.77',2),(3326,1,'2013-04-27 08:11:57','38.105.71.92',2),(3327,1,'2013-04-27 15:11:30','157.56.229.185',1),(3328,1,'2013-04-27 18:20:55','180.76.5.65',1),(3329,1,'2013-04-28 00:33:22','218.30.103.148',3),(3330,1,'2013-04-28 01:41:02','66.249.75.21',2),(3331,1,'2013-04-28 04:11:06','85.214.86.231',1),(3332,1,'2013-04-28 10:33:03','69.64.58.188',1),(3333,1,'2013-04-28 14:43:18','220.181.108.187',1),(3334,1,'2013-04-28 15:58:47','88.163.45.25',1),(3335,1,'2013-04-28 16:01:22','88.163.45.25',2),(3336,1,'2013-04-28 19:07:25','180.76.5.157',1),(3337,1,'2013-04-28 20:23:55','66.249.75.21',1),(3338,1,'2013-04-28 23:10:10','180.76.5.111',1),(3339,1,'2013-04-29 07:20:16','216.145.11.94',1),(3340,1,'2013-04-29 14:11:27','109.151.59.124',1),(3341,1,'2013-04-29 17:43:44','71.254.156.7',1),(3342,1,'2013-04-29 19:25:06','79.66.102.234',4),(3343,1,'2013-04-29 20:53:21','218.30.103.148',1),(3344,1,'2013-04-30 01:48:55','100.43.83.152',3),(3345,1,'2013-04-30 05:27:59','66.249.75.21',1),(3346,1,'2013-04-30 12:43:10','123.164.66.75',2),(3347,1,'2013-04-30 15:04:22','123.164.66.75',2),(3348,1,'2013-04-30 16:43:39','110.75.176.40',2),(3349,1,'2013-04-30 19:30:17','80.193.59.16',1),(3350,1,'2013-05-01 00:10:19','72.14.199.21',2),(3351,1,'2013-05-01 01:37:45','123.164.66.75',1),(3352,1,'2013-05-01 03:02:38','66.249.73.67',3),(3353,1,'2013-05-01 04:12:29','66.249.73.67',1),(3354,1,'2013-05-01 10:06:43','91.231.40.52',1),(3355,1,'2013-05-01 12:13:27','220.181.108.95',2),(3356,1,'2013-05-01 14:19:30','218.30.103.148',1),(3357,1,'2013-05-01 15:09:02','50.57.68.9',2),(3358,1,'2013-05-01 16:21:51','218.30.103.148',2),(3359,1,'2013-05-01 20:02:44','209.180.245.184',5),(3360,1,'2013-05-01 21:47:34','100.43.83.152',1),(3361,1,'2013-05-02 00:57:48','66.249.75.21',1),(3362,1,'2013-05-02 10:21:47','100.43.83.152',2),(3363,1,'2013-05-02 11:22:10','174.129.133.81',1),(3364,1,'2013-05-02 12:07:20','180.76.5.191',1),(3365,1,'2013-05-02 17:26:04','208.115.111.72',3),(3366,1,'2013-05-02 19:03:49','123.164.66.75',1),(3367,1,'2013-05-02 20:44:47','123.164.66.75',2),(3368,1,'2013-05-02 21:39:08','123.164.66.75',1),(3369,1,'2013-05-02 22:59:00','1.202.218.72',1),(3370,1,'2013-05-02 23:16:36','24.165.206.127',1),(3371,1,'2013-05-03 08:16:20','123.125.71.32',1),(3372,1,'2013-05-03 12:33:40','86.190.37.10',2),(3373,1,'2013-05-03 13:24:41','90.206.170.148',1),(3374,1,'2013-05-03 14:13:12','83.244.128.162',1),(3375,1,'2013-05-03 17:36:07','218.30.103.148',2),(3376,1,'2013-05-03 22:40:05','100.43.83.152',2),(3377,1,'2013-05-04 00:39:24','157.56.93.211',1),(3378,1,'2013-05-04 02:14:26','66.249.75.21',1),(3379,1,'2013-05-04 03:03:01','24.74.145.242',1),(3380,1,'2013-05-04 04:09:22','123.164.66.75',1),(3381,1,'2013-05-04 07:12:40','123.125.71.17',1),(3382,1,'2013-05-04 08:39:28','157.56.93.211',1),(3383,1,'2013-05-04 12:21:16','66.249.75.21',1),(3384,1,'2013-05-04 15:33:53','157.56.93.211',1),(3385,1,'2013-05-04 18:12:57','69.58.178.58',2),(3386,1,'2013-05-05 02:25:09','208.107.30.29',1),(3387,1,'2013-05-05 03:14:33','86.135.241.150',1),(3388,1,'2013-05-05 09:08:10','184.22.211.146',2),(3389,1,'2013-05-05 13:44:31','90.202.26.234',1),(3390,1,'2013-05-05 19:34:48','86.25.192.169',1),(3391,1,'2013-05-06 01:28:59','94.136.53.170',1),(3392,1,'2013-05-06 04:07:31','180.76.6.16',1),(3393,1,'2013-05-06 08:15:13','66.249.75.21',1),(3394,1,'2013-05-06 11:40:38','100.43.83.152',2),(3395,1,'2013-05-06 17:15:33','66.249.75.21',2),(3396,1,'2013-05-06 21:32:34','123.164.66.75',2),(3397,1,'2013-05-06 22:08:47','87.112.133.255',1),(3398,1,'2013-05-07 01:38:24','218.30.103.148',2),(3399,1,'2013-05-07 09:40:13','123.164.66.75',1),(3400,1,'2013-05-07 13:50:07','123.164.66.75',1),(3401,1,'2013-05-07 14:37:21','129.12.27.137',1),(3402,1,'2013-05-07 20:24:30','5.149.248.84',1),(3403,1,'2013-05-07 22:37:54','216.113.168.134',2),(3404,1,'2013-05-08 04:54:18','100.43.83.152',2),(3405,1,'2013-05-08 07:15:40','66.249.75.21',1),(3406,1,'2013-05-08 12:53:33','86.12.252.208',1),(3407,1,'2013-05-08 20:03:35','218.30.103.148',1),(3408,1,'2013-05-08 21:37:56','180.76.5.63',1),(3409,1,'2013-05-08 22:02:51','66.249.75.21',1),(3410,1,'2013-05-08 23:11:09','123.164.66.75',1),(3411,1,'2013-05-09 00:33:43','71.141.107.154',1),(3412,1,'2013-05-09 01:36:26','123.164.66.75',1),(3413,1,'2013-05-09 02:55:39','123.164.66.75',1),(3414,1,'2013-05-09 03:54:49','209.89.224.69',1),(3415,1,'2013-05-09 05:01:58','123.164.66.75',1),(3416,1,'2013-05-09 09:30:48','123.125.71.71',1),(3417,1,'2013-05-09 10:55:47','186.106.219.32',4),(3418,1,'2013-05-09 11:48:37','157.56.93.211',1),(3419,1,'2013-05-09 14:55:17','195.77.57.109',1),(3420,1,'2013-05-09 15:44:15','86.132.106.51',1),(3421,1,'2013-05-09 18:04:07','123.164.66.75',1),(3422,1,'2013-05-09 22:15:16','123.164.66.75',1),(3423,1,'2013-05-09 23:01:40','1.202.218.134',1),(3424,1,'2013-05-10 01:46:24','66.249.75.21',2),(3425,1,'2013-05-10 06:17:49','123.125.71.85',1),(3426,1,'2013-05-10 09:04:40','100.43.83.152',2),(3427,1,'2013-05-10 12:50:36','37.14.153.98',1),(3428,1,'2013-05-10 13:27:08','66.249.75.21',1),(3429,1,'2013-05-10 16:00:10','90.40.165.247',2),(3430,1,'2013-05-10 17:59:31','218.30.103.148',1),(3431,1,'2013-05-11 00:46:21','188.79.218.178',3),(3432,1,'2013-05-11 01:11:55','64.246.161.42',1),(3433,1,'2013-05-11 02:13:38','123.164.66.75',1),(3434,1,'2013-05-11 03:10:03','157.56.93.211',1),(3435,1,'2013-05-11 04:49:26','76.166.206.86',2),(3436,1,'2013-05-11 05:15:58','123.164.66.75',1),(3437,1,'2013-05-11 07:47:07','220.181.108.182',2),(3438,1,'2013-05-11 10:01:05','180.76.5.60',1),(3439,1,'2013-05-11 11:51:05','82.3.43.226',1),(3440,1,'2013-05-11 13:10:13','123.164.66.75',1),(3441,1,'2013-05-11 15:50:17','110.75.176.38',3),(3442,1,'2013-05-11 16:13:17','88.163.45.25',2),(3443,1,'2013-05-11 17:38:50','123.164.66.75',1),(3444,1,'2013-05-11 21:20:22','90.208.19.62',1),(3445,1,'2013-05-11 22:32:31','76.71.214.40',2),(3446,1,'2013-05-11 23:57:49','88.18.216.223',1),(3447,1,'2013-05-12 02:31:54','66.249.75.21',2),(3448,1,'2013-05-12 03:01:26','119.63.196.123',1),(3449,1,'2013-05-12 04:48:02','66.249.75.21',2),(3450,1,'2013-05-12 07:05:49','142.4.217.221',1),(3451,1,'2013-05-12 09:31:03','91.121.222.207',1),(3452,1,'2013-05-12 13:08:05','157.56.93.211',2),(3453,1,'2013-05-12 16:05:37','86.176.22.0',2),(3454,1,'2013-05-12 18:54:20','2.24.50.103',1),(3455,1,'2013-05-12 21:16:35','180.76.5.14',1),(3456,1,'2013-05-12 23:42:52','86.133.178.208',1),(3457,1,'2013-05-13 02:03:57','123.164.66.75',3),(3458,1,'2013-05-13 04:05:46','184.22.183.114',2),(3459,1,'2013-05-13 05:17:08','86.133.178.208',1),(3460,1,'2013-05-13 06:57:46','123.164.66.75',1),(3461,1,'2013-05-13 07:30:37','100.43.83.152',1),(3462,1,'2013-05-13 09:16:10','66.249.75.21',1),(3463,1,'2013-05-13 10:33:45','81.134.133.244',1),(3464,1,'2013-05-13 13:59:08','85.50.17.9',1),(3465,1,'2013-05-13 15:20:36','50.31.96.17',2),(3466,1,'2013-05-13 16:26:27','86.132.106.51',2),(3467,1,'2013-05-13 22:28:51','2.223.17.211',1),(3468,1,'2013-05-14 00:53:26','123.164.66.75',1),(3469,1,'2013-05-14 01:24:25','123.164.66.75',1),(3470,1,'2013-05-14 02:20:01','180.76.5.175',2),(3471,1,'2013-05-14 03:00:59','110.85.72.36',3),(3472,1,'2013-05-14 04:00:15','222.77.214.88',3),(3473,1,'2013-05-14 05:59:59','100.43.83.152',1),(3474,1,'2013-05-14 06:00:33','100.43.83.152',2),(3475,1,'2013-05-14 08:13:24','27.153.250.113',4),(3476,1,'2013-05-14 09:15:15','169.229.108.21',4),(3477,1,'2013-05-14 10:25:22','222.77.214.88',1),(3478,1,'2013-05-14 11:32:41','59.137.154.10',2),(3479,1,'2013-05-14 12:22:08','123.125.161.191',2),(3480,1,'2013-05-14 14:38:14','80.252.179.126',2),(3481,1,'2013-05-14 17:33:29','1.202.219.88',1),(3482,1,'2013-05-14 19:12:05','88.179.62.92',3),(3483,1,'2013-05-14 20:44:24','95.150.120.154',2),(3484,1,'2013-05-14 21:41:41','62.69.36.103',1),(3485,1,'2013-05-15 05:37:49','50.17.112.170',1),(3486,1,'2013-05-15 08:47:53','90.218.60.137',1),(3487,1,'2013-05-15 09:24:46','173.199.117.195',4),(3488,1,'2013-05-15 10:35:18','92.21.183.31',1),(3489,1,'2013-05-15 12:12:33','123.125.71.79',1),(3490,1,'2013-05-15 15:25:20','92.29.226.112',2),(3491,1,'2013-05-15 17:04:11','92.20.173.236',2),(3492,1,'2013-05-15 21:14:51','123.164.66.75',2),(3493,1,'2013-05-15 23:10:27','123.164.66.75',2),(3494,1,'2013-05-16 00:05:29','66.249.75.21',3),(3495,1,'2013-05-16 01:36:07','92.41.211.116',1),(3496,1,'2013-05-16 03:14:08','180.76.6.17',3),(3497,1,'2013-05-16 04:23:34','66.249.75.21',1),(3498,1,'2013-05-16 13:11:03','220.181.108.178',2),(3499,1,'2013-05-16 15:44:43','123.164.66.75',1),(3500,1,'2013-05-16 16:55:59','123.164.66.75',1),(3501,1,'2013-05-16 18:08:54','84.57.9.55',2),(3502,1,'2013-05-16 19:27:39','123.164.66.75',1),(3503,1,'2013-05-16 21:57:00','180.76.6.14',1),(3504,1,'2013-05-16 22:43:13','1.202.218.138',1),(3505,1,'2013-05-17 02:51:01','123.164.66.75',1),(3506,1,'2013-05-17 10:58:39','124.171.116.141',1),(3507,1,'2013-05-17 11:09:49','124.171.116.141',2),(3508,1,'2013-05-17 12:16:09','88.163.45.25',2),(3509,1,'2013-05-17 20:16:23','82.14.50.157',3),(3510,1,'2013-05-17 21:26:01','208.115.111.72',1),(3511,1,'2013-05-18 02:53:02','123.164.66.75',1),(3512,1,'2013-05-18 05:06:19','66.249.75.21',1),(3513,1,'2013-05-18 09:38:02','85.25.134.59',1),(3514,1,'2013-05-18 12:08:22','78.150.121.137',7),(3515,1,'2013-05-18 15:01:47','66.249.75.21',1),(3516,1,'2013-05-18 23:10:51','123.164.66.75',1),(3517,1,'2013-05-19 00:09:50','123.164.66.75',2),(3518,1,'2013-05-19 03:12:46','204.12.198.106',1),(3519,1,'2013-05-19 08:58:35','82.3.95.236',1),(3520,1,'2013-05-19 10:22:04','157.55.32.154',1),(3521,1,'2013-05-19 11:08:49','173.199.115.163',1),(3522,1,'2013-05-19 12:50:40','88.163.45.25',1),(3523,1,'2013-05-19 13:21:35','2.127.24.64',7),(3524,1,'2013-05-19 16:22:12','157.55.32.154',1),(3525,1,'2013-05-19 20:23:02','83.60.160.219',2),(3526,1,'2013-05-19 23:16:56','188.220.244.236',2),(3527,1,'2013-05-20 05:52:12','99.237.79.4',2),(3528,1,'2013-05-20 07:36:17','123.125.71.98',1),(3529,1,'2013-05-20 09:50:11','88.104.187.148',4),(3530,1,'2013-05-20 10:26:44','81.136.179.66',2),(3531,1,'2013-05-20 11:43:07','218.30.103.148',2),(3532,1,'2013-05-20 12:58:11','5.149.248.84',1),(3533,1,'2013-05-20 13:02:47','92.20.125.228',1),(3534,1,'2013-05-20 14:07:06','2.124.98.138',6),(3535,1,'2013-05-20 15:39:41','66.249.75.21',1),(3536,1,'2013-05-20 17:31:27','2.98.152.133',1),(3537,1,'2013-05-20 20:05:46','94.23.233.35',1),(3538,1,'2013-05-21 10:13:55','188.221.3.128',1),(3539,1,'2013-05-21 13:01:17','88.163.45.25',1),(3540,1,'2013-05-21 20:38:49','88.163.45.25',1),(3541,1,'2013-05-22 04:46:11','218.30.103.148',1),(3542,1,'2013-05-22 05:22:04','66.249.76.21',1),(3543,1,'2013-05-22 08:41:28','77.75.77.17',1),(3544,1,'2013-05-22 09:07:25','50.18.6.251',1),(3545,1,'2013-05-22 13:03:41','2.31.16.187',1),(3546,1,'2013-05-22 15:20:00','180.76.5.170',1),(3547,1,'2013-05-22 17:17:12','66.249.76.21',2),(3548,1,'2013-05-22 19:18:41','178.103.88.102',2),(3549,1,'2013-05-22 20:01:02','178.103.88.102',3),(3550,1,'2013-05-22 23:18:15','86.1.71.67',2),(3551,1,'2013-05-23 01:45:45','64.246.187.42',1),(3552,1,'2013-05-23 08:35:52','66.249.76.21',1),(3553,1,'2013-05-23 11:32:42','86.31.130.246',1),(3554,1,'2013-05-23 12:39:14','173.199.120.99',1),(3555,1,'2013-05-23 16:05:52','2.103.232.187',3),(3556,1,'2013-05-23 20:26:23','77.99.7.130',1),(3557,1,'2013-05-24 00:24:58','66.249.75.21',2),(3558,1,'2013-05-24 01:42:34','81.104.102.229',2),(3559,1,'2013-05-24 04:36:31','218.30.103.148',3),(3560,1,'2013-05-24 06:57:50','218.30.103.148',1),(3561,1,'2013-05-24 11:15:09','65.55.52.112',1),(3562,1,'2013-05-24 12:49:11','217.120.72.168',1),(3563,1,'2013-05-24 13:06:24','123.125.71.70',1),(3564,1,'2013-05-24 16:58:19','88.163.45.25',1),(3565,1,'2013-05-24 17:11:50','66.249.75.21',1),(3566,1,'2013-05-24 21:52:17','85.252.82.94',1),(3567,1,'2013-05-24 22:51:19','66.249.75.21',2),(3568,1,'2013-05-24 23:47:26','151.51.51.132',1),(3569,1,'2013-05-25 02:17:09','192.69.193.10',3),(3570,1,'2013-05-25 09:44:10','87.114.180.133',1),(3571,1,'2013-05-25 10:24:56','5.149.248.84',2),(3572,1,'2013-05-25 13:19:36','220.181.108.81',1),(3573,1,'2013-05-25 16:21:16','123.125.71.35',1),(3574,1,'2013-05-26 01:58:00','110.75.173.241',1),(3575,1,'2013-05-26 02:02:21','110.75.173.238',1),(3576,1,'2013-05-26 03:46:04','204.12.226.2',1),(3577,1,'2013-05-26 04:57:25','218.30.103.148',1),(3578,1,'2013-05-26 06:05:31','24.205.126.22',1),(3579,1,'2013-05-26 09:17:58','91.125.64.147',6),(3580,1,'2013-05-26 10:41:10','84.123.60.128',1),(3581,1,'2013-05-26 16:06:14','92.22.129.81',5),(3582,1,'2013-05-26 18:54:48','88.163.45.25',1),(3583,1,'2013-05-26 20:46:43','180.76.5.13',1),(3584,1,'2013-05-26 22:25:30','92.22.129.81',1),(3585,1,'2013-05-27 00:45:20','66.249.75.21',1),(3586,1,'2013-05-27 03:40:43','98.235.56.10',1),(3587,1,'2013-05-27 04:14:09','98.235.56.10',1),(3588,1,'2013-05-27 06:52:55','201.222.141.211',3),(3589,1,'2013-05-27 07:02:37','201.222.141.211',8),(3590,1,'2013-05-27 08:56:07','38.105.71.93',3),(3591,1,'2013-05-27 09:02:44','180.76.6.37',1),(3592,1,'2013-05-27 11:11:08','5.149.248.84',1),(3593,1,'2013-05-27 15:05:36','24.211.50.143',1),(3594,1,'2013-05-27 16:06:21','46.229.165.195',1),(3595,1,'2013-05-27 17:15:57','88.163.45.25',2),(3596,1,'2013-05-27 18:39:57','218.30.103.148',1),(3597,1,'2013-05-27 19:32:56','88.163.45.25',1),(3598,1,'2013-05-27 20:57:13','88.163.45.25',1),(3599,1,'2013-05-28 02:38:15','180.76.5.155',1),(3600,1,'2013-05-28 05:25:35','46.165.230.206',1),(3601,1,'2013-05-28 10:04:59','31.209.249.129',3),(3602,1,'2013-05-28 11:25:40','180.76.5.52',1),(3603,1,'2013-05-28 12:46:40','89.29.255.168',1),(3604,1,'2013-05-28 14:05:37','100.43.83.152',2),(3605,1,'2013-05-28 16:45:07','123.125.71.19',1),(3606,1,'2013-05-28 18:06:10','66.249.75.21',2),(3607,1,'2013-05-29 01:47:09','66.249.75.21',1),(3608,1,'2013-05-29 08:42:40','151.224.156.227',2),(3609,1,'2013-05-29 10:13:46','180.76.5.60',1),(3610,1,'2013-05-29 11:17:48','108.62.112.74',1),(3611,1,'2013-05-29 13:58:32','218.30.103.148',1),(3612,1,'2013-05-29 14:01:50','65.55.52.112',1),(3613,1,'2013-05-29 16:23:10','86.191.172.228',1),(3614,1,'2013-05-29 18:43:44','8.35.200.66',1),(3615,1,'2013-05-30 00:43:43','50.76.63.22',2),(3616,1,'2013-05-30 06:20:14','220.181.108.83',1),(3617,1,'2013-05-30 10:12:12','92.25.31.212',5),(3618,1,'2013-05-30 13:53:19','66.249.75.21',1),(3619,1,'2013-05-30 16:50:26','86.129.113.161',1),(3620,1,'2013-05-30 19:26:42','86.129.248.45',1),(3621,1,'2013-05-30 20:03:13','95.21.242.39',1),(3622,1,'2013-05-30 23:42:53','218.30.103.148',3),(3623,1,'2013-05-31 00:36:42','66.249.75.21',1),(3624,1,'2013-05-31 01:17:37','81.106.97.2',1),(3625,1,'2013-05-31 04:52:44','1.202.218.137',1),(3626,1,'2013-05-31 06:18:02','145.36.235.4',2),(3627,1,'2013-05-31 07:55:44','54.224.30.212',1),(3628,1,'2013-05-31 09:48:35','86.162.71.136',2),(3629,1,'2013-05-31 12:01:31','92.25.16.88',2),(3630,1,'2013-05-31 20:27:35','86.19.201.2',2),(3631,1,'2013-05-31 21:53:07','62.57.219.148',1),(3632,1,'2013-06-01 00:50:56','132.239.10.201',1),(3633,1,'2013-06-01 08:11:29','24.223.75.38',1),(3634,1,'2013-06-01 09:42:59','87.218.189.22',1),(3635,1,'2013-06-01 10:01:15','81.155.8.116',3),(3636,1,'2013-06-01 14:05:19','79.144.55.241',2),(3637,1,'2013-06-01 19:27:06','180.76.5.159',3),(3638,1,'2013-06-01 20:08:26','66.249.75.21',2),(3639,1,'2013-06-01 21:07:01','89.131.73.250',2),(3640,1,'2013-06-01 23:34:32','81.184.231.103',1),(3641,1,'2013-06-02 01:02:48','66.249.75.21',2),(3642,1,'2013-06-02 02:48:46','15.203.169.107',1),(3643,1,'2013-06-02 04:22:46','84.2.215.96',3),(3644,1,'2013-06-02 13:14:05','81.141.130.42',1),(3645,1,'2013-06-02 20:28:03','92.19.142.125',2),(3646,1,'2013-06-02 21:12:29','88.1.56.168',1),(3647,1,'2013-06-02 22:19:48','86.147.51.140',1),(3648,1,'2013-06-03 01:58:58','173.199.114.91',1),(3649,1,'2013-06-03 04:16:31','66.249.75.21',1),(3650,1,'2013-06-03 07:59:14','216.145.14.142',1),(3651,1,'2013-06-03 08:02:17','91.121.221.137',1),(3652,1,'2013-06-03 10:38:11','78.46.41.37',1),(3653,1,'2013-06-03 13:52:44','180.76.6.225',1),(3654,1,'2013-06-03 15:21:11','218.30.103.148',1),(3655,1,'2013-06-03 17:33:34','81.148.0.30',1),(3656,1,'2013-06-03 18:49:59','66.249.75.21',1),(3657,1,'2013-06-03 19:34:34','88.26.223.121',2),(3658,1,'2013-06-03 20:52:09','85.51.87.172',1),(3659,1,'2013-06-03 21:02:58','76.166.206.86',1),(3660,1,'2013-06-03 23:18:31','198.2.216.92',1),(3661,1,'2013-06-04 00:50:34','66.249.75.21',1),(3662,1,'2013-06-04 03:00:35','157.56.92.155',1),(3663,1,'2013-06-04 11:44:28','100.43.83.152',2),(3664,1,'2013-06-04 12:24:46','220.181.108.157',1),(3665,1,'2013-06-04 16:06:55','69.58.178.56',2),(3666,1,'2013-06-04 17:47:41','81.203.38.36',2),(3667,1,'2013-06-04 20:25:56','198.71.58.113',1),(3668,1,'2013-06-04 21:09:49','2.218.71.227',2),(3669,1,'2013-06-05 08:37:05','46.65.114.123',1),(3670,1,'2013-06-05 09:24:52','61.135.220.72',1),(3671,1,'2013-06-05 11:02:09','83.37.246.141',1),(3672,1,'2013-06-05 13:06:07','90.211.192.204',3),(3673,1,'2013-06-05 16:23:06','180.76.5.56',1),(3674,1,'2013-06-05 17:40:02','218.30.103.148',1),(3675,1,'2013-06-05 22:04:13','92.22.199.212',10),(3676,1,'2013-06-05 23:47:19','82.132.244.144',1),(3677,1,'2013-06-06 00:01:02','86.31.20.59',2),(3678,1,'2013-06-06 01:21:06','68.151.101.109',2),(3679,1,'2013-06-06 02:33:10','110.75.173.241',3),(3680,1,'2013-06-06 10:45:32','83.217.124.125',2),(3681,1,'2013-06-06 11:02:08','83.217.124.125',1),(3682,1,'2013-06-06 13:16:55','220.181.108.184',1),(3683,1,'2013-06-06 15:33:10','198.161.108.18',2),(3684,1,'2013-06-06 20:56:44','173.199.116.27',1),(3685,1,'2013-06-06 21:59:19','157.55.35.96',1),(3686,1,'2013-06-06 22:23:18','157.55.35.96',1),(3687,1,'2013-06-06 23:08:45','1.202.218.135',1),(3688,1,'2013-06-07 00:43:34','66.249.75.21',1),(3689,1,'2013-06-07 05:20:11','100.43.83.152',2),(3690,1,'2013-06-07 11:00:27','66.249.75.21',1),(3691,1,'2013-06-07 13:46:14','123.125.71.48',1),(3692,1,'2013-06-07 18:55:11','218.30.103.148',2),(3693,1,'2013-06-07 21:27:39','180.76.5.61',1),(3694,1,'2013-06-07 23:47:00','23.20.46.125',1),(3695,1,'2013-06-08 10:21:19','61.135.220.8',1),(3696,1,'2013-06-08 12:38:37','198.2.205.252',1),(3697,1,'2013-06-08 14:47:54','66.249.75.21',1),(3698,1,'2013-06-08 17:11:51','62.57.219.148',4),(3699,1,'2013-06-08 20:49:50','66.249.75.21',1),(3700,1,'2013-06-09 03:24:06','82.192.74.117',2),(3701,1,'2013-06-09 04:06:05','72.14.199.21',1),(3702,1,'2013-06-09 05:29:12','80.153.212.59',1),(3703,1,'2013-06-09 07:41:19','207.106.190.66',1),(3704,1,'2013-06-09 08:08:34','100.43.83.152',2),(3705,1,'2013-06-09 09:38:44','95.166.82.137',1),(3706,1,'2013-06-09 16:47:58','212.183.128.219',1),(3707,1,'2013-06-09 17:29:45','212.183.140.3',1),(3708,1,'2013-06-09 18:22:52','84.127.182.220',1),(3709,1,'2013-06-09 20:42:44','85.178.79.55',1),(3710,1,'2013-06-09 22:44:28','218.30.103.148',1),(3711,1,'2013-06-10 07:33:55','217.44.101.170',1),(3712,1,'2013-06-10 08:27:59','100.43.83.152',2),(3713,1,'2013-06-10 09:14:43','82.71.4.211',3),(3714,1,'2013-06-10 10:00:55','85.119.193.30',2),(3715,1,'2013-06-10 11:34:56','81.148.6.160',1),(3716,1,'2013-06-10 12:14:36','96.227.124.38',1),(3717,1,'2013-06-10 14:31:40','92.7.5.207',2),(3718,1,'2013-06-10 16:48:32','66.249.75.21',1),(3719,1,'2013-06-10 17:11:11','2.25.91.157',2),(3720,1,'2013-06-10 23:50:58','86.106.38.21',1),(3721,1,'2013-06-11 09:29:28','195.114.145.51',2),(3722,1,'2013-06-11 11:29:56','81.39.131.89',2),(3723,1,'2013-06-11 15:47:48','62.57.219.148',2),(3724,1,'2013-06-11 17:16:29','180.76.5.146',1),(3725,1,'2013-06-11 18:02:52','72.30.196.55',2),(3726,1,'2013-06-11 21:24:24','218.30.103.148',1),(3727,1,'2013-06-12 00:00:02','137.110.161.245',1),(3728,1,'2013-06-12 04:55:01','99.100.176.9',2),(3729,1,'2013-06-12 06:42:38','220.181.108.116',1),(3730,1,'2013-06-12 10:24:29','100.43.83.152',4),(3731,1,'2013-06-12 12:57:02','46.183.196.122',4),(3732,1,'2013-06-12 15:04:41','66.249.75.21',1),(3733,1,'2013-06-12 20:01:08','99.100.176.9',1),(3734,1,'2013-06-12 22:41:46','108.102.215.118',1),(3735,1,'2013-06-12 23:36:51','66.249.75.21',1),(3736,1,'2013-06-13 01:30:09','65.55.52.112',1),(3737,1,'2013-06-13 04:24:51','61.135.219.135',1),(3738,1,'2013-06-13 08:03:57','218.30.103.148',2),(3739,1,'2013-06-13 11:01:42','151.51.21.64',1),(3740,1,'2013-06-13 18:29:42','2.27.78.148',1),(3741,1,'2013-06-13 21:20:39','178.105.69.184',2),(3742,1,'2013-06-13 22:18:29','62.57.219.148',1),(3743,1,'2013-06-14 02:18:42','66.249.75.21',1),(3744,1,'2013-06-14 06:10:24','66.249.75.21',1),(3745,1,'2013-06-14 12:32:04','82.3.43.116',2),(3746,1,'2013-06-14 15:53:58','81.151.215.7',1),(3747,1,'2013-06-14 16:14:14','62.57.219.148',1),(3748,1,'2013-06-14 19:30:14','100.43.83.152',2),(3749,1,'2013-06-15 03:34:46','68.175.28.31',2),(3750,1,'2013-06-15 04:35:59','218.30.103.148',1),(3751,1,'2013-06-15 08:00:56','64.246.165.150',1),(3752,1,'2013-06-15 09:41:50','1.202.218.133',1),(3753,1,'2013-06-15 11:39:38','81.102.195.6',1),(3754,1,'2013-06-15 15:06:25','90.206.183.122',1),(3755,1,'2013-06-15 18:49:27','123.125.71.47',1),(3756,1,'2013-06-15 20:07:39','66.249.75.21',1),(3757,1,'2013-06-16 01:30:17','66.249.75.21',1),(3758,1,'2013-06-16 02:59:04','67.195.112.220',1),(3759,1,'2013-06-16 05:37:55','180.76.5.145',1),(3760,1,'2013-06-16 06:17:13','46.165.197.142',1),(3761,1,'2013-06-16 10:40:38','42.120.161.7',2),(3762,1,'2013-06-16 13:48:23','100.43.83.152',2),(3763,1,'2013-06-16 18:09:01','180.76.6.224',1),(3764,1,'2013-06-16 20:03:29','109.149.253.36',1),(3765,1,'2013-06-17 00:39:41','218.30.103.148',1),(3766,1,'2013-06-17 05:24:43','208.115.111.72',1),(3767,1,'2013-06-17 09:08:33','61.135.219.76',2),(3768,1,'2013-06-17 11:16:31','66.249.72.21',2),(3769,1,'2013-06-17 12:26:47','198.200.37.106',1),(3770,1,'2013-06-17 15:13:30','94.169.117.234',2),(3771,1,'2013-06-17 17:06:18','66.249.72.21',1),(3772,1,'2013-06-18 08:35:33','180.76.5.62',1),(3773,1,'2013-06-18 14:21:05','198.2.205.252',4),(3774,1,'2013-06-18 15:54:46','151.226.100.249',2),(3775,1,'2013-06-18 16:06:04','86.31.227.151',4),(3776,1,'2013-06-18 17:56:03','100.43.83.152',2),(3777,1,'2013-06-18 20:28:59','66.249.75.21',1),(3778,1,'2013-06-18 21:20:57','173.199.120.147',3),(3779,1,'2013-06-18 23:47:06','180.76.5.97',1),(3780,1,'2013-06-19 05:03:29','94.23.251.171',1),(3781,1,'2013-06-19 07:14:05','123.125.71.94',2),(3782,1,'2013-06-19 10:31:15','157.55.35.80',2),(3783,1,'2013-06-19 11:25:15','49.212.155.117',2),(3784,1,'2013-06-19 16:34:47','77.75.77.17',2),(3785,1,'2013-06-19 17:45:30','85.180.198.71',1),(3786,1,'2013-06-19 19:30:23','85.180.198.71',2),(3787,1,'2013-06-20 04:17:27','180.76.5.90',1),(3788,1,'2013-06-20 09:43:20','173.192.34.95',1),(3789,1,'2013-06-20 10:49:37','42.156.138.7',2),(3790,1,'2013-06-20 11:37:59','67.161.153.239',1),(3791,1,'2013-06-20 13:35:17','180.76.5.158',1),(3792,1,'2013-06-20 15:48:38','66.249.75.21',2),(3793,1,'2013-06-20 17:49:05','218.30.103.148',1),(3794,1,'2013-06-21 00:07:43','100.43.83.152',2),(3795,1,'2013-06-21 04:59:09','46.229.167.149',1),(3796,1,'2013-06-21 06:09:24','123.125.71.80',1),(3797,1,'2013-06-21 08:16:55','61.135.219.137',1),(3798,1,'2013-06-21 10:42:38','61.135.220.130',1),(3799,1,'2013-06-21 13:37:36','61.135.220.158',2),(3800,1,'2013-06-21 14:35:08','92.7.15.26',1),(3801,1,'2013-06-21 15:59:11','61.135.220.64',1),(3802,1,'2013-06-21 17:59:30','122.210.212.46',1),(3803,1,'2013-06-21 18:35:30','61.135.219.117',1),(3804,1,'2013-06-21 20:01:09','66.249.75.21',1),(3805,1,'2013-06-21 21:25:04','61.135.220.100',1),(3806,1,'2013-06-21 23:55:52','61.135.219.115',1),(3807,1,'2013-06-22 00:57:10','66.249.75.21',1),(3808,1,'2013-06-22 02:38:46','61.135.219.91',1),(3809,1,'2013-06-22 04:16:29','109.104.87.166',1),(3810,1,'2013-06-22 07:10:53','188.244.43.239',1),(3811,1,'2013-06-22 09:03:16','61.135.219.43',2),(3812,1,'2013-06-22 10:11:53','85.25.134.59',1),(3813,1,'2013-06-22 11:13:27','218.30.103.148',1),(3814,1,'2013-06-22 16:50:49','61.135.220.29',1),(3815,1,'2013-06-22 17:04:57','94.169.117.234',5),(3816,1,'2013-06-22 19:14:47','61.135.219.71',2),(3817,1,'2013-06-22 21:52:01','61.135.219.184',1),(3818,1,'2013-06-22 22:27:53','85.25.137.24',2),(3819,1,'2013-06-23 00:26:37','61.135.220.159',1),(3820,1,'2013-06-23 02:35:59','54.225.57.49',4),(3821,1,'2013-06-23 03:50:52','173.199.115.67',1),(3822,1,'2013-06-23 05:49:01','61.135.220.52',1),(3823,1,'2013-06-23 06:37:10','5.199.133.88',1),(3824,1,'2013-06-23 07:05:52','66.249.75.21',1),(3825,1,'2013-06-23 08:28:23','61.135.219.215',1),(3826,1,'2013-06-23 11:47:14','61.135.219.133',2),(3827,1,'2013-06-23 14:29:13','61.135.220.84',1),(3828,1,'2013-06-23 18:41:36','61.135.219.63',1),(3829,1,'2013-06-23 23:23:54','61.135.220.99',1),(3830,1,'2013-06-24 01:57:23','61.135.219.114',1),(3831,1,'2013-06-24 03:57:33','218.30.103.148',1),(3832,1,'2013-06-24 04:32:49','61.135.220.100',1),(3833,1,'2013-06-24 05:24:28','218.30.103.148',1),(3834,1,'2013-06-24 07:17:34','61.135.219.169',1),(3835,1,'2013-06-24 09:41:17','94.197.127.31',4),(3836,1,'2013-06-24 11:29:53','131.253.36.203',1),(3837,1,'2013-06-24 12:34:12','61.135.219.31',1),(3838,1,'2013-06-24 15:12:13','100.43.83.152',3),(3839,1,'2013-06-24 16:06:58','94.169.117.234',3),(3840,1,'2013-06-24 18:01:06','180.76.6.21',3),(3841,1,'2013-06-24 19:04:40','157.55.34.28',1),(3842,1,'2013-06-24 21:42:24','61.135.220.161',1),(3843,1,'2013-06-25 00:07:48','61.135.219.243',1),(3844,1,'2013-06-25 01:22:48','66.249.75.21',2),(3845,1,'2013-06-25 02:46:35','61.135.220.57',1),(3846,1,'2013-06-25 03:32:54','194.44.169.218',1),(3847,1,'2013-06-25 05:29:48','61.135.220.76',1),(3848,1,'2013-06-25 07:53:06','178.156.190.66',1),(3849,1,'2013-06-25 10:48:07','61.135.219.180',1),(3850,1,'2013-06-25 13:18:22','61.135.220.123',1),(3851,1,'2013-06-25 16:06:31','184.22.56.106',10),(3852,1,'2013-06-25 18:27:59','61.135.220.147',1),(3853,1,'2013-06-25 22:00:00','218.30.103.148',1),(3854,1,'2013-06-25 23:36:36','218.30.103.148',1),(3855,1,'2013-06-26 00:02:17','66.249.75.21',1),(3856,1,'2013-06-26 05:14:29','66.249.75.21',1),(3857,1,'2013-06-26 15:48:57','100.43.83.152',3),(3858,1,'2013-06-26 17:56:25','157.55.34.179',1),(3859,1,'2013-06-26 18:24:33','180.76.5.21',2),(3860,1,'2013-06-26 19:54:05','180.76.6.227',1),(3861,1,'2013-06-27 06:44:04','66.249.75.21',1),(3862,1,'2013-06-27 07:44:12','66.249.75.21',1),(3863,1,'2013-06-27 08:11:42','216.145.17.190',1),(3864,1,'2013-06-27 11:49:34','31.54.189.15',1),(3865,1,'2013-06-27 17:13:56','218.30.103.148',1),(3866,1,'2013-06-28 00:25:17','173.214.255.79',1),(3867,1,'2013-06-28 02:31:13','38.105.71.91',2),(3868,1,'2013-06-28 07:20:20','66.249.75.21',1),(3869,1,'2013-06-28 09:27:55','194.81.239.148',2),(3870,1,'2013-06-28 12:36:01','46.229.164.98',1),(3871,1,'2013-06-28 13:52:01','100.43.83.152',2),(3872,1,'2013-06-28 14:48:26','72.21.217.1',1),(3873,1,'2013-06-28 15:29:44','66.249.75.21',2),(3874,1,'2013-06-28 18:19:08','5.10.202.40',1),(3875,1,'2013-06-29 11:21:22','173.199.116.19',1),(3876,1,'2013-06-29 12:01:33','218.30.103.148',1),(3877,1,'2013-06-29 19:47:28','37.152.206.203',1),(3878,1,'2013-06-29 20:05:36','66.249.75.21',1),(3879,1,'2013-06-30 03:47:03','66.249.75.21',1),(3880,1,'2013-06-30 06:03:56','67.202.88.54',1),(3881,1,'2013-06-30 07:29:12','100.43.83.152',2),(3882,1,'2013-06-30 08:06:27','69.197.128.26',1),(3883,1,'2013-06-30 21:42:28','180.76.5.21',1),(3884,1,'2013-06-30 23:40:54','199.80.54.252',2),(3885,1,'2013-07-01 01:33:51','220.181.125.156',1),(3886,1,'2013-07-01 02:58:37','180.76.5.50',1),(3887,1,'2013-07-01 12:59:06','42.120.160.7',1),(3888,1,'2013-07-01 15:16:12','24.18.150.204',1),(3889,1,'2013-07-01 17:50:54','109.64.202.154',1),(3890,1,'2013-07-01 19:50:38','142.4.217.221',1),(3891,1,'2013-07-02 03:54:12','173.199.115.83',1),(3892,1,'2013-07-02 09:25:12','208.115.111.72',1),(3893,1,'2013-07-02 10:15:39','199.192.73.234',1),(3894,1,'2013-07-02 13:18:38','173.204.19.9',1),(3895,1,'2013-07-02 15:32:26','100.43.83.152',2),(3896,1,'2013-07-02 16:13:11','66.249.75.21',1),(3897,1,'2013-07-02 17:58:19','67.202.119.76',1),(3898,1,'2013-07-02 18:37:40','66.249.75.21',1),(3899,1,'2013-07-02 19:53:35','66.249.75.21',1),(3900,1,'2013-07-03 05:21:09','173.208.133.226',1),(3901,1,'2013-07-03 07:18:12','72.21.217.104',1),(3902,1,'2013-07-03 08:01:16','101.170.170.170',2),(3903,1,'2013-07-03 16:35:30','66.249.75.21',1),(3904,1,'2013-07-03 20:48:35','66.249.75.21',1),(3905,1,'2013-07-03 22:49:56','149.135.146.88',1),(3906,1,'2013-07-04 00:32:38','86.160.161.192',1),(3907,1,'2013-07-04 14:22:16','173.199.119.147',1),(3908,1,'2013-07-04 15:19:41','149.126.106.20',1),(3909,1,'2013-07-04 16:59:04','173.252.101.117',2),(3910,1,'2013-07-04 19:05:31','69.58.178.56',3),(3911,1,'2013-07-05 01:15:37','66.249.75.21',1),(3912,1,'2013-07-05 02:26:04','220.181.127.18',2),(3913,1,'2013-07-05 03:07:05','180.76.5.15',1),(3914,1,'2013-07-05 04:00:13','66.249.75.21',1),(3915,1,'2013-07-05 06:15:57','180.76.5.195',1),(3916,1,'2013-07-05 09:33:29','100.43.83.152',2),(3917,1,'2013-07-05 14:56:15','69.84.207.246',2),(3918,1,'2013-07-05 17:12:17','87.113.133.141',1),(3919,1,'2013-07-05 19:44:04','66.249.75.21',3),(3920,1,'2013-07-05 23:16:27','157.55.32.99',1),(3921,1,'2013-07-06 00:39:07','218.30.103.148',1),(3922,1,'2013-07-06 01:43:16','66.249.75.21',1),(3923,1,'2013-07-06 04:27:24','180.153.236.25',1),(3924,1,'2013-07-06 10:40:19','42.156.136.20',1),(3925,1,'2013-07-06 14:14:40','100.43.83.152',2),(3926,1,'2013-07-07 02:47:56','66.249.75.21',2),(3927,1,'2013-07-07 07:42:07','5.9.95.3',1),(3928,1,'2013-07-07 17:55:31','66.249.75.21',1),(3929,1,'2013-07-07 19:48:58','218.30.103.148',1),(3930,1,'2013-07-08 13:40:48','46.188.20.2',1),(3931,1,'2013-07-08 17:24:35','92.12.216.202',2),(3932,1,'2013-07-09 03:56:53','180.76.5.155',1),(3933,1,'2013-07-09 04:06:16','72.14.199.21',1),(3934,1,'2013-07-09 05:23:07','180.76.5.22',1),(3935,1,'2013-07-09 06:30:58','94.23.251.171',1),(3936,1,'2013-07-09 07:41:33','64.246.165.170',1),(3937,1,'2013-07-09 08:01:02','208.98.38.131',1),(3938,1,'2013-07-09 10:59:38','193.60.90.41',1),(3939,1,'2013-07-09 12:45:46','157.55.33.22',1),(3940,1,'2013-07-09 16:26:48','218.30.103.148',1),(3941,1,'2013-07-10 00:32:24','110.52.46.85',1),(3942,1,'2013-07-10 01:27:20','66.249.75.21',1),(3943,1,'2013-07-10 05:56:45','142.4.217.221',1),(3944,1,'2013-07-10 06:48:11','66.249.75.21',1),(3945,1,'2013-07-10 14:51:37','42.156.139.68',2),(3946,1,'2013-07-10 17:10:55','180.76.5.165',2),(3947,1,'2013-07-10 18:25:56','85.25.134.59',2),(3948,1,'2013-07-10 20:35:20','173.199.116.59',1),(3949,1,'2013-07-11 00:23:08','85.25.134.59',1),(3950,1,'2013-07-11 08:13:06','123.151.39.43',1),(3951,1,'2013-07-11 09:40:57','91.121.222.207',3),(3952,1,'2013-07-11 10:54:26','218.30.103.148',1),(3953,1,'2013-07-11 11:35:52','66.249.75.21',1),(3954,1,'2013-07-11 15:10:07','66.249.75.21',1),(3955,1,'2013-07-11 16:45:47','71.170.30.182',1),(3956,1,'2013-07-11 19:00:25','95.150.196.122',1),(3957,1,'2013-07-12 08:52:43','91.115.23.120',1),(3958,1,'2013-07-12 14:09:22','66.249.75.21',1),(3959,1,'2013-07-12 15:25:39','110.52.44.39',1),(3960,1,'2013-07-12 16:50:57','66.249.75.21',1),(3961,1,'2013-07-12 17:21:38','77.75.77.17',1),(3962,1,'2013-07-12 18:30:01','86.128.60.54',1),(3963,1,'2013-07-13 02:36:25','46.229.170.197',2),(3964,1,'2013-07-13 09:44:31','2.101.197.248',2),(3965,1,'2013-07-13 13:02:04','2.101.197.248',4),(3966,1,'2013-07-13 14:35:59','194.82.210.247',4),(3967,1,'2013-07-13 19:33:08','2.101.197.248',1),(3968,1,'2013-07-13 21:03:22','46.229.164.100',2),(3969,1,'2013-07-14 01:00:12','66.249.75.21',1),(3970,1,'2013-07-14 05:33:40','66.249.75.21',1),(3971,1,'2013-07-14 08:52:46','77.197.14.46',1),(3972,1,'2013-07-14 15:38:56','100.43.83.152',3),(3973,1,'2013-07-14 16:18:19','178.76.238.194',1),(3974,1,'2013-07-14 18:12:40','86.27.140.67',1),(3975,1,'2013-07-15 00:10:44','176.57.141.254',1),(3976,1,'2013-07-15 02:07:54','123.151.39.36',1),(3977,1,'2013-07-15 04:12:06','180.76.5.181',2),(3978,1,'2013-07-15 06:34:34','180.76.5.53',1),(3979,1,'2013-07-15 08:18:43','157.55.33.25',2),(3980,1,'2013-07-15 10:38:11','87.127.137.158',2),(3981,1,'2013-07-15 11:48:49','212.32.59.26',1),(3982,1,'2013-07-15 12:43:31','46.165.197.142',1),(3983,1,'2013-07-15 13:57:54','66.249.75.21',1),(3984,1,'2013-07-15 14:13:39','81.157.55.99',2),(3985,1,'2013-07-15 16:36:52','70.45.65.137',1),(3986,1,'2013-07-15 18:01:20','66.249.75.21',1),(3987,1,'2013-07-16 03:18:34','60.241.123.204',1),(3988,1,'2013-07-16 09:56:18','220.181.51.105',2),(3989,1,'2013-07-16 16:49:03','193.43.252.252',5),(3990,1,'2013-07-16 18:31:02','198.13.122.5',6),(3991,1,'2013-07-16 21:49:50','81.184.156.179',2),(3992,1,'2013-07-16 23:15:14','100.43.83.152',2),(3993,1,'2013-07-17 03:01:32','54.242.248.239',2),(3994,1,'2013-07-17 05:31:38','66.249.75.21',1),(3995,1,'2013-07-17 06:44:31','46.165.230.206',1),(3996,1,'2013-07-17 11:33:08','90.202.250.158',1),(3997,1,'2013-07-17 13:03:55','86.21.162.189',3),(3998,1,'2013-07-17 15:16:28','86.145.21.222',1),(3999,1,'2013-07-17 17:27:16','208.115.111.72',1),(4000,1,'2013-07-17 21:23:20','220.181.108.157',1),(4001,1,'2013-07-18 01:42:10','218.30.103.148',1),(4002,1,'2013-07-18 03:06:31','218.30.103.148',1),(4003,1,'2013-07-18 05:57:27','123.125.71.80',1),(4004,1,'2013-07-18 10:21:37','67.173.27.131',1),(4005,1,'2013-07-18 13:04:29','66.249.75.21',1),(4006,1,'2013-07-18 16:40:53','78.149.166.181',2),(4007,1,'2013-07-18 18:40:45','86.129.1.217',1),(4008,1,'2013-07-18 21:55:26','82.3.46.105',3),(4009,1,'2013-07-18 22:23:34','184.22.211.146',1),(4010,1,'2013-07-19 01:02:03','89.243.41.66',1),(4011,1,'2013-07-19 03:07:29','198.27.68.184',1),(4012,1,'2013-07-19 06:44:27','188.143.232.70',1),(4013,1,'2013-07-19 08:05:24','212.47.84.223',2),(4014,1,'2013-07-19 09:33:11','198.27.68.185',1),(4015,1,'2013-07-19 13:04:35','206.225.83.83',4),(4016,1,'2013-07-19 16:59:34','66.249.75.21',1),(4017,1,'2013-07-19 17:14:03','66.249.81.115',1),(4018,1,'2013-07-19 18:39:33','180.76.5.57',1),(4019,1,'2013-07-19 21:11:04','100.43.83.152',1),(4020,1,'2013-07-19 22:47:55','66.249.75.21',1),(4021,1,'2013-07-20 01:39:43','65.55.24.236',2),(4022,1,'2013-07-20 03:49:11','218.30.103.148',1),(4023,1,'2013-07-20 10:59:28','193.41.186.75',1),(4024,1,'2013-07-20 15:06:33','198.27.68.184',3),(4025,1,'2013-07-20 16:45:03','146.120.158.0',2),(4026,1,'2013-07-20 17:21:37','100.43.83.152',2),(4027,1,'2013-07-21 00:51:47','198.27.68.184',1),(4028,1,'2013-07-21 01:53:21','65.55.24.236',1),(4029,1,'2013-07-21 02:33:31','180.76.5.167',1),(4030,1,'2013-07-21 10:19:45','173.192.34.95',1),(4031,1,'2013-07-21 12:58:34','66.249.81.115',1),(4032,1,'2013-07-21 14:39:06','66.249.75.21',1),(4033,1,'2013-07-21 17:15:10','84.127.182.220',1),(4034,1,'2013-07-21 18:32:05','95.211.216.72',2),(4035,1,'2013-07-21 20:08:19','180.76.5.190',1),(4036,1,'2013-07-21 21:42:39','74.202.243.54',1),(4037,1,'2013-07-21 23:43:37','218.30.103.148',1),(4038,1,'2013-07-22 00:18:02','64.246.161.190',1),(4039,1,'2013-07-22 03:09:17','94.23.251.171',1),(4040,1,'2013-07-22 04:16:21','198.27.68.185',1),(4041,1,'2013-07-22 06:22:42','93.206.121.170',1),(4042,1,'2013-07-22 07:00:31','66.249.75.21',1),(4043,1,'2013-07-22 11:23:51','65.55.24.236',1),(4044,1,'2013-07-22 14:32:28','67.173.27.131',1),(4045,1,'2013-07-22 17:19:20','66.249.75.21',2),(4046,1,'2013-07-22 21:46:05','66.249.75.21',1),(4047,1,'2013-07-23 03:59:43','198.27.68.185',1),(4048,1,'2013-07-23 04:20:33','50.16.62.138',3),(4049,1,'2013-07-23 05:12:49','65.55.24.236',1),(4050,1,'2013-07-23 10:57:19','42.120.161.20',1),(4051,1,'2013-07-23 12:18:32','218.30.103.148',1),(4052,1,'2013-07-23 16:49:58','142.4.38.40',1),(4053,1,'2013-07-24 01:05:09','5.65.101.44',1),(4054,1,'2013-07-24 04:55:16','69.14.193.193',1),(4055,1,'2013-07-24 07:11:32','123.125.71.77',3),(4056,1,'2013-07-24 10:05:32','66.249.75.21',1),(4057,1,'2013-07-24 11:00:28','198.2.216.229',3),(4058,1,'2013-07-24 12:14:33','180.76.5.57',2),(4059,1,'2013-07-24 13:52:56','87.112.138.84',3),(4060,1,'2013-07-24 15:31:14','95.166.82.137',1),(4061,1,'2013-07-24 20:48:26','100.43.83.152',4),(4062,1,'2013-07-24 21:16:21','88.65.244.209',3),(4063,1,'2013-07-24 23:22:02','180.76.5.50',2),(4064,1,'2013-07-25 00:48:35','70.45.65.137',1),(4065,1,'2013-07-25 02:01:36','218.30.103.148',2),(4066,1,'2013-07-25 06:32:17','198.13.122.5',2),(4067,1,'2013-07-25 11:23:26','216.218.197.229',2),(4068,1,'2013-07-25 16:29:55','8.21.4.254',6),(4069,1,'2013-07-25 17:17:13','66.249.75.21',1),(4070,1,'2013-07-25 20:10:40','86.178.89.189',5),(4071,1,'2013-07-26 03:36:46','142.4.217.219',2),(4072,1,'2013-07-26 05:51:02','79.38.33.223',1),(4073,1,'2013-07-26 12:09:11','212.159.87.159',2),(4074,1,'2013-07-26 14:17:31','5.10.83.32',1),(4075,1,'2013-07-26 15:21:35','5.65.101.44',7),(4076,1,'2013-07-26 16:53:29','218.30.103.148',2),(4077,1,'2013-07-26 19:09:42','85.25.134.59',1),(4078,1,'2013-07-27 01:18:22','5.10.83.34',1),(4079,1,'2013-07-27 02:22:13','133.242.96.32',1),(4080,1,'2013-07-27 03:30:34','85.25.137.24',1),(4081,1,'2013-07-27 06:50:26','5.10.83.66',1),(4082,1,'2013-07-27 07:21:41','66.249.75.21',1),(4083,1,'2013-07-27 10:52:18','66.249.75.21',1),(4084,1,'2013-07-27 11:08:45','81.159.156.93',2),(4085,1,'2013-07-27 12:47:21','142.4.217.219',1),(4086,1,'2013-07-27 13:04:21','186.222.177.48',1),(4087,1,'2013-07-27 15:46:13','100.43.83.152',2),(4088,1,'2013-07-27 16:00:15','5.10.83.67',1),(4089,1,'2013-07-27 21:02:01','5.10.83.97',1),(4090,1,'2013-07-28 01:31:51','157.55.32.166',1),(4091,1,'2013-07-28 03:03:33','67.173.27.131',1),(4092,1,'2013-07-28 06:31:11','218.30.103.148',1),(4093,1,'2013-07-28 10:37:37','82.2.72.178',1),(4094,1,'2013-07-28 15:30:55','151.51.13.231',2),(4095,1,'2013-07-28 16:22:37','180.76.5.110',2),(4096,1,'2013-07-28 18:09:48','49.212.214.42',5),(4097,1,'2013-07-28 19:29:15','5.10.83.58',1),(4098,1,'2013-07-28 21:17:22','66.249.75.21',1),(4099,1,'2013-07-29 01:18:03','5.10.83.78',1),(4100,1,'2013-07-29 02:56:19','157.55.32.166',1),(4101,1,'2013-07-29 04:24:54','5.10.83.54',1),(4102,1,'2013-07-29 07:12:38','123.125.71.109',2),(4103,1,'2013-07-29 14:12:05','100.43.83.152',2),(4104,1,'2013-07-29 15:57:02','86.130.166.37',1),(4105,1,'2013-07-29 17:12:46','149.168.240.7',2),(4106,1,'2013-07-29 19:05:36','92.20.193.202',1),(4107,1,'2013-07-29 21:56:04','218.30.103.148',1),(4108,1,'2013-07-30 00:07:48','66.249.75.21',1),(4109,1,'2013-07-30 08:03:38','123.125.71.33',1),(4110,1,'2013-07-30 12:15:19','66.249.84.58',2),(4111,1,'2013-07-30 13:11:02','173.252.112.119',1),(4112,1,'2013-07-30 14:27:22','139.57.217.51',1),(4113,1,'2013-07-30 15:41:40','109.154.29.198',2),(4114,1,'2013-07-30 16:07:23','109.152.51.50',1),(4115,1,'2013-07-30 22:49:03','109.152.51.50',1),(4116,1,'2013-07-30 23:24:49','46.229.167.149',1),(4117,1,'2013-07-31 01:37:40','85.25.134.59',1),(4118,1,'2013-07-31 03:41:35','66.249.75.21',1),(4119,1,'2013-07-31 05:17:56','100.43.83.152',2),(4120,1,'2013-07-31 08:09:34','66.249.75.21',1),(4121,1,'2013-07-31 18:52:44','157.55.32.166',1),(4122,1,'2013-07-31 19:10:29','109.152.51.50',5),(4123,1,'2013-07-31 20:34:37','46.236.24.53',2),(4124,1,'2013-07-31 21:52:39','218.30.103.148',1),(4125,1,'2013-07-31 22:50:48','218.30.103.148',1),(4126,1,'2013-08-01 05:03:58','142.4.217.219',1),(4127,1,'2013-08-01 17:09:55','66.249.75.21',1),(4128,1,'2013-08-01 19:38:50','66.249.75.21',1),(4129,1,'2013-08-02 00:02:14','38.111.147.83',2),(4130,1,'2013-08-02 05:59:19','66.249.75.21',1),(4131,1,'2013-08-02 12:20:38','180.76.5.61',1),(4132,1,'2013-08-02 13:35:19','208.115.111.72',1),(4133,1,'2013-08-02 14:34:34','218.30.103.148',1),(4134,1,'2013-08-02 16:15:17','81.157.8.209',4),(4135,1,'2013-08-02 22:57:24','5.149.248.84',1),(4136,1,'2013-08-03 03:22:36','85.25.137.24',1),(4137,1,'2013-08-03 06:45:15','66.249.75.21',1),(4138,1,'2013-08-03 08:52:52','64.246.165.170',1),(4139,1,'2013-08-03 09:59:22','173.192.34.95',1),(4140,1,'2013-08-03 22:43:17','66.249.81.115',1),(4141,1,'2013-08-04 06:18:03','218.30.103.148',2),(4142,1,'2013-08-04 07:35:19','94.174.128.108',1),(4143,1,'2013-08-04 10:30:28','42.156.138.69',1),(4144,1,'2013-08-04 15:33:39','123.125.71.28',1),(4145,1,'2013-08-04 16:24:43','142.4.217.219',1),(4146,1,'2013-08-04 17:34:49','66.249.75.21',1),(4147,1,'2013-08-04 18:12:01','66.249.75.21',1),(4148,1,'2013-08-04 19:27:32','66.249.75.21',1),(4149,1,'2013-08-04 21:21:15','157.55.32.166',1),(4150,1,'2013-08-05 12:03:59','66.249.75.21',1),(4151,1,'2013-08-05 13:44:44','69.58.178.57',2),(4152,1,'2013-08-05 17:08:19','86.135.118.98',1),(4153,1,'2013-08-05 18:23:48','86.160.30.51',1),(4154,1,'2013-08-05 21:10:12','62.57.219.148',1),(4155,1,'2013-08-05 23:57:03','218.30.103.148',1),(4156,1,'2013-08-06 03:55:58','85.57.78.4',2),(4157,1,'2013-08-06 10:27:41','5.10.83.93',1),(4158,1,'2013-08-06 11:58:02','66.249.80.87',1),(4159,1,'2013-08-06 13:28:00','79.114.12.105',1),(4160,1,'2013-08-06 16:03:51','180.76.5.177',2),(4161,1,'2013-08-06 17:19:53','180.76.5.163',1),(4162,1,'2013-08-06 18:49:50','123.125.71.111',1),(4163,1,'2013-08-06 23:11:58','173.199.115.51',1),(4164,1,'2013-08-07 04:20:12','178.255.215.85',2),(4165,1,'2013-08-07 05:35:31','46.0.193.105',1),(4166,1,'2013-08-07 06:17:29','188.190.98.18',1),(4167,1,'2013-08-07 08:10:33','66.249.75.21',1),(4168,1,'2013-08-07 11:38:56','46.229.164.102',1),(4169,1,'2013-08-07 12:29:18','54.216.67.242',4),(4170,1,'2013-08-07 16:14:33','72.14.199.21',1),(4171,1,'2013-08-07 18:29:51','108.59.8.80',2),(4172,1,'2013-08-07 19:14:28','218.30.103.148',1),(4173,1,'2013-08-07 21:21:59','95.112.162.162',2),(4174,1,'2013-08-07 22:07:34','8.21.4.254',1),(4175,1,'2013-08-08 13:39:54','109.170.183.100',1),(4176,1,'2013-08-08 15:33:14','173.192.34.95',1),(4177,1,'2013-08-08 18:12:54','66.249.75.21',2),(4178,1,'2013-08-08 21:46:08','180.76.5.138',1),(4179,1,'2013-08-09 06:39:44','123.125.71.57',1),(4180,1,'2013-08-09 16:21:20','66.249.75.21',1),(4181,1,'2013-08-09 18:48:35','218.30.103.148',1),(4182,1,'2013-08-09 19:28:10','218.30.103.148',1),(4183,1,'2013-08-09 20:54:23','188.143.232.70',1),(4184,1,'2013-08-09 21:38:03','5.10.83.38',1),(4185,1,'2013-08-10 07:08:07','100.43.83.152',4),(4186,1,'2013-08-10 08:36:58','66.249.75.21',1),(4187,1,'2013-08-10 09:22:43','94.174.128.108',2),(4188,1,'2013-08-10 13:58:12','77.222.128.221',1),(4189,1,'2013-08-10 14:31:24','46.165.197.151',1),(4190,1,'2013-08-10 16:37:09','90.204.88.161',2),(4191,1,'2013-08-10 18:02:29','180.76.5.147',3),(4192,1,'2013-08-10 19:34:59','98.137.207.170',1),(4193,1,'2013-08-10 20:07:00','192.96.204.42',2),(4194,1,'2013-08-11 05:46:54','81.169.139.145',1),(4195,1,'2013-08-11 10:48:43','157.55.33.47',1),(4196,1,'2013-08-11 11:47:05','218.30.103.148',2),(4197,1,'2013-08-11 12:20:52','89.76.13.33',2),(4198,1,'2013-08-11 13:18:15','66.249.75.21',1),(4199,1,'2013-08-11 14:26:48','66.249.75.21',1),(4200,1,'2013-08-11 19:56:20','86.183.206.28',1),(4201,1,'2013-08-11 20:06:12','66.249.75.21',1),(4202,1,'2013-08-12 09:05:41','5.9.149.166',1),(4203,1,'2013-08-12 18:53:48','100.43.83.152',2),(4204,1,'2013-08-12 19:46:20','178.255.215.85',1),(4205,1,'2013-08-12 20:39:57','180.76.5.17',1),(4206,1,'2013-08-13 01:55:22','37.59.50.71',1),(4207,1,'2013-08-13 04:16:57','66.39.221.230',1),(4208,1,'2013-08-13 05:39:16','66.249.75.21',2),(4209,1,'2013-08-13 06:29:07','218.30.103.148',1),(4210,1,'2013-08-13 09:54:46','46.165.197.141',1),(4211,1,'2013-08-13 11:54:38','100.43.83.152',2),(4212,1,'2013-08-13 18:44:17','92.20.183.202',1),(4213,1,'2013-08-13 20:01:35','79.113.83.74',1),(4214,1,'2013-08-14 00:46:37','31.13.97.114',2),(4215,1,'2013-08-14 03:01:13','66.249.72.21',3),(4216,1,'2013-08-14 04:02:41','77.75.77.32',1),(4217,1,'2013-08-14 07:28:58','123.125.71.18',1),(4218,1,'2013-08-14 12:55:23','86.180.167.120',1),(4219,1,'2013-08-14 15:12:31','66.249.75.21',1),(4220,1,'2013-08-14 18:31:58','180.76.5.93',1),(4221,1,'2013-08-14 20:45:42','74.112.131.244',1),(4222,1,'2013-08-14 23:10:23','109.206.181.144',2),(4223,1,'2013-08-15 05:36:37','66.249.75.21',2),(4224,1,'2013-08-15 06:22:17','218.30.103.148',1),(4225,1,'2013-08-15 07:18:20','100.43.83.152',5),(4226,1,'2013-08-15 11:21:00','216.145.5.42',1),(4227,1,'2013-08-15 12:44:10','50.133.128.114',2),(4228,1,'2013-08-15 14:09:08','144.76.43.70',2),(4229,1,'2013-08-15 18:10:26','74.202.243.85',1),(4230,1,'2013-08-16 10:09:36','66.249.75.21',2),(4231,1,'2013-08-16 12:52:31','199.58.86.211',1),(4232,1,'2013-08-16 16:08:14','180.76.5.157',1),(4233,1,'2013-08-16 17:05:42','171.98.61.239',2),(4234,1,'2013-08-16 18:53:26','66.249.75.21',1),(4235,1,'2013-08-16 22:59:28','66.220.7.244',1),(4236,1,'2013-08-17 02:42:20','218.30.103.148',1),(4237,1,'2013-08-17 03:16:36','218.30.103.148',2),(4238,1,'2013-08-17 06:26:07','198.50.172.41',1),(4239,1,'2013-08-17 16:29:15','81.156.246.102',1),(4240,1,'2013-08-18 04:19:00','66.249.75.21',1),(4241,1,'2013-08-18 13:26:40','66.249.75.21',1),(4242,1,'2013-08-18 21:11:22','180.76.5.88',2),(4243,1,'2013-08-18 22:19:36','218.30.103.148',2),(4244,1,'2013-08-19 07:13:29','107.20.0.75',1),(4245,1,'2013-08-19 15:22:25','199.58.86.209',1),(4246,1,'2013-08-19 16:35:54','66.249.75.21',1),(4247,1,'2013-08-19 18:36:07','180.76.5.13',1),(4248,1,'2013-08-20 09:49:50','2.236.201.139',1),(4249,1,'2013-08-20 13:46:31','65.55.24.218',1),(4250,1,'2013-08-20 15:56:01','100.43.83.152',2),(4251,1,'2013-08-20 19:58:16','180.76.6.230',1),(4252,1,'2013-08-20 20:52:11','218.30.103.148',1),(4253,1,'2013-08-20 21:28:45','218.30.103.148',1),(4254,1,'2013-08-21 00:38:11','66.249.75.21',1),(4255,1,'2013-08-21 05:17:24','66.249.75.21',1),(4256,1,'2013-08-21 06:30:50','114.43.250.236',1),(4257,1,'2013-08-21 12:21:47','213.120.98.39',2),(4258,1,'2013-08-21 15:26:06','5.10.83.93',2),(4259,1,'2013-08-21 20:54:56','180.153.236.167',2),(4260,1,'2013-08-22 01:18:01','66.249.75.21',1),(4261,1,'2013-08-22 11:24:33','62.212.73.211',1),(4262,1,'2013-08-22 13:21:20','86.169.39.89',2),(4263,1,'2013-08-22 20:46:04','180.76.5.48',1),(4264,1,'2013-08-22 22:16:45','5.10.83.17',2),(4265,1,'2013-08-23 05:07:41','218.30.103.148',4),(4266,1,'2013-08-23 07:29:25','123.125.71.83',1),(4267,1,'2013-08-23 13:02:43','88.90.17.95',1),(4268,1,'2013-08-23 14:35:19','66.249.75.21',1),(4269,1,'2013-08-23 16:23:02','82.42.234.199',3),(4270,1,'2013-08-23 20:26:36','86.128.244.172',1),(4271,1,'2013-08-23 23:11:29','66.249.75.21',1),(4272,1,'2013-08-24 01:12:17','70.45.55.135',2),(4273,1,'2013-08-24 05:06:05','123.125.71.81',1),(4274,1,'2013-08-24 11:23:46','92.20.112.72',2),(4275,1,'2013-08-24 14:09:31','173.70.141.147',6),(4276,1,'2013-08-24 16:35:11','109.154.105.202',5),(4277,1,'2013-08-25 02:46:05','67.173.27.131',1),(4278,1,'2013-08-25 11:14:49','218.30.103.148',4),(4279,1,'2013-08-25 12:55:56','66.249.75.21',1),(4280,1,'2013-08-25 16:30:58','92.229.81.163',3),(4281,1,'2013-08-25 19:24:45','66.249.75.21',1),(4282,1,'2013-08-25 21:17:34','94.11.214.33',4),(4283,1,'2013-08-25 22:00:30','95.158.4.42',1),(4284,1,'2013-08-26 00:09:30','46.229.170.197',2),(4285,1,'2013-08-26 01:22:42','90.203.225.24',1),(4286,1,'2013-08-26 04:19:08','54.225.32.240',1),(4287,1,'2013-08-26 06:06:41','86.157.173.138',1),(4288,1,'2013-08-26 08:40:26','23.20.116.175',2),(4289,1,'2013-08-26 10:38:44','157.55.34.94',1),(4290,1,'2013-08-26 15:11:31','180.76.5.146',2),(4291,1,'2013-08-26 17:49:20','180.76.5.148',1),(4292,1,'2013-08-26 19:12:48','81.106.59.114',1),(4293,1,'2013-08-27 01:18:18','54.221.18.229',1),(4294,1,'2013-08-27 03:59:16','5.10.83.40',1),(4295,1,'2013-08-27 04:49:43','100.43.83.152',2),(4296,1,'2013-08-27 22:26:22','218.30.103.148',2),(4297,1,'2013-08-28 05:17:48','123.125.71.106',2),(4298,1,'2013-08-28 06:21:01','216.145.14.142',2),(4299,1,'2013-08-28 12:34:41','42.120.160.17',2),(4300,1,'2013-08-28 13:43:11','192.96.204.42',2),(4301,1,'2013-08-28 16:44:47','27.75.88.173',1),(4302,1,'2013-08-28 17:25:50','208.115.111.72',1),(4303,1,'2013-08-28 19:14:42','184.154.48.82',1),(4304,1,'2013-08-29 07:23:06','66.249.75.21',3),(4305,1,'2013-08-29 14:56:09','82.132.228.18',1),(4306,1,'2013-08-29 15:52:51','82.40.160.171',1),(4307,1,'2013-08-29 17:20:23','157.55.34.178',4),(4308,1,'2013-08-29 18:19:47','78.145.226.156',2),(4309,1,'2013-08-29 21:14:40','66.249.75.21',1),(4310,1,'2013-08-30 11:32:57','218.30.103.148',1),(4311,1,'2013-08-30 12:09:08','218.30.103.148',1),(4312,1,'2013-08-30 13:24:08','66.249.75.21',1),(4313,1,'2013-08-30 18:52:11','213.105.25.91',1),(4314,1,'2013-08-30 23:58:00','66.249.75.21',1),(4315,1,'2013-08-31 10:42:58','213.120.98.39',1),(4316,1,'2013-08-31 13:10:45','66.249.75.21',1),(4317,1,'2013-08-31 15:02:00','5.10.83.27',1),(4318,1,'2013-08-31 18:04:41','100.43.83.152',2),(4319,1,'2013-08-31 23:00:49','86.7.249.59',3),(4320,1,'2013-09-01 01:19:38','109.206.163.211',3),(4321,1,'2013-09-01 14:26:28','66.249.75.21',1),(4322,1,'2013-09-01 19:21:23','157.55.33.100',1),(4323,1,'2013-09-01 20:21:03','185.10.104.132',1),(4324,1,'2013-09-01 21:59:55','180.76.5.169',1),(4325,1,'2013-09-02 04:04:25','218.30.103.148',2),(4326,1,'2013-09-02 06:01:02','61.135.249.207',1),(4327,1,'2013-09-02 07:06:57','173.192.34.95',1),(4328,1,'2013-09-02 20:51:49','66.220.152.114',2),(4329,1,'2013-09-03 08:14:04','123.125.71.88',1),(4330,1,'2013-09-03 12:51:40','66.249.75.21',1),(4331,1,'2013-09-03 17:09:17','66.249.75.21',1),(4332,1,'2013-09-04 02:34:15','100.43.83.152',2),(4333,1,'2013-09-04 09:04:34','66.249.75.21',1),(4334,1,'2013-09-04 10:31:53','91.137.131.113',1),(4335,1,'2013-09-04 13:14:18','220.181.108.159',1),(4336,1,'2013-09-04 15:15:07','218.30.103.148',4),(4337,1,'2013-09-04 16:22:45','94.101.159.180',1),(4338,1,'2013-09-04 19:20:09','157.55.32.81',1),(4339,1,'2013-09-04 20:59:19','2.100.131.119',1),(4340,1,'2013-09-05 05:28:15','202.46.54.123',1),(4341,1,'2013-09-05 06:14:14','69.58.178.59',2),(4342,1,'2013-09-05 07:25:32','100.43.83.152',2),(4343,1,'2013-09-05 09:25:31','66.249.75.21',1),(4344,1,'2013-09-05 13:47:52','5.10.83.98',2),(4345,1,'2013-09-05 14:42:22','123.125.71.52',1),(4346,1,'2013-09-05 15:53:33','66.249.75.21',1),(4347,1,'2013-09-05 16:26:14','87.252.34.185',1),(4348,1,'2013-09-05 18:19:45','180.76.5.63',1),(4349,1,'2013-09-05 21:41:54','180.76.5.62',1),(4350,1,'2013-09-06 09:35:25','212.219.229.11',1),(4351,1,'2013-09-06 13:16:58','38.100.21.118',3),(4352,1,'2013-09-06 17:42:17','96.227.124.38',1),(4353,1,'2013-09-06 18:09:08','218.30.103.148',3),(4354,1,'2013-09-06 23:38:41','66.249.75.21',1),(4355,1,'2013-09-07 00:23:43','72.14.199.21',2),(4356,1,'2013-09-07 01:37:36','92.239.20.253',2),(4357,1,'2013-09-07 04:36:13','123.125.71.18',1),(4358,1,'2013-09-07 10:21:54','100.43.83.152',2),(4359,1,'2013-09-07 11:22:18','23.20.116.175',1),(4360,1,'2013-09-07 15:24:59','85.25.137.24',1),(4361,1,'2013-09-07 19:48:07','66.249.75.21',1),(4362,1,'2013-09-07 21:23:07','157.56.229.88',2),(4363,1,'2013-09-08 03:51:12','62.219.8.230',2),(4364,1,'2013-09-08 12:48:13','92.24.167.38',1),(4365,1,'2013-09-08 12:48:13','173.252.101.119',1),(4366,1,'2013-09-08 13:50:16','5.228.28.190',1),(4367,1,'2013-09-08 17:19:06','66.249.75.21',1),(4368,1,'2013-09-08 19:41:29','218.30.103.148',1),(4369,1,'2013-09-08 20:16:05','218.30.103.148',1),(4370,1,'2013-09-09 01:22:00','64.246.187.42',1),(4371,1,'2013-09-09 07:55:00','151.224.153.215',1),(4372,1,'2013-09-09 09:17:25','217.217.183.100',2),(4373,1,'2013-09-09 10:06:19','69.147.77.29',3),(4374,1,'2013-09-09 13:43:13','93.221.106.140',2),(4375,1,'2013-09-09 18:10:38','180.76.5.178',1),(4376,1,'2013-09-09 20:33:43','180.76.5.143',1),(4377,1,'2013-09-10 03:32:00','131.253.36.202',1),(4378,1,'2013-09-10 05:09:13','220.181.108.149',1),(4379,1,'2013-09-10 10:12:23','66.249.75.21',1),(4380,1,'2013-09-10 18:17:01','100.43.83.152',3),(4381,1,'2013-09-10 20:25:20','218.30.103.148',2),(4382,1,'2013-09-10 22:22:17','66.249.75.21',1),(4383,1,'2013-09-11 02:57:08','123.125.71.18',1),(4384,1,'2013-09-11 04:02:03','66.249.75.21',1),(4385,1,'2013-09-11 09:08:12','157.55.36.35',2),(4386,1,'2013-09-11 10:22:48','86.184.24.188',1),(4387,1,'2013-09-11 11:12:59','87.115.216.80',1),(4388,1,'2013-09-11 14:20:19','5.10.83.105',1),(4389,1,'2013-09-11 15:48:12','2.123.36.75',1),(4390,1,'2013-09-11 18:45:00','202.46.52.125',1),(4391,1,'2013-09-11 19:19:08','81.110.146.171',1),(4392,1,'2013-09-12 05:02:55','123.125.71.69',1),(4393,1,'2013-09-12 17:04:05','46.229.167.149',1),(4394,1,'2013-09-12 21:25:47','208.115.111.72',3),(4395,1,'2013-09-12 22:19:22','66.249.75.21',2),(4396,1,'2013-09-13 05:16:22','5.10.83.36',1),(4397,1,'2013-09-13 06:32:18','218.30.103.148',2),(4398,1,'2013-09-13 10:20:57','90.205.93.172',2),(4399,1,'2013-09-13 17:13:37','220.181.127.232',2),(4400,1,'2013-09-13 18:09:35','66.249.75.21',2),(4401,1,'2013-09-13 19:05:05','199.16.156.126',2),(4402,1,'2013-09-13 20:01:02','180.76.5.55',2),(4403,1,'2013-09-13 21:33:01','66.249.75.21',1),(4404,1,'2013-09-13 22:40:14','180.76.5.20',1),(4405,1,'2013-09-14 00:56:00','180.153.236.189',1),(4406,1,'2013-09-14 01:34:48','157.56.92.144',1),(4407,1,'2013-09-14 11:07:33','66.249.75.21',2),(4408,1,'2013-09-15 03:01:38','46.165.230.206',2),(4409,1,'2013-09-15 10:38:02','91.205.96.13',1),(4410,1,'2013-09-15 14:42:07','221.178.189.236',2),(4411,1,'2013-09-15 16:25:03','142.32.208.226',2),(4412,1,'2013-09-15 17:12:00','218.30.103.148',2),(4413,1,'2013-09-16 05:09:50','5.10.83.13',1),(4414,1,'2013-09-16 07:25:32','66.249.75.21',2),(4415,1,'2013-09-16 08:50:58','66.249.75.21',1),(4416,1,'2013-09-16 13:14:06','86.132.180.121',1),(4417,1,'2013-09-16 17:41:16','100.43.83.152',2),(4418,1,'2013-09-17 13:51:11','85.25.226.154',1),(4419,1,'2013-09-17 19:25:10','218.30.103.148',1),(4420,1,'2013-09-17 20:20:46','180.76.6.36',1),(4421,1,'2013-09-17 22:57:01','180.76.5.150',15),(4422,1,'2013-09-17 23:05:51','199.195.140.230',2),(4423,1,'2013-09-18 00:22:34','54.224.5.73',1),(4424,1,'2013-09-18 04:58:51','66.249.75.21',1),(4425,1,'2013-09-18 11:03:04','184.22.183.114',1),(4426,1,'2013-09-18 12:06:09','100.43.81.9',1),(4427,1,'2013-09-18 15:32:46','37.57.133.179',1),(4428,1,'2013-09-18 22:22:07','109.154.55.142',1),(4429,1,'2013-09-19 04:41:13','100.43.83.152',2),(4430,1,'2013-09-19 06:41:01','37.59.91.151',1),(4431,1,'2013-09-19 12:14:06','66.249.75.21',2),(4432,1,'2013-09-19 18:23:20','109.206.179.208',2),(4433,1,'2013-09-20 05:25:05','65.55.24.244',2),(4434,1,'2013-09-20 06:52:17','65.55.24.244',1),(4435,1,'2013-09-20 07:11:55','65.55.24.244',2),(4436,1,'2013-09-20 08:01:29','218.30.103.148',2),(4437,1,'2013-09-20 09:13:01','188.165.205.146',5),(4438,1,'2013-09-20 11:44:03','82.16.19.51',1),(4439,1,'2013-09-20 13:34:47','151.230.200.58',2),(4440,1,'2013-09-20 14:55:13','180.76.5.86',1),(4441,1,'2013-09-20 18:25:24','66.249.81.115',1),(4442,1,'2013-09-20 20:47:44','100.43.83.152',2),(4443,1,'2013-09-21 00:27:03','23.27.12.239',1),(4444,1,'2013-09-21 02:42:54','64.246.165.50',1),(4445,1,'2013-09-21 04:40:11','157.55.36.38',1),(4446,1,'2013-09-21 06:31:02','66.249.75.21',1),(4447,1,'2013-09-21 13:48:17','38.229.70.44',1),(4448,1,'2013-09-21 14:08:24','42.156.136.17',1),(4449,1,'2013-09-21 15:29:42','188.165.205.158',1),(4450,1,'2013-09-21 16:43:43','2.121.178.135',1),(4451,1,'2013-09-22 01:07:57','157.55.36.38',1),(4452,1,'2013-09-22 02:20:19','66.249.75.21',1),(4453,1,'2013-09-22 03:57:18','180.76.5.54',1),(4454,1,'2013-09-22 05:30:18','208.177.76.18',2),(4455,1,'2013-09-22 08:25:21','218.30.103.148',2),(4456,1,'2013-09-22 10:03:50','46.165.197.142',2),(4457,1,'2013-09-22 14:18:48','180.76.5.186',1),(4458,1,'2013-09-22 15:23:31','100.43.83.152',2),(4459,1,'2013-09-22 18:05:29','66.249.75.21',1),(4460,1,'2013-09-23 05:45:24','157.55.36.38',1),(4461,1,'2013-09-23 09:16:18','38.229.70.44',1),(4462,1,'2013-09-23 10:49:59','66.249.75.21',1),(4463,1,'2013-09-23 12:37:58','86.132.196.109',2),(4464,1,'2013-09-23 14:06:21','5.10.83.92',1),(4465,1,'2013-09-23 17:43:35','87.106.247.238',1),(4466,1,'2013-09-23 23:29:53','78.46.41.37',1),(4467,1,'2013-09-24 02:47:00','220.181.108.87',1),(4468,1,'2013-09-24 04:47:59','5.9.82.183',1),(4469,1,'2013-09-24 10:15:58','87.106.247.238',1),(4470,1,'2013-09-24 11:49:08','81.130.206.206',1),(4471,1,'2013-09-24 14:51:09','218.30.103.148',1),(4472,1,'2013-09-24 15:29:22','218.30.103.148',1),(4473,1,'2013-09-24 16:30:10','66.249.75.21',1),(4474,1,'2013-09-24 18:57:26','66.249.75.21',1),(4475,1,'2013-09-24 20:53:04','86.173.0.237',1),(4476,1,'2013-09-24 23:10:46','78.46.41.37',2),(4477,1,'2013-09-25 12:25:02','217.35.100.203',1),(4478,1,'2013-09-25 15:32:25','95.150.197.179',1),(4479,1,'2013-09-25 20:33:57','92.20.168.108',2),(4480,1,'2013-09-25 21:12:38','180.76.5.29',1),(4481,1,'2013-09-25 23:22:58','180.76.5.16',2),(4482,1,'2013-09-26 06:52:40','5.149.248.84',1),(4483,1,'2013-09-26 07:09:28','157.55.32.107',2),(4484,1,'2013-09-26 08:33:03','217.35.100.203',1),(4485,1,'2013-09-26 13:38:20','37.59.91.151',1),(4486,1,'2013-09-26 14:52:46','66.249.75.21',1),(4487,1,'2013-09-26 18:16:52','218.30.103.148',2),(4488,1,'2013-09-26 21:22:02','178.255.215.65',2),(4489,1,'2013-09-26 23:28:15','81.158.186.37',1),(4490,1,'2013-09-27 09:58:21','85.25.134.59',1),(4491,1,'2013-09-27 10:26:54','180.76.5.18',1),(4492,1,'2013-09-27 12:48:45','180.76.5.173',1),(4493,1,'2013-09-27 18:15:49','5.10.83.58',1),(4494,1,'2013-09-27 19:05:06','82.8.25.10',1),(4495,1,'2013-09-28 01:27:38','208.115.111.72',1),(4496,1,'2013-09-28 05:33:15','86.23.83.66',2),(4497,1,'2013-09-28 06:42:49','66.249.75.21',1),(4498,1,'2013-09-28 08:11:23','108.59.8.70',1),(4499,1,'2013-09-28 18:44:15','123.125.71.59',1),(4500,1,'2013-09-28 19:07:09','54.200.102.213',2),(4501,1,'2013-09-28 21:57:13','218.30.103.148',1),(4502,1,'2013-09-28 22:24:14','218.30.103.148',4),(4503,1,'2013-09-29 07:04:13','66.249.75.21',1),(4504,1,'2013-09-29 08:41:11','65.55.24.215',1),(4505,1,'2013-09-29 10:53:00','188.143.232.165',1),(4506,1,'2013-09-29 14:59:05','180.76.5.19',1),(4507,1,'2013-09-29 15:37:05','66.249.75.21',1),(4508,1,'2013-09-29 16:43:00','200.85.23.7',1),(4509,1,'2013-09-29 18:39:35','220.181.108.106',1),(4510,1,'2013-09-30 00:41:52','180.153.236.177',1),(4511,1,'2013-09-30 01:31:36','99.238.96.15',1),(4512,1,'2013-09-30 03:52:56','27.251.234.194',1),(4513,1,'2013-09-30 07:53:55','66.249.75.21',1),(4514,1,'2013-09-30 13:13:57','86.135.32.196',1),(4515,1,'2013-09-30 15:05:27','120.37.216.83',34),(4516,1,'2013-09-30 21:20:58','77.99.78.170',3),(4517,1,'2013-09-30 23:06:02','80.77.95.46',3),(4518,1,'2013-10-01 01:54:51','66.249.75.21',1),(4519,1,'2013-10-01 05:04:56','220.181.125.155',1),(4520,1,'2013-10-01 10:00:31','144.76.156.247',2),(4521,1,'2013-10-01 13:36:39','182.118.55.12',1),(4522,1,'2013-10-01 17:47:04','180.76.5.173',1),(4523,1,'2013-10-01 18:04:05','142.4.217.219',1),(4524,1,'2013-10-01 20:48:37','81.145.110.58',4),(4525,1,'2013-10-01 22:08:29','66.249.75.21',1),(4526,1,'2013-10-02 03:03:31','142.4.217.219',2),(4527,1,'2013-10-02 06:20:11','157.55.32.94',1),(4528,1,'2013-10-02 09:16:51','5.10.83.94',2),(4529,1,'2013-10-02 10:16:09','143.252.80.100',2),(4530,1,'2013-10-02 13:03:46','91.151.12.139',2),(4531,1,'2013-10-02 14:46:54','77.75.77.32',1),(4532,1,'2013-10-03 02:05:24','100.43.83.152',3),(4533,1,'2013-10-03 08:21:16','42.156.137.34',2),(4534,1,'2013-10-03 09:57:34','220.181.51.206',1),(4535,1,'2013-10-03 10:02:26','220.181.125.169',2),(4536,1,'2013-10-03 13:00:22','66.249.75.21',2),(4537,1,'2013-10-03 18:07:23','184.22.211.146',1),(4538,1,'2013-10-04 03:00:34','174.119.238.58',1),(4539,1,'2013-10-04 06:42:01','66.249.75.21',1),(4540,1,'2013-10-04 10:52:39','82.0.176.26',1),(4541,1,'2013-10-04 12:29:24','46.229.170.197',1),(4542,1,'2013-10-04 13:22:17','66.249.75.21',2),(4543,1,'2013-10-04 16:21:35','69.64.58.188',4),(4544,1,'2013-10-04 17:03:02','128.59.194.171',1),(4545,1,'2013-10-04 22:20:19','69.58.178.58',2),(4546,1,'2013-10-05 10:49:11','86.154.192.248',1),(4547,1,'2013-10-05 13:57:15','220.181.125.169',1),(4548,1,'2013-10-05 14:16:14','66.249.75.21',1),(4549,1,'2013-10-05 18:35:14','185.10.104.131',1),(4550,1,'2013-10-05 20:14:29','180.76.5.23',1),(4551,1,'2013-10-06 04:46:06','5.10.83.77',1),(4552,1,'2013-10-06 06:31:27','66.249.75.21',1),(4553,1,'2013-10-06 15:05:30','180.76.5.57',1),(4554,1,'2013-10-06 17:52:06','82.14.228.221',1),(4555,1,'2013-10-06 18:40:20','8.35.201.102',1),(4556,1,'2013-10-06 19:58:02','142.4.217.219',1),(4557,1,'2013-10-06 20:18:13','72.14.199.21',1),(4558,1,'2013-10-06 22:03:51','85.25.134.59',1),(4559,1,'2013-10-07 00:01:44','66.249.75.21',1),(4560,1,'2013-10-07 15:38:32','82.0.176.26',3),(4561,1,'2013-10-07 17:10:30','220.181.125.169',1),(4562,1,'2013-10-07 21:15:14','46.4.48.68',1),(4563,1,'2013-10-07 22:00:11','62.57.219.148',3),(4564,1,'2013-10-08 03:39:45','79.23.102.58',1),(4565,1,'2013-10-08 07:28:13','184.22.211.146',1),(4566,1,'2013-10-08 10:25:39','90.213.0.255',1),(4567,1,'2013-10-08 11:44:44','90.214.136.11',1),(4568,1,'2013-10-08 13:51:43','90.52.182.85',2),(4569,1,'2013-10-08 14:37:04','66.249.75.21',1),(4570,1,'2013-10-08 16:16:50','122.210.212.46',1),(4571,1,'2013-10-08 17:40:47','157.55.32.88',1),(4572,1,'2013-10-08 22:25:26','66.249.75.21',1),(4573,1,'2013-10-09 00:21:47','202.46.57.94',1),(4574,1,'2013-10-09 02:14:50','31.148.246.25',2),(4575,1,'2013-10-09 04:24:13','220.181.108.120',1),(4576,1,'2013-10-09 05:55:17','46.165.240.92',1),(4577,1,'2013-10-09 09:55:46','91.121.222.207',1),(4578,1,'2013-10-09 15:38:53','2.24.210.182',1),(4579,1,'2013-10-09 16:14:56','2.24.210.182',2),(4580,1,'2013-10-09 18:34:33','89.35.217.242',1),(4581,1,'2013-10-09 20:52:47','180.76.5.167',1),(4582,1,'2013-10-09 22:17:26','180.76.5.177',1),(4583,1,'2013-10-09 23:05:16','66.249.75.21',1),(4584,1,'2013-10-10 00:20:32','100.43.83.152',2),(4585,1,'2013-10-10 02:12:13','220.181.125.169',1),(4586,1,'2013-10-10 06:23:41','66.249.75.21',1),(4587,1,'2013-10-10 10:09:28','2.24.210.182',3),(4588,1,'2013-10-10 12:32:28','91.196.95.18',1),(4589,1,'2013-10-10 14:44:32','46.4.48.68',1),(4590,1,'2013-10-10 15:21:59','180.76.5.96',1),(4591,1,'2013-10-10 17:38:00','2.24.210.182',1),(4592,1,'2013-10-10 21:14:35','66.249.75.21',1),(4593,1,'2013-10-11 01:08:38','66.249.75.21',1),(4594,1,'2013-10-11 15:39:27','46.65.31.70',1),(4595,1,'2013-10-11 16:51:59','54.221.20.107',1),(4596,1,'2013-10-11 18:41:42','95.150.207.250',1),(4597,1,'2013-10-11 21:20:50','66.249.75.21',1),(4598,1,'2013-10-11 22:01:10','92.30.46.14',3),(4599,1,'2013-10-11 23:26:24','157.55.33.251',1),(4600,1,'2013-10-12 00:28:55','95.150.207.250',1),(4601,1,'2013-10-12 01:42:51','5.9.113.3',1),(4602,1,'2013-10-12 02:07:10','54.211.237.101',2),(4603,1,'2013-10-12 07:16:19','50.57.64.198',1),(4604,1,'2013-10-12 09:50:04','220.181.125.169',1),(4605,1,'2013-10-12 13:41:03','157.55.33.251',1),(4606,1,'2013-10-12 18:15:00','180.76.5.195',1),(4607,1,'2013-10-12 23:16:06','173.252.73.113',2),(4608,1,'2013-10-13 02:09:59','66.249.75.21',1),(4609,1,'2013-10-13 04:31:22','85.25.134.59',1),(4610,1,'2013-10-13 05:28:27','208.115.111.72',1),(4611,1,'2013-10-13 08:07:03','66.249.75.21',2),(4612,1,'2013-10-13 10:36:51','157.55.32.219',1),(4613,1,'2013-10-13 11:35:14','82.132.226.88',1),(4614,1,'2013-10-13 12:05:20','66.249.75.21',1),(4615,1,'2013-10-13 15:15:10','100.43.83.152',4),(4616,1,'2013-10-13 20:27:49','86.144.181.95',1),(4617,1,'2013-10-14 00:48:07','5.9.113.12',1),(4618,1,'2013-10-14 02:09:32','180.76.5.184',1),(4619,1,'2013-10-14 04:46:38','180.76.5.91',1),(4620,1,'2013-10-14 08:14:31','98.137.207.43',1),(4621,1,'2013-10-14 11:32:43','66.249.75.21',3),(4622,1,'2013-10-14 13:25:15','5.9.113.13',1),(4623,1,'2013-10-14 14:24:05','188.232.97.15',1),(4624,1,'2013-10-14 15:37:08','180.76.5.137',1),(4625,1,'2013-10-14 16:04:23','95.150.207.250',3),(4626,1,'2013-10-14 18:16:04','220.181.125.169',1),(4627,1,'2013-10-14 20:41:17','98.137.207.43',1),(4628,1,'2013-10-15 02:08:45','74.202.243.87',2),(4629,1,'2013-10-15 03:20:34','42.156.137.112',1),(4630,1,'2013-10-15 07:20:49','174.129.147.163',1),(4631,1,'2013-10-15 09:02:40','95.150.207.250',1),(4632,1,'2013-10-15 19:53:50','24.45.136.199',1),(4633,1,'2013-10-15 22:12:25','66.249.75.21',3),(4634,1,'2013-10-16 01:07:37','100.43.83.152',3),(4635,1,'2013-10-16 05:29:12','203.58.250.80',1),(4636,1,'2013-10-16 07:24:38','94.23.32.131',1),(4637,1,'2013-10-16 15:57:29','198.199.121.215',1),(4638,1,'2013-10-16 16:29:44','180.76.5.154',1),(4639,1,'2013-10-16 17:32:03','86.2.222.227',1),(4640,1,'2013-10-16 22:12:57','86.160.182.63',1),(4641,1,'2013-10-17 01:26:42','220.181.89.140',2),(4642,1,'2013-10-17 03:31:38','123.125.71.32',1),(4643,1,'2013-10-17 05:06:39','203.58.250.80',1),(4644,1,'2013-10-17 06:08:38','100.43.83.152',2),(4645,1,'2013-10-17 09:04:23','66.249.75.21',1),(4646,1,'2013-10-17 11:14:53','93.97.113.230',2),(4647,1,'2013-10-17 13:47:24','86.151.157.234',1),(4648,1,'2013-10-17 18:55:40','65.55.211.249',1),(4649,1,'2013-10-17 19:51:41','87.106.247.238',1),(4650,1,'2013-10-17 21:19:22','90.203.237.228',2),(4651,1,'2013-10-17 22:52:41','180.76.5.113',1),(4652,1,'2013-10-17 23:02:40','87.106.247.238',1),(4653,1,'2013-10-18 00:29:00','199.16.156.125',2),(4654,1,'2013-10-18 07:27:54','203.58.250.80',1),(4655,1,'2013-10-18 08:14:15','66.249.75.21',3),(4656,1,'2013-10-18 09:20:18','87.106.247.238',2),(4657,1,'2013-10-18 11:29:48','157.55.33.182',1),(4658,1,'2013-10-18 13:13:01','31.51.134.68',2),(4659,1,'2013-10-18 19:34:38','95.150.207.206',3),(4660,1,'2013-10-19 00:56:14','70.187.138.155',1),(4661,1,'2013-10-19 02:06:15','100.43.83.152',2),(4662,1,'2013-10-19 10:02:21','66.249.75.21',1),(4663,1,'2013-10-19 14:58:32','180.76.5.58',1),(4664,1,'2013-10-19 15:24:11','46.4.48.68',2),(4665,1,'2013-10-19 16:50:28','31.51.134.68',1),(4666,1,'2013-10-19 19:20:32','54.226.255.126',1),(4667,1,'2013-10-19 20:21:24','31.54.216.155',1),(4668,1,'2013-10-20 04:28:58','66.249.75.21',1),(4669,1,'2013-10-20 12:56:47','61.135.190.220',1),(4670,1,'2013-10-20 14:44:48','31.51.134.68',1),(4671,1,'2013-10-20 20:05:57','66.249.75.21',1),(4672,1,'2013-10-21 02:47:36','199.101.103.130',1),(4673,1,'2013-10-21 05:26:07','77.81.178.250',1),(4674,1,'2013-10-21 06:00:44','87.106.247.238',3),(4675,1,'2013-10-21 09:00:21','90.199.40.114',1),(4676,1,'2013-10-21 13:38:00','88.14.189.8',1),(4677,1,'2013-10-21 15:03:04','194.82.210.244',2),(4678,1,'2013-10-21 19:08:51','54.208.210.105',3),(4679,1,'2013-10-21 21:13:43','220.181.89.140',1),(4680,1,'2013-10-22 02:21:48','180.76.5.23',1),(4681,1,'2013-10-22 10:25:36','66.249.75.21',2),(4682,1,'2013-10-22 11:45:28','95.145.41.149',1),(4683,1,'2013-10-22 13:15:57','81.152.68.172',1),(4684,1,'2013-10-22 15:36:07','95.145.41.149',1),(4685,1,'2013-10-22 23:34:55','203.58.250.80',1),(4686,1,'2013-10-23 00:14:46','203.58.250.80',1),(4687,1,'2013-10-23 03:25:29','66.249.75.21',3),(4688,1,'2013-10-23 05:42:58','61.135.190.224',1),(4689,1,'2013-10-23 06:42:01','37.78.154.13',1),(4690,1,'2013-10-23 11:27:45','91.125.43.229',1),(4691,1,'2013-10-23 12:10:37','199.58.86.211',1),(4692,1,'2013-10-23 13:35:25','90.203.245.49',1),(4693,1,'2013-10-23 17:13:03','180.76.5.193',1),(4694,1,'2013-10-23 21:34:17','66.249.75.21',1),(4695,1,'2013-10-23 23:46:52','157.55.32.141',1),(4696,1,'2013-10-24 02:07:23','66.65.56.172',2),(4697,1,'2013-10-24 04:11:28','100.43.83.152',2),(4698,1,'2013-10-24 06:43:38','220.181.89.140',1),(4699,1,'2013-10-24 07:25:28','66.249.93.115',1),(4700,1,'2013-10-24 09:29:09','37.78.10.31',1),(4701,1,'2013-10-24 19:20:04','119.237.36.129',1),(4702,1,'2013-10-24 20:33:08','61.135.190.219',1),(4703,1,'2013-10-24 22:24:48','66.249.75.21',1),(4704,1,'2013-10-25 03:32:28','157.55.32.141',1),(4705,1,'2013-10-25 05:14:18','184.22.211.146',1),(4706,1,'2013-10-25 06:21:50','187.172.214.56',4),(4707,1,'2013-10-25 10:11:02','66.249.75.21',4),(4708,1,'2013-10-25 11:45:22','92.11.203.224',1),(4709,1,'2013-10-25 13:19:45','194.82.210.247',1),(4710,1,'2013-10-25 14:39:16','194.82.210.247',2),(4711,1,'2013-10-25 20:43:53','61.135.190.100',2),(4712,1,'2013-10-26 00:33:26','31.3.233.120',1),(4713,1,'2013-10-26 02:24:46','42.156.136.41',1),(4714,1,'2013-10-26 06:54:35','66.249.75.21',1),(4715,1,'2013-10-26 07:00:12','100.43.83.152',2),(4716,1,'2013-10-26 09:49:15','194.82.210.244',1),(4717,1,'2013-10-26 10:13:06','91.190.184.248',1),(4718,1,'2013-10-26 15:03:37','220.181.108.108',1),(4719,1,'2013-10-26 18:59:14','198.199.71.197',1),(4720,1,'2013-10-26 19:37:22','220.181.89.140',1),(4721,1,'2013-10-27 00:20:07','123.125.71.100',1),(4722,1,'2013-10-27 02:05:18','64.246.187.42',1),(4723,1,'2013-10-27 03:46:59','66.249.75.21',1),(4724,1,'2013-10-27 08:17:42','61.135.190.224',1),(4725,1,'2013-10-27 14:19:50','100.43.83.152',2),(4726,1,'2013-10-27 15:58:48','180.76.5.55',1),(4727,1,'2013-10-27 20:00:50','86.220.64.184',2),(4728,1,'2013-10-27 23:50:08','92.234.40.209',1),(4729,1,'2013-10-28 01:52:29','79.114.16.107',1),(4730,1,'2013-10-28 02:35:51','61.135.190.224',1),(4731,1,'2013-10-28 09:22:14','66.249.75.21',2),(4732,1,'2013-10-28 16:11:24','194.82.210.247',2),(4733,1,'2013-10-28 21:05:10','89.26.122.209',1),(4734,1,'2013-10-28 22:49:37','66.249.75.21',1),(4735,1,'2013-10-29 06:46:02','66.249.75.21',1),(4736,1,'2013-10-29 07:44:02','220.181.89.140',1),(4737,1,'2013-10-29 08:15:33','100.43.83.152',2),(4738,1,'2013-10-29 17:05:02','151.230.191.160',1),(4739,1,'2013-10-29 21:30:01','92.11.203.224',8),(4740,1,'2013-10-29 22:55:10','77.96.122.155',3),(4741,1,'2013-10-29 23:23:42','92.25.63.47',2),(4742,1,'2013-10-30 00:14:26','95.145.41.149',2),(4743,1,'2013-10-30 02:54:37','66.249.75.21',1),(4744,1,'2013-10-30 07:31:06','66.249.75.21',1),(4745,1,'2013-10-30 16:26:59','192.114.71.13',2),(4746,1,'2013-10-30 17:01:53','66.249.75.21',1),(4747,1,'2013-10-30 19:56:20','100.43.83.152',2),(4748,1,'2013-10-30 20:45:16','95.145.41.149',2),(4749,1,'2013-10-30 22:59:49','123.125.71.18',1),(4750,1,'2013-10-30 23:08:58','82.18.145.62',1),(4751,1,'2013-10-31 05:40:22','173.218.41.176',1),(4752,1,'2013-10-31 07:59:23','180.76.5.178',1),(4753,1,'2013-10-31 10:35:44','220.181.89.140',1),(4754,1,'2013-10-31 15:30:50','180.76.5.167',1),(4755,1,'2013-10-31 16:44:20','157.55.33.182',1),(4756,1,'2013-10-31 17:28:42','100.43.83.152',2),(4757,1,'2013-10-31 20:43:00','95.145.41.149',1),(4758,1,'2013-10-31 21:20:17','66.249.75.21',1),(4759,1,'2013-11-01 01:44:34','178.255.87.242',1),(4760,1,'2013-11-01 02:29:41','61.135.190.224',1),(4761,1,'2013-11-01 03:31:35','202.46.62.170',1),(4762,1,'2013-11-01 08:18:48','58.51.148.43',2),(4763,1,'2013-11-01 12:17:54','66.249.75.21',1),(4764,1,'2013-11-01 14:36:39','109.206.179.213',2),(4765,1,'2013-11-01 18:19:16','58.51.148.43',2),(4766,1,'2013-11-01 21:48:05','92.20.147.181',3),(4767,1,'2013-11-01 22:25:22','95.211.156.228',1),(4768,1,'2013-11-01 23:10:57','83.58.240.210',3),(4769,1,'2013-11-02 00:50:05','89.145.95.41',1),(4770,1,'2013-11-02 06:03:19','66.249.75.21',1),(4771,1,'2013-11-02 08:17:28','146.90.127.71',1),(4772,1,'2013-11-02 09:58:23','61.135.190.102',1),(4773,1,'2013-11-02 12:38:18','209.141.57.182',3),(4774,1,'2013-11-02 14:57:40','131.253.24.125',1),(4775,1,'2013-11-02 19:08:25','66.249.75.21',1),(4776,1,'2013-11-02 22:49:16','220.181.89.140',1),(4777,1,'2013-11-02 23:13:06','180.76.5.150',1),(4778,1,'2013-11-03 02:27:26','157.55.33.86',1),(4779,1,'2013-11-03 03:49:57','192.99.9.164',1),(4780,1,'2013-11-03 07:43:11','157.56.229.190',2),(4781,1,'2013-11-03 08:54:04','184.22.183.114',1),(4782,1,'2013-11-03 11:58:11','96.227.124.37',1),(4783,1,'2013-11-03 17:32:55','66.249.75.21',1),(4784,1,'2013-11-03 19:31:43','85.219.93.58',2),(4785,1,'2013-11-03 22:17:09','157.55.33.100',2),(4786,1,'2013-11-03 23:12:57','66.249.75.21',1),(4787,1,'2013-11-04 01:53:45','54.208.210.105',2),(4788,1,'2013-11-04 02:17:50','61.135.190.221',1),(4789,1,'2013-11-04 07:21:39','123.125.71.52',1),(4790,1,'2013-11-04 14:59:38','180.76.5.58',1),(4791,1,'2013-11-04 15:29:35','185.10.104.132',1),(4792,1,'2013-11-05 03:30:18','66.249.75.21',1),(4793,1,'2013-11-05 07:16:54','61.135.190.223',1),(4794,1,'2013-11-05 10:10:09','66.249.64.4',1),(4795,1,'2013-11-05 14:49:34','100.43.83.152',2),(4796,1,'2013-11-05 16:27:39','220.181.89.140',1),(4797,1,'2013-11-05 18:06:34','2.31.141.28',1),(4798,1,'2013-11-05 19:31:16','2.31.141.28',3),(4799,1,'2013-11-05 20:55:52','80.222.235.243',1),(4800,1,'2013-11-05 21:28:50','80.222.235.243',2),(4801,1,'2013-11-06 01:39:55','2.31.141.28',2),(4802,1,'2013-11-06 08:08:32','72.14.199.21',1),(4803,1,'2013-11-06 11:13:20','61.135.190.224',1),(4804,1,'2013-11-06 12:41:21','38.111.147.83',1),(4805,1,'2013-11-06 13:24:31','100.43.83.152',2),(4806,1,'2013-11-06 15:05:10','66.249.75.21',2),(4807,1,'2013-11-06 17:55:13','2.31.141.28',1),(4808,1,'2013-11-06 22:02:02','2.31.141.28',2),(4809,1,'2013-11-06 23:26:51','92.233.57.43',1),(4810,1,'2013-11-07 01:24:49','66.249.75.21',1),(4811,1,'2013-11-07 02:11:14','61.135.190.101',1),(4812,1,'2013-11-07 07:44:45','220.181.51.201',1),(4813,1,'2013-11-07 08:41:47','157.55.33.253',1),(4814,1,'2013-11-07 09:47:53','87.106.247.238',1),(4815,1,'2013-11-07 10:20:10','199.58.86.211',1),(4816,1,'2013-11-07 12:23:49','2.31.141.28',3),(4817,1,'2013-11-07 13:03:32','187.172.214.56',1),(4818,1,'2013-11-07 16:39:24','66.249.75.21',1),(4819,1,'2013-11-07 18:10:40','87.106.247.238',3),(4820,1,'2013-11-07 21:16:51','2.31.141.28',2),(4821,1,'2013-11-07 22:07:53','188.6.17.164',1),(4822,1,'2013-11-08 01:33:29','66.249.64.1',1),(4823,1,'2013-11-08 03:41:50','61.135.190.221',1),(4824,1,'2013-11-08 07:30:19','216.145.17.190',1),(4825,1,'2013-11-08 10:00:45','91.121.222.207',1),(4826,1,'2013-11-08 15:44:40','185.10.104.195',1),(4827,1,'2013-11-08 19:47:16','66.249.75.21',1),(4828,1,'2013-11-08 20:01:49','2.31.141.28',2),(4829,1,'2013-11-08 23:35:33','77.99.186.37',2),(4830,1,'2013-11-09 00:05:20','2.31.141.28',1),(4831,1,'2013-11-09 05:39:05','193.111.141.44',1),(4832,1,'2013-11-09 09:16:56','66.249.64.8',1),(4833,1,'2013-11-09 15:32:04','193.106.31.31',1),(4834,1,'2013-11-09 16:21:38','180.76.5.23',1),(4835,1,'2013-11-09 17:46:30','101.227.4.23',1),(4836,1,'2013-11-09 22:31:34','65.55.24.247',2),(4837,1,'2013-11-09 23:58:33','193.43.252.252',5),(4838,1,'2013-11-10 00:12:53','199.101.103.130',1),(4839,1,'2013-11-10 01:05:11','54.227.120.21',1),(4840,1,'2013-11-10 03:24:08','61.135.190.221',1),(4841,1,'2013-11-10 04:02:12','150.70.173.47',4),(4842,1,'2013-11-10 05:29:39','192.241.145.74',1),(4843,1,'2013-11-10 11:57:14','217.160.107.162',1),(4844,1,'2013-11-10 12:42:40','217.160.107.162',2),(4845,1,'2013-11-10 14:14:43','66.249.75.21',2),(4846,1,'2013-11-10 16:57:53','66.249.64.5',1),(4847,1,'2013-11-10 19:06:44','87.106.247.238',2),(4848,1,'2013-11-10 23:16:46','46.208.54.199',1),(4849,1,'2013-11-11 06:59:36','66.249.75.21',1),(4850,1,'2013-11-11 07:49:21','61.135.190.102',1),(4851,1,'2013-11-11 15:34:47','194.66.198.135',1),(4852,1,'2013-11-11 17:58:01','100.43.83.152',2),(4853,1,'2013-11-11 20:28:35','180.76.5.168',1),(4854,1,'2013-11-12 00:00:57','2.31.141.28',3),(4855,1,'2013-11-12 02:00:21','66.249.75.21',1),(4856,1,'2013-11-12 10:50:38','100.43.83.152',2),(4857,1,'2013-11-12 12:50:40','194.187.32.1',1),(4858,1,'2013-11-12 13:35:37','208.115.111.72',2),(4859,1,'2013-11-12 14:44:27','99.117.116.160',2),(4860,1,'2013-11-12 17:32:31','81.148.80.119',1),(4861,1,'2013-11-12 18:35:22','23.105.34.18',1),(4862,1,'2013-11-12 21:55:27','2.31.141.28',2),(4863,1,'2013-11-13 00:28:01','123.125.71.109',1),(4864,1,'2013-11-13 01:26:12','100.43.83.152',3),(4865,1,'2013-11-13 04:00:59','173.192.34.95',1),(4866,1,'2013-11-13 08:23:57','66.249.65.1',1),(4867,1,'2013-11-13 11:10:04','58.51.148.43',1),(4868,1,'2013-11-13 13:05:42','54.211.66.133',3),(4869,1,'2013-11-13 15:00:31','220.181.89.168',1),(4870,1,'2013-11-13 17:04:51','2.31.141.28',1),(4871,1,'2013-11-13 19:21:47','2.31.141.28',2),(4872,1,'2013-11-13 20:15:53','157.55.35.109',4),(4873,1,'2013-11-13 22:05:41','123.125.71.79',2),(4874,1,'2013-11-13 23:02:03','80.86.88.173',2),(4875,1,'2013-11-14 12:27:35','61.135.190.222',1),(4876,1,'2013-11-14 14:00:03','65.55.211.242',1),(4877,1,'2013-11-14 19:03:20','82.80.249.137',1),(4878,1,'2013-11-15 02:08:40','69.58.178.57',4),(4879,1,'2013-11-15 06:15:02','192.99.11.146',1),(4880,1,'2013-11-15 12:29:34','198.100.147.164',5),(4881,1,'2013-11-15 13:37:15','61.135.190.105',1),(4882,1,'2013-11-15 20:00:10','66.249.75.21',1),(4883,1,'2013-11-15 23:57:15','69.250.178.126',1),(4884,1,'2013-11-16 01:35:23','66.249.75.21',1),(4885,1,'2013-11-16 02:57:54','180.76.5.98',1),(4886,1,'2013-11-16 10:32:10','220.181.89.140',1),(4887,1,'2013-11-16 11:22:58','66.249.66.21',1),(4888,1,'2013-11-16 15:37:19','180.76.6.232',1),(4889,1,'2013-11-16 18:05:05','86.148.205.68',2),(4890,1,'2013-11-16 22:05:18','100.43.83.152',2),(4891,1,'2013-11-17 01:13:08','217.160.107.162',1),(4892,1,'2013-11-17 05:33:59','189.170.45.28',3),(4893,1,'2013-11-17 06:35:22','66.249.75.21',1),(4894,1,'2013-11-17 14:19:40','61.135.190.221',1),(4895,1,'2013-11-17 18:29:37','176.57.141.254',1),(4896,1,'2013-11-17 22:48:40','85.178.19.250',1),(4897,1,'2013-11-17 23:07:45','85.178.19.250',1),(4898,1,'2013-11-18 01:34:03','180.76.5.25',2),(4899,1,'2013-11-18 02:44:37','189.170.45.28',1),(4900,1,'2013-11-18 03:42:50','66.249.66.21',1),(4901,1,'2013-11-18 06:03:25','144.76.113.22',1),(4902,1,'2013-11-18 07:32:31','66.249.66.21',1),(4903,1,'2013-11-18 11:04:44','86.169.244.106',3),(4904,1,'2013-11-18 12:32:56','46.165.197.142',1),(4905,1,'2013-11-18 14:14:22','46.233.70.207',2),(4906,1,'2013-11-18 15:01:41','220.181.89.168',4),(4907,1,'2013-11-19 00:39:16','66.249.66.21',2),(4908,1,'2013-11-19 01:48:01','42.156.137.10',1),(4909,1,'2013-11-19 02:16:48','192.99.11.146',1),(4910,1,'2013-11-19 04:11:10','58.51.148.43',1),(4911,1,'2013-11-19 07:14:15','46.161.41.24',1),(4912,1,'2013-11-19 08:10:33','157.55.33.102',1),(4913,1,'2013-11-19 11:47:24','82.145.220.92',2),(4914,1,'2013-11-19 13:10:48','2.31.141.28',1),(4915,1,'2013-11-19 17:32:19','86.19.201.2',1),(4916,1,'2013-11-19 18:04:47','31.3.233.120',1),(4917,1,'2013-11-19 21:47:39','212.139.91.248',2),(4918,1,'2013-11-19 22:24:12','157.55.33.102',3),(4919,1,'2013-11-19 23:32:21','2.31.141.28',1),(4920,1,'2013-11-20 01:33:27','212.174.45.177',2),(4921,1,'2013-11-20 02:19:30','84.166.196.119',2),(4922,1,'2013-11-20 03:06:43','100.43.83.152',2),(4923,1,'2013-11-20 05:25:05','180.76.5.63',1),(4924,1,'2013-11-20 12:45:54','66.249.75.21',1),(4925,1,'2013-11-20 13:32:59','162.243.110.119',1),(4926,1,'2013-11-20 14:25:51','206.225.83.83',1),(4927,1,'2013-11-20 15:09:45','129.215.5.255',2),(4928,1,'2013-11-20 17:48:06','129.215.5.255',1),(4929,1,'2013-11-20 18:13:38','66.249.75.21',1),(4930,1,'2013-11-20 20:05:36','186.244.202.205',1),(4931,1,'2013-11-20 21:23:28','201.50.130.80',1),(4932,1,'2013-11-20 22:27:27','86.2.222.227',2),(4933,1,'2013-11-21 00:08:53','217.160.107.162',3),(4934,1,'2013-11-21 01:43:35','100.43.83.152',2),(4935,1,'2013-11-21 02:38:51','82.26.124.150',2),(4936,1,'2013-11-21 05:30:17','64.246.165.210',1),(4937,1,'2013-11-21 06:00:46','220.181.89.140',1),(4938,1,'2013-11-21 08:43:22','72.44.53.68',2),(4939,1,'2013-11-21 13:46:15','66.249.66.21',1),(4940,1,'2013-11-21 14:26:06','201.86.129.61',1),(4941,1,'2013-11-21 15:29:36','192.99.11.146',2),(4942,1,'2013-11-21 17:52:17','200.165.148.250',1),(4943,1,'2013-11-21 18:21:49','201.52.17.107',1),(4944,1,'2013-11-21 19:57:44','189.83.247.254',1),(4945,1,'2013-11-21 21:19:07','123.125.71.88',3),(4946,1,'2013-11-21 22:36:41','188.223.6.137',1),(4947,1,'2013-11-22 11:26:23','177.99.186.179',2),(4948,1,'2013-11-22 12:03:47','87.106.247.238',2),(4949,1,'2013-11-22 13:57:42','197.203.84.111',1),(4950,1,'2013-11-22 15:33:46','192.99.11.146',1),(4951,1,'2013-11-22 16:00:19','66.249.75.21',1),(4952,1,'2013-11-22 22:08:29','100.43.83.152',3),(4953,1,'2013-11-23 02:39:22','95.211.216.72',1),(4954,1,'2013-11-23 03:43:07','77.210.20.92',1),(4955,1,'2013-11-23 04:42:09','123.125.71.33',2),(4956,1,'2013-11-23 05:03:12','66.249.66.21',1),(4957,1,'2013-11-23 12:19:24','87.106.247.238',2),(4958,1,'2013-11-23 13:52:39','5.65.96.47',1),(4959,1,'2013-11-23 14:03:13','5.65.96.47',7),(4960,1,'2013-11-23 15:06:44','5.65.96.47',1),(4961,1,'2013-11-23 16:03:13','5.65.96.47',1),(4962,1,'2013-11-23 17:45:16','5.9.113.6',1),(4963,1,'2013-11-23 20:31:50','220.181.89.140',1),(4964,1,'2013-11-23 22:04:36','66.249.75.21',1),(4965,1,'2013-11-23 23:20:15','2.138.209.99',2),(4966,1,'2013-11-24 06:37:25','5.9.113.20',1),(4967,1,'2013-11-24 07:19:52','66.249.75.21',1),(4968,1,'2013-11-24 08:01:07','180.76.5.103',1),(4969,1,'2013-11-24 11:05:16','201.83.250.218',1),(4970,1,'2013-11-24 13:32:48','66.249.66.21',2),(4971,1,'2013-11-24 14:06:55','86.29.159.119',1),(4972,1,'2013-11-24 15:12:37','180.76.5.139',1),(4973,1,'2013-11-24 16:17:26','5.9.113.6',1),(4974,1,'2013-11-24 17:54:23','157.55.35.83',1),(4975,1,'2013-11-24 22:35:01','66.249.66.21',1),(4976,1,'2013-11-24 23:28:16','66.249.66.21',4),(4977,1,'2013-11-25 00:54:22','84.26.24.7',1),(4978,1,'2013-11-25 01:42:07','209.133.77.163',2),(4979,1,'2013-11-25 02:15:27','209.133.77.164',4),(4980,1,'2013-11-25 04:37:52','82.132.231.213',1),(4981,1,'2013-11-25 06:00:55','66.249.66.21',1),(4982,1,'2013-11-25 08:25:41','2.25.249.230',1),(4983,1,'2013-11-25 09:12:01','119.160.211.123',3),(4984,1,'2013-11-25 10:37:03','146.120.158.250',4),(4985,1,'2013-11-25 11:11:16','81.129.78.72',1),(4986,1,'2013-11-25 13:04:48','189.24.44.111',3),(4987,1,'2013-11-25 16:42:34','78.144.28.131',3),(4988,1,'2013-11-25 17:51:38','201.63.224.18',1),(4989,1,'2013-11-25 18:21:22','146.90.144.252',5),(4990,1,'2013-11-25 22:29:33','66.249.75.21',1),(4991,1,'2013-11-26 04:47:39','61.135.190.101',1),(4992,1,'2013-11-26 09:19:50','86.173.68.13',2),(4993,1,'2013-11-26 10:05:29','212.250.124.253',2),(4994,1,'2013-11-26 13:07:48','82.132.234.244',1),(4995,1,'2013-11-26 17:32:51','186.216.137.30',3),(4996,1,'2013-11-26 19:49:12','77.96.250.23',1),(4997,1,'2013-11-26 21:06:03','186.193.194.248',1),(4998,1,'2013-11-26 22:10:32','201.55.31.105',2),(4999,1,'2013-11-27 00:44:45','66.249.66.21',1),(5000,1,'2013-11-27 01:27:25','100.43.83.152',3),(5001,1,'2013-11-27 03:34:01','61.135.190.103',1),(5002,1,'2013-11-27 06:45:34','179.184.36.30',1),(5003,1,'2013-11-27 09:42:37','144.76.113.22',1),(5004,1,'2013-11-27 11:06:44','159.86.191.28',2),(5005,1,'2013-11-27 14:02:37','177.135.48.228',2),(5006,1,'2013-11-27 16:59:50','81.133.202.127',1),(5007,1,'2013-11-27 17:28:52','220.181.89.140',2),(5008,1,'2013-11-27 18:05:01','187.112.206.93',2),(5009,1,'2013-11-27 19:24:02','37.59.44.19',1),(5010,1,'2013-11-27 21:47:28','123.125.71.79',1),(5011,1,'2013-11-27 23:20:18','66.249.75.21',2),(5012,1,'2013-11-28 11:21:35','65.111.164.176',1),(5013,1,'2013-11-28 12:26:14','82.15.69.138',1),(5014,1,'2013-11-28 13:12:25','61.135.190.222',4),(5015,1,'2013-11-28 14:39:46','217.150.110.77',1),(5016,1,'2013-11-28 16:39:30','187.115.4.143',1),(5017,1,'2013-11-28 17:27:48','100.43.83.152',5),(5018,1,'2013-11-28 18:18:32','86.29.159.119',3),(5019,1,'2013-11-28 19:05:12','157.55.35.83',2),(5020,1,'2013-11-28 20:08:45','72.21.217.97',3),(5021,1,'2013-11-28 21:04:06','89.145.108.206',3),(5022,1,'2013-11-28 22:23:58','66.249.75.21',1),(5023,1,'2013-11-29 00:37:13','162.243.126.122',1),(5024,1,'2013-11-29 04:30:57','219.136.103.232',3),(5025,1,'2013-11-29 05:15:09','162.243.110.96',1),(5026,1,'2013-11-29 10:30:05','177.86.75.245',1),(5027,1,'2013-11-29 11:05:52','187.17.242.142',3),(5028,1,'2013-11-29 14:29:11','201.82.45.26',3),(5029,1,'2013-11-29 15:45:44','177.41.252.247',1),(5030,1,'2013-11-29 17:59:37','192.114.71.13',2),(5031,1,'2013-11-29 19:46:50','180.76.5.26',1),(5032,1,'2013-11-29 21:40:26','177.106.95.53',1),(5033,1,'2013-11-29 22:26:09','180.76.5.135',1),(5034,1,'2013-11-30 01:07:09','193.105.210.69',2),(5035,1,'2013-11-30 02:47:22','157.55.34.171',1),(5036,1,'2013-11-30 04:22:21','76.115.127.197',1),(5037,1,'2013-11-30 05:21:14','14.150.72.159',2),(5038,1,'2013-11-30 08:51:44','66.249.64.4',1),(5039,1,'2013-11-30 12:14:13','189.81.182.236',1),(5040,1,'2013-11-30 13:48:03','37.1.205.168',2),(5041,1,'2013-11-30 14:41:45','177.139.166.232',1),(5042,1,'2013-11-30 15:36:02','177.16.255.47',2),(5043,1,'2013-11-30 16:51:25','90.214.116.245',1),(5044,1,'2013-11-30 18:29:51','100.43.83.152',3),(5045,1,'2013-11-30 20:40:50','66.249.66.21',1),(5046,1,'2013-12-01 00:01:09','66.249.66.21',1),(5047,1,'2013-12-01 01:40:33','42.156.138.3',1),(5048,1,'2013-12-01 07:50:30','162.210.196.100',1),(5049,1,'2013-12-01 09:00:36','66.249.66.21',1),(5050,1,'2013-12-01 11:54:42','212.183.128.3',1),(5051,1,'2013-12-01 15:43:31','61.135.190.101',1),(5052,1,'2013-12-01 19:44:04','189.34.193.150',1),(5053,1,'2013-12-01 20:26:08','177.206.144.160',1),(5054,1,'2013-12-01 22:20:14','95.145.41.187',1),(5055,1,'2013-12-02 04:00:00','61.135.190.102',2),(5056,1,'2013-12-02 08:00:26','66.249.66.21',2),(5057,1,'2013-12-02 13:14:59','200.242.45.66',1),(5058,1,'2013-12-02 14:31:31','149.210.137.42',1),(5059,1,'2013-12-02 15:12:45','193.111.141.54',1),(5060,1,'2013-12-02 16:38:42','100.43.83.152',3),(5061,1,'2013-12-02 19:23:22','189.75.97.179',1),(5062,1,'2013-12-02 21:02:27','180.76.5.153',1),(5063,1,'2013-12-02 22:22:53','95.145.41.187',1),(5064,1,'2013-12-02 23:37:34','86.19.201.2',1),(5065,1,'2013-12-03 01:10:55','95.145.41.187',3),(5066,1,'2013-12-03 03:21:57','37.1.205.168',2),(5067,1,'2013-12-03 06:35:00','201.132.2.226',1),(5068,1,'2013-12-03 07:51:56','61.135.190.224',1),(5069,1,'2013-12-03 11:15:50','65.111.164.176',1),(5070,1,'2013-12-03 12:42:19','5.66.218.224',1),(5071,1,'2013-12-03 14:13:07','66.249.74.58',3),(5072,1,'2013-12-03 15:09:52','100.43.83.152',3),(5073,1,'2013-12-03 16:25:03','177.99.161.69',2),(5074,1,'2013-12-03 17:10:38','162.243.101.223',5),(5075,1,'2013-12-03 23:53:36','95.145.41.187',1),(5076,1,'2013-12-04 01:12:56','100.43.83.152',2),(5077,1,'2013-12-04 08:37:11','194.12.74.214',1),(5078,1,'2013-12-04 09:37:18','64.246.161.190',1),(5079,1,'2013-12-04 10:12:15','189.15.228.98',2),(5080,1,'2013-12-04 11:37:59','91.84.81.59',1),(5081,1,'2013-12-04 12:03:19','189.50.143.222',3),(5082,1,'2013-12-04 13:12:05','201.59.159.82',1),(5083,1,'2013-12-04 14:17:20','189.41.52.208',2),(5084,1,'2013-12-04 17:03:35','162.243.100.220',3),(5085,1,'2013-12-04 18:08:23','192.241.132.143',3),(5086,1,'2013-12-04 19:41:52','66.249.74.58',1),(5087,1,'2013-12-04 21:17:33','198.199.76.203',2),(5088,1,'2013-12-04 23:37:50','123.125.71.20',4),(5089,1,'2013-12-05 00:10:30','95.145.41.187',1),(5090,1,'2013-12-05 02:14:01','157.55.35.106',1),(5091,1,'2013-12-05 11:29:47','157.55.36.38',2),(5092,1,'2013-12-05 12:16:17','82.2.65.254',1),(5093,1,'2013-12-05 13:27:54','193.192.58.164',2),(5094,1,'2013-12-05 15:19:19','187.59.189.83',1),(5095,1,'2013-12-05 16:09:36','95.131.110.118',3),(5096,1,'2013-12-05 17:50:26','61.135.190.104',1),(5097,1,'2013-12-05 23:06:11','144.76.42.76',3),(5098,1,'2013-12-06 00:44:47','66.249.74.58',1),(5099,1,'2013-12-06 02:57:41','66.249.74.58',1),(5100,1,'2013-12-06 06:57:43','220.181.89.140',1),(5101,1,'2013-12-06 08:17:40','66.249.93.115',1),(5102,1,'2013-12-06 10:51:29','92.44.7.242',1),(5103,1,'2013-12-06 14:28:39','187.52.69.115',1),(5104,1,'2013-12-06 16:04:38','61.135.190.104',1),(5105,1,'2013-12-06 20:15:10','100.43.83.152',2),(5106,1,'2013-12-06 21:36:51','189.24.125.160',1),(5107,1,'2013-12-06 22:11:37','198.199.77.69',1),(5108,1,'2013-12-07 04:09:46','66.249.74.58',2),(5109,1,'2013-12-07 05:59:21','61.135.190.105',1),(5110,1,'2013-12-07 11:47:23','149.91.16.10',1),(5111,1,'2013-12-07 16:13:38','180.76.5.193',1),(5112,1,'2013-12-07 17:49:17','5.9.113.3',1),(5113,1,'2013-12-07 18:24:25','180.76.6.142',1),(5114,1,'2013-12-07 20:10:25','83.149.126.98',1),(5115,1,'2013-12-08 00:29:58','220.181.89.140',1),(5116,1,'2013-12-08 05:18:31','216.130.35.194',3),(5117,1,'2013-12-08 06:48:08','66.249.74.58',1),(5118,1,'2013-12-08 10:10:41','91.121.222.207',1),(5119,1,'2013-12-08 13:53:29','66.249.74.58',1),(5120,1,'2013-12-08 15:01:22','31.87.26.157',1),(5121,1,'2013-12-08 19:26:02','198.199.77.69',3),(5122,1,'2013-12-08 20:40:13','71.227.177.3',1),(5123,1,'2013-12-08 22:41:17','186.241.187.51',2),(5124,1,'2013-12-08 23:10:30','157.55.33.26',1),(5125,1,'2013-12-09 02:08:18','95.27.19.236',1),(5126,1,'2013-12-09 06:30:14','192.241.132.143',1),(5127,1,'2013-12-09 10:10:45','187.55.177.77',1),(5128,1,'2013-12-09 12:15:35','200.164.7.18',1),(5129,1,'2013-12-09 13:47:18','201.72.234.2',1),(5130,1,'2013-12-09 15:32:01','177.16.159.252',2),(5131,1,'2013-12-09 18:58:54','190.154.47.202',1),(5132,1,'2013-12-09 19:29:10','176.253.139.204',2),(5133,1,'2013-12-09 22:23:51','189.83.239.67',1),(5134,1,'2013-12-10 04:51:46','216.130.35.194',1),(5135,1,'2013-12-10 05:08:28','66.249.66.21',1),(5136,1,'2013-12-10 14:07:52','188.120.136.190',4),(5137,1,'2013-12-10 15:51:28','200.139.139.252',1),(5138,1,'2013-12-10 17:36:29','61.135.190.105',1),(5139,1,'2013-12-10 18:14:28','66.249.66.21',3),(5140,1,'2013-12-10 23:07:18','200.140.240.217',2),(5141,1,'2013-12-11 05:30:10','101.108.4.188',1),(5142,1,'2013-12-11 08:47:03','66.249.66.21',1),(5143,1,'2013-12-11 09:38:07','66.249.75.21',2),(5144,1,'2013-12-11 12:52:47','66.249.75.21',1),(5145,1,'2013-12-11 13:00:52','194.82.210.244',2),(5146,1,'2013-12-11 14:08:27','189.58.36.5',1),(5147,1,'2013-12-11 15:58:23','220.181.89.140',1),(5148,1,'2013-12-11 20:35:02','189.31.191.251',2),(5149,1,'2013-12-12 00:27:07','180.153.236.105',3),(5150,1,'2013-12-12 01:31:49','180.153.236.186',1),(5151,1,'2013-12-12 03:16:17','193.105.210.174',1),(5152,1,'2013-12-12 04:24:05','157.55.33.26',1),(5153,1,'2013-12-12 14:00:18','193.111.141.54',1),(5154,1,'2013-12-12 16:53:49','100.43.83.152',2),(5155,1,'2013-12-12 17:40:25','187.4.39.47',1),(5156,1,'2013-12-12 18:13:16','192.187.118.245',3),(5157,1,'2013-12-12 19:56:18','66.249.75.21',1),(5158,1,'2013-12-12 20:09:44','177.152.64.136',1),(5159,1,'2013-12-12 21:37:57','208.115.111.72',1),(5160,1,'2013-12-13 00:02:16','66.249.75.21',2),(5161,1,'2013-12-13 02:23:06','192.187.118.245',4),(5162,1,'2013-12-13 04:40:17','66.249.75.21',1),(5163,1,'2013-12-13 06:48:50','42.156.139.43',1),(5164,1,'2013-12-13 07:56:02','157.56.93.40',1),(5165,1,'2013-12-13 08:17:35','192.187.118.245',2),(5166,1,'2013-12-13 09:29:30','157.55.33.252',1),(5167,1,'2013-12-13 10:08:24','192.241.132.27',2),(5168,1,'2013-12-13 12:20:04','46.4.48.68',4),(5169,1,'2013-12-13 13:14:26','66.249.64.5',2),(5170,1,'2013-12-13 14:42:49','193.43.252.252',4),(5171,1,'2013-12-13 17:52:12','31.3.233.120',1),(5172,1,'2013-12-13 18:44:46','85.210.112.212',1),(5173,1,'2013-12-13 20:16:33','61.135.190.103',1),(5174,1,'2013-12-13 22:33:06','37.59.44.19',2),(5175,1,'2013-12-14 00:36:38','66.249.64.3',1),(5176,1,'2013-12-14 03:23:43','149.210.153.239',1),(5177,1,'2013-12-14 08:15:04','199.58.86.211',1),(5178,1,'2013-12-14 15:12:00','66.249.75.21',4),(5179,1,'2013-12-14 16:21:58','83.54.13.59',2),(5180,1,'2013-12-14 18:26:44','192.187.118.245',2),(5181,1,'2013-12-14 19:14:43','100.43.83.152',2),(5182,1,'2013-12-14 20:16:06','192.241.132.27',1),(5183,1,'2013-12-14 23:21:28','66.249.75.21',1),(5184,1,'2013-12-15 02:09:57','119.165.205.204',1),(5185,1,'2013-12-15 10:01:28','87.106.247.238',2),(5186,1,'2013-12-15 12:22:31','168.62.196.147',1),(5187,1,'2013-12-15 16:35:41','54.221.192.75',2),(5188,1,'2013-12-15 17:46:40','61.135.190.219',1),(5189,1,'2013-12-15 18:07:01','157.55.34.74',1),(5190,1,'2013-12-15 20:46:47','66.249.75.21',1),(5191,1,'2013-12-15 22:18:29','95.150.207.186',2),(5192,1,'2013-12-16 00:42:22','180.76.6.231',2),(5193,1,'2013-12-16 01:02:15','220.181.89.140',1),(5194,1,'2013-12-16 04:01:41','189.170.19.46',1),(5195,1,'2013-12-16 06:38:07','54.226.7.247',1),(5196,1,'2013-12-16 14:11:42','194.81.239.144',2),(5197,1,'2013-12-16 15:31:51','177.105.226.180',1),(5198,1,'2013-12-16 17:29:39','61.135.190.104',2),(5199,1,'2013-12-16 19:41:45','100.43.83.152',2),(5200,1,'2013-12-16 21:26:22','186.241.214.230',1),(5201,1,'2013-12-17 00:00:09','86.181.79.43',2),(5202,1,'2013-12-17 01:51:12','5.66.218.224',1),(5203,1,'2013-12-17 05:07:09','216.145.14.142',1),(5204,1,'2013-12-17 21:20:37','66.249.66.21',1),(5205,1,'2013-12-18 00:22:53','95.145.41.164',2),(5206,1,'2013-12-18 01:15:10','123.125.71.12',1),(5207,1,'2013-12-18 02:58:52','66.249.66.21',1),(5208,1,'2013-12-18 03:16:59','202.46.54.177',1),(5209,1,'2013-12-18 06:38:26','157.55.34.98',1),(5210,1,'2013-12-18 11:35:02','220.181.108.174',1),(5211,1,'2013-12-18 12:19:56','200.137.65.109',1),(5212,1,'2013-12-18 14:36:31','66.249.66.21',2),(5213,1,'2013-12-18 17:17:27','61.135.190.219',1),(5214,1,'2013-12-18 18:00:34','100.43.83.152',2),(5215,1,'2013-12-18 21:02:04','74.194.114.244',3),(5216,1,'2013-12-19 00:50:36','31.148.246.39',2),(5217,1,'2013-12-19 01:12:00','180.76.6.146',2),(5218,1,'2013-12-19 07:19:22','185.40.140.11',1),(5219,1,'2013-12-19 08:41:14','177.141.189.201',1),(5220,1,'2013-12-19 10:32:51','220.181.89.140',1),(5221,1,'2013-12-19 12:28:52','86.26.3.70',1),(5222,1,'2013-12-19 13:28:11','174.48.93.141',2),(5223,1,'2013-12-19 14:32:27','186.42.47.25',7),(5224,1,'2013-12-19 15:30:28','66.249.66.21',1),(5225,1,'2013-12-19 17:48:50','61.135.190.100',1),(5226,1,'2013-12-19 19:05:31','180.76.5.202',1),(5227,1,'2013-12-19 20:07:06','92.11.204.52',1),(5228,1,'2013-12-19 22:00:02','66.249.66.21',1),(5229,1,'2013-12-19 23:38:38','46.4.48.68',1),(5230,1,'2013-12-20 02:07:58','123.125.71.44',1),(5231,1,'2013-12-20 06:08:43','180.76.5.187',1),(5232,1,'2013-12-20 09:30:33','212.44.29.108',1),(5233,1,'2013-12-20 12:43:04','5.66.218.224',1),(5234,1,'2013-12-20 15:44:05','177.12.36.49',2),(5235,1,'2013-12-20 17:17:20','61.135.190.103',1),(5236,1,'2013-12-20 19:40:27','100.43.83.152',2),(5237,1,'2013-12-21 02:40:56','90.220.166.24',7),(5238,1,'2013-12-21 06:17:06','220.181.89.140',1),(5239,1,'2013-12-21 07:20:47','66.249.66.21',1),(5240,1,'2013-12-21 10:29:14','66.249.66.21',1),(5241,1,'2013-12-21 14:33:02','187.35.158.187',1),(5242,1,'2013-12-21 16:40:45','5.66.218.224',12),(5243,1,'2013-12-21 17:01:03','87.115.215.218',14),(5244,1,'2013-12-21 18:12:37','94.197.121.125',10),(5245,1,'2013-12-21 19:05:27','81.158.31.53',3),(5246,1,'2013-12-21 20:32:11','90.220.166.24',1),(5247,1,'2013-12-21 21:05:15','174.251.1.20',3),(5248,1,'2013-12-21 22:06:53','2.25.223.165',1),(5249,1,'2013-12-21 23:07:15','2.126.203.251',1),(5250,1,'2013-12-22 06:25:40','86.183.221.86',1),(5251,1,'2013-12-22 07:08:06','82.14.50.157',1),(5252,1,'2013-12-22 10:31:22','66.249.66.21',3),(5253,1,'2013-12-22 13:18:55','54.197.46.12',5),(5254,1,'2013-12-22 14:15:20','81.152.173.210',1),(5255,1,'2013-12-22 15:00:45','86.128.231.191',1),(5256,1,'2013-12-22 17:21:50','86.22.58.238',2),(5257,1,'2013-12-22 19:49:57','92.20.128.46',1),(5258,1,'2013-12-22 20:54:47','100.43.83.152',2),(5259,1,'2013-12-22 22:33:55','180.76.6.132',1),(5260,1,'2013-12-22 23:02:34','54.224.227.90',3),(5261,1,'2013-12-23 01:09:15','63.143.79.94',1),(5262,1,'2013-12-23 07:08:21','94.197.120.208',1),(5263,1,'2013-12-23 08:38:41','95.145.57.26',1),(5264,1,'2013-12-23 11:29:14','46.233.116.173',1),(5265,1,'2013-12-23 12:51:04','66.249.66.21',1),(5266,1,'2013-12-23 15:02:24','220.181.89.168',4),(5267,1,'2013-12-23 16:13:18','193.111.141.44',1),(5268,1,'2013-12-23 18:07:35','65.55.213.72',1),(5269,1,'2013-12-23 19:18:36','82.153.103.235',1),(5270,1,'2013-12-23 20:53:01','178.255.215.65',1),(5271,1,'2013-12-23 21:00:46','86.179.57.141',1),(5272,1,'2013-12-23 22:01:00','65.55.213.72',2),(5273,1,'2013-12-24 00:09:22','100.43.83.152',1),(5274,1,'2013-12-24 01:19:38','86.121.166.199',1),(5275,1,'2013-12-24 07:15:45','72.52.82.142',2),(5276,1,'2013-12-24 08:11:11','157.55.34.177',1),(5277,1,'2013-12-24 10:59:26','199.16.156.126',2),(5278,1,'2013-12-24 11:36:04','65.55.213.72',2),(5279,1,'2013-12-24 13:57:38','192.241.132.27',1),(5280,1,'2013-12-24 14:41:37','87.115.15.58',1),(5281,1,'2013-12-24 15:10:38','66.249.66.21',1),(5282,1,'2013-12-24 16:07:54','180.76.5.150',2),(5283,1,'2013-12-24 17:47:54','61.135.190.104',1),(5284,1,'2013-12-24 21:03:03','66.249.66.21',4),(5285,1,'2013-12-25 03:07:16','42.120.161.80',1),(5286,1,'2013-12-25 10:51:37','220.181.89.168',1),(5287,1,'2013-12-25 12:36:23','157.55.33.112',1),(5288,1,'2013-12-25 13:59:39','162.243.146.196',1),(5289,1,'2013-12-25 15:10:03','92.11.196.15',2),(5290,1,'2013-12-25 19:34:33','2.31.141.94',1),(5291,1,'2013-12-25 23:35:58','66.249.76.80',2),(5292,1,'2013-12-26 00:11:29','187.56.80.169',1),(5293,1,'2013-12-26 01:01:26','65.55.213.72',1),(5294,1,'2013-12-26 02:49:34','79.114.113.188',1),(5295,1,'2013-12-26 05:57:22','117.78.13.18',1),(5296,1,'2013-12-26 06:35:47','180.76.5.156',1),(5297,1,'2013-12-26 13:40:05','65.55.24.216',1),(5298,1,'2013-12-26 17:18:15','61.135.190.102',1),(5299,1,'2013-12-26 21:20:45','81.107.137.194',1),(5300,1,'2013-12-27 00:04:52','220.181.51.109',5),(5301,1,'2013-12-27 01:57:58','66.249.76.69',1),(5302,1,'2013-12-27 04:58:29','220.181.89.168',1),(5303,1,'2013-12-27 05:40:55','180.76.5.203',3),(5304,1,'2013-12-27 10:26:39','162.243.146.196',2),(5305,1,'2013-12-27 12:30:48','188.190.98.18',1),(5306,1,'2013-12-27 17:28:30','61.135.190.220',1),(5307,1,'2013-12-27 18:38:24','2.31.141.94',1),(5308,1,'2013-12-27 19:18:35','149.210.156.61',1),(5309,1,'2013-12-27 20:06:13','100.43.83.152',2),(5310,1,'2013-12-27 21:28:59','86.141.216.39',1),(5311,1,'2013-12-28 02:03:04','5.102.235.180',2),(5312,1,'2013-12-28 03:33:58','62.212.73.211',1),(5313,1,'2013-12-28 09:43:05','66.249.64.5',1),(5314,1,'2013-12-28 12:14:24','198.199.76.198',1),(5315,1,'2013-12-28 13:49:44','123.125.71.20',1),(5316,1,'2013-12-28 16:16:16','85.114.135.126',1),(5317,1,'2013-12-28 17:18:11','61.135.190.219',1),(5318,1,'2013-12-28 18:12:54','180.76.6.47',1),(5319,1,'2013-12-28 19:47:22','187.84.61.194',1),(5320,1,'2013-12-28 21:22:20','92.7.5.237',3),(5321,1,'2013-12-29 03:12:32','100.43.83.152',3),(5322,1,'2013-12-29 06:09:40','66.249.75.21',1),(5323,1,'2013-12-29 08:08:45','66.249.75.21',2),(5324,1,'2013-12-29 11:51:42','84.13.49.80',1),(5325,1,'2013-12-29 13:28:32','66.249.64.3',2),(5326,1,'2013-12-29 14:28:03','67.173.27.131',1),(5327,1,'2013-12-29 17:18:37','61.135.190.105',1),(5328,1,'2013-12-29 19:08:43','180.76.5.148',1),(5329,1,'2013-12-29 21:03:53','2.31.141.94',2),(5330,1,'2013-12-30 00:29:08','180.76.5.30',1),(5331,1,'2013-12-30 03:59:12','54.241.94.128',1),(5332,1,'2013-12-30 07:45:31','66.249.64.3',1),(5333,1,'2013-12-30 08:32:19','194.32.29.1',1),(5334,1,'2013-12-30 09:35:32','157.55.35.39',1),(5335,1,'2013-12-30 10:11:13','101.227.4.23',1),(5336,1,'2013-12-30 17:02:42','66.249.76.69',2),(5337,1,'2013-12-30 19:15:54','100.43.83.152',2),(5338,1,'2013-12-31 02:15:37','180.76.5.57',1),(5339,1,'2013-12-31 03:34:12','31.3.233.120',1),(5340,1,'2013-12-31 06:06:33','208.115.111.72',2),(5341,1,'2013-12-31 09:39:15','66.249.64.3',1),(5342,1,'2013-12-31 12:09:54','71.177.184.59',1),(5343,1,'2013-12-31 13:26:49','192.96.204.42',1),(5344,1,'2013-12-31 14:30:13','162.243.107.73',1),(5345,1,'2013-12-31 15:07:57','66.249.64.4',1),(5346,1,'2013-12-31 17:18:16','61.135.190.222',1),(5347,1,'2014-01-01 01:15:15','31.11.220.63',2),(5348,1,'2014-01-01 05:31:25','213.239.220.81',1),(5349,1,'2014-01-01 07:28:57','176.57.142.28',2),(5350,1,'2014-01-01 09:04:02','85.255.235.70',1),(5351,1,'2014-01-01 10:22:21','66.249.64.3',1),(5352,1,'2014-01-01 12:51:02','180.76.6.147',1),(5353,1,'2014-01-01 18:00:14','2.31.141.94',3),(5354,1,'2014-01-01 22:44:35','72.21.217.105',1),(5355,1,'2014-01-01 23:38:12','187.34.135.173',1),(5356,1,'2014-01-02 02:13:46','4.53.51.196',1),(5357,1,'2014-01-02 07:05:46','64.246.165.160',3),(5358,1,'2014-01-02 13:23:38','88.106.245.194',1),(5359,1,'2014-01-02 23:08:35','66.249.64.5',1),(5360,1,'2014-01-03 04:19:03','180.76.5.65',1),(5361,1,'2014-01-03 06:52:29','66.249.64.5',3),(5362,1,'2014-01-03 18:57:49','220.181.89.168',1),(5363,1,'2014-01-03 20:21:48','86.147.150.251',2),(5364,1,'2014-01-04 06:15:43','66.249.64.5',1),(5365,1,'2014-01-04 14:07:40','117.78.13.18',1),(5366,1,'2014-01-04 17:55:12','78.86.81.93',1),(5367,1,'2014-01-04 19:11:02','162.243.146.196',2),(5368,1,'2014-01-04 22:01:29','31.121.95.91',2),(5369,1,'2014-01-05 05:42:01','66.249.66.21',1),(5370,1,'2014-01-05 09:05:02','100.43.83.152',2),(5371,1,'2014-01-05 13:42:13','65.55.24.233',2),(5372,1,'2014-01-05 21:38:24','157.55.35.104',3),(5373,1,'2014-01-06 03:11:38','42.120.160.26',1),(5374,1,'2014-01-06 04:14:06','72.14.199.21',2),(5375,1,'2014-01-06 05:34:35','180.76.5.67',1),(5376,1,'2014-01-06 10:58:31','157.55.35.104',1),(5377,1,'2014-01-06 12:36:59','220.181.108.90',1),(5378,1,'2014-01-06 14:44:18','50.57.68.9',2),(5379,1,'2014-01-06 15:30:37','81.96.26.191',2),(5380,1,'2014-01-07 00:28:11','177.154.217.154',1),(5381,1,'2014-01-07 01:36:12','180.76.6.152',1),(5382,1,'2014-01-07 06:45:17','117.216.233.189',1),(5383,1,'2014-01-07 07:29:14','198.199.77.69',4),(5384,1,'2014-01-07 10:15:42','91.121.222.207',1),(5385,1,'2014-01-07 13:54:38','91.200.13.100',2),(5386,1,'2014-01-07 14:45:18','109.150.187.190',1),(5387,1,'2014-01-07 16:19:59','220.181.108.180',2),(5388,1,'2014-01-07 18:09:10','109.149.125.228',1),(5389,1,'2014-01-07 19:11:15','66.249.76.69',2),(5390,1,'2014-01-07 21:03:27','66.249.64.17',1),(5391,1,'2014-01-07 23:30:48','95.145.41.185',1),(5392,1,'2014-01-08 06:39:13','192.241.132.27',1),(5393,1,'2014-01-08 12:26:25','178.78.109.50',1),(5394,1,'2014-01-08 13:50:33','212.159.182.20',3),(5395,1,'2014-01-08 14:07:31','90.220.166.24',15),(5396,1,'2014-01-08 15:34:25','90.220.166.24',13),(5397,1,'2014-01-08 16:01:44','90.220.166.24',21),(5398,1,'2014-01-08 17:02:40','90.220.166.24',17),(5399,1,'2014-01-08 18:06:18','90.220.166.24',3),(5400,1,'2014-01-08 19:03:00','90.220.166.24',16),(5401,1,'2014-01-08 22:22:52','109.206.181.159',2),(5402,1,'2014-01-08 23:28:35','157.56.229.211',1),(5403,1,'2014-01-09 00:57:33','90.202.9.72',1),(5404,1,'2014-01-09 01:06:46','93.182.154.35',1),(5405,1,'2014-01-09 03:01:37','74.67.114.26',3),(5406,1,'2014-01-09 08:19:42','100.43.83.152',2),(5407,1,'2014-01-09 10:43:33','82.14.228.221',2),(5408,1,'2014-01-09 11:57:40','180.76.5.60',1),(5409,1,'2014-01-09 12:06:01','187.61.138.244',2),(5410,1,'2014-01-09 14:22:10','194.82.210.247',2),(5411,1,'2014-01-09 15:35:45','2.28.45.244',2),(5412,1,'2014-01-09 17:31:12','189.8.62.91',1),(5413,1,'2014-01-09 18:42:16','54.224.84.55',1),(5414,1,'2014-01-09 19:36:04','188.29.165.38',3),(5415,1,'2014-01-09 23:37:01','90.202.9.72',3),(5416,1,'2014-01-10 00:57:23','193.43.252.252',3),(5417,1,'2014-01-10 03:54:36','66.249.76.69',1),(5418,1,'2014-01-10 05:22:03','162.243.117.19',2),(5419,1,'2014-01-10 10:39:14','82.14.228.221',2),(5420,1,'2014-01-10 11:49:05','144.76.113.22',1),(5421,1,'2014-01-10 12:10:07','66.249.66.21',2),(5422,1,'2014-01-11 01:49:20','61.55.185.122',1),(5423,1,'2014-01-11 02:51:05','106.120.173.75',1),(5424,1,'2014-01-11 06:56:24','178.74.105.49',1),(5425,1,'2014-01-11 08:03:06','100.43.83.152',3),(5426,1,'2014-01-11 10:08:35','183.60.243.189',2),(5427,1,'2014-01-11 14:30:43','180.76.6.50',1),(5428,1,'2014-01-11 20:33:09','31.184.241.10',1),(5429,1,'2014-01-11 21:36:10','199.91.71.247',1),(5430,1,'2014-01-12 00:44:34','157.56.92.176',1),(5431,1,'2014-01-12 03:33:00','66.249.76.69',1),(5432,1,'2014-01-12 04:50:42','108.171.255.43',1),(5433,1,'2014-01-12 13:05:32','54.226.108.136',5),(5434,1,'2014-01-12 15:01:13','185.10.104.132',1),(5435,1,'2014-01-12 17:13:18','180.76.5.201',3),(5436,1,'2014-01-12 18:29:16','87.118.91.140',1),(5437,1,'2014-01-12 19:23:34','108.171.255.43',1),(5438,1,'2014-01-12 20:39:05','189.10.222.10',1),(5439,1,'2014-01-13 03:37:10','157.55.33.250',1),(5440,1,'2014-01-13 07:24:07','100.43.83.152',2),(5441,1,'2014-01-13 12:49:40','179.156.136.173',1),(5442,1,'2014-01-13 14:49:43','38.111.147.83',1),(5443,1,'2014-01-13 15:06:06','174.129.46.59',3),(5444,1,'2014-01-13 17:24:39','31.3.233.120',1),(5445,1,'2014-01-13 18:26:10','193.60.108.102',4),(5446,1,'2014-01-13 22:51:22','134.249.52.118',1),(5447,1,'2014-01-14 05:32:43','81.7.13.161',1),(5448,1,'2014-01-14 07:33:18','180.76.6.42',1),(5449,1,'2014-01-14 10:21:50','194.66.166.249',1),(5450,1,'2014-01-14 12:51:47','201.55.31.10',1),(5451,1,'2014-01-14 15:23:47','162.243.201.212',2),(5452,1,'2014-01-14 16:55:32','86.152.137.170',1),(5453,1,'2014-01-14 17:08:47','66.249.64.16',1),(5454,1,'2014-01-14 18:56:09','193.111.141.116',1),(5455,1,'2014-01-14 19:46:02','157.56.229.245',2),(5456,1,'2014-01-15 05:32:16','162.243.100.200',3),(5457,1,'2014-01-15 06:14:27','66.249.64.16',3),(5458,1,'2014-01-15 08:00:46','64.246.178.34',1),(5459,1,'2014-01-15 09:08:19','157.56.229.245',1),(5460,1,'2014-01-15 12:10:54','83.174.220.216',1),(5461,1,'2014-01-15 16:50:40','180.76.5.192',1),(5462,1,'2014-01-15 17:18:42','144.64.47.216',1),(5463,1,'2014-01-16 00:05:45','144.76.113.22',3),(5464,1,'2014-01-16 07:48:44','69.58.178.59',2),(5465,1,'2014-01-16 10:17:24','157.56.93.72',1),(5466,1,'2014-01-16 12:18:08','50.57.190.90',2),(5467,1,'2014-01-16 13:51:22','106.120.173.75',1),(5468,1,'2014-01-16 14:58:50','212.159.87.159',1),(5469,1,'2014-01-16 15:29:51','109.94.137.1',2),(5470,1,'2014-01-16 16:07:56','180.76.5.204',2),(5471,1,'2014-01-16 17:38:54','91.238.134.252',1),(5472,1,'2014-01-16 20:29:06','82.165.152.166',1),(5473,1,'2014-01-17 00:58:33','173.209.204.222',1),(5474,1,'2014-01-17 02:33:33','220.181.108.180',1),(5475,1,'2014-01-17 05:23:20','66.249.64.17',4),(5476,1,'2014-01-17 11:44:17','180.76.6.232',1),(5477,1,'2014-01-17 12:15:40','162.213.42.133',1),(5478,1,'2014-01-17 13:30:22','162.213.42.134',2),(5479,1,'2014-01-17 15:49:53','66.249.64.16',1),(5480,1,'2014-01-17 17:53:50','176.57.143.60',1),(5481,1,'2014-01-17 18:53:01','129.12.39.62',1),(5482,1,'2014-01-17 20:50:56','66.249.64.16',2),(5483,1,'2014-01-17 21:19:07','66.249.64.18',1),(5484,1,'2014-01-17 22:16:59','84.93.179.76',1),(5485,1,'2014-01-17 23:13:11','194.153.113.8',3),(5486,1,'2014-01-18 00:24:08','71.170.91.109',2),(5487,1,'2014-01-18 01:25:01','69.84.207.246',2),(5488,1,'2014-01-18 04:27:16','42.120.161.117',1),(5489,1,'2014-01-18 06:18:39','66.249.76.69',1),(5490,1,'2014-01-18 11:17:33','178.255.215.65',1),(5491,1,'2014-01-18 13:15:29','177.65.59.13',3),(5492,1,'2014-01-18 14:11:39','157.55.32.145',1),(5493,1,'2014-01-18 21:53:42','157.55.33.44',1),(5494,1,'2014-01-19 08:38:26','106.120.173.75',1),(5495,1,'2014-01-19 15:46:54','185.10.104.195',1),(5496,1,'2014-01-19 16:16:37','220.181.127.126',2),(5497,1,'2014-01-19 22:32:56','176.57.141.254',1),(5498,1,'2014-01-20 00:23:39','86.134.243.9',1),(5499,1,'2014-01-20 02:34:59','66.249.64.18',1),(5500,1,'2014-01-20 04:54:32','31.3.233.120',1),(5501,1,'2014-01-20 07:10:45','77.75.73.36',1),(5502,1,'2014-01-20 08:06:09','82.165.152.166',1),(5503,1,'2014-01-20 11:48:22','82.165.152.166',1),(5504,1,'2014-01-20 15:13:50','157.55.32.61',1),(5505,1,'2014-01-20 17:06:05','179.236.64.198',7),(5506,1,'2014-01-20 19:05:00','180.76.6.46',5),(5507,1,'2014-01-20 22:16:32','100.43.83.152',2),(5508,1,'2014-01-21 00:13:09','180.76.5.148',1),(5509,1,'2014-01-21 02:51:22','162.243.101.223',1),(5510,1,'2014-01-21 04:23:39','157.56.92.160',1),(5511,1,'2014-01-21 06:32:01','117.199.143.193',1),(5512,1,'2014-01-21 08:23:28','178.255.215.65',1),(5513,1,'2014-01-21 10:20:30','123.125.71.18',2),(5514,1,'2014-01-21 13:53:25','180.76.5.146',1),(5515,1,'2014-01-21 15:56:38','66.249.66.21',1),(5516,1,'2014-01-21 16:32:06','187.112.35.7',1),(5517,1,'2014-01-21 20:21:51','89.145.108.207',1),(5518,1,'2014-01-22 04:06:44','162.251.164.11',1),(5519,1,'2014-01-22 05:05:02','106.120.173.75',1),(5520,1,'2014-01-22 13:14:06','157.56.92.152',2),(5521,1,'2014-01-22 16:02:52','189.110.162.123',1),(5522,1,'2014-01-22 18:11:00','188.29.164.108',1),(5523,1,'2014-01-23 02:11:25','50.68.19.2',2),(5524,1,'2014-01-23 03:59:02','65.181.126.166',1),(5525,1,'2014-01-23 05:15:41','100.43.83.152',2),(5526,1,'2014-01-23 06:52:26','182.68.2.58',2),(5527,1,'2014-01-23 11:55:17','182.68.2.58',1),(5528,1,'2014-01-23 12:46:51','194.82.210.247',1),(5529,1,'2014-01-23 14:23:34','54.193.30.251',2),(5530,1,'2014-01-23 15:08:35','66.249.66.21',1),(5531,1,'2014-01-23 19:01:11','116.50.181.247',1),(5532,1,'2014-01-23 22:39:38','94.13.116.78',1),(5533,1,'2014-01-23 23:53:08','180.76.5.118',1),(5534,1,'2014-01-24 01:20:14','50.173.17.105',1),(5535,1,'2014-01-24 06:28:49','72.20.59.46',1),(5536,1,'2014-01-24 07:33:04','66.249.66.21',1),(5537,1,'2014-01-24 12:27:07','66.249.76.68',1),(5538,1,'2014-01-24 13:18:13','100.43.83.152',2),(5539,1,'2014-01-24 14:11:34','100.43.83.152',3),(5540,1,'2014-01-24 15:04:22','66.249.64.16',1),(5541,1,'2014-01-24 16:32:57','91.151.12.139',1),(5542,1,'2014-01-25 01:43:30','106.120.173.75',1),(5543,1,'2014-01-25 04:46:44','82.165.152.166',2),(5544,1,'2014-01-25 11:08:39','100.43.83.152',2),(5545,1,'2014-01-25 12:07:16','180.76.6.49',1),(5546,1,'2014-01-25 13:25:38','54.213.38.235',1),(5547,1,'2014-01-25 18:49:24','199.16.156.125',2),(5548,1,'2014-01-26 01:11:24','187.65.192.224',1),(5549,1,'2014-01-26 05:30:03','157.55.32.76',1),(5550,1,'2014-01-26 08:20:11','199.30.228.136',1),(5551,1,'2014-01-26 11:21:06','80.43.206.25',1),(5552,1,'2014-01-26 13:10:33','180.76.6.133',2),(5553,1,'2014-01-26 16:34:29','180.76.5.30',1),(5554,1,'2014-01-26 19:19:21','66.249.64.18',1),(5555,1,'2014-01-26 23:19:14','144.76.156.247',2),(5556,1,'2014-01-27 01:03:25','82.165.152.166',3),(5557,1,'2014-01-27 04:51:07','66.249.85.69',1),(5558,1,'2014-01-27 05:25:20','100.43.83.152',2),(5559,1,'2014-01-27 06:21:38','66.249.64.17',1),(5560,1,'2014-01-27 11:00:41','66.249.64.17',1),(5561,1,'2014-01-27 12:13:33','122.57.66.217',2),(5562,1,'2014-01-27 13:47:02','180.76.5.213',1),(5563,1,'2014-01-27 14:27:04','66.249.76.69',1),(5564,1,'2014-01-27 17:35:56','192.34.60.77',3),(5565,1,'2014-01-27 18:48:07','106.120.173.75',1),(5566,1,'2014-01-27 19:24:54','123.125.71.70',1),(5567,1,'2014-01-27 23:30:01','100.43.83.152',2),(5568,1,'2014-01-28 05:50:33','64.246.165.200',1),(5569,1,'2014-01-28 10:28:55','213.133.97.216',1),(5570,1,'2014-01-29 01:49:35','90.211.181.208',1),(5571,1,'2014-01-29 02:08:06','100.43.83.152',2),(5572,1,'2014-01-29 09:24:29','23.20.22.2',2),(5573,1,'2014-01-29 11:59:29','180.76.6.14',1),(5574,1,'2014-01-29 15:21:26','190.242.99.34',2),(5575,1,'2014-01-29 17:06:20','2.29.107.252',2),(5576,1,'2014-01-30 01:37:44','66.249.83.21',1),(5577,1,'2014-01-30 02:40:24','42.120.161.11',1),(5578,1,'2014-01-30 05:53:52','123.125.71.89',1),(5579,1,'2014-01-30 09:21:13','37.78.116.136',1),(5580,1,'2014-01-30 10:02:11','66.249.64.17',2),(5581,1,'2014-01-30 12:44:36','106.120.173.75',1),(5582,1,'2014-01-30 15:20:39','173.192.34.95',1),(5583,1,'2014-01-30 16:02:14','86.169.243.117',2),(5584,1,'2014-01-30 17:02:39','82.165.152.166',1),(5585,1,'2014-01-30 18:34:27','66.249.64.18',1),(5586,1,'2014-01-30 21:09:08','78.27.181.124',3),(5587,1,'2014-01-30 22:28:38','213.123.169.39',1),(5588,1,'2014-01-30 23:37:05','2.123.246.9',1),(5589,1,'2014-01-31 00:47:23','2.123.246.9',1),(5590,1,'2014-01-31 01:31:00','123.125.71.112',1),(5591,1,'2014-01-31 02:07:00','212.150.62.145',1),(5592,1,'2014-01-31 09:23:05','82.165.152.166',1),(5593,1,'2014-01-31 12:24:54','46.208.222.252',2),(5594,1,'2014-01-31 13:07:08','180.76.5.177',1),(5595,1,'2014-01-31 18:12:26','123.125.71.105',1),(5596,1,'2014-01-31 19:09:25','46.208.222.252',1),(5597,1,'2014-01-31 21:52:56','31.3.233.120',1),(5598,1,'2014-01-31 22:00:39','94.9.104.120',4),(5599,1,'2014-02-01 00:41:49','96.225.77.163',5),(5600,1,'2014-02-01 03:26:20','180.76.5.29',1),(5601,1,'2014-02-01 04:20:33','66.249.76.65',1),(5602,1,'2014-02-01 06:32:18','79.114.119.129',1),(5603,1,'2014-02-01 13:57:23','180.76.5.75',1),(5604,1,'2014-02-01 16:05:03','180.76.6.54',1),(5605,1,'2014-02-01 17:33:18','82.9.168.141',1),(5606,1,'2014-02-02 04:12:47','182.236.163.238',1),(5607,1,'2014-02-02 05:30:47','68.180.224.227',2),(5608,1,'2014-02-02 08:39:07','106.120.173.75',2),(5609,1,'2014-02-02 09:44:02','207.106.190.66',1),(5610,1,'2014-02-02 12:47:16','46.165.197.151',1),(5611,1,'2014-02-02 16:00:50','180.76.6.51',1),(5612,1,'2014-02-02 17:18:26','109.68.191.150',3),(5613,1,'2014-02-03 06:29:15','157.56.92.178',1),(5614,1,'2014-02-03 08:28:55','217.150.110.77',1),(5615,1,'2014-02-03 10:03:05','66.249.66.21',1),(5616,1,'2014-02-03 13:27:08','66.249.64.17',1),(5617,1,'2014-02-03 20:30:46','86.145.250.225',2),(5618,1,'2014-02-03 21:39:57','220.181.108.87',2),(5619,1,'2014-02-04 02:40:35','5.56.63.80',2),(5620,1,'2014-02-04 06:35:35','178.154.243.116',2),(5621,1,'2014-02-04 09:29:19','66.249.64.16',1),(5622,1,'2014-02-04 11:50:17','180.76.6.36',1),(5623,1,'2014-02-04 17:22:00','217.35.229.58',1),(5624,1,'2014-02-04 22:45:06','109.206.163.192',2),(5625,1,'2014-02-04 23:43:57','66.249.64.18',1),(5626,1,'2014-02-05 01:56:39','123.125.71.85',1),(5627,1,'2014-02-05 03:44:01','106.120.173.75',1),(5628,1,'2014-02-05 04:10:00','72.14.199.21',3),(5629,1,'2014-02-05 05:14:42','95.108.240.250',2),(5630,1,'2014-02-05 08:22:32','178.137.84.204',2),(5631,1,'2014-02-05 10:33:14','66.249.76.79',1),(5632,1,'2014-02-05 13:20:02','66.249.64.16',1),(5633,1,'2014-02-05 17:11:28','180.76.6.158',1),(5634,1,'2014-02-05 18:32:18','123.125.71.102',1),(5635,1,'2014-02-05 22:48:10','66.249.76.69',1),(5636,1,'2014-02-06 00:26:21','123.125.71.33',1),(5637,1,'2014-02-06 10:25:59','91.121.222.207',1),(5638,1,'2014-02-06 12:17:33','180.76.5.213',1),(5639,1,'2014-02-06 13:16:04','123.125.71.89',1),(5640,1,'2014-02-06 15:06:46','217.42.227.158',2),(5641,1,'2014-02-06 19:51:48','180.76.5.96',1),(5642,1,'2014-02-06 21:01:28','131.253.24.54',1),(5643,1,'2014-02-06 23:54:00','100.43.83.152',2),(5644,1,'2014-02-07 02:36:00','199.192.207.146',1),(5645,1,'2014-02-07 08:11:07','94.13.15.68',1),(5646,1,'2014-02-07 12:19:28','68.180.224.227',1),(5647,1,'2014-02-07 13:51:26','91.236.74.121',1),(5648,1,'2014-02-07 17:35:48','157.55.32.62',1),(5649,1,'2014-02-07 20:44:34','106.120.173.75',1),(5650,1,'2014-02-07 21:53:32','66.249.64.17',1),(5651,1,'2014-02-08 03:01:59','24.139.84.27',1),(5652,1,'2014-02-08 04:57:00','162.243.104.85',1),(5653,1,'2014-02-08 07:47:50','66.249.64.18',1),(5654,1,'2014-02-08 13:14:19','180.76.6.44',1),(5655,1,'2014-02-08 14:35:02','109.153.245.155',2),(5656,1,'2014-02-08 17:39:51','157.55.33.43',1),(5657,1,'2014-02-08 19:37:25','162.243.201.72',1),(5658,1,'2014-02-08 22:27:20','66.249.64.17',1),(5659,1,'2014-02-08 23:18:47','62.57.219.148',3),(5660,1,'2014-02-09 01:25:41','100.43.83.152',1),(5661,1,'2014-02-09 15:14:49','94.9.104.120',1),(5662,1,'2014-02-09 16:18:02','94.9.104.120',3),(5663,1,'2014-02-09 19:14:53','180.76.5.149',1),(5664,1,'2014-02-09 22:48:18','180.76.6.44',1),(5665,1,'2014-02-10 00:36:34','193.111.141.116',1),(5666,1,'2014-02-10 04:47:36','64.246.161.190',1),(5667,1,'2014-02-10 06:27:08','66.249.64.18',1),(5668,1,'2014-02-10 11:50:14','216.107.155.114',1),(5669,1,'2014-02-10 12:33:56','49.14.28.231',1),(5670,1,'2014-02-10 13:01:19','123.125.71.97',2),(5671,1,'2014-02-10 14:49:20','82.178.102.195',3),(5672,1,'2014-02-10 15:04:59','208.81.237.150',3),(5673,1,'2014-02-10 17:51:35','87.206.118.46',1),(5674,1,'2014-02-10 18:28:32','87.206.118.46',1),(5675,1,'2014-02-10 19:07:23','180.76.5.173',1),(5676,1,'2014-02-10 21:14:33','157.55.35.43',3),(5677,1,'2014-02-11 00:14:39','199.16.156.124',2),(5678,1,'2014-02-11 01:40:50','100.43.83.152',2),(5679,1,'2014-02-11 08:09:06','66.249.64.17',1),(5680,1,'2014-02-11 09:22:10','178.137.84.204',1),(5681,1,'2014-02-11 10:42:50','94.23.233.204',1),(5682,1,'2014-02-11 14:43:38','81.109.245.196',1),(5683,1,'2014-02-11 16:34:54','94.197.121.188',1),(5684,1,'2014-02-11 18:59:08','62.254.72.119',1),(5685,1,'2014-02-11 19:22:17','180.76.6.231',1),(5686,1,'2014-02-12 01:12:44','88.106.249.158',4),(5687,1,'2014-02-12 09:15:56','66.249.66.21',1),(5688,1,'2014-02-12 18:22:05','180.76.6.28',2),(5689,1,'2014-02-12 20:24:57','123.125.71.107',1),(5690,1,'2014-02-13 00:56:23','100.43.83.152',2),(5691,1,'2014-02-13 03:30:00','178.255.215.65',1),(5692,1,'2014-02-13 09:18:27','210.246.46.56',1),(5693,1,'2014-02-13 12:35:00','162.210.196.98',1),(5694,1,'2014-02-13 15:04:55','66.249.66.21',1),(5695,1,'2014-02-13 16:08:06','62.109.28.37',1),(5696,1,'2014-02-13 17:51:56','66.249.66.21',1),(5697,1,'2014-02-13 18:21:11','92.20.124.245',3),(5698,1,'2014-02-14 03:16:01','157.55.33.249',2),(5699,1,'2014-02-14 04:26:10','100.43.83.152',1),(5700,1,'2014-02-14 07:49:33','106.120.173.75',1),(5701,1,'2014-02-14 09:24:53','69.58.178.56',2),(5702,1,'2014-02-14 13:31:09','193.43.252.252',4),(5703,1,'2014-02-14 18:27:49','157.56.93.37',2),(5704,1,'2014-02-14 19:57:18','180.76.5.152',1),(5705,1,'2014-02-14 21:04:26','66.249.66.21',3),(5706,1,'2014-02-15 03:14:17','66.249.66.21',1),(5707,1,'2014-02-15 06:28:32','100.43.83.152',3),(5708,1,'2014-02-15 14:26:54','109.155.234.72',1),(5709,1,'2014-02-15 16:13:09','65.55.52.117',1),(5710,1,'2014-02-15 20:07:43','180.76.6.157',2),(5711,1,'2014-02-15 23:29:38','144.76.95.232',1),(5712,1,'2014-02-16 02:08:34','66.249.66.21',1),(5713,1,'2014-02-16 03:47:38','189.13.15.47',1),(5714,1,'2014-02-16 14:25:59','199.58.86.209',2),(5715,1,'2014-02-16 15:14:22','31.205.101.26',1),(5716,1,'2014-02-16 16:07:02','74.72.56.75',1),(5717,1,'2014-02-16 17:23:38','100.43.83.152',2),(5718,1,'2014-02-16 22:04:14','66.249.66.21',5),(5719,1,'2014-02-17 01:08:41','76.173.7.28',2),(5720,1,'2014-02-17 10:13:09','178.151.143.247',2),(5721,1,'2014-02-17 13:36:48','31.3.233.120',2),(5722,1,'2014-02-17 14:09:28','72.81.142.212',2),(5723,1,'2014-02-17 15:37:10','194.66.166.154',1),(5724,1,'2014-02-17 16:59:50','216.185.58.108',1),(5725,1,'2014-02-17 20:23:19','176.31.241.43',2),(5726,1,'2014-02-17 21:26:59','178.255.215.65',2),(5727,1,'2014-02-18 03:27:10','72.81.142.212',1),(5728,1,'2014-02-18 06:00:24','178.137.84.204',2),(5729,1,'2014-02-18 09:48:22','100.43.83.152',2),(5730,1,'2014-02-18 10:17:17','188.40.249.74',4),(5731,1,'2014-02-18 11:05:22','148.251.10.231',1),(5732,1,'2014-02-18 13:28:18','76.173.7.28',1),(5733,1,'2014-02-18 16:05:45','220.181.108.144',1),(5734,1,'2014-02-18 17:47:40','5.39.50.0',1),(5735,1,'2014-02-18 18:04:15','5.79.78.232',1),(5736,1,'2014-02-18 19:23:14','109.149.233.220',3),(5737,1,'2014-02-19 01:26:54','36.250.244.42',1),(5738,1,'2014-02-19 02:23:44','78.148.190.111',1),(5739,1,'2014-02-19 05:34:03','66.249.66.21',1),(5740,1,'2014-02-19 09:34:25','100.43.83.152',3),(5741,1,'2014-02-19 10:50:48','108.59.8.80',1),(5742,1,'2014-02-19 12:36:17','27.150.229.31',1),(5743,1,'2014-02-19 16:02:27','106.120.173.75',1),(5744,1,'2014-02-19 17:05:17','66.249.64.17',1),(5745,1,'2014-02-19 20:37:25','109.152.149.44',3),(5746,1,'2014-02-19 21:28:15','80.176.155.204',1),(5747,1,'2014-02-20 00:13:58','79.64.191.65',2),(5748,1,'2014-02-20 02:37:25','42.156.136.33',1),(5749,1,'2014-02-20 03:37:12','99.101.236.183',1),(5750,1,'2014-02-20 06:44:25','61.135.190.224',1),(5751,1,'2014-02-20 07:15:30','66.249.64.17',2),(5752,1,'2014-02-20 11:05:23','157.55.33.100',2),(5753,1,'2014-02-20 17:35:28','5.248.216.228',1),(5754,1,'2014-02-20 20:18:37','130.184.48.48',3),(5755,1,'2014-02-20 22:16:53','79.64.191.65',3),(5756,1,'2014-02-20 23:00:32','109.147.122.23',3),(5757,1,'2014-02-21 05:44:05','162.209.105.186',1),(5758,1,'2014-02-21 07:50:32','100.43.83.152',2),(5759,1,'2014-02-21 08:41:05','157.55.32.59',1),(5760,1,'2014-02-21 11:31:49','198.143.144.158',1),(5761,1,'2014-02-21 14:10:40','177.81.181.86',1),(5762,1,'2014-02-21 22:56:42','66.249.66.21',1),(5763,1,'2014-02-22 01:35:17','178.255.215.65',1),(5764,1,'2014-02-22 09:46:16','66.249.66.21',1),(5765,1,'2014-02-22 13:11:37','72.14.199.21',2),(5766,1,'2014-02-22 16:38:09','86.10.201.13',1),(5767,1,'2014-02-22 18:11:18','106.120.173.75',4),(5768,1,'2014-02-22 19:17:17','106.120.173.75',1),(5769,1,'2014-02-22 20:31:07','66.249.66.21',1),(5770,1,'2014-02-23 05:40:16','100.43.83.152',4),(5771,1,'2014-02-23 06:29:29','64.246.165.150',1),(5772,1,'2014-02-23 07:14:45','194.176.105.148',1),(5773,1,'2014-02-23 10:00:24','66.249.66.21',1),(5774,1,'2014-02-23 14:29:32','8.35.200.36',1),(5775,1,'2014-02-23 15:04:52','54.205.183.97',2),(5776,1,'2014-02-23 16:51:02','90.211.183.49',1),(5777,1,'2014-02-23 23:42:58','31.3.233.120',1),(5778,1,'2014-02-24 02:59:05','54.184.72.72',1),(5779,1,'2014-02-24 04:30:59','66.249.66.21',1),(5780,1,'2014-02-24 09:48:08','192.99.9.164',1),(5781,1,'2014-02-24 13:19:51','157.228.46.245',1),(5782,1,'2014-02-24 14:07:03','194.66.166.139',1),(5783,1,'2014-02-24 15:55:11','194.66.166.139',1),(5784,1,'2014-02-24 18:17:48','87.206.119.0',4),(5785,1,'2014-02-24 19:13:00','87.206.119.0',4),(5786,1,'2014-02-24 20:04:08','100.43.83.152',4),(5787,1,'2014-02-24 21:28:55','216.151.137.36',3),(5788,1,'2014-02-24 22:26:35','90.211.183.49',1),(5789,1,'2014-02-25 01:36:53','50.17.114.10',1),(5790,1,'2014-02-25 07:20:27','87.206.119.0',3),(5791,1,'2014-02-25 08:01:33','87.206.119.0',6),(5792,1,'2014-02-25 09:13:34','87.206.119.0',4),(5793,1,'2014-02-25 10:09:40','87.206.119.0',4),(5794,1,'2014-02-25 11:05:10','87.206.119.0',5),(5795,1,'2014-02-25 12:02:15','87.206.119.0',6),(5796,1,'2014-02-25 13:04:29','87.206.119.0',4),(5797,1,'2014-02-25 14:45:29','154.51.133.132',2),(5798,1,'2014-02-25 15:14:39','178.238.238.26',2),(5799,1,'2014-02-25 17:42:20','2.125.134.110',1),(5800,1,'2014-02-25 18:59:04','2.125.134.110',1),(5801,1,'2014-02-25 19:56:09','82.14.50.157',1),(5802,1,'2014-02-25 20:34:21','180.76.5.94',1),(5803,1,'2014-02-26 03:50:20','68.180.224.238',1),(5804,1,'2014-02-26 06:30:58','66.249.66.21',1),(5805,1,'2014-02-26 21:08:56','2.222.121.87',2),(5806,1,'2014-02-26 22:18:46','66.249.66.21',1),(5807,1,'2014-02-27 00:26:33','117.78.13.18',1),(5808,1,'2014-02-27 02:09:19','100.43.83.152',2),(5809,1,'2014-02-27 06:51:44','66.249.66.21',2),(5810,1,'2014-02-27 11:49:15','178.255.215.65',1),(5811,1,'2014-02-27 12:07:46','2.125.134.110',3),(5812,1,'2014-02-27 14:51:45','79.77.38.177',1),(5813,1,'2014-02-27 19:11:57','148.251.11.132',1),(5814,1,'2014-02-27 21:47:50','208.71.184.41',1),(5815,1,'2014-02-28 00:13:20','87.115.110.46',1),(5816,1,'2014-02-28 02:49:23','106.120.173.75',1),(5817,1,'2014-02-28 05:08:23','162.242.214.5',2),(5818,1,'2014-02-28 06:30:40','66.249.76.98',1),(5819,1,'2014-02-28 09:30:17','54.200.68.66',2),(5820,1,'2014-02-28 13:49:20','46.165.197.151',1),(5821,1,'2014-02-28 18:46:50','66.249.66.21',1),(5822,1,'2014-03-01 05:19:24','54.218.49.78',3),(5823,1,'2014-03-01 05:19:24','54.218.49.78',1),(5824,1,'2014-03-01 06:40:13','213.211.148.135',1),(5825,1,'2014-03-01 10:36:45','100.43.83.152',2),(5826,1,'2014-03-01 13:07:06','157.55.33.42',1),(5827,1,'2014-03-01 15:41:50','77.222.40.72',1),(5828,1,'2014-03-01 19:49:53','162.242.244.217',1),(5829,1,'2014-03-01 20:05:31','66.249.66.21',3),(5830,1,'2014-03-02 01:18:40','66.249.66.21',1),(5831,1,'2014-03-02 02:04:39','216.151.130.170',1),(5832,1,'2014-03-02 03:30:56','178.141.110.236',1),(5833,1,'2014-03-02 09:36:22','180.76.5.143',1),(5834,1,'2014-03-02 13:52:04','100.43.83.152',2),(5835,1,'2014-03-02 16:06:54','66.249.93.115',1),(5836,1,'2014-03-02 17:02:17','157.55.33.249',1),(5837,1,'2014-03-02 20:50:16','66.249.64.77',1),(5838,1,'2014-03-03 00:59:04','66.249.64.82',1),(5839,1,'2014-03-03 01:46:10','31.3.233.120',2),(5840,1,'2014-03-03 02:32:00','162.242.229.206',1),(5841,1,'2014-03-03 04:18:42','162.242.243.203',1),(5842,1,'2014-03-03 07:35:19','188.40.249.74',4),(5843,1,'2014-03-03 12:10:47','50.56.58.47',1),(5844,1,'2014-03-03 13:39:34','176.212.3.169',1),(5845,1,'2014-03-03 17:29:45','100.43.83.152',2),(5846,1,'2014-03-03 21:35:30','109.150.24.57',2),(5847,1,'2014-03-03 23:44:14','199.58.86.209',1),(5848,1,'2014-03-04 00:59:23','2.125.134.110',1),(5849,1,'2014-03-04 02:10:18','178.255.215.65',2),(5850,1,'2014-03-04 09:19:43','66.249.66.46',1),(5851,1,'2014-03-04 12:40:03','86.131.0.130',1),(5852,1,'2014-03-04 14:11:51','174.231.130.161',1),(5853,1,'2014-03-04 16:17:55','116.8.99.217',2),(5854,1,'2014-03-04 19:04:16','174.231.199.187',1),(5855,1,'2014-03-04 23:05:35','109.156.32.93',2),(5856,1,'2014-03-05 12:55:46','109.145.16.203',1),(5857,1,'2014-03-05 13:20:00','66.249.66.21',2),(5858,1,'2014-03-05 16:58:41','83.244.251.188',1),(5859,1,'2014-03-05 17:00:42','83.244.251.188',1),(5860,1,'2014-03-05 19:05:20','100.43.83.152',4),(5861,1,'2014-03-05 20:03:03','86.134.254.15',3),(5862,1,'2014-03-05 21:55:18','62.212.73.98',1),(5863,1,'2014-03-05 22:10:15','66.249.81.115',2),(5864,1,'2014-03-05 23:21:28','180.76.6.152',1),(5865,1,'2014-03-06 00:24:29','66.249.66.21',1),(5866,1,'2014-03-06 05:21:24','182.69.83.46',2),(5867,1,'2014-03-06 07:07:47','182.69.83.46',1),(5868,1,'2014-03-06 08:50:55','106.120.173.75',1),(5869,1,'2014-03-06 13:18:13','38.111.147.83',1),(5870,1,'2014-03-06 16:54:24','178.255.215.65',1),(5871,1,'2014-03-06 20:14:38','2.97.169.12',2),(5872,1,'2014-03-07 03:17:48','66.249.66.21',1),(5873,1,'2014-03-07 04:14:00','72.14.199.21',1),(5874,1,'2014-03-07 06:13:11','220.181.108.110',1),(5875,1,'2014-03-07 07:01:28','100.43.83.152',2),(5876,1,'2014-03-07 11:41:50','148.251.71.5',4),(5877,1,'2014-03-07 17:43:12','148.251.11.144',1),(5878,1,'2014-03-07 18:26:31','66.249.73.69',2),(5879,1,'2014-03-07 21:14:56','180.76.6.141',1),(5880,1,'2014-03-07 22:36:35','54.234.125.251',1),(5881,1,'2014-03-08 02:44:34','66.249.73.104',1),(5882,1,'2014-03-08 04:27:47','66.249.65.82',1),(5883,1,'2014-03-08 06:25:10','216.145.11.94',1),(5884,1,'2014-03-08 10:30:41','91.121.222.207',1),(5885,1,'2014-03-08 14:56:21','74.96.66.194',1),(5886,1,'2014-03-08 16:11:38','162.210.196.100',1),(5887,1,'2014-03-08 18:27:45','100.43.83.152',1),(5888,1,'2014-03-08 20:57:43','157.55.34.99',1),(5889,1,'2014-03-08 21:48:27','106.120.173.75',1),(5890,1,'2014-03-08 22:29:57','178.255.215.65',1),(5891,1,'2014-03-09 02:58:52','42.156.137.34',1),(5892,1,'2014-03-09 07:10:16','100.43.83.152',3),(5893,1,'2014-03-09 11:39:24','68.180.224.238',1),(5894,1,'2014-03-09 12:15:28','86.179.51.194',2),(5895,1,'2014-03-09 15:03:06','188.40.249.67',5),(5896,1,'2014-03-09 23:15:57','178.141.110.184',1),(5897,1,'2014-03-10 02:44:52','66.249.65.82',1),(5898,1,'2014-03-10 09:19:03','213.205.227.74',1),(5899,1,'2014-03-10 10:17:48','220.181.108.80',2),(5900,1,'2014-03-10 13:30:34','78.148.178.165',4),(5901,1,'2014-03-10 16:25:12','8.35.200.41',3),(5902,1,'2014-03-10 18:43:57','180.76.6.142',2),(5903,1,'2014-03-10 19:43:33','107.170.76.181',1),(5904,1,'2014-03-10 20:02:27','81.157.14.96',1),(5905,1,'2014-03-10 22:22:02','180.76.6.48',1),(5906,1,'2014-03-10 23:50:49','66.249.73.103',1),(5907,1,'2014-03-11 01:11:16','91.238.134.210',1),(5908,1,'2014-03-11 02:51:22','54.204.76.24',1),(5909,1,'2014-03-11 06:17:23','122.107.211.174',3),(5910,1,'2014-03-11 07:25:31','100.43.83.152',2),(5911,1,'2014-03-11 11:25:15','162.210.196.130',1),(5912,1,'2014-03-11 15:22:20','180.76.6.41',3),(5913,1,'2014-03-11 19:56:01','66.249.64.77',1),(5914,1,'2014-03-11 21:20:15','178.19.99.68',1),(5915,1,'2014-03-11 22:36:53','23.20.102.41',1),(5916,1,'2014-03-11 23:09:12','66.249.64.82',1),(5917,1,'2014-03-12 11:26:32','65.36.158.75',1),(5918,1,'2014-03-12 12:09:02','180.76.6.59',1),(5919,1,'2014-03-12 16:57:58','187.37.105.177',1),(5920,1,'2014-03-12 19:57:34','106.120.173.75',1),(5921,1,'2014-03-12 20:47:58','91.200.13.1',2),(5922,1,'2014-03-12 21:22:10','177.195.26.118',3),(5923,1,'2014-03-13 07:58:43','79.31.230.128',1),(5924,1,'2014-03-13 08:44:45','157.55.36.37',1),(5925,1,'2014-03-13 11:36:48','91.200.13.1',1),(5926,1,'2014-03-13 13:21:58','100.43.83.152',2),(5927,1,'2014-03-13 16:26:16','86.136.242.243',3),(5928,1,'2014-03-13 22:14:05','62.210.122.209',2),(5929,1,'2014-03-14 02:06:51','50.173.222.250',4),(5930,1,'2014-03-14 03:45:28','66.249.65.146',1),(5931,1,'2014-03-14 09:33:10','123.125.71.89',1),(5932,1,'2014-03-14 17:04:04','190.55.213.107',1),(5933,1,'2014-03-14 18:51:38','199.58.86.206',1),(5934,1,'2014-03-14 23:55:48','106.120.173.75',2),(5935,1,'2014-03-15 00:54:06','86.25.143.114',1),(5936,1,'2014-03-15 08:15:09','108.35.150.20',5),(5937,1,'2014-03-15 11:32:45','100.43.83.152',2),(5938,1,'2014-03-15 12:00:45','5.68.124.62',1),(5939,1,'2014-03-15 15:12:33','80.112.165.16',1),(5940,1,'2014-03-15 16:45:14','2.125.250.208',1),(5941,1,'2014-03-15 20:52:05','198.27.80.33',2),(5942,1,'2014-03-15 21:40:07','31.3.233.120',1),(5943,1,'2014-03-15 23:43:44','180.76.5.191',1),(5944,1,'2014-03-16 00:49:55','180.76.6.149',1),(5945,1,'2014-03-16 01:45:13','66.249.73.68',1),(5946,1,'2014-03-16 02:45:25','42.120.160.24',1),(5947,1,'2014-03-16 08:36:38','117.78.13.17',2),(5948,1,'2014-03-16 15:30:11','50.173.222.250',1),(5949,1,'2014-03-16 19:52:54','179.217.43.248',1),(5950,1,'2014-03-16 20:46:51','78.148.189.150',3),(5951,1,'2014-03-16 21:48:20','68.180.224.238',2),(5952,1,'2014-03-16 22:31:08','187.27.6.67',2),(5953,1,'2014-03-16 23:02:08','77.75.73.36',3),(5954,1,'2014-03-17 00:45:51','83.41.129.219',1),(5955,1,'2014-03-17 03:42:03','66.249.65.82',1),(5956,1,'2014-03-17 11:43:42','162.243.111.248',2),(5957,1,'2014-03-17 12:04:40','100.43.83.152',4),(5958,1,'2014-03-17 13:43:16','199.58.86.211',1),(5959,1,'2014-03-17 14:18:58','66.249.93.115',1),(5960,1,'2014-03-17 19:03:52','5.65.55.121',1),(5961,1,'2014-03-17 20:44:02','213.133.97.216',1),(5962,1,'2014-03-17 21:22:07','85.23.138.81',1),(5963,1,'2014-03-18 01:58:24','5.65.101.30',1),(5964,1,'2014-03-18 03:21:54','107.21.157.181',1),(5965,1,'2014-03-18 10:01:35','220.181.108.81',1),(5966,1,'2014-03-18 12:55:56','194.82.210.244',1),(5967,1,'2014-03-18 14:22:24','194.82.210.244',6),(5968,1,'2014-03-18 19:48:59','106.120.173.75',1),(5969,1,'2014-03-18 20:39:00','189.105.10.31',2),(5970,1,'2014-03-18 21:57:45','82.8.139.49',1),(5971,1,'2014-03-18 23:11:06','88.106.248.9',1),(5972,1,'2014-03-19 01:12:18','66.249.65.114',1),(5973,1,'2014-03-19 03:41:02','94.23.45.176',1),(5974,1,'2014-03-19 05:52:58','220.181.108.119',1),(5975,1,'2014-03-19 11:02:26','88.105.203.126',2),(5976,1,'2014-03-19 14:37:57','180.76.6.147',1),(5977,1,'2014-03-19 21:28:20','178.255.215.65',1),(5978,1,'2014-03-19 22:26:25','177.80.70.15',1),(5979,1,'2014-03-20 00:39:04','100.43.83.152',2),(5980,1,'2014-03-20 04:04:49','66.249.73.69',1),(5981,1,'2014-03-20 08:05:52','123.125.71.51',1),(5982,1,'2014-03-20 09:26:35','157.56.93.49',1),(5983,1,'2014-03-20 18:45:04','106.120.173.75',1),(5984,1,'2014-03-20 21:44:36','199.58.86.206',1),(5985,1,'2014-03-20 22:42:58','50.151.182.188',1),(5986,1,'2014-03-21 07:21:48','64.246.165.200',2),(5987,1,'2014-03-21 10:55:04','100.43.83.152',2),(5988,1,'2014-03-21 12:32:40','54.211.34.137',1),(5989,1,'2014-03-21 13:58:30','66.249.64.77',1),(5990,1,'2014-03-21 14:32:34','5.65.101.30',1),(5991,1,'2014-03-21 15:08:08','212.159.87.159',1),(5992,1,'2014-03-21 16:44:27','194.82.210.244',1),(5993,1,'2014-03-21 17:06:08','180.76.6.46',1),(5994,1,'2014-03-21 18:41:53','199.19.73.13',1),(5995,1,'2014-03-22 03:55:18','100.43.83.152',1),(5996,1,'2014-03-22 04:26:49','220.181.108.108',1),(5997,1,'2014-03-22 09:07:42','54.186.171.169',2),(5998,1,'2014-03-22 11:37:25','66.249.64.87',2),(5999,1,'2014-03-22 13:43:35','106.120.173.75',3),(6000,1,'2014-03-22 18:49:56','66.249.76.104',1),(6001,1,'2014-03-22 20:19:51','148.251.11.146',1),(6002,1,'2014-03-22 22:54:02','188.143.232.111',1),(6003,1,'2014-03-23 02:21:55','188.143.232.31',1),(6004,1,'2014-03-23 03:29:53','108.59.86.176',1),(6005,1,'2014-03-23 04:44:22','173.255.119.64',1),(6006,1,'2014-03-23 06:36:34','173.255.115.172',1),(6007,1,'2014-03-23 11:27:21','100.43.83.152',2),(6008,1,'2014-03-23 13:48:58','220.181.108.168',1),(6009,1,'2014-03-23 15:38:36','31.3.233.120',1),(6010,1,'2014-03-23 17:00:26','180.76.5.74',1),(6011,1,'2014-03-23 18:29:33','91.121.170.197',2),(6012,1,'2014-03-23 19:22:06','46.165.197.142',1),(6013,1,'2014-03-24 00:06:06','66.249.64.87',1),(6014,1,'2014-03-24 06:25:31','23.20.22.2',1),(6015,1,'2014-03-24 09:04:46','66.249.76.69',1),(6016,1,'2014-03-24 17:01:57','106.120.173.75',1),(6017,1,'2014-03-24 20:13:43','66.249.64.77',1),(6018,1,'2014-03-24 23:27:37','2.31.141.126',1),(6019,1,'2014-03-25 04:40:19','66.249.76.69',1),(6020,1,'2014-03-25 06:42:30','91.243.202.174',1),(6021,1,'2014-03-25 07:16:38','100.43.83.152',1),(6022,1,'2014-03-25 09:20:03','176.31.100.209',1),(6023,1,'2014-03-25 12:26:52','100.43.83.152',2),(6024,1,'2014-03-25 15:47:37','177.9.22.219',1),(6025,1,'2014-03-25 16:21:41','117.78.13.18',1),(6026,1,'2014-03-25 17:06:47','109.68.191.150',5),(6027,1,'2014-03-26 01:47:55','193.43.252.252',5),(6028,1,'2014-03-26 08:00:21','66.249.64.82',1),(6029,1,'2014-03-26 10:38:32','94.230.249.67',1),(6030,1,'2014-03-26 13:40:46','41.207.31.202',1),(6031,1,'2014-03-26 18:01:26','67.168.85.244',6),(6032,1,'2014-03-26 19:11:52','178.143.145.249',2),(6033,1,'2014-03-26 20:39:06','82.132.245.168',1),(6034,1,'2014-03-27 00:31:38','23.251.146.87',2),(6035,1,'2014-03-27 02:37:24','66.249.64.77',2),(6036,1,'2014-03-27 03:29:06','66.249.76.69',2),(6037,1,'2014-03-27 06:22:33','122.161.2.154',2),(6038,1,'2014-03-27 11:23:50','100.43.83.152',2),(6039,1,'2014-03-27 18:30:33','157.55.33.79',1),(6040,1,'2014-03-27 22:02:01','108.59.82.188',2),(6041,1,'2014-03-27 23:16:20','85.210.118.9',3),(6042,1,'2014-03-28 02:28:30','31.3.233.120',1),(6043,1,'2014-03-28 08:42:31','123.125.71.49',6),(6044,1,'2014-03-28 11:41:25','54.81.241.84',1),(6045,1,'2014-03-28 13:33:58','2.31.141.126',2),(6046,1,'2014-03-28 14:53:15','173.255.118.102',1),(6047,1,'2014-03-28 16:48:48','189.31.100.168',1),(6048,1,'2014-03-29 01:19:50','157.56.93.148',2),(6049,1,'2014-03-29 02:45:18','42.156.138.24',1),(6050,1,'2014-03-29 05:49:10','106.120.173.75',1),(6051,1,'2014-03-29 08:45:04','100.43.83.152',2),(6052,1,'2014-03-29 10:44:55','66.55.152.251',1),(6053,1,'2014-03-29 11:28:51','173.255.113.91',2),(6054,1,'2014-03-29 15:53:07','148.251.12.17',1),(6055,1,'2014-03-29 17:46:24','188.143.232.111',2),(6056,1,'2014-03-29 18:03:27','66.249.93.115',1),(6057,1,'2014-03-29 20:11:27','83.32.243.253',1),(6058,1,'2014-03-30 00:24:08','188.143.232.31',2),(6059,1,'2014-03-30 07:01:02','66.249.76.79',2),(6060,1,'2014-03-30 09:53:39','66.249.76.69',1),(6061,1,'2014-03-30 10:48:35','100.43.83.152',1),(6062,1,'2014-03-30 15:42:49','62.212.73.211',1),(6063,1,'2014-03-30 18:12:17','83.25.132.48',2),(6064,1,'2014-03-30 20:13:07','179.186.77.232',2),(6065,1,'2014-03-31 01:53:25','106.120.173.75',1),(6066,1,'2014-03-31 02:39:53','109.91.131.223',1),(6067,1,'2014-03-31 07:22:09','100.43.83.152',2),(6068,1,'2014-03-31 10:34:56','109.151.34.204',2),(6069,1,'2014-03-31 15:49:40','180.76.6.59',1),(6070,1,'2014-03-31 17:28:11','165.193.168.6',2),(6071,1,'2014-03-31 19:02:44','2.31.141.126',1),(6072,1,'2014-03-31 22:29:28','62.210.142.7',2),(6073,1,'2014-04-01 00:12:02','69.210.131.114',2),(6074,1,'2014-04-01 01:32:23','173.255.113.248',1),(6075,1,'2014-04-01 02:19:47','31.148.246.102',2),(6076,1,'2014-04-01 12:14:29','213.238.175.25',1),(6077,1,'2014-04-01 13:59:49','199.16.156.125',2),(6078,1,'2014-04-01 15:14:33','81.152.226.51',1),(6079,1,'2014-04-01 20:53:00','106.120.173.75',1),(6080,1,'2014-04-02 01:26:42','31.3.233.120',2),(6081,1,'2014-04-02 05:12:55','68.180.224.238',1),(6082,1,'2014-04-02 09:20:58','66.249.76.101',1),(6083,1,'2014-04-02 11:47:05','148.251.11.132',1),(6084,1,'2014-04-02 12:54:24','178.74.98.12',1),(6085,1,'2014-04-02 16:10:38','66.249.76.69',1),(6086,1,'2014-04-02 17:16:46','83.149.126.98',1),(6087,1,'2014-04-02 19:49:51','91.236.75.25',1),(6088,1,'2014-04-02 20:27:58','66.249.76.93',1),(6089,1,'2014-04-02 23:04:13','173.255.119.20',1),(6090,1,'2014-04-03 01:07:05','123.125.71.79',1),(6091,1,'2014-04-03 02:10:12','157.56.92.159',1),(6092,1,'2014-04-03 07:59:44','50.57.190.97',1),(6093,1,'2014-04-03 08:58:20','5.65.139.226',1),(6094,1,'2014-04-03 09:37:46','100.43.83.152',2),(6095,1,'2014-04-03 12:23:36','14.201.247.176',2),(6096,1,'2014-04-03 13:59:26','220.181.108.103',1),(6097,1,'2014-04-03 14:49:10','212.36.34.98',1),(6098,1,'2014-04-03 19:15:20','24.47.164.36',2),(6099,1,'2014-04-03 21:50:33','46.38.62.159',2),(6100,1,'2014-04-03 22:43:20','106.120.173.75',1),(6101,1,'2014-04-04 00:22:31','64.246.165.200',1),(6102,1,'2014-04-04 01:14:01','24.47.164.36',1),(6103,1,'2014-04-04 04:24:06','23.251.158.232',1),(6104,1,'2014-04-04 07:30:18','86.186.1.196',1),(6105,1,'2014-04-04 08:04:26','183.60.243.194',3),(6106,1,'2014-04-04 10:00:01','193.111.141.134',1),(6107,1,'2014-04-04 11:24:40','80.168.49.146',2),(6108,1,'2014-04-04 12:08:23','80.176.155.204',2),(6109,1,'2014-04-04 14:49:19','95.236.177.42',2),(6110,1,'2014-04-04 15:50:03','180.76.6.137',1),(6111,1,'2014-04-04 16:20:28','162.222.182.78',1),(6112,1,'2014-04-04 19:04:38','188.143.232.111',2),(6113,1,'2014-04-04 20:44:21','66.249.76.90',1),(6114,1,'2014-04-04 21:58:53','23.251.158.178',1),(6115,1,'2014-04-04 22:12:49','81.133.145.209',1),(6116,1,'2014-04-05 02:19:06','66.249.76.81',2),(6117,1,'2014-04-05 09:50:22','106.120.173.75',1),(6118,1,'2014-04-05 10:31:43','100.43.83.152',2),(6119,1,'2014-04-05 13:36:11','66.249.74.169',1),(6120,1,'2014-04-05 14:40:39','207.106.190.66',1),(6121,1,'2014-04-06 03:02:40','108.59.8.80',1),(6122,1,'2014-04-06 04:26:29','209.85.238.169',1),(6123,1,'2014-04-06 07:40:48','106.187.47.170',1),(6124,1,'2014-04-06 12:02:25','2.31.141.126',2),(6125,1,'2014-04-06 13:37:18','66.249.83.21',1),(6126,1,'2014-04-06 15:52:57','91.121.170.197',1),(6127,1,'2014-04-06 22:30:19','31.3.233.120',1),(6128,1,'2014-04-07 00:51:59','106.120.173.75',1),(6129,1,'2014-04-07 03:15:08','23.251.155.254',2),(6130,1,'2014-04-07 10:35:46','91.121.222.207',1),(6131,1,'2014-04-07 12:08:42','100.43.83.152',2),(6132,1,'2014-04-07 13:05:04','94.13.254.124',1),(6133,1,'2014-04-07 16:24:34','23.251.150.236',2),(6134,1,'2014-04-07 17:14:32','82.132.223.119',1),(6135,1,'2014-04-08 01:54:28','36.74.147.185',1),(6136,1,'2014-04-08 06:47:48','66.249.68.114',1),(6137,1,'2014-04-08 10:10:21','80.248.233.21',1),(6138,1,'2014-04-08 11:34:00','5.133.203.75',4),(6139,1,'2014-04-08 14:49:00','23.251.159.146',1),(6140,1,'2014-04-08 18:01:21','180.76.5.166',4),(6141,1,'2014-04-08 19:47:17','180.76.6.64',1),(6142,1,'2014-04-08 20:43:27','80.47.15.137',1),(6143,1,'2014-04-08 21:29:12','66.220.7.244',2),(6144,1,'2014-04-09 01:41:37','67.202.118.44',1),(6145,1,'2014-04-09 03:14:02','42.156.136.106',1),(6146,1,'2014-04-09 08:14:17','100.43.83.152',2),(6147,1,'2014-04-09 10:38:09','91.250.15.69',4),(6148,1,'2014-04-09 15:02:26','80.168.49.146',2),(6149,1,'2014-04-09 16:21:47','66.249.70.27',1),(6150,1,'2014-04-09 17:08:13','83.143.143.3',1),(6151,1,'2014-04-09 22:48:44','162.210.196.130',1),(6152,1,'2014-04-09 23:50:24','91.236.74.121',1),(6153,1,'2014-04-10 01:10:20','62.210.142.7',3),(6154,1,'2014-04-10 03:06:58','66.249.70.38',1),(6155,1,'2014-04-10 07:41:49','177.148.232.54',1),(6156,1,'2014-04-10 11:55:32','199.16.156.124',2),(6157,1,'2014-04-10 12:22:58','2.31.141.126',2),(6158,1,'2014-04-10 14:19:20','69.197.160.146',1),(6159,1,'2014-04-10 15:36:46','162.222.177.129',1),(6160,1,'2014-04-10 20:21:38','173.252.101.119',2),(6161,1,'2014-04-10 22:16:11','86.173.170.3',2),(6162,1,'2014-04-10 23:07:40','54.195.228.131',1),(6163,1,'2014-04-11 08:38:30','100.43.83.152',3),(6164,1,'2014-04-11 09:33:11','188.143.232.111',1),(6165,1,'2014-04-11 11:06:43','220.181.108.118',1),(6166,1,'2014-04-11 12:22:00','123.125.71.110',2),(6167,1,'2014-04-11 14:22:02','31.3.233.120',1),(6168,1,'2014-04-11 15:27:23','66.249.70.65',1),(6169,1,'2014-04-11 16:12:26','188.143.232.31',1),(6170,1,'2014-04-11 17:31:44','180.76.6.137',2),(6171,1,'2014-04-11 19:43:05','54.198.45.36',1),(6172,1,'2014-04-11 21:43:40','208.115.111.72',1),(6173,1,'2014-04-12 00:33:20','98.248.231.46',1),(6174,1,'2014-04-12 02:01:34','199.180.128.188',1),(6175,1,'2014-04-12 08:21:06','162.243.27.205',1),(6176,1,'2014-04-12 09:45:44','65.55.24.239',1),(6177,1,'2014-04-12 10:14:29','93.115.94.85',1),(6178,1,'2014-04-12 13:34:36','66.249.70.42',1),(6179,1,'2014-04-12 14:19:36','92.28.255.25',2),(6180,1,'2014-04-12 17:07:46','180.76.6.42',1),(6181,1,'2014-04-12 18:31:12','180.76.5.167',2),(6182,1,'2014-04-12 20:56:58','106.120.173.75',1),(6183,1,'2014-04-12 21:12:19','199.223.233.138',2),(6184,1,'2014-04-12 23:46:01','75.150.140.182',1),(6185,1,'2014-04-13 01:02:30','23.20.124.249',2),(6186,1,'2014-04-13 02:24:14','88.106.246.235',2),(6187,1,'2014-04-13 05:55:04','81.193.250.113',1),(6188,1,'2014-04-13 06:27:50','66.249.70.21',2),(6189,1,'2014-04-13 07:13:26','100.43.83.152',2),(6190,1,'2014-04-13 10:31:15','86.161.223.147',1),(6191,1,'2014-04-13 12:41:13','92.20.191.60',1),(6192,1,'2014-04-13 14:10:33','69.58.178.59',2),(6193,1,'2014-04-13 17:29:20','62.210.142.7',1),(6194,1,'2014-04-13 18:18:37','66.249.64.87',2),(6195,1,'2014-04-13 19:28:15','180.76.6.58',1),(6196,1,'2014-04-13 23:15:11','66.249.64.82',1),(6197,1,'2014-04-14 06:37:04','69.175.121.50',1),(6198,1,'2014-04-14 07:14:44','54.83.249.226',1),(6199,1,'2014-04-14 08:19:32','192.99.4.25',1),(6200,1,'2014-04-14 11:47:31','62.210.122.209',1),(6201,1,'2014-04-14 15:10:03','189.73.176.111',1),(6202,1,'2014-04-14 16:01:11','208.66.16.65',3),(6203,1,'2014-04-14 17:53:56','81.158.199.205',1),(6204,1,'2014-04-14 18:13:19','117.78.13.18',1),(6205,1,'2014-04-14 19:35:45','107.178.220.118',1),(6206,1,'2014-04-14 20:19:21','220.181.108.77',1),(6207,1,'2014-04-14 21:01:45','106.120.173.75',1),(6208,1,'2014-04-14 23:55:19','66.249.64.82',1),(6209,1,'2014-04-15 04:53:13','80.168.49.146',1),(6210,1,'2014-04-15 07:42:35','213.133.97.216',1),(6211,1,'2014-04-15 14:17:08','107.178.210.232',1),(6212,1,'2014-04-15 15:01:21','90.201.163.118',1),(6213,1,'2014-04-15 16:06:11','180.76.6.40',2),(6214,1,'2014-04-15 18:08:03','176.251.98.72',1),(6215,1,'2014-04-15 20:26:32','82.33.57.184',1),(6216,1,'2014-04-15 21:33:01','92.231.242.232',3),(6217,1,'2014-04-16 00:44:09','177.134.100.137',2),(6218,1,'2014-04-16 04:36:07','31.3.233.120',1),(6219,1,'2014-04-16 05:37:10','77.236.192.239',2),(6220,1,'2014-04-16 16:13:16','54.198.19.44',1),(6221,1,'2014-04-16 17:43:10','148.251.12.17',2),(6222,1,'2014-04-16 18:25:37','122.61.255.81',2),(6223,1,'2014-04-16 19:14:03','180.76.5.61',5),(6224,1,'2014-04-17 04:58:49','78.235.89.202',1),(6225,1,'2014-04-17 05:28:59','182.69.82.39',2),(6226,1,'2014-04-17 09:04:58','182.64.190.126',2),(6227,1,'2014-04-17 11:24:41','187.75.185.145',3),(6228,1,'2014-04-17 12:46:10','195.91.224.113',1),(6229,1,'2014-04-17 13:56:10','66.249.70.67',1),(6230,1,'2014-04-17 18:25:01','88.227.100.204',1),(6231,1,'2014-04-17 19:36:12','188.143.232.111',1),(6232,1,'2014-04-17 20:28:21','66.249.93.115',1),(6233,1,'2014-04-17 21:03:56','81.103.123.117',1),(6234,1,'2014-04-17 23:25:58','100.43.83.152',2),(6235,1,'2014-04-18 04:19:27','178.255.215.85',1),(6236,1,'2014-04-18 05:35:01','64.246.187.42',1),(6237,1,'2014-04-18 12:03:32','91.236.74.121',1),(6238,1,'2014-04-18 16:38:33','107.178.212.219',1),(6239,1,'2014-04-18 18:09:24','180.153.236.168',1),(6240,1,'2014-04-18 21:47:46','68.180.224.238',2),(6241,1,'2014-04-19 00:39:12','61.55.185.144',1),(6242,1,'2014-04-19 04:39:25','195.91.224.113',1),(6243,1,'2014-04-19 06:09:09','66.249.70.67',1),(6244,1,'2014-04-19 11:45:22','88.198.56.239',1),(6245,1,'2014-04-19 13:58:41','188.143.232.31',1),(6246,1,'2014-04-19 14:16:27','123.125.71.53',1),(6247,1,'2014-04-19 16:38:12','162.210.196.130',1),(6248,1,'2014-04-19 18:38:48','23.20.159.32',1),(6249,1,'2014-04-19 20:47:58','106.120.173.75',1),(6250,1,'2014-04-19 22:34:26','66.249.70.29',1),(6251,1,'2014-04-19 23:50:29','66.249.70.21',1),(6252,1,'2014-04-20 00:00:58','199.217.116.214',2),(6253,1,'2014-04-20 03:02:23','100.43.83.152',2),(6254,1,'2014-04-20 06:17:12','31.3.233.120',1),(6255,1,'2014-04-20 15:41:02','66.249.68.114',1),(6256,1,'2014-04-20 17:29:04','83.28.101.47',2),(6257,1,'2014-04-20 19:48:00','94.242.222.29',1),(6258,1,'2014-04-21 00:14:39','117.78.13.18',1),(6259,1,'2014-04-21 02:33:33','193.111.141.116',1),(6260,1,'2014-04-21 06:56:04','42.156.139.59',1),(6261,1,'2014-04-21 08:01:05','80.229.152.17',1),(6262,1,'2014-04-21 09:00:59','83.9.8.183',2),(6263,1,'2014-04-21 10:35:33','100.43.83.152',2),(6264,1,'2014-04-21 11:35:59','123.125.71.20',1),(6265,1,'2014-04-21 14:07:36','81.148.83.211',1),(6266,1,'2014-04-21 18:06:08','94.9.99.147',1),(6267,1,'2014-04-21 22:35:43','180.76.6.50',1),(6268,1,'2014-04-21 23:18:13','95.234.238.247',1),(6269,1,'2014-04-22 07:55:36','106.120.173.75',1),(6270,1,'2014-04-22 08:36:23','66.249.70.54',1),(6271,1,'2014-04-22 12:45:03','66.249.70.44',1),(6272,1,'2014-04-22 14:03:56','62.212.73.211',1),(6273,1,'2014-04-22 15:39:56','109.149.71.209',1),(6274,1,'2014-04-22 17:45:45','64.31.9.117',1),(6275,1,'2014-04-22 18:30:01','212.215.153.103',1),(6276,1,'2014-04-22 23:36:10','67.186.118.119',1),(6277,1,'2014-04-23 00:39:28','66.249.70.54',1),(6278,1,'2014-04-23 02:08:59','180.76.6.233',2),(6279,1,'2014-04-23 04:18:42','180.76.5.144',1),(6280,1,'2014-04-23 08:09:26','100.43.83.152',2),(6281,1,'2014-04-23 09:31:21','94.242.222.29',1),(6282,1,'2014-04-23 10:02:56','83.240.137.16',1),(6283,1,'2014-04-23 18:02:04','31.3.233.120',1),(6284,1,'2014-04-23 19:35:31','188.143.232.111',1),(6285,1,'2014-04-23 21:35:54','80.4.21.195',1),(6286,1,'2014-04-24 01:36:20','181.110.93.93',2),(6287,1,'2014-04-24 07:43:07','23.236.62.187',1),(6288,1,'2014-04-24 11:56:22','106.120.173.75',1),(6289,1,'2014-04-24 15:49:09','23.251.158.27',1),(6290,1,'2014-04-24 22:13:12','173.192.34.95',2),(6291,1,'2014-04-25 01:03:01','123.125.71.60',2),(6292,1,'2014-04-25 05:16:59','178.255.215.65',2),(6293,1,'2014-04-25 06:24:58','66.249.70.45',1),(6294,1,'2014-04-25 08:02:10','100.43.83.152',2),(6295,1,'2014-04-25 12:29:02','108.59.8.80',1),(6296,1,'2014-04-25 14:50:18','69.84.207.246',2),(6297,1,'2014-04-25 16:40:06','107.178.212.94',1),(6298,1,'2014-04-25 17:42:42','54.187.150.46',2),(6299,1,'2014-04-25 18:52:01','95.9.129.33',4),(6300,1,'2014-04-26 03:45:14','66.249.70.21',1),(6301,1,'2014-04-26 11:35:52','66.249.75.65',1),(6302,1,'2014-04-26 13:54:06','106.120.173.75',1),(6303,1,'2014-04-26 15:50:11','141.0.8.207',1),(6304,1,'2014-04-26 17:10:29','199.30.20.65',1),(6305,1,'2014-04-26 22:23:22','67.186.118.119',3),(6306,1,'2014-04-27 02:18:46','108.59.87.124',1),(6307,1,'2014-04-27 03:42:22','68.4.233.75',2),(6308,1,'2014-04-27 07:53:25','37.58.100.226',1),(6309,1,'2014-04-27 09:44:44','91.250.15.69',5),(6310,1,'2014-04-27 10:43:09','66.249.70.51',1),(6311,1,'2014-04-27 12:04:08','199.30.20.65',1),(6312,1,'2014-04-27 22:59:38','189.94.25.91',1),(6313,1,'2014-04-28 06:12:31','31.3.233.120',1),(6314,1,'2014-04-28 07:46:48','188.143.232.31',1),(6315,1,'2014-04-28 09:48:12','117.78.13.17',1),(6316,1,'2014-04-28 10:15:09','108.59.8.80',1),(6317,1,'2014-04-28 13:56:33','106.120.173.75',1),(6318,1,'2014-04-28 18:19:00','93.186.202.197',1),(6319,1,'2014-04-28 21:07:54','66.249.70.45',1),(6320,1,'2014-04-28 22:59:15','217.216.40.84',1),(6321,1,'2014-04-29 01:23:31','100.43.83.152',2),(6322,1,'2014-04-29 06:40:11','54.205.227.235',1),(6323,1,'2014-04-29 07:59:09','91.121.170.197',1),(6324,1,'2014-04-29 10:09:48','37.57.200.107',2),(6325,1,'2014-04-29 11:13:39','66.249.70.65',2),(6326,1,'2014-04-29 12:53:03','86.155.46.186',2),(6327,1,'2014-04-29 13:18:34','123.125.71.75',1),(6328,1,'2014-04-29 14:28:16','188.68.255.136',1),(6329,1,'2014-04-29 16:15:36','93.186.202.198',1),(6330,1,'2014-04-29 18:41:17','180.76.6.42',1),(6331,1,'2014-04-29 20:42:28','220.181.108.183',2),(6332,1,'2014-04-29 21:22:14','66.249.70.63',1),(6333,1,'2014-04-29 22:06:39','208.115.111.72',2),(6334,1,'2014-04-30 02:21:39','157.55.35.79',1),(6335,1,'2014-04-30 03:22:47','67.186.118.119',1),(6336,1,'2014-04-30 05:30:32','108.59.81.96',1),(6337,1,'2014-04-30 09:10:35','8.35.201.45',1),(6338,1,'2014-04-30 10:52:51','157.55.34.178',2),(6339,1,'2014-04-30 12:38:39','166.147.104.176',1),(6340,1,'2014-04-30 13:29:08','180.76.6.136',2),(6341,1,'2014-04-30 15:05:06','191.241.152.239',1),(6342,1,'2014-04-30 19:31:12','23.251.145.251',1),(6343,1,'2014-04-30 22:33:06','91.236.74.121',1),(6344,1,'2014-04-30 23:30:25','72.21.217.97',3),(6345,1,'2014-05-01 02:18:20','79.114.6.116',3),(6346,1,'2014-05-01 03:04:06','64.246.165.10',1),(6347,1,'2014-05-01 07:44:40','87.10.137.20',1),(6348,1,'2014-05-01 08:50:11','100.43.83.152',2),(6349,1,'2014-05-01 09:02:11','202.149.116.25',3),(6350,1,'2014-05-01 10:35:15','182.52.52.142',1),(6351,1,'2014-05-01 16:18:50','107.178.220.54',2),(6352,1,'2014-05-02 02:12:58','66.249.70.48',2),(6353,1,'2014-05-02 05:42:56','66.249.70.44',1),(6354,1,'2014-05-02 07:20:38','66.249.70.56',2),(6355,1,'2014-05-02 11:53:33','183.89.161.211',1),(6356,1,'2014-05-02 12:27:49','37.58.100.83',1),(6357,1,'2014-05-02 16:11:09','107.178.211.66',1),(6358,1,'2014-05-02 17:51:47','31.3.233.120',1),(6359,1,'2014-05-02 18:10:58','91.238.134.210',1),(6360,1,'2014-05-03 00:48:36','162.210.196.97',1),(6361,1,'2014-05-03 01:33:19','66.249.70.38',1),(6362,1,'2014-05-03 07:53:10','96.229.71.229',1),(6363,1,'2014-05-03 08:03:30','91.236.74.121',4),(6364,1,'2014-05-03 10:57:21','123.125.71.77',1),(6365,1,'2014-05-03 16:41:11','94.175.52.106',3),(6366,1,'2014-05-04 00:55:26','192.99.9.164',1),(6367,1,'2014-05-04 01:15:27','180.76.5.155',1),(6368,1,'2014-05-04 04:10:57','123.125.71.85',1),(6369,1,'2014-05-04 14:54:54','106.120.173.75',1),(6370,1,'2014-05-04 17:59:12','66.249.73.73',1),(6371,1,'2014-05-04 20:35:33','66.249.73.69',1),(6372,1,'2014-05-04 23:39:08','107.170.56.5',1),(6373,1,'2014-05-05 03:42:58','54.219.166.194',1),(6374,1,'2014-05-05 04:24:51','188.143.232.230',1),(6375,1,'2014-05-05 06:25:23','188.143.232.111',1),(6376,1,'2014-05-05 07:00:56','178.154.210.252',2),(6377,1,'2014-05-05 10:17:44','66.249.73.102',1),(6378,1,'2014-05-05 11:57:14','180.153.214.199',1),(6379,1,'2014-05-05 12:45:24','66.220.152.115',1),(6380,1,'2014-05-05 18:35:21','81.104.10.246',1),(6381,1,'2014-05-05 19:48:42','2.223.92.21',1),(6382,1,'2014-05-05 20:13:11','107.178.211.66',1),(6383,1,'2014-05-06 01:52:38','123.125.71.48',1),(6384,1,'2014-05-06 02:47:29','88.105.206.144',1),(6385,1,'2014-05-06 03:51:54','23.251.158.25',1),(6386,1,'2014-05-06 04:13:28','72.14.199.21',1),(6387,1,'2014-05-06 06:30:05','180.76.5.66',1),(6388,1,'2014-05-06 07:12:47','199.30.20.13',2),(6389,1,'2014-05-06 12:39:33','59.53.183.90',1),(6390,1,'2014-05-06 13:40:32','157.55.35.80',1),(6391,1,'2014-05-06 16:01:50','77.75.77.11',2),(6392,1,'2014-05-06 17:57:51','187.115.67.101',1),(6393,1,'2014-05-06 20:34:25','86.154.202.29',1),(6394,1,'2014-05-06 23:23:33','66.249.75.23',1),(6395,1,'2014-05-07 00:21:04','108.59.8.80',1),(6396,1,'2014-05-07 02:52:59','106.120.173.75',2),(6397,1,'2014-05-07 03:44:51','31.3.233.120',1),(6398,1,'2014-05-07 04:41:20','95.65.30.29',3),(6399,1,'2014-05-07 05:53:01','107.21.138.69',1),(6400,1,'2014-05-07 06:14:17','36.250.182.242',4),(6401,1,'2014-05-07 07:01:30','46.118.123.50',1),(6402,1,'2014-05-07 10:14:18','66.249.75.32',2),(6403,1,'2014-05-07 12:12:10','101.226.33.208',1),(6404,1,'2014-05-07 15:52:26','199.59.148.209',1),(6405,1,'2014-05-07 16:06:29','107.178.218.102',1),(6406,1,'2014-05-07 19:23:18','76.168.6.123',1),(6407,1,'2014-05-08 02:36:13','60.166.102.116',1),(6408,1,'2014-05-08 03:56:14','148.251.12.17',2),(6409,1,'2014-05-08 05:23:46','220.181.127.126',2),(6410,1,'2014-05-08 08:17:05','180.153.236.140',1),(6411,1,'2014-05-08 12:07:28','50.57.190.50',2),(6412,1,'2014-05-08 17:19:10','92.23.226.229',2),(6413,1,'2014-05-08 22:41:45','54.211.219.81',1),(6414,1,'2014-05-08 23:32:39','66.249.70.21',1),(6415,1,'2014-05-09 01:13:26','180.153.236.188',1),(6416,1,'2014-05-09 07:05:14','54.87.52.92',1),(6417,1,'2014-05-09 09:53:01','66.249.70.50',1),(6418,1,'2014-05-09 10:16:45','220.181.108.114',1),(6419,1,'2014-05-09 11:17:30','66.249.70.63',1),(6420,1,'2014-05-09 14:18:35','100.43.83.152',1),(6421,1,'2014-05-09 15:10:10','95.74.206.78',1),(6422,1,'2014-05-09 16:02:52','220.181.108.151',3),(6423,1,'2014-05-09 17:07:40','199.58.86.211',1),(6424,1,'2014-05-09 18:51:10','106.120.173.75',1),(6425,1,'2014-05-09 19:02:22','54.76.7.58',1),(6426,1,'2014-05-09 21:28:32','123.125.71.13',1),(6427,1,'2014-05-09 22:04:10','180.76.5.26',2),(6428,1,'2014-05-10 01:33:09','54.76.7.136',2),(6429,1,'2014-05-10 04:26:14','157.55.33.22',2),(6430,1,'2014-05-10 11:24:12','146.90.176.129',2),(6431,1,'2014-05-10 12:38:05','213.159.38.90',1),(6432,1,'2014-05-10 15:30:22','66.249.70.21',2),(6433,1,'2014-05-10 18:45:19','81.130.99.198',2),(6434,1,'2014-05-10 19:08:10','188.143.232.111',1),(6435,1,'2014-05-11 00:10:08','66.249.70.47',2),(6436,1,'2014-05-11 03:53:47','66.249.70.21',1),(6437,1,'2014-05-11 06:41:40','100.43.83.152',2),(6438,1,'2014-05-11 07:58:38','192.95.16.174',1),(6439,1,'2014-05-11 10:44:56','31.3.233.120',1),(6440,1,'2014-05-11 11:30:00','96.227.124.37',1),(6441,1,'2014-05-11 15:51:39','178.255.215.65',1),(6442,1,'2014-05-11 17:52:01','188.143.232.230',1),(6443,1,'2014-05-11 23:13:01','66.249.70.67',1),(6444,1,'2014-05-12 00:03:23','69.171.237.14',1),(6445,1,'2014-05-12 01:03:13','220.181.108.183',1),(6446,1,'2014-05-12 02:03:41','54.204.120.161',1),(6447,1,'2014-05-12 08:33:52','123.125.71.106',1),(6448,1,'2014-05-12 11:14:36','180.76.6.43',1),(6449,1,'2014-05-12 12:20:38','162.210.196.97',1),(6450,1,'2014-05-12 13:34:29','23.251.152.242',2),(6451,1,'2014-05-12 19:47:38','107.178.212.109',1),(6452,1,'2014-05-12 21:21:59','188.80.168.190',2),(6453,1,'2014-05-12 22:58:25','66.249.70.42',1),(6454,1,'2014-05-13 00:16:38','180.76.6.60',1),(6455,1,'2014-05-13 01:43:30','93.186.202.241',1),(6456,1,'2014-05-13 02:20:11','69.58.178.58',4),(6457,1,'2014-05-13 04:02:30','42.156.136.25',2),(6458,1,'2014-05-13 06:59:51','100.43.83.152',1),(6459,1,'2014-05-13 07:00:25','100.43.83.152',1),(6460,1,'2014-05-13 08:58:43','157.55.33.106',1),(6461,1,'2014-05-13 09:45:27','66.249.70.21',1),(6462,1,'2014-05-13 13:39:28','66.249.70.52',1),(6463,1,'2014-05-13 16:19:50','199.168.151.159',3),(6464,1,'2014-05-13 19:23:38','54.76.24.71',1),(6465,1,'2014-05-13 20:51:23','187.55.185.203',1),(6466,1,'2014-05-13 21:06:10','213.136.168.211',3),(6467,1,'2014-05-14 01:06:29','67.186.118.119',1),(6468,1,'2014-05-14 05:44:33','54.198.206.161',1),(6469,1,'2014-05-14 10:38:46','94.189.231.229',1),(6470,1,'2014-05-14 14:25:14','212.44.29.108',1),(6471,1,'2014-05-14 17:50:13','61.135.190.220',1),(6472,1,'2014-05-14 18:04:14','89.204.137.124',1),(6473,1,'2014-05-14 21:45:55','107.178.210.149',1),(6474,1,'2014-05-14 23:00:36','54.72.91.124',2),(6475,1,'2014-05-15 02:16:20','66.249.75.21',1),(6476,1,'2014-05-15 04:59:04','91.250.15.69',5),(6477,1,'2014-05-15 05:44:53','149.254.183.217',1),(6478,1,'2014-05-15 08:08:08','100.43.83.152',2),(6479,1,'2014-05-15 11:47:13','180.76.5.153',1),(6480,1,'2014-05-15 15:02:23','66.249.75.63',1),(6481,1,'2014-05-15 17:32:59','23.236.61.136',2),(6482,1,'2014-05-15 21:12:40','2.31.141.106',1),(6483,1,'2014-05-15 23:43:37','106.120.173.75',1),(6484,1,'2014-05-16 02:02:44','66.249.75.30',2),(6485,1,'2014-05-16 12:12:07','2.31.141.106',2),(6486,1,'2014-05-16 15:12:45','107.178.223.186',1),(6487,1,'2014-05-16 17:25:01','157.55.32.60',1),(6488,1,'2014-05-16 18:20:06','31.3.233.120',1),(6489,1,'2014-05-16 19:13:18','188.143.232.111',3),(6490,1,'2014-05-16 21:53:39','66.249.81.115',3),(6491,1,'2014-05-16 22:46:15','2.31.141.106',1),(6492,1,'2014-05-17 05:44:09','192.241.159.122',2),(6493,1,'2014-05-17 08:43:51','100.43.83.152',3),(6494,1,'2014-05-17 10:43:05','123.125.71.103',1),(6495,1,'2014-05-17 12:25:01','50.17.148.87',1),(6496,1,'2014-05-17 15:07:43','107.178.210.59',1),(6497,1,'2014-05-17 17:21:16','180.76.5.197',2),(6498,1,'2014-05-17 23:54:04','68.180.225.109',1),(6499,1,'2014-05-18 00:18:18','108.59.8.80',1),(6500,1,'2014-05-18 03:13:29','178.255.215.85',2),(6501,1,'2014-05-18 06:15:27','188.143.232.230',3),(6502,1,'2014-05-18 14:57:32','90.209.2.191',4),(6503,1,'2014-05-18 15:07:53','107.178.223.141',1),(6504,1,'2014-05-18 16:46:12','66.249.70.58',1),(6505,1,'2014-05-18 18:10:33','177.68.43.206',1),(6506,1,'2014-05-18 20:54:31','106.120.173.75',1),(6507,1,'2014-05-18 21:56:13','82.69.108.129',1),(6508,1,'2014-05-18 22:06:55','2.25.31.37',1),(6509,1,'2014-05-19 00:30:39','178.137.164.233',1),(6510,1,'2014-05-19 01:51:35','180.76.5.149',1),(6511,1,'2014-05-19 02:07:58','107.206.200.53',1),(6512,1,'2014-05-19 07:28:55','100.43.83.152',2),(6513,1,'2014-05-19 09:59:52','50.57.64.198',1),(6514,1,'2014-05-19 10:36:48','94.1.237.127',1),(6515,1,'2014-05-19 11:12:01','54.82.240.90',2),(6516,1,'2014-05-19 12:37:19','194.82.210.247',1),(6517,1,'2014-05-19 13:58:29','157.56.229.244',1),(6518,1,'2014-05-19 15:09:58','107.178.210.129',1),(6519,1,'2014-05-19 21:26:09','2.31.141.106',1),(6520,1,'2014-05-19 22:37:02','66.220.152.112',1),(6521,1,'2014-05-20 01:03:24','2.31.141.106',2),(6522,1,'2014-05-20 02:04:02','68.103.249.58',2),(6523,1,'2014-05-20 07:12:14','180.153.236.148',1),(6524,1,'2014-05-20 15:07:33','107.178.212.109',3),(6525,1,'2014-05-20 22:56:37','31.3.233.120',1),(6526,1,'2014-05-21 00:34:22','180.153.236.41',1),(6527,1,'2014-05-21 09:10:42','100.43.83.152',2),(6528,1,'2014-05-21 12:54:40','94.13.117.22',1),(6529,1,'2014-05-21 14:48:57','106.120.173.75',1),(6530,1,'2014-05-21 15:41:59','107.178.221.126',1),(6531,1,'2014-05-21 21:32:57','66.249.70.54',1),(6532,1,'2014-05-21 22:40:07','180.76.5.69',1),(6533,1,'2014-05-22 00:15:56','188.143.232.111',1),(6534,1,'2014-05-22 03:01:23','123.125.71.95',1),(6535,1,'2014-05-22 04:49:10','180.76.5.171',1),(6536,1,'2014-05-22 08:01:27','199.30.20.6',1),(6537,1,'2014-05-22 10:09:10','157.55.32.28',1),(6538,1,'2014-05-22 11:18:58','101.226.65.105',1),(6539,1,'2014-05-22 15:08:42','107.178.213.249',1),(6540,1,'2014-05-22 21:23:12','54.76.100.31',1),(6541,1,'2014-05-23 01:11:31','177.4.206.214',1),(6542,1,'2014-05-23 06:03:22','178.255.215.65',1),(6543,1,'2014-05-23 09:09:59','54.82.96.182',2),(6544,1,'2014-05-23 10:03:36','54.188.243.100',2),(6545,1,'2014-05-23 11:46:17','66.249.70.24',1),(6546,1,'2014-05-23 13:06:40','100.43.83.152',2),(6547,1,'2014-05-23 15:07:45','107.178.219.206',1),(6548,1,'2014-05-23 20:40:47','81.45.53.119',1),(6549,1,'2014-05-24 03:52:13','192.81.215.225',3),(6550,1,'2014-05-24 07:46:23','144.76.42.76',2),(6551,1,'2014-05-24 09:24:45','151.228.210.49',2),(6552,1,'2014-05-24 12:19:07','78.88.198.255',1),(6553,1,'2014-05-24 15:08:51','107.178.208.87',2),(6554,1,'2014-05-24 17:34:32','81.178.213.193',1),(6555,1,'2014-05-24 20:42:12','31.122.148.78',2),(6556,1,'2014-05-24 21:41:49','162.243.61.205',2),(6557,1,'2014-05-25 02:38:39','64.246.165.10',1),(6558,1,'2014-05-25 03:04:08','31.3.233.120',2),(6559,1,'2014-05-25 09:20:54','100.43.83.152',2),(6560,1,'2014-05-25 11:18:17','101.226.65.106',1),(6561,1,'2014-05-25 13:08:00','157.55.33.111',2),(6562,1,'2014-05-25 15:07:09','107.178.215.133',2),(6563,1,'2014-05-25 18:29:45','151.62.135.165',1),(6564,1,'2014-05-25 20:04:44','88.148.40.2',1),(6565,1,'2014-05-26 00:03:39','92.24.152.96',2),(6566,1,'2014-05-26 03:03:55','146.120.158.139',3),(6567,1,'2014-05-26 07:40:06','84.124.94.13',1),(6568,1,'2014-05-26 08:52:54','101.80.255.62',1),(6569,1,'2014-05-26 09:40:43','66.249.70.32',3),(6570,1,'2014-05-26 14:53:05','177.2.103.53',1),(6571,1,'2014-05-26 15:07:41','107.178.223.166',1),(6572,1,'2014-05-26 21:03:53','180.76.5.81',3),(6573,1,'2014-05-26 22:08:07','2.125.132.56',4),(6574,1,'2014-05-27 00:09:22','188.143.232.111',1),(6575,1,'2014-05-27 03:22:06','37.0.123.87',1),(6576,1,'2014-05-27 06:16:47','68.103.249.58',1),(6577,1,'2014-05-27 10:18:40','83.217.124.125',2),(6578,1,'2014-05-27 11:19:51','112.64.235.253',2),(6579,1,'2014-05-27 12:45:46','65.55.52.96',1),(6580,1,'2014-05-27 13:12:08','31.100.170.12',3),(6581,1,'2014-05-27 14:49:28','178.118.128.54',1),(6582,1,'2014-05-27 15:07:41','107.178.208.161',1),(6583,1,'2014-05-27 17:16:49','213.133.97.216',1),(6584,1,'2014-05-27 18:06:17','2.31.141.106',4),(6585,1,'2014-05-27 20:19:46','81.156.149.149',2),(6586,1,'2014-05-27 22:24:49','100.43.83.152',2),(6587,1,'2014-05-27 23:08:48','187.10.132.44',1),(6588,1,'2014-05-28 00:48:15','66.249.70.42',1),(6589,1,'2014-05-28 01:07:21','87.115.136.20',1),(6590,1,'2014-05-28 05:43:23','106.120.173.75',1),(6591,1,'2014-05-28 08:33:00','182.64.106.96',2),(6592,1,'2014-05-28 09:50:41','151.228.105.123',1),(6593,1,'2014-05-28 10:43:09','182.64.174.240',1),(6594,1,'2014-05-28 12:40:03','65.55.55.229',2),(6595,1,'2014-05-28 15:07:33','107.178.209.87',2),(6596,1,'2014-05-29 02:07:54','202.46.62.77',2),(6597,1,'2014-05-29 11:15:28','123.125.71.71',1),(6598,1,'2014-05-29 15:08:31','107.178.215.33',1),(6599,1,'2014-05-29 18:09:12','192.241.128.134',3),(6600,1,'2014-05-29 19:10:58','37.58.100.178',1),(6601,1,'2014-05-29 20:04:56','123.125.71.83',1),(6602,1,'2014-05-30 06:48:51','106.120.173.75',1),(6603,1,'2014-05-30 10:06:13','100.43.83.152',2),(6604,1,'2014-05-30 11:32:36','85.121.36.251',1),(6605,1,'2014-05-30 13:19:57','66.249.70.42',2),(6606,1,'2014-05-30 15:08:26','107.178.211.185',1),(6607,1,'2014-05-30 19:09:53','188.143.232.230',1),(6608,1,'2014-05-30 20:48:20','2.31.141.118',1),(6609,1,'2014-05-31 04:44:09','123.125.71.20',1),(6610,1,'2014-05-31 10:30:04','123.125.71.78',1),(6611,1,'2014-05-31 11:02:56','157.55.39.166',4),(6612,1,'2014-05-31 12:43:51','69.12.68.243',1),(6613,1,'2014-05-31 13:16:04','100.43.83.152',2),(6614,1,'2014-05-31 15:07:22','107.178.215.133',1),(6615,1,'2014-05-31 17:16:35','157.55.39.199',1),(6616,1,'2014-05-31 19:26:20','66.220.152.115',1),(6617,1,'2014-05-31 20:41:48','180.76.5.147',1),(6618,1,'2014-05-31 22:07:30','66.220.7.244',1),(6619,1,'2014-05-31 23:50:12','91.224.160.12',2),(6620,1,'2014-06-01 02:19:38','144.76.34.109',1),(6621,1,'2014-06-01 05:26:15','220.181.108.121',1),(6622,1,'2014-06-01 09:17:13','148.251.12.17',1),(6623,1,'2014-06-01 10:43:13','106.120.173.75',1),(6624,1,'2014-06-01 11:28:26','202.46.50.38',1),(6625,1,'2014-06-01 12:30:56','162.210.196.98',1),(6626,1,'2014-06-01 13:43:22','72.81.142.212',1),(6627,1,'2014-06-01 14:11:51','54.201.24.210',3),(6628,1,'2014-06-01 15:06:49','107.178.218.103',2),(6629,1,'2014-06-01 20:01:44','86.171.136.180',3),(6630,1,'2014-06-01 22:22:21','64.233.172.21',1),(6631,1,'2014-06-02 01:13:38','202.46.51.143',2),(6632,1,'2014-06-02 05:52:05','195.154.168.130',1),(6633,1,'2014-06-02 07:58:50','66.249.70.22',1),(6634,1,'2014-06-02 11:08:13','220.181.108.113',2),(6635,1,'2014-06-02 15:07:43','107.178.215.100',2),(6636,1,'2014-06-02 17:38:14','66.249.70.35',1),(6637,1,'2014-06-02 20:43:27','86.174.164.67',1),(6638,1,'2014-06-02 21:35:35','199.59.148.210',1),(6639,1,'2014-06-02 23:22:34','123.125.71.39',1),(6640,1,'2014-06-03 00:33:20','66.249.70.65',1),(6641,1,'2014-06-03 01:47:36','208.115.111.72',3),(6642,1,'2014-06-03 04:27:21','24.19.153.201',1),(6643,1,'2014-06-03 10:45:44','118.93.75.90',1),(6644,1,'2014-06-03 12:56:58','100.43.83.152',2),(6645,1,'2014-06-03 15:04:25','107.178.221.189',2),(6646,1,'2014-06-03 19:03:42','95.150.207.219',3),(6647,1,'2014-06-03 20:24:19','66.249.70.21',1),(6648,1,'2014-06-03 21:27:32','2.127.233.196',1),(6649,1,'2014-06-04 02:40:08','54.234.82.227',1),(6650,1,'2014-06-04 06:00:28','37.58.100.137',1),(6651,1,'2014-06-04 09:11:48','117.78.13.29',1),(6652,1,'2014-06-04 11:20:52','101.226.33.223',1),(6653,1,'2014-06-04 13:51:10','180.76.5.69',1),(6654,1,'2014-06-04 14:05:04','192.99.170.65',1),(6655,1,'2014-06-04 15:00:43','38.111.147.83',2),(6656,1,'2014-06-04 20:07:20','220.181.108.84',2),(6657,1,'2014-06-04 21:24:28','86.180.10.186',2),(6658,1,'2014-06-05 00:10:03','31.3.233.120',1),(6659,1,'2014-06-05 02:53:38','106.120.173.75',1),(6660,1,'2014-06-05 04:13:24','66.249.91.84',1),(6661,1,'2014-06-05 05:21:12','123.125.71.17',1),(6662,1,'2014-06-05 09:45:46','100.43.83.152',2),(6663,1,'2014-06-05 10:18:14','183.60.243.218',1),(6664,1,'2014-06-05 13:40:57','151.228.210.49',1),(6665,1,'2014-06-05 15:03:34','107.178.221.22',1),(6666,1,'2014-06-05 18:42:58','188.143.232.230',1),(6667,1,'2014-06-05 22:45:26','2.31.141.118',1),(6668,1,'2014-06-05 23:17:19','81.103.123.117',1),(6669,1,'2014-06-06 03:31:28','82.60.138.220',3),(6670,1,'2014-06-06 04:05:08','64.246.165.10',1),(6671,1,'2014-06-06 09:02:22','54.237.215.107',1),(6672,1,'2014-06-06 10:46:25','91.121.222.207',1),(6673,1,'2014-06-06 13:04:34','157.55.39.31',2),(6674,1,'2014-06-06 14:28:57','123.125.71.108',2),(6675,1,'2014-06-06 15:25:14','66.249.64.82',3),(6676,1,'2014-06-06 20:35:24','157.55.39.134',1),(6677,1,'2014-06-06 23:29:45','66.249.76.69',1),(6678,1,'2014-06-07 01:03:38','198.27.67.14',2),(6679,1,'2014-06-07 03:52:57','189.159.36.35',1),(6680,1,'2014-06-07 08:06:13','5.255.253.91',2),(6681,1,'2014-06-07 09:49:16','106.120.173.75',1),(6682,1,'2014-06-07 10:38:31','66.249.76.78',2),(6683,1,'2014-06-07 14:18:31','190.181.184.180',2),(6684,1,'2014-06-07 17:29:17','190.214.207.47',1),(6685,1,'2014-06-07 19:46:12','123.125.71.28',1),(6686,1,'2014-06-07 22:32:20','204.12.251.37',1),(6687,1,'2014-06-08 02:59:13','46.208.80.195',1),(6688,1,'2014-06-08 06:43:38','31.3.233.120',1),(6689,1,'2014-06-08 07:02:32','207.106.190.66',1),(6690,1,'2014-06-08 10:16:20','173.252.74.113',2),(6691,1,'2014-06-08 12:15:21','107.22.114.20',1),(6692,1,'2014-06-08 13:37:00','180.76.5.94',1),(6693,1,'2014-06-08 14:22:04','199.58.86.211',2),(6694,1,'2014-06-08 17:35:29','23.20.22.2',1),(6695,1,'2014-06-08 18:26:37','66.249.69.82',1),(6696,1,'2014-06-09 05:52:06','220.181.108.177',1),(6697,1,'2014-06-09 06:12:51','193.192.58.164',3),(6698,1,'2014-06-09 07:54:23','106.120.173.75',1),(6699,1,'2014-06-09 13:59:59','50.57.104.33',1),(6700,1,'2014-06-09 14:37:22','107.178.214.112',2),(6701,1,'2014-06-09 16:29:15','66.249.81.115',2),(6702,1,'2014-06-09 18:50:38','185.25.49.187',1),(6703,1,'2014-06-10 01:28:13','37.58.100.70',1),(6704,1,'2014-06-10 02:00:24','54.197.125.86',2),(6705,1,'2014-06-10 07:22:04','185.25.49.187',6),(6706,1,'2014-06-10 08:17:17','54.242.14.108',10),(6707,1,'2014-06-10 10:40:21','185.25.49.187',1),(6708,1,'2014-06-10 12:27:56','185.25.49.187',5),(6709,1,'2014-06-10 14:36:58','23.251.156.74',2),(6710,1,'2014-06-10 20:39:49','157.55.39.5',1),(6711,1,'2014-06-10 23:04:43','157.55.39.5',1),(6712,1,'2014-06-11 02:01:42','222.94.231.11',3),(6713,1,'2014-06-11 06:38:55','66.249.70.21',2),(6714,1,'2014-06-11 12:37:56','31.3.233.120',1),(6715,1,'2014-06-11 13:13:43','188.143.232.111',4),(6716,1,'2014-06-11 14:08:25','88.211.127.66',2),(6717,1,'2014-06-11 16:46:38','66.249.69.82',1),(6718,1,'2014-06-12 09:12:47','23.20.117.204',2),(6719,1,'2014-06-12 13:21:39','123.125.71.47',1),(6720,1,'2014-06-12 14:27:03','54.83.66.188',2),(6721,1,'2014-06-12 15:18:00','220.181.108.142',1),(6722,1,'2014-06-12 18:05:16','187.21.212.140',3),(6723,1,'2014-06-12 19:06:27','157.55.39.4',1),(6724,1,'2014-06-12 21:42:37','106.120.173.75',1),(6725,1,'2014-06-12 22:07:53','31.13.97.118',2),(6726,1,'2014-06-13 01:37:44','37.58.100.156',1),(6727,1,'2014-06-13 03:40:01','107.170.55.230',1),(6728,1,'2014-06-13 08:19:42','5.255.253.91',2),(6729,1,'2014-06-13 09:01:18','69.58.178.59',2),(6730,1,'2014-06-13 11:10:53','202.46.49.194',2),(6731,1,'2014-06-13 12:56:07','123.125.71.23',1),(6732,1,'2014-06-13 13:54:06','195.154.168.130',1),(6733,1,'2014-06-13 19:29:55','92.15.137.75',2),(6734,1,'2014-06-13 20:46:29','199.223.235.106',1),(6735,1,'2014-06-14 00:40:35','202.46.53.169',1),(6736,1,'2014-06-14 01:39:37','123.125.71.79',2),(6737,1,'2014-06-14 02:33:29','213.239.218.19',1),(6738,1,'2014-06-14 07:36:11','66.249.69.66',1),(6739,1,'2014-06-14 08:22:10','199.16.156.126',1),(6740,1,'2014-06-14 09:50:20','194.82.210.247',4),(6741,1,'2014-06-14 10:18:22','54.82.125.237',1),(6742,1,'2014-06-14 14:12:46','66.249.69.98',2),(6743,1,'2014-06-14 17:26:32','220.181.108.169',1),(6744,1,'2014-06-14 18:23:48','31.3.233.120',1),(6745,1,'2014-06-14 21:20:36','180.76.5.76',1),(6746,1,'2014-06-14 23:37:08','106.120.173.75',1),(6747,1,'2014-06-15 00:24:44','201.43.165.75',1),(6748,1,'2014-06-15 01:04:42','188.40.249.87',3),(6749,1,'2014-06-15 03:08:12','107.23.87.151',2),(6750,1,'2014-06-15 06:17:51','66.249.69.66',3),(6751,1,'2014-06-15 14:11:27','108.59.8.70',2),(6752,1,'2014-06-16 04:39:13','109.100.9.79',2),(6753,1,'2014-06-16 07:18:03','197.76.151.145',1),(6754,1,'2014-06-16 09:49:26','194.82.210.247',1),(6755,1,'2014-06-16 10:34:41','106.120.173.75',1),(6756,1,'2014-06-16 12:07:04','188.143.232.111',2),(6757,1,'2014-06-16 14:36:40','107.178.218.53',1),(6758,1,'2014-06-16 17:28:37','66.249.69.98',1),(6759,1,'2014-06-16 19:05:52','146.255.4.226',2),(6760,1,'2014-06-16 20:19:52','220.181.108.145',2),(6761,1,'2014-06-16 21:17:35','54.87.112.13',1),(6762,1,'2014-06-16 23:25:05','185.10.104.195',1),(6763,1,'2014-06-17 01:33:37','200.193.12.252',1),(6764,1,'2014-06-17 02:12:36','66.249.69.66',1),(6765,1,'2014-06-17 04:12:36','61.198.222.194',2),(6766,1,'2014-06-17 05:37:34','157.55.39.237',1),(6767,1,'2014-06-17 08:11:03','66.249.69.98',3),(6768,1,'2014-06-17 14:36:21','23.251.150.94',1),(6769,1,'2014-06-17 16:02:23','86.167.123.124',4),(6770,1,'2014-06-17 17:09:50','188.143.232.230',1),(6771,1,'2014-06-17 19:52:45','2.31.141.118',1),(6772,1,'2014-06-17 20:26:25','31.3.233.120',1),(6773,1,'2014-06-17 21:19:03','2.31.141.118',2),(6774,1,'2014-06-17 22:26:30','148.251.75.46',1),(6775,1,'2014-06-18 00:41:14','186.241.209.73',1),(6776,1,'2014-06-18 04:03:39','91.207.7.21',2),(6777,1,'2014-06-18 05:20:46','182.64.134.155',4),(6778,1,'2014-06-18 09:05:34','66.249.69.66',1),(6779,1,'2014-06-18 12:23:28','148.251.75.46',2),(6780,1,'2014-06-18 14:36:09','162.222.178.208',1),(6781,1,'2014-06-18 15:44:38','107.20.85.142',1),(6782,1,'2014-06-18 19:08:17','66.249.67.10',1),(6783,1,'2014-06-18 21:09:06','201.9.189.126',2),(6784,1,'2014-06-18 22:47:20','86.161.222.98',1),(6785,1,'2014-06-19 01:19:00','202.46.49.81',1),(6786,1,'2014-06-20 18:03:23','157.55.39.106',1),(6787,1,'2014-06-20 20:32:07','92.15.135.3',1),(6788,1,'2014-06-20 21:14:18','66.249.67.127',1),(6789,1,'2014-06-20 22:03:16','66.249.67.10',1),(6790,1,'2014-06-20 23:15:04','157.55.39.106',1),(6791,1,'2014-06-21 01:43:55','208.115.111.72',1),(6792,1,'2014-06-21 03:59:05','157.55.39.106',1),(6793,1,'2014-06-21 07:45:09','188.143.232.111',1),(6794,1,'2014-06-21 09:18:33','183.60.243.197',2),(6795,1,'2014-06-21 12:05:31','173.252.74.112',1),(6796,1,'2014-06-21 14:20:22','54.242.58.67',5),(6797,1,'2014-06-21 16:38:44','66.249.67.10',2),(6798,1,'2014-06-21 18:01:25','100.43.91.17',2),(6799,1,'2014-06-21 19:41:43','86.148.38.80',1),(6800,1,'2014-06-21 20:47:09','201.79.158.133',1),(6801,1,'2014-06-21 21:48:45','69.171.237.119',1),(6802,1,'2014-06-21 23:01:25','66.249.67.127',1),(6803,1,'2014-06-22 00:05:19','82.192.74.242',4),(6804,1,'2014-06-22 03:56:17','66.249.67.114',1),(6805,1,'2014-06-22 04:53:08','66.249.93.115',1),(6806,1,'2014-06-22 08:21:10','180.76.5.148',1),(6807,1,'2014-06-22 10:06:42','31.54.140.239',2),(6808,1,'2014-06-22 14:27:49','162.210.196.130',2),(6809,1,'2014-06-22 15:45:15','86.51.26.16',1),(6810,1,'2014-06-22 18:14:00','180.76.5.149',1),(6811,1,'2014-06-22 23:13:16','188.81.153.245',1),(6812,1,'2014-06-23 01:05:38','180.76.5.95',1),(6813,1,'2014-06-23 02:13:34','37.58.100.189',2),(6814,1,'2014-06-23 05:41:55','91.207.6.102',2),(6815,1,'2014-06-23 06:08:39','64.202.161.46',2),(6816,1,'2014-06-23 08:13:09','66.249.67.114',4),(6817,1,'2014-06-23 10:53:57','66.249.69.66',1),(6818,1,'2014-06-23 11:49:52','81.103.123.117',2),(6819,1,'2014-06-23 14:35:31','108.59.82.44',1),(6820,1,'2014-06-23 15:16:00','36.72.193.169',1),(6821,1,'2014-06-23 17:15:54','180.76.5.193',1),(6822,1,'2014-06-23 19:42:35','144.76.185.173',2),(6823,1,'2014-06-23 21:43:08','188.143.232.230',2),(6824,1,'2014-06-24 00:17:28','66.249.70.21',1),(6825,1,'2014-06-24 02:25:36','31.202.241.242',3),(6826,1,'2014-06-24 08:56:51','207.46.13.114',1),(6827,1,'2014-06-24 13:09:39','2.217.245.249',1),(6828,1,'2014-06-24 14:36:11','23.251.149.183',1),(6829,1,'2014-06-24 15:48:02','220.181.108.156',1),(6830,1,'2014-06-24 18:27:32','92.7.10.176',1),(6831,1,'2014-06-24 19:14:06','220.181.108.123',1),(6832,1,'2014-06-24 21:11:53','91.125.110.228',2),(6833,1,'2014-06-25 00:24:32','93.171.216.163',1),(6834,1,'2014-06-25 03:58:20','174.119.238.58',1),(6835,1,'2014-06-25 04:35:41','106.120.173.75',1),(6836,1,'2014-06-25 08:57:18','162.210.196.130',1),(6837,1,'2014-06-25 09:52:27','100.43.91.17',2),(6838,1,'2014-06-25 11:05:00','194.72.50.220',2),(6839,1,'2014-06-25 12:45:39','144.76.163.48',1),(6840,1,'2014-06-25 14:17:14','66.249.69.98',2),(6841,1,'2014-06-25 15:46:12','69.171.237.114',1),(6842,1,'2014-06-25 18:38:47','68.180.224.172',1),(6843,1,'2014-06-25 19:38:30','177.81.25.84',1),(6844,1,'2014-06-25 22:50:38','199.59.148.209',1),(6845,1,'2014-06-26 06:27:44','218.213.131.99',1),(6846,1,'2014-06-26 07:08:43','66.249.69.82',1),(6847,1,'2014-06-26 08:57:55','60.242.87.130',1),(6848,1,'2014-06-26 10:20:48','66.249.69.98',1),(6849,1,'2014-06-26 12:01:39','91.207.7.21',2),(6850,1,'2014-06-26 14:20:48','66.249.69.66',2),(6851,1,'2014-06-26 15:33:49','91.207.6.102',2),(6852,1,'2014-06-26 16:30:35','220.181.51.107',2),(6853,1,'2014-06-26 18:17:23','180.76.6.20',1),(6854,1,'2014-06-26 19:03:21','46.4.48.68',4),(6855,1,'2014-06-26 21:23:06','23.251.151.77',1),(6856,1,'2014-06-27 03:39:34','179.171.218.5',2),(6857,1,'2014-06-27 08:09:55','84.85.180.159',3),(6858,1,'2014-06-27 09:34:56','106.120.173.75',3),(6859,1,'2014-06-27 14:35:51','107.178.221.214',1),(6860,1,'2014-06-27 16:56:45','157.55.39.46',1),(6861,1,'2014-06-27 17:41:04','180.76.5.66',1),(6862,1,'2014-06-27 19:57:19','177.135.219.78',1),(6863,1,'2014-06-27 22:02:52','157.55.39.46',1),(6864,1,'2014-06-27 23:10:10','180.76.5.152',2),(6865,1,'2014-06-28 06:28:10','192.99.212.86',1),(6866,1,'2014-06-28 13:16:10','66.249.69.98',2),(6867,1,'2014-06-28 14:35:31','23.251.153.28',1),(6868,1,'2014-06-28 18:00:16','199.16.156.124',3),(6869,1,'2014-06-28 20:29:07','69.160.34.30',1),(6870,1,'2014-06-29 06:34:47','77.75.77.32',1),(6871,1,'2014-06-29 07:34:56','173.252.120.119',1),(6872,1,'2014-06-29 09:17:06','100.43.91.17',2),(6873,1,'2014-06-29 10:54:26','101.226.66.21',1),(6874,1,'2014-06-29 11:54:14','107.170.54.252',1),(6875,1,'2014-06-29 13:33:12','188.143.232.230',2),(6876,1,'2014-06-29 14:35:45','23.236.49.81',1),(6877,1,'2014-06-29 21:35:08','66.220.159.113',1),(6878,1,'2014-06-29 22:40:02','94.8.137.179',1),(6879,1,'2014-06-29 23:04:40','46.208.80.195',2),(6880,1,'2014-06-30 06:43:15','64.246.187.42',1),(6881,1,'2014-06-30 09:33:45','2.216.107.49',1),(6882,1,'2014-06-30 11:36:07','180.76.5.150',1),(6883,1,'2014-06-30 14:35:48','23.236.50.121',2),(6884,1,'2014-06-30 16:24:41','66.249.69.66',1),(6885,1,'2014-06-30 18:10:59','66.249.69.66',1),(6886,1,'2014-06-30 19:16:35','66.249.69.82',3),(6887,1,'2014-06-30 22:17:29','220.181.108.152',1),(6888,1,'2014-06-30 23:55:20','46.208.80.195',1),(6889,1,'2014-07-01 00:02:56','46.208.80.195',3),(6890,1,'2014-07-01 01:11:48','50.42.61.54',1),(6891,1,'2014-07-01 09:05:51','84.91.98.51',3),(6892,1,'2014-07-01 14:35:31','107.178.215.185',1),(6893,1,'2014-07-01 20:11:57','66.249.69.66',1),(6894,1,'2014-07-01 21:38:48','106.120.173.75',1),(6895,1,'2014-07-01 23:23:54','2.125.142.3',2),(6896,1,'2014-07-02 01:41:02','5.179.101.206',1),(6897,1,'2014-07-02 02:04:35','66.249.69.98',1),(6898,1,'2014-07-02 11:10:35','46.165.197.142',1),(6899,1,'2014-07-02 14:35:52','108.59.80.19',1),(6900,1,'2014-07-02 15:41:46','66.249.69.98',1),(6901,1,'2014-07-02 17:57:34','187.14.65.230',1),(6902,1,'2014-07-02 20:00:17','188.143.232.111',2),(6903,1,'2014-07-02 23:52:47','180.76.6.148',1),(6904,1,'2014-07-03 00:50:00','54.242.58.67',1),(6905,1,'2014-07-03 08:01:19','69.171.237.112',1),(6906,1,'2014-07-03 09:36:34','180.76.6.43',2),(6907,1,'2014-07-03 10:39:07','66.249.69.66',3),(6908,1,'2014-07-03 14:38:23','107.178.210.115',1),(6909,1,'2014-07-03 16:01:38','100.43.91.17',3),(6910,1,'2014-07-03 17:42:28','141.113.161.10',1),(6911,1,'2014-07-03 18:38:15','157.55.39.123',1),(6912,1,'2014-07-04 05:16:31','66.249.69.98',1),(6913,1,'2014-07-04 06:07:11','106.120.173.75',2),(6914,1,'2014-07-04 10:08:31','129.12.39.40',1),(6915,1,'2014-07-04 11:12:37','188.40.249.84',3),(6916,1,'2014-07-04 13:06:56','66.249.69.66',1),(6917,1,'2014-07-04 14:35:49','23.20.22.2',2),(6918,1,'2014-07-04 15:15:23','123.125.71.76',1),(6919,1,'2014-07-04 20:21:28','199.16.156.125',2),(6920,1,'2014-07-05 01:56:56','177.100.146.88',1),(6921,1,'2014-07-05 02:47:42','177.139.108.82',1),(6922,1,'2014-07-05 04:11:21','66.249.91.100',1),(6923,1,'2014-07-05 06:53:46','126.15.118.138',2),(6924,1,'2014-07-05 09:26:02','100.43.91.17',2),(6925,1,'2014-07-05 13:07:02','185.56.80.125',1),(6926,1,'2014-07-05 14:38:25','23.251.159.52',1),(6927,1,'2014-07-05 20:12:31','212.224.119.181',2),(6928,1,'2014-07-05 23:10:46','37.58.100.153',1),(6929,1,'2014-07-06 00:26:42','188.143.232.6',1),(6930,1,'2014-07-06 01:44:02','123.125.71.42',1),(6931,1,'2014-07-06 02:12:52','200.222.190.188',3),(6932,1,'2014-07-06 07:48:39','66.249.70.21',1),(6933,1,'2014-07-06 09:34:15','106.120.173.75',1),(6934,1,'2014-07-06 10:50:36','91.121.222.207',2),(6935,1,'2014-07-06 11:43:46','66.249.69.82',1),(6936,1,'2014-07-06 12:31:14','192.99.170.65',3),(6937,1,'2014-07-06 14:38:11','23.251.146.5',1),(6938,1,'2014-07-06 21:06:28','157.55.39.235',2),(6939,1,'2014-07-07 02:55:17','220.181.108.174',1),(6940,1,'2014-07-07 04:55:52','91.207.4.9',1),(6941,1,'2014-07-07 08:01:28','144.76.185.173',1),(6942,1,'2014-07-07 13:39:43','100.43.91.17',2),(6943,1,'2014-07-07 14:38:24','107.178.216.63',1),(6944,1,'2014-07-07 15:12:17','66.249.69.82',1),(6945,1,'2014-07-07 16:21:57','187.28.74.114',1),(6946,1,'2014-07-07 18:46:48','185.25.49.180',1),(6947,1,'2014-07-07 20:10:01','222.94.162.118',2),(6948,1,'2014-07-08 02:21:38','185.56.80.125',1),(6949,1,'2014-07-08 03:18:55','199.16.156.126',1),(6950,1,'2014-07-08 05:39:17','123.125.71.110',1),(6951,1,'2014-07-08 06:09:37','185.56.80.125',1),(6952,1,'2014-07-08 07:34:14','185.56.80.125',1),(6953,1,'2014-07-08 08:27:58','209.190.113.82',3),(6954,1,'2014-07-08 09:35:44','106.120.173.75',1),(6955,1,'2014-07-08 10:45:27','185.56.80.125',1),(6956,1,'2014-07-08 12:35:23','157.55.39.3',1),(6957,1,'2014-07-08 13:02:18','187.75.185.10',2),(6958,1,'2014-07-08 14:38:27','23.251.147.235',2),(6959,1,'2014-07-08 17:42:22','220.181.108.172',1),(6960,1,'2014-07-08 18:21:44','185.56.80.125',1),(6961,1,'2014-07-08 19:51:34','95.102.42.253',1),(6962,1,'2014-07-08 22:01:31','46.4.48.68',1),(6963,1,'2014-07-08 23:40:46','185.56.80.125',1),(6964,1,'2014-07-09 01:35:19','123.125.71.14',2),(6965,1,'2014-07-09 02:20:38','107.22.114.32',4),(6966,1,'2014-07-09 03:55:18','66.249.69.66',1),(6967,1,'2014-07-09 04:19:57','50.17.18.69',3),(6968,1,'2014-07-09 09:44:08','194.82.210.247',2),(6969,1,'2014-07-09 10:09:31','100.43.91.17',2),(6970,1,'2014-07-09 12:58:51','46.165.197.142',1),(6971,1,'2014-07-09 13:39:43','185.56.80.125',1),(6972,1,'2014-07-09 14:38:16','199.223.233.136',1),(6973,1,'2014-07-09 16:37:30','208.68.38.162',3),(6974,1,'2014-07-09 19:48:11','157.55.39.8',2),(6975,1,'2014-07-09 22:38:58','202.46.57.99',2),(6976,1,'2014-07-10 07:43:04','185.56.80.125',1),(6977,1,'2014-07-10 09:35:43','106.120.173.75',2),(6978,1,'2014-07-10 12:40:36','66.249.69.66',1),(6979,1,'2014-07-10 13:07:06','151.41.179.55',1),(6980,1,'2014-07-10 14:38:25','107.178.219.200',1),(6981,1,'2014-07-10 15:12:09','193.43.252.252',3),(6982,1,'2014-07-10 19:41:16','185.56.80.125',1),(6983,1,'2014-07-10 20:15:39','66.249.73.69',2),(6984,1,'2014-07-11 05:53:27','185.56.80.125',1),(6985,1,'2014-07-11 07:43:55','86.177.175.213',1),(6986,1,'2014-07-11 10:46:30','101.226.66.181',1),(6987,1,'2014-07-11 11:59:12','50.57.104.33',1),(6988,1,'2014-07-11 12:11:14','54.80.234.8',1),(6989,1,'2014-07-11 14:52:23','80.194.53.181',1),(6990,1,'2014-07-11 15:12:09','23.236.62.223',1),(6991,1,'2014-07-12 00:41:41','66.249.69.81',1),(6992,1,'2014-07-12 03:34:00','216.145.17.190',1),(6993,1,'2014-07-12 08:03:17','185.56.80.125',1),(6994,1,'2014-07-12 09:14:56','66.249.69.81',2),(6995,1,'2014-07-12 12:36:10','54.87.30.100',1),(6996,1,'2014-07-12 13:35:24','100.43.91.17',2),(6997,1,'2014-07-12 14:37:57','146.148.35.121',1),(6998,1,'2014-07-12 15:03:46','69.197.160.242',2),(6999,1,'2014-07-12 16:04:21','222.7.44.239',2),(7000,1,'2014-07-12 17:33:09','54.90.140.231',1),(7001,1,'2014-07-12 18:07:26','69.58.178.58',2),(7002,1,'2014-07-12 19:18:50','46.4.48.68',2),(7003,1,'2014-07-12 21:05:53','157.55.39.167',2),(7004,1,'2014-07-12 22:56:13','185.10.104.130',1),(7005,1,'2014-07-13 00:43:40','177.98.191.24',1),(7006,1,'2014-07-13 02:40:50','42.120.160.95',1),(7007,1,'2014-07-13 09:28:53','69.171.230.116',2),(7008,1,'2014-07-13 10:45:37','220.181.108.97',2),(7009,1,'2014-07-13 11:16:49','185.56.80.125',1),(7010,1,'2014-07-13 12:54:16','157.55.39.168',1),(7011,1,'2014-07-13 13:03:09','190.178.227.252',3),(7012,1,'2014-07-13 14:38:21','23.251.157.29',2),(7013,1,'2014-07-13 15:10:36','188.143.232.6',1),(7014,1,'2014-07-13 16:08:54','185.56.80.125',1),(7015,1,'2014-07-13 18:34:42','201.92.160.35',1),(7016,1,'2014-07-13 20:43:52','82.132.244.35',2),(7017,1,'2014-07-13 21:35:23','185.56.80.125',1),(7018,1,'2014-07-14 02:32:49','54.227.103.72',1),(7019,1,'2014-07-14 04:48:03','185.56.80.125',1),(7020,1,'2014-07-14 05:54:41','186.233.205.16',1),(7021,1,'2014-07-14 07:34:11','185.56.80.125',1),(7022,1,'2014-07-14 09:35:43','106.120.173.75',1),(7023,1,'2014-07-14 11:19:08','89.33.167.135',1),(7024,1,'2014-07-14 13:37:32','220.181.108.100',1),(7025,1,'2014-07-14 16:58:07','23.236.55.48',1),(7026,1,'2014-07-14 20:38:06','212.129.18.215',1),(7027,1,'2014-07-14 21:13:29','185.56.80.125',1),(7028,1,'2014-07-14 22:22:36','180.76.6.232',1),(7029,1,'2014-07-14 23:34:04','66.249.69.81',1),(7030,1,'2014-07-15 03:15:32','100.43.91.17',4),(7031,1,'2014-07-15 04:43:09','66.249.69.81',1),(7032,1,'2014-07-15 05:41:26','123.125.71.12',1),(7033,1,'2014-07-15 07:59:07','36.76.103.240',1),(7034,1,'2014-07-15 08:54:06','69.171.230.116',1),(7035,1,'2014-07-15 14:59:49','107.178.215.24',1),(7036,1,'2014-07-15 16:26:11','177.100.173.83',1),(7037,1,'2014-07-15 18:05:54','162.243.17.49',1),(7038,1,'2014-07-15 20:41:08','199.16.156.125',1),(7039,1,'2014-07-15 21:36:18','185.56.80.125',1),(7040,1,'2014-07-16 01:15:29','207.46.13.111',1),(7041,1,'2014-07-16 04:38:51','66.249.69.65',1),(7042,1,'2014-07-16 10:09:52','95.234.24.57',1),(7043,1,'2014-07-16 14:38:36','107.178.218.71',1),(7044,1,'2014-07-16 18:06:22','179.236.126.98',1),(7045,1,'2014-07-16 20:57:43','123.125.71.18',1),(7046,1,'2014-07-16 23:01:17','66.249.69.65',2),(7047,1,'2014-07-17 01:21:11','126.114.148.105',4),(7048,1,'2014-07-17 03:17:39','123.125.71.26',2),(7049,1,'2014-07-17 04:26:03','117.78.13.18',1),(7050,1,'2014-07-17 07:47:02','162.210.196.100',1),(7051,1,'2014-07-17 09:05:07','123.125.71.99',2),(7052,1,'2014-07-17 10:46:30','101.226.65.106',1),(7053,1,'2014-07-17 13:02:44','100.43.91.17',3),(7054,1,'2014-07-17 14:38:37','146.148.44.144',1),(7055,1,'2014-07-17 15:18:09','212.129.33.124',1),(7056,1,'2014-07-17 16:46:45','5.2.3.23',1),(7057,1,'2014-07-17 17:48:07','77.96.229.92',1),(7058,1,'2014-07-17 22:17:37','151.228.105.123',2),(7059,1,'2014-07-18 06:04:03','66.249.64.81',1),(7060,1,'2014-07-18 10:25:06','54.90.183.239',1),(7061,1,'2014-07-18 11:22:21','188.40.249.84',3),(7062,1,'2014-07-18 12:33:40','136.160.160.219',1),(7063,1,'2014-07-18 13:05:01','31.202.216.156',4),(7064,1,'2014-07-18 14:39:48','107.178.209.122',2),(7065,1,'2014-07-18 17:13:59','186.47.204.226',2),(7066,1,'2014-07-18 19:12:58','180.76.5.24',2),(7067,1,'2014-07-18 21:29:46','82.43.45.143',2),(7068,1,'2014-07-18 22:02:59','220.181.108.94',1),(7069,1,'2014-07-19 00:06:28','179.222.213.137',3),(7070,1,'2014-07-19 03:28:06','73.179.178.54',1),(7071,1,'2014-07-19 04:14:39','181.64.101.71',1),(7072,1,'2014-07-19 10:02:54','100.43.91.17',2),(7073,1,'2014-07-19 14:39:16','107.178.211.158',1),(7074,1,'2014-07-19 15:26:25','193.60.60.204',1),(7075,1,'2014-07-19 18:51:34','107.182.164.194',4),(7076,1,'2014-07-19 19:32:47','207.46.13.21',1),(7077,1,'2014-07-19 21:34:41','106.120.173.75',1),(7078,1,'2014-07-19 23:53:34','188.143.232.111',1),(7079,1,'2014-07-20 01:21:52','185.56.80.125',1),(7080,1,'2014-07-20 02:04:06','123.125.71.106',1),(7081,1,'2014-07-20 05:43:43','66.249.67.113',1),(7082,1,'2014-07-20 09:39:48','66.249.67.113',1),(7083,1,'2014-07-20 10:51:18','146.200.188.179',1),(7084,1,'2014-07-20 16:05:37','146.148.39.79',1),(7085,1,'2014-07-20 20:35:27','92.24.58.51',1),(7086,1,'2014-07-20 21:51:39','46.4.48.68',1),(7087,1,'2014-07-20 22:25:19','180.76.5.168',1),(7088,1,'2014-07-20 23:37:51','54.205.97.5',1),(7089,1,'2014-07-21 08:47:34','192.99.19.154',1),(7090,1,'2014-07-21 10:03:24','123.125.71.43',3),(7091,1,'2014-07-21 11:00:07','100.43.91.17',2),(7092,1,'2014-07-21 12:51:12','54.237.234.205',2),(7093,1,'2014-07-21 13:04:50','107.22.1.226',1),(7094,1,'2014-07-21 14:38:45','146.148.33.103',1),(7095,1,'2014-07-21 15:33:34','66.249.70.21',1),(7096,1,'2014-07-21 17:34:59','106.120.173.75',2),(7097,1,'2014-07-21 22:34:03','81.151.154.197',1),(7098,1,'2014-07-22 00:50:47','123.125.71.84',1),(7099,1,'2014-07-22 01:01:41','173.193.219.168',1),(7100,1,'2014-07-22 02:52:13','188.143.232.6',2),(7101,1,'2014-07-22 03:23:30','220.255.1.151',1),(7102,1,'2014-07-22 04:15:58','66.249.69.65',1),(7103,1,'2014-07-22 08:29:27','54.214.171.4',4),(7104,1,'2014-07-22 11:03:51','66.249.69.81',1),(7105,1,'2014-07-22 12:04:14','188.220.62.96',1),(7106,1,'2014-07-22 13:03:32','117.89.217.236',1),(7107,1,'2014-07-22 14:38:17','146.148.40.135',1),(7108,1,'2014-07-22 16:35:28','66.249.69.97',2),(7109,1,'2014-07-22 18:20:41','180.76.6.28',1),(7110,1,'2014-07-22 20:40:11','96.227.124.37',1),(7111,1,'2014-07-22 23:48:29','144.76.155.8',1),(7112,1,'2014-07-23 01:06:25','189.147.253.50',1),(7113,1,'2014-07-23 04:16:52','61.135.190.219',1),(7114,1,'2014-07-23 05:10:35','180.76.5.194',5),(7115,1,'2014-07-23 09:49:58','66.249.69.97',1),(7116,1,'2014-07-23 12:26:04','100.43.91.17',2),(7117,1,'2014-07-23 13:40:07','106.120.173.75',4),(7118,1,'2014-07-23 14:17:50','66.249.69.97',1),(7119,1,'2014-07-23 15:22:55','146.148.40.1',1),(7120,1,'2014-07-23 16:07:00','191.183.104.197',1),(7121,1,'2014-07-23 17:23:27','66.249.69.81',1),(7122,1,'2014-07-23 18:39:54','148.251.75.46',1),(7123,1,'2014-07-23 22:37:41','187.23.15.229',1),(7124,1,'2014-07-23 23:21:46','76.164.206.122',1),(7125,1,'2014-07-24 01:05:15','207.46.13.19',2),(7126,1,'2014-07-24 03:47:37','64.246.161.30',1),(7127,1,'2014-07-24 05:37:25','189.121.138.76',2),(7128,1,'2014-07-24 07:00:05','2.192.49.188',1),(7129,1,'2014-07-24 09:54:03','54.81.105.33',1),(7130,1,'2014-07-24 11:13:54','220.181.108.170',1),(7131,1,'2014-07-24 12:27:36','201.79.200.207',1),(7132,1,'2014-07-24 14:39:03','146.148.36.223',1),(7133,1,'2014-07-24 15:21:38','162.210.196.130',1),(7134,1,'2014-07-24 16:49:22','220.181.108.183',1),(7135,1,'2014-07-24 21:08:40','190.244.182.20',2),(7136,1,'2014-07-24 23:14:59','123.125.71.113',4),(7137,1,'2014-07-25 00:58:42','177.40.80.224',1),(7138,1,'2014-07-25 02:54:51','201.83.77.154',1),(7139,1,'2014-07-25 03:59:10','42.156.137.7',1),(7140,1,'2014-07-25 09:40:50','106.120.173.75',1),(7141,1,'2014-07-25 10:42:51','199.16.156.125',2),(7142,1,'2014-07-25 11:00:31','100.43.91.17',1),(7143,1,'2014-07-25 12:54:31','188.143.232.111',1),(7144,1,'2014-07-25 14:37:29','46.208.86.175',1),(7145,1,'2014-07-25 15:40:42','207.46.13.19',1),(7146,1,'2014-07-25 16:32:49','83.67.117.167',1),(7147,1,'2014-07-25 17:24:15','146.148.36.213',2),(7148,1,'2014-07-25 19:27:32','189.15.37.94',1),(7149,1,'2014-07-25 20:41:52','66.249.64.86',1),(7150,1,'2014-07-26 01:18:59','220.181.108.178',2),(7151,1,'2014-07-26 02:27:55','189.60.196.230',1),(7152,1,'2014-07-26 04:56:56','186.120.212.168',1),(7153,1,'2014-07-26 07:09:35','66.249.64.81',2),(7154,1,'2014-07-26 08:32:25','46.4.48.68',1),(7155,1,'2014-07-26 13:39:35','178.33.22.170',2),(7156,1,'2014-07-26 14:30:12','91.207.7.21',3),(7157,1,'2014-07-26 15:14:48','91.207.6.102',2),(7158,1,'2014-07-26 16:33:08','185.56.80.125',1),(7159,1,'2014-07-26 17:33:01','185.56.80.125',1),(7160,1,'2014-07-26 19:04:49','185.13.202.212',1),(7161,1,'2014-07-26 20:22:35','123.125.71.114',2),(7162,1,'2014-07-27 02:25:28','123.125.71.114',1),(7163,1,'2014-07-27 07:06:42','49.143.192.228',2),(7164,1,'2014-07-27 09:05:23','100.43.91.17',4),(7165,1,'2014-07-27 13:28:11','144.76.185.173',2),(7166,1,'2014-07-27 14:38:06','146.148.45.101',1),(7167,1,'2014-07-27 17:42:24','187.66.85.225',2),(7168,1,'2014-07-27 21:54:29','23.22.213.25',1),(7169,1,'2014-07-27 23:32:09','88.8.48.23',1),(7170,1,'2014-07-28 00:21:47','188.143.232.6',1),(7171,1,'2014-07-28 02:23:09','185.2.154.88',1),(7172,1,'2014-07-28 08:15:38','46.4.48.68',1),(7173,1,'2014-07-28 09:32:51','199.58.86.211',1),(7174,1,'2014-07-28 11:11:41','157.55.39.171',1),(7175,1,'2014-07-28 14:10:42','66.249.64.76',2),(7176,1,'2014-07-28 15:03:48','87.113.157.172',1),(7177,1,'2014-07-28 16:10:21','54.89.188.210',2),(7178,1,'2014-07-28 18:20:11','123.125.71.25',2),(7179,1,'2014-07-28 20:09:57','46.4.48.68',1),(7180,1,'2014-07-28 21:09:58','66.249.64.81',2),(7181,1,'2014-07-28 22:35:40','220.181.108.121',1),(7182,1,'2014-07-29 03:22:24','62.210.89.12',1),(7183,1,'2014-07-29 05:04:10','66.249.64.86',1),(7184,1,'2014-07-29 09:19:42','66.220.158.115',1),(7185,1,'2014-07-29 12:11:44','89.45.14.116',1),(7186,1,'2014-07-29 13:29:04','144.76.86.4',1),(7187,1,'2014-07-29 14:34:28','23.236.55.202',3),(7188,1,'2014-07-29 15:06:24','194.82.210.244',8),(7189,1,'2014-07-29 16:44:57','193.151.122.132',2),(7190,1,'2014-07-29 17:15:42','187.60.240.146',2),(7191,1,'2014-07-29 18:18:30','86.150.67.7',3),(7192,1,'2014-07-29 19:01:46','46.229.170.197',2),(7193,1,'2014-07-29 20:59:17','86.135.20.246',1),(7194,1,'2014-07-29 23:56:00','66.220.156.113',1),(7195,1,'2014-07-30 00:01:25','180.76.6.213',2),(7196,1,'2014-07-30 01:45:29','179.146.95.156',3),(7197,1,'2014-07-30 07:02:51','31.13.99.114',1),(7198,1,'2014-07-30 10:57:46','94.9.99.182',1),(7199,1,'2014-07-30 11:19:34','86.139.72.117',2),(7200,1,'2014-07-30 13:08:59','86.135.20.246',2),(7201,1,'2014-07-30 14:34:12','146.148.37.214',1),(7202,1,'2014-07-30 15:59:52','66.249.64.76',1),(7203,1,'2014-07-30 18:05:45','31.13.97.113',2),(7204,1,'2014-07-30 19:48:13','86.14.253.155',2),(7205,1,'2014-07-30 20:38:10','86.176.147.131',1),(7206,1,'2014-07-30 22:16:10','94.9.99.182',2),(7207,1,'2014-07-31 01:09:34','31.13.99.113',1),(7208,1,'2014-07-31 06:18:35','120.37.208.146',1),(7209,1,'2014-07-31 08:57:51','220.181.108.145',1),(7210,1,'2014-07-31 10:58:35','180.76.6.144',1),(7211,1,'2014-07-31 11:36:59','100.43.91.17',3),(7212,1,'2014-07-31 12:02:16','93.186.31.82',4),(7213,1,'2014-07-31 13:01:18','66.249.64.81',1),(7214,1,'2014-07-31 14:24:53','201.46.227.186',2),(7215,1,'2014-07-31 17:10:24','37.58.100.152',3),(7216,1,'2014-07-31 20:11:44','157.55.39.172',1),(7217,1,'2014-07-31 22:24:54','86.152.166.39',3),(7218,1,'2014-08-01 00:45:40','69.171.237.115',1),(7219,1,'2014-08-01 01:45:24','106.120.173.75',1),(7220,1,'2014-08-01 02:14:31','91.207.7.165',2),(7221,1,'2014-08-01 10:08:03','93.89.159.8',2),(7222,1,'2014-08-01 14:37:19','146.148.36.166',2),(7223,1,'2014-08-01 17:02:02','31.202.241.242',4),(7224,1,'2014-08-01 18:26:40','220.181.108.101',1),(7225,1,'2014-08-01 19:24:43','186.205.4.18',2),(7226,1,'2014-08-01 23:28:52','212.71.239.225',1),(7227,1,'2014-08-02 01:21:28','120.37.240.29',3),(7228,1,'2014-08-02 05:09:32','66.249.64.76',2),(7229,1,'2014-08-02 07:13:14','46.4.48.68',1),(7230,1,'2014-08-02 08:57:29','199.16.156.124',1),(7231,1,'2014-08-02 09:16:39','2.124.253.5',1),(7232,1,'2014-08-02 11:27:31','180.153.206.17',1),(7233,1,'2014-08-02 12:40:35','193.41.185.174',2),(7234,1,'2014-08-02 14:39:53','146.148.32.177',1),(7235,1,'2014-08-02 15:50:25','123.125.71.101',1),(7236,1,'2014-08-02 17:55:13','69.84.207.246',2),(7237,1,'2014-08-02 18:31:50','83.10.191.124',1),(7238,1,'2014-08-02 19:57:14','180.76.6.49',1),(7239,1,'2014-08-02 20:28:07','123.125.71.71',1),(7240,1,'2014-08-02 21:19:18','177.60.88.100',2),(7241,1,'2014-08-02 22:31:59','174.129.132.60',3),(7242,1,'2014-08-03 00:01:30','180.76.6.147',1),(7243,1,'2014-08-03 02:01:54','162.243.197.76',1),(7244,1,'2014-08-03 06:43:41','123.125.71.42',1),(7245,1,'2014-08-03 09:24:14','66.249.93.51',2),(7246,1,'2014-08-03 10:14:18','100.43.91.17',2),(7247,1,'2014-08-03 13:07:10','66.249.64.81',2),(7248,1,'2014-08-03 14:34:11','146.148.45.233',1),(7249,1,'2014-08-03 19:19:55','66.249.64.81',1),(7250,1,'2014-08-03 20:52:16','157.55.39.130',1),(7251,1,'2014-08-04 01:11:35','187.195.64.143',1),(7252,1,'2014-08-04 04:13:20','66.249.89.81',1),(7253,1,'2014-08-04 14:33:39','199.223.236.248',1),(7254,1,'2014-08-04 16:32:59','188.143.232.111',1),(7255,1,'2014-08-04 17:25:49','66.249.64.81',1),(7256,1,'2014-08-04 20:54:15','86.3.88.245',1),(7257,1,'2014-08-04 22:36:29','41.249.230.170',1),(7258,1,'2014-08-05 02:55:23','123.125.71.81',1),(7259,1,'2014-08-05 03:55:48','64.246.178.34',1),(7260,1,'2014-08-05 05:12:32','198.50.28.186',2),(7261,1,'2014-08-05 06:04:41','91.207.7.21',2),(7262,1,'2014-08-05 08:04:39','179.184.79.67',2),(7263,1,'2014-08-05 09:04:18','148.251.71.4',4),(7264,1,'2014-08-05 10:25:04','69.171.237.119',2),(7265,1,'2014-08-05 11:04:48','100.43.91.17',3),(7266,1,'2014-08-05 12:44:00','91.207.7.149',4),(7267,1,'2014-08-05 13:11:14','90.210.211.76',16),(7268,1,'2014-08-05 14:35:19','146.148.45.233',1),(7269,1,'2014-08-05 15:15:01','31.13.99.114',1),(7270,1,'2014-08-05 16:15:31','31.13.99.117',2),(7271,1,'2014-08-05 18:30:26','66.249.64.76',2),(7272,1,'2014-08-05 19:19:19','41.82.88.197',1),(7273,1,'2014-08-05 20:58:21','90.210.211.76',1),(7274,1,'2014-08-05 21:02:18','90.210.211.76',5),(7275,1,'2014-08-05 23:14:09','193.151.120.56',1),(7276,1,'2014-08-06 02:23:39','201.27.237.21',1),(7277,1,'2014-08-06 03:34:46','91.207.7.18',1),(7278,1,'2014-08-06 06:19:11','180.76.5.188',2),(7279,1,'2014-08-06 07:08:38','220.181.108.144',1),(7280,1,'2014-08-06 08:50:06','23.20.186.93',1),(7281,1,'2014-08-06 11:01:42','54.88.193.10',2),(7282,1,'2014-08-06 14:43:42','146.148.46.215',1),(7283,1,'2014-08-06 16:58:21','190.225.215.217',1),(7284,1,'2014-08-06 17:26:30','157.55.39.130',1),(7285,1,'2014-08-06 18:24:52','66.249.93.51',3),(7286,1,'2014-08-06 20:25:59','197.83.205.226',1),(7287,1,'2014-08-06 21:13:08','92.84.46.109',2),(7288,1,'2014-08-06 23:42:45','90.210.211.76',1),(7289,1,'2014-08-07 00:34:35','62.210.89.12',1),(7290,1,'2014-08-07 02:50:54','54.88.76.105',1),(7291,1,'2014-08-07 07:11:03','220.181.108.167',1),(7292,1,'2014-08-07 11:52:14','220.84.148.85',1),(7293,1,'2014-08-07 12:21:01','66.249.64.81',1),(7294,1,'2014-08-07 13:41:32','100.43.91.17',2),(7295,1,'2014-08-07 14:02:22','123.125.71.116',2),(7296,1,'2014-08-07 15:10:23','220.181.108.169',2),(7297,1,'2014-08-07 17:46:25','106.120.173.75',1),(7298,1,'2014-08-07 19:11:27','187.113.101.54',1),(7299,1,'2014-08-07 21:49:31','213.133.97.216',1),(7300,1,'2014-08-07 23:00:12','144.76.86.4',1),(7301,1,'2014-08-08 00:38:57','192.99.19.154',2),(7302,1,'2014-08-08 01:27:05','108.217.60.161',1),(7303,1,'2014-08-08 05:23:46','207.106.190.66',2),(7304,1,'2014-08-08 06:11:35','91.207.7.165',2),(7305,1,'2014-08-08 07:02:19','180.76.5.187',1),(7306,1,'2014-08-08 10:23:30','220.181.108.147',1),(7307,1,'2014-08-08 11:20:23','180.153.163.206',2),(7308,1,'2014-08-08 13:02:09','108.59.8.70',1),(7309,1,'2014-08-08 14:40:04','130.211.118.76',2),(7310,1,'2014-08-08 19:51:53','54.210.159.177',1),(7311,1,'2014-08-09 02:15:57','54.88.215.69',1),(7312,1,'2014-08-09 07:24:09','192.99.170.66',1),(7313,1,'2014-08-09 11:56:15','173.70.141.204',1),(7314,1,'2014-08-09 12:05:17','173.70.141.204',7),(7315,1,'2014-08-09 13:52:18','106.120.173.75',1),(7316,1,'2014-08-09 14:40:16','173.255.115.23',2),(7317,1,'2014-08-09 15:08:10','173.252.112.117',1),(7318,1,'2014-08-09 16:40:48','37.58.100.73',1),(7319,1,'2014-08-09 17:38:30','87.112.138.178',1),(7320,1,'2014-08-09 18:24:09','54.211.0.60',1),(7321,1,'2014-08-09 19:21:35','177.70.21.29',2),(7322,1,'2014-08-09 20:56:53','54.221.27.139',1),(7323,1,'2014-08-09 21:30:27','54.196.223.90',2),(7324,1,'2014-08-09 22:58:15','66.249.64.81',1),(7325,1,'2014-08-10 01:03:12','46.26.207.193',1),(7326,1,'2014-08-10 03:07:39','66.249.64.86',1),(7327,1,'2014-08-10 07:36:25','49.143.192.229',2),(7328,1,'2014-08-10 08:29:21','195.211.155.225',2),(7329,1,'2014-08-10 09:50:16','188.143.232.111',1),(7330,1,'2014-08-10 10:02:09','66.249.64.86',1),(7331,1,'2014-08-10 14:39:51','199.223.233.100',1),(7332,1,'2014-08-10 18:34:20','86.178.34.215',1),(7333,1,'2014-08-10 19:09:38','188.143.232.6',1),(7334,1,'2014-08-10 22:36:31','180.76.5.146',1),(7335,1,'2014-08-10 23:24:05','77.229.96.112',1),(7336,1,'2014-08-11 03:12:53','100.43.91.17',1),(7337,1,'2014-08-11 06:32:53','144.76.197.176',1),(7338,1,'2014-08-11 10:39:05','100.43.91.17',2),(7339,1,'2014-08-11 14:39:17','107.178.215.4',1),(7340,1,'2014-08-11 17:45:19','23.251.149.150',2),(7341,1,'2014-08-11 19:29:02','90.193.207.158',2),(7342,1,'2014-08-11 20:23:35','177.136.168.15',2),(7343,1,'2014-08-11 22:19:49','79.116.31.255',1),(7344,1,'2014-08-12 00:38:28','5.12.132.57',1),(7345,1,'2014-08-12 02:30:40','199.58.86.211',1),(7346,1,'2014-08-12 05:15:20','192.99.170.65',1),(7347,1,'2014-08-12 06:02:29','123.125.71.56',2),(7348,1,'2014-08-12 07:52:03','46.4.48.68',1),(7349,1,'2014-08-12 09:57:28','146.120.158.165',2),(7350,1,'2014-08-12 11:28:30','180.153.206.26',2),(7351,1,'2014-08-12 14:40:18','23.251.149.150',1),(7352,1,'2014-08-12 15:16:42','192.99.1.179',1),(7353,1,'2014-08-12 18:43:47','66.249.64.81',1),(7354,1,'2014-08-12 19:59:36','86.155.200.187',1),(7355,1,'2014-08-12 20:40:51','31.13.99.112',2),(7356,1,'2014-08-12 21:09:13','199.16.156.126',1),(7357,1,'2014-08-12 22:57:10','201.27.65.15',1),(7358,1,'2014-08-13 02:28:55','69.58.178.56',3),(7359,1,'2014-08-13 03:45:15','91.207.7.165',5),(7360,1,'2014-08-13 04:07:15','124.6.181.220',2),(7361,1,'2014-08-13 08:23:43','66.249.64.46',1),(7362,1,'2014-08-13 10:02:36','192.99.39.72',5),(7363,1,'2014-08-13 14:21:40','180.76.5.59',2),(7364,1,'2014-08-13 15:14:09','88.214.170.62',1),(7365,1,'2014-08-13 19:49:27','91.207.7.153',1),(7366,1,'2014-08-13 20:49:45','157.55.39.31',1),(7367,1,'2014-08-13 21:49:48','106.120.173.75',1),(7368,1,'2014-08-13 22:35:13','192.99.170.66',2),(7369,1,'2014-08-14 03:57:19','117.78.13.18',1),(7370,1,'2014-08-14 10:34:45','66.249.64.46',1),(7371,1,'2014-08-14 11:27:09','157.55.39.31',2),(7372,1,'2014-08-14 13:17:36','220.181.108.80',1),(7373,1,'2014-08-14 14:37:09','54.164.35.2',3),(7374,1,'2014-08-14 15:19:52','66.249.64.36',4),(7375,1,'2014-08-14 16:39:02','91.207.7.162',2),(7376,1,'2014-08-14 19:22:14','86.155.200.187',1),(7377,1,'2014-08-14 20:38:14','66.249.64.41',1),(7378,1,'2014-08-14 22:23:39','192.99.147.201',1),(7379,1,'2014-08-15 01:30:42','66.249.64.36',4),(7380,1,'2014-08-15 05:15:08','66.249.64.36',6),(7381,1,'2014-08-15 06:23:24','62.210.203.175',1),(7382,1,'2014-08-15 07:01:45','68.180.224.178',1),(7383,1,'2014-08-15 10:43:26','180.76.6.28',1),(7384,1,'2014-08-15 11:09:00','66.249.64.46',1),(7385,1,'2014-08-15 14:39:41','146.148.43.59',1),(7386,1,'2014-08-15 15:52:56','183.60.244.46',2),(7387,1,'2014-08-15 16:37:37','123.125.71.46',1),(7388,1,'2014-08-15 17:56:43','108.59.8.70',1),(7389,1,'2014-08-15 19:00:02','187.1.68.230',2),(7390,1,'2014-08-15 20:14:17','54.196.50.84',2),(7391,1,'2014-08-15 21:27:10','186.227.51.85',1),(7392,1,'2014-08-15 22:19:52','157.55.39.30',1),(7393,1,'2014-08-15 23:27:10','188.190.98.18',2),(7394,1,'2014-08-16 00:03:33','66.249.64.36',2),(7395,1,'2014-08-16 01:35:55','100.43.91.17',3),(7396,1,'2014-08-16 05:27:33','66.249.64.36',2),(7397,1,'2014-08-16 07:56:39','46.229.170.197',1),(7398,1,'2014-08-16 09:14:50','185.56.80.125',2),(7399,1,'2014-08-16 11:27:22','144.76.163.48',1),(7400,1,'2014-08-16 12:33:42','188.143.232.111',2),(7401,1,'2014-08-16 14:17:56','180.76.6.49',4),(7402,1,'2014-08-16 16:24:37','173.208.204.76',1),(7403,1,'2014-08-16 17:18:38','186.225.29.46',3),(7404,1,'2014-08-16 18:37:42','173.208.204.76',1),(7405,1,'2014-08-16 23:32:52','185.56.80.125',2),(7406,1,'2014-08-17 00:34:47','173.208.204.76',1),(7407,1,'2014-08-17 02:18:00','173.208.204.76',3),(7408,1,'2014-08-17 03:08:06','64.246.165.50',1),(7409,1,'2014-08-17 11:02:43','77.75.73.32',1),(7410,1,'2014-08-17 12:16:48','108.62.82.80',1),(7411,1,'2014-08-17 14:38:50','23.236.50.18',1),(7412,1,'2014-08-17 16:26:25','54.166.1.141',2),(7413,1,'2014-08-17 21:49:44','106.120.173.75',1),(7414,1,'2014-08-17 22:06:45','90.205.57.68',2),(7415,1,'2014-08-18 02:59:23','180.76.5.23',1),(7416,1,'2014-08-18 09:07:58','42.156.138.77',3),(7417,1,'2014-08-18 10:44:38','66.249.76.69',1),(7418,1,'2014-08-18 11:43:13','173.208.74.124',1),(7419,1,'2014-08-18 12:52:28','66.249.64.41',1),(7420,1,'2014-08-18 14:30:21','185.56.80.125',2),(7421,1,'2014-08-18 16:05:03','66.249.64.46',2),(7422,1,'2014-08-18 19:59:47','180.76.6.233',1),(7423,1,'2014-08-18 20:18:04','66.249.64.46',1),(7424,1,'2014-08-18 21:08:55','180.76.5.21',1),(7425,1,'2014-08-19 11:03:56','82.132.220.134',3),(7426,1,'2014-08-19 13:12:03','199.19.249.196',4),(7427,1,'2014-08-19 14:37:36','146.148.47.59',1),(7428,1,'2014-08-19 15:53:11','66.249.64.36',1),(7429,1,'2014-08-19 20:37:55','66.249.64.41',2),(7430,1,'2014-08-19 21:28:44','181.225.77.160',2),(7431,1,'2014-08-19 22:14:18','31.13.99.117',1),(7432,1,'2014-08-19 23:15:52','220.181.108.113',1),(7433,1,'2014-08-20 00:07:11','68.180.224.178',1),(7434,1,'2014-08-20 03:47:20','126.15.42.17',2),(7435,1,'2014-08-20 05:40:33','106.120.173.75',1),(7436,1,'2014-08-20 08:49:59','91.207.7.21',2),(7437,1,'2014-08-20 11:45:01','2.240.97.180',1),(7438,1,'2014-08-20 13:11:56','201.93.110.130',1),(7439,1,'2014-08-20 14:40:06','146.148.34.239',1),(7440,1,'2014-08-20 15:31:26','185.56.80.125',1),(7441,1,'2014-08-20 18:03:17','107.170.115.84',1),(7442,1,'2014-08-20 20:17:03','179.178.233.64',2),(7443,1,'2014-08-20 22:57:28','185.56.80.125',1),(7444,1,'2014-08-21 00:01:16','66.249.64.46',4),(7445,1,'2014-08-21 04:27:19','88.198.160.50',2),(7446,1,'2014-08-21 07:15:16','188.143.232.111',1),(7447,1,'2014-08-21 08:25:07','81.82.53.93',2),(7448,1,'2014-08-21 09:25:57','199.16.156.125',1),(7449,1,'2014-08-21 12:51:30','157.55.39.31',1),(7450,1,'2014-08-21 14:39:55','23.236.50.184',2),(7451,1,'2014-08-21 15:56:21','107.170.19.35',1),(7452,1,'2014-08-21 18:18:45','123.125.71.109',2),(7453,1,'2014-08-21 22:33:37','188.226.200.179',1),(7454,1,'2014-08-21 23:12:27','66.249.69.177',1),(7455,1,'2014-08-22 00:09:43','88.110.71.67',2),(7456,1,'2014-08-22 02:27:40','54.88.146.196',2),(7457,1,'2014-08-22 06:41:30','213.133.97.216',1),(7458,1,'2014-08-22 07:05:35','74.125.56.193',4),(7459,1,'2014-08-22 08:41:18','180.76.6.134',1),(7460,1,'2014-08-22 09:53:02','106.120.173.75',1),(7461,1,'2014-08-22 10:20:25','66.249.69.177',2),(7462,1,'2014-08-22 13:05:07','66.249.69.161',1),(7463,1,'2014-08-22 14:38:35','146.148.39.191',1),(7464,1,'2014-08-22 17:19:40','200.245.113.110',1),(7465,1,'2014-08-22 18:52:21','24.143.230.156',1),(7466,1,'2014-08-22 19:34:49','99.46.254.185',3),(7467,1,'2014-08-22 21:55:41','220.181.108.169',1),(7468,1,'2014-08-23 00:30:26','192.99.9.164',1),(7469,1,'2014-08-23 03:14:28','66.249.93.51',1),(7470,1,'2014-08-23 13:50:28','162.244.13.104',1),(7471,1,'2014-08-23 14:39:23','146.148.45.219',1),(7472,1,'2014-08-23 17:35:30','76.164.206.122',1),(7473,1,'2014-08-23 21:30:11','54.83.181.223',3),(7474,1,'2014-08-24 01:36:19','195.211.155.164',1),(7475,1,'2014-08-24 04:15:58','157.55.39.31',1),(7476,1,'2014-08-24 05:50:18','106.120.173.75',1),(7477,1,'2014-08-24 08:01:08','157.55.39.31',2),(7478,1,'2014-08-24 10:30:22','86.134.240.101',1),(7479,1,'2014-08-24 12:14:30','54.89.165.186',1),(7480,1,'2014-08-24 14:38:29','107.178.221.173',1),(7481,1,'2014-08-24 15:00:33','220.181.108.109',1),(7482,1,'2014-08-24 16:33:20','164.126.77.10',1),(7483,1,'2014-08-24 17:19:16','87.16.140.7',1),(7484,1,'2014-08-24 19:10:23','66.249.64.36',1),(7485,1,'2014-08-24 23:24:57','66.249.64.46',1),(7486,1,'2014-08-25 06:52:29','66.249.64.36',1),(7487,1,'2014-08-25 14:18:26','94.118.45.140',2),(7488,1,'2014-08-25 17:06:19','94.14.35.153',3),(7489,1,'2014-08-25 18:21:49','191.243.90.36',1),(7490,1,'2014-08-25 19:09:53','62.210.89.12',2),(7491,1,'2014-08-25 21:58:18','106.120.173.75',1),(7492,1,'2014-08-25 22:27:00','157.55.39.31',1),(7493,1,'2014-08-26 01:25:10','200.43.239.125',3),(7494,1,'2014-08-26 02:32:51','67.202.95.234',1),(7495,1,'2014-08-26 03:50:46','123.125.71.75',1),(7496,1,'2014-08-26 09:17:33','188.226.189.197',1),(7497,1,'2014-08-26 10:57:25','82.132.235.133',2),(7498,1,'2014-08-26 11:08:51','82.132.235.133',1),(7499,1,'2014-08-26 13:35:37','88.198.56.239',1),(7500,1,'2014-08-26 14:37:58','146.148.35.251',2),(7501,1,'2014-08-26 17:03:28','185.10.104.194',1),(7502,1,'2014-08-26 23:10:54','179.209.235.43',1),(7503,1,'2014-08-27 00:54:51','31.13.99.116',1),(7504,1,'2014-08-27 04:11:59','31.13.99.115',2),(7505,1,'2014-08-27 06:06:45','84.223.88.21',1),(7506,1,'2014-08-27 07:03:05','80.201.18.69',1),(7507,1,'2014-08-27 12:56:23','91.207.6.98',2),(7508,1,'2014-08-27 13:31:19','92.21.5.206',1),(7509,1,'2014-08-27 14:38:41','23.251.157.93',1),(7510,1,'2014-08-27 15:46:08','80.229.40.250',1),(7511,1,'2014-08-27 17:01:43','180.76.6.57',1),(7512,1,'2014-08-27 19:05:42','66.249.64.41',1),(7513,1,'2014-08-27 20:35:24','66.249.64.36',1),(7514,1,'2014-08-27 21:46:02','106.120.173.75',1),(7515,1,'2014-08-28 01:41:53','2.127.233.90',1),(7516,1,'2014-08-28 02:35:07','180.76.6.17',1),(7517,1,'2014-08-28 03:25:19','88.198.247.170',1),(7518,1,'2014-08-28 04:39:52','66.249.64.41',1),(7519,1,'2014-08-28 07:10:25','220.181.108.120',1),(7520,1,'2014-08-28 09:01:49','192.227.165.179',2),(7521,1,'2014-08-28 10:18:53','188.143.232.111',2),(7522,1,'2014-08-28 12:43:23','37.59.15.20',1),(7523,1,'2014-08-28 14:38:13','146.148.45.48',1),(7524,1,'2014-08-28 17:42:31','95.149.143.115',1),(7525,1,'2014-08-29 00:25:55','66.249.64.36',1),(7526,1,'2014-08-29 03:41:24','216.145.17.190',1),(7527,1,'2014-08-29 05:47:48','172.247.39.227',3),(7528,1,'2014-08-29 13:47:46','106.120.173.75',2),(7529,1,'2014-08-29 14:37:49','146.148.46.195',1),(7530,1,'2014-08-29 15:53:26','177.21.247.14',1),(7531,1,'2014-08-29 19:49:47','108.59.8.70',2),(7532,1,'2014-08-29 23:03:00','76.164.206.122',2),(7533,1,'2014-08-30 02:16:11','42.120.161.14',2),(7534,1,'2014-08-30 04:26:49','76.164.206.122',1),(7535,1,'2014-08-30 07:47:22','96.227.124.37',1),(7536,1,'2014-08-30 09:28:46','66.249.64.46',1),(7537,1,'2014-08-30 10:40:02','157.55.39.31',1),(7538,1,'2014-08-30 13:01:35','94.164.202.148',2),(7539,1,'2014-08-30 14:32:06','66.249.81.51',4),(7540,1,'2014-08-30 15:42:22','177.21.227.138',1),(7541,1,'2014-08-30 16:08:12','66.220.152.117',1),(7542,1,'2014-08-30 17:06:21','199.16.156.126',2),(7543,1,'2014-08-30 18:09:39','54.90.26.45',1),(7544,1,'2014-08-30 21:05:11','173.164.136.238',1),(7545,1,'2014-08-30 22:24:28','66.249.64.36',1),(7546,1,'2014-08-31 05:10:26','66.249.64.36',2),(7547,1,'2014-08-31 08:42:11','54.89.165.186',1),(7548,1,'2014-08-31 09:10:50','66.249.64.41',3),(7549,1,'2014-08-31 10:43:19','185.56.80.125',1),(7550,1,'2014-08-31 11:12:43','180.76.6.49',2),(7551,1,'2014-08-31 12:56:39','66.249.64.36',1),(7552,1,'2014-08-31 13:40:02','185.56.80.125',1),(7553,1,'2014-08-31 14:18:25','66.249.64.36',4),(7554,1,'2014-08-31 16:17:15','123.125.71.50',1),(7555,1,'2014-08-31 17:50:29','2.40.37.77',2),(7556,1,'2014-08-31 20:35:38','185.56.80.125',2),(7557,1,'2014-08-31 21:56:58','185.56.80.125',1),(7558,1,'2014-09-01 00:45:20','185.56.80.125',1),(7559,1,'2014-09-01 03:04:14','107.170.161.171',2),(7560,1,'2014-09-01 07:36:25','62.210.82.94',1),(7561,1,'2014-09-01 09:14:57','66.249.64.36',2),(7562,1,'2014-09-01 10:40:31','123.125.71.14',1),(7563,1,'2014-09-01 11:12:25','66.249.64.41',1),(7564,1,'2014-09-01 13:13:25','66.249.64.46',2),(7565,1,'2014-09-01 14:37:54','23.236.54.17',1),(7566,1,'2014-09-01 15:23:38','148.251.72.35',3),(7567,1,'2014-09-01 19:34:21','66.249.64.36',1),(7568,1,'2014-09-01 20:00:50','66.249.93.51',2),(7569,1,'2014-09-01 22:14:36','100.43.91.17',2),(7570,1,'2014-09-01 23:29:19','148.251.11.137',1),(7571,1,'2014-09-02 02:41:47','177.99.197.33',1),(7572,1,'2014-09-02 04:02:52','188.143.232.111',2),(7573,1,'2014-09-02 05:42:59','106.120.173.75',1),(7574,1,'2014-09-02 06:09:59','91.207.7.153',2),(7575,1,'2014-09-02 09:14:22','180.76.5.67',1),(7576,1,'2014-09-02 10:32:55','87.115.247.210',3),(7577,1,'2014-09-02 11:25:02','107.191.48.176',1),(7578,1,'2014-09-02 13:37:33','91.207.7.162',2),(7579,1,'2014-09-02 14:38:29','23.236.48.11',1),(7580,1,'2014-09-02 15:53:07','177.55.144.152',1),(7581,1,'2014-09-02 21:46:54','46.229.170.197',1),(7582,1,'2014-09-02 22:18:45','86.146.81.220',1),(7583,1,'2014-09-03 00:47:54','180.76.6.143',1),(7584,1,'2014-09-03 02:16:04','31.13.99.116',1),(7585,1,'2014-09-03 04:15:14','66.249.89.36',3),(7586,1,'2014-09-03 06:52:37','31.13.99.115',1),(7587,1,'2014-09-03 07:24:40','76.164.206.122',3),(7588,1,'2014-09-03 11:27:57','87.115.0.27',1),(7589,1,'2014-09-03 12:46:49','66.249.81.51',1),(7590,1,'2014-09-03 13:25:26','66.249.64.33',1),(7591,1,'2014-09-03 14:05:51','66.249.64.33',2),(7592,1,'2014-09-03 15:44:28','81.170.99.253',3),(7593,1,'2014-09-03 18:13:50','188.40.249.70',3),(7594,1,'2014-09-03 20:11:28','157.55.39.31',1),(7595,1,'2014-09-03 22:00:59','106.120.173.75',1),(7596,1,'2014-09-04 00:47:10','66.249.64.33',1),(7597,1,'2014-09-04 04:38:59','182.68.82.75',1),(7598,1,'2014-09-04 05:26:09','66.249.64.29',2),(7599,1,'2014-09-04 06:57:09','192.99.16.173',1),(7600,1,'2014-09-04 09:37:24','66.249.64.37',1),(7601,1,'2014-09-04 11:00:37','91.121.222.207',1),(7602,1,'2014-09-04 14:21:31','146.148.55.66',1),(7603,1,'2014-09-04 16:09:04','66.249.64.33',2),(7604,1,'2014-09-04 20:26:31','94.102.56.210',2),(7605,1,'2014-09-04 21:01:32','66.249.64.29',1),(7606,1,'2014-09-05 02:28:32','66.249.64.37',1),(7607,1,'2014-09-05 04:20:02','100.43.91.17',2),(7608,1,'2014-09-05 08:11:47','84.106.198.103',3),(7609,1,'2014-09-05 12:31:30','86.173.61.75',1),(7610,1,'2014-09-05 14:41:38','146.148.54.26',1),(7611,1,'2014-09-05 16:13:43','157.55.39.31',2),(7612,1,'2014-09-05 17:12:52','192.99.39.78',1),(7613,1,'2014-09-05 18:02:32','106.120.173.75',1),(7614,1,'2014-09-05 19:00:14','100.43.91.17',1),(7615,1,'2014-09-05 20:00:07','199.58.86.211',1),(7616,1,'2014-09-05 23:02:26','192.99.39.74',2),(7617,1,'2014-09-06 00:29:59','104.128.23.112',1),(7618,1,'2014-09-06 01:59:32','66.249.81.51',1),(7619,1,'2014-09-06 05:20:35','148.251.11.132',1),(7620,1,'2014-09-06 10:02:46','86.9.104.131',1),(7621,1,'2014-09-06 12:04:42','66.249.64.33',2),(7622,1,'2014-09-06 14:41:11','146.148.39.119',2),(7623,1,'2014-09-06 19:01:05','54.90.36.50',3),(7624,1,'2014-09-06 20:54:52','199.59.148.210',1),(7625,1,'2014-09-06 21:21:17','93.97.131.202',2),(7626,1,'2014-09-06 22:56:32','180.76.6.145',1),(7627,1,'2014-09-06 23:15:32','123.125.71.15',1),(7628,1,'2014-09-07 02:21:25','66.249.64.37',1),(7629,1,'2014-09-07 03:44:02','100.43.91.17',2),(7630,1,'2014-09-07 08:06:59','66.249.64.33',2),(7631,1,'2014-09-07 10:19:46','91.125.242.24',2),(7632,1,'2014-09-07 11:05:53','80.88.218.54',2),(7633,1,'2014-09-07 12:24:07','148.251.75.46',2),(7634,1,'2014-09-07 13:34:23','85.23.136.229',2),(7635,1,'2014-09-07 14:03:46','106.120.173.75',3),(7636,1,'2014-09-07 17:35:21','189.63.154.161',1),(7637,1,'2014-09-07 18:24:06','180.76.5.175',2),(7638,1,'2014-09-08 01:10:49','180.76.5.151',1),(7639,1,'2014-09-08 07:09:31','104.131.218.10',1),(7640,1,'2014-09-08 10:09:22','66.249.64.33',3),(7641,1,'2014-09-08 11:37:46','157.55.39.31',1),(7642,1,'2014-09-08 13:37:31','66.249.64.37',1),(7643,1,'2014-09-08 14:42:02','146.148.63.178',1),(7644,1,'2014-09-08 15:05:33','177.94.153.154',2),(7645,1,'2014-09-08 17:35:03','148.251.11.144',2),(7646,1,'2014-09-08 20:25:58','199.59.148.209',1),(7647,1,'2014-09-08 21:12:11','107.178.200.201',6),(7648,1,'2014-09-09 01:21:54','148.251.11.139',1),(7649,1,'2014-09-09 02:10:05','123.125.71.42',1),(7650,1,'2014-09-09 04:30:07','100.43.91.17',2),(7651,1,'2014-09-09 08:07:41','66.249.64.37',2),(7652,1,'2014-09-09 10:53:32','87.115.0.27',1),(7653,1,'2014-09-09 11:26:03','91.207.6.98',1),(7654,1,'2014-09-09 14:42:04','146.148.59.118',1),(7655,1,'2014-09-09 16:06:46','80.42.142.157',3),(7656,1,'2014-09-09 19:21:01','66.249.81.51',1),(7657,1,'2014-09-09 21:03:00','84.227.5.187',4),(7658,1,'2014-09-09 22:40:30','66.249.64.29',1),(7659,1,'2014-09-10 04:58:43','66.249.64.29',1),(7660,1,'2014-09-10 05:36:26','208.115.111.72',1),(7661,1,'2014-09-10 06:07:17','193.86.114.55',2),(7662,1,'2014-09-10 07:07:11','64.246.165.200',1),(7663,1,'2014-09-10 10:09:46','54.81.116.172',2),(7664,1,'2014-09-10 11:08:43','177.157.222.76',2),(7665,1,'2014-09-10 12:20:19','66.220.156.119',2),(7666,1,'2014-09-10 14:41:41','162.222.183.228',1),(7667,1,'2014-09-10 15:00:20','89.164.182.104',2),(7668,1,'2014-09-10 21:14:09','82.6.168.248',2),(7669,1,'2014-09-10 22:05:02','66.249.81.51',1),(7670,1,'2014-09-11 00:33:36','192.99.39.69',1),(7671,1,'2014-09-11 01:22:27','46.235.65.168',3),(7672,1,'2014-09-11 04:00:47','42.156.137.25',1),(7673,1,'2014-09-11 05:44:23','100.43.91.17',2),(7674,1,'2014-09-11 06:39:51','157.55.39.31',1),(7675,1,'2014-09-11 11:21:32','112.64.235.86',1),(7676,1,'2014-09-11 14:21:29','146.148.52.63',1),(7677,1,'2014-09-11 15:24:01','23.94.60.64',2),(7678,1,'2014-09-11 17:12:41','180.76.5.170',1),(7679,1,'2014-09-11 19:58:05','188.92.75.244',1),(7680,1,'2014-09-11 22:09:47','37.58.100.134',2),(7681,1,'2014-09-11 23:57:09','213.133.97.216',1),(7682,1,'2014-09-12 02:16:22','180.76.6.16',1),(7683,1,'2014-09-12 04:44:31','23.22.77.156',1),(7684,1,'2014-09-12 06:02:00','106.120.173.75',2),(7685,1,'2014-09-12 08:53:26','199.16.156.126',2),(7686,1,'2014-09-12 09:05:20','66.249.69.177',1),(7687,1,'2014-09-12 10:23:17','54.237.113.212',1),(7688,1,'2014-09-12 11:59:20','66.249.81.51',1),(7689,1,'2014-09-12 14:22:17','146.148.59.98',2),(7690,1,'2014-09-12 17:21:54','180.76.6.54',1),(7691,1,'2014-09-12 19:45:40','104.33.147.216',1),(7692,1,'2014-09-12 20:14:51','104.33.147.216',1),(7693,1,'2014-09-13 00:50:21','180.76.6.148',2),(7694,1,'2014-09-13 05:34:55','66.249.69.161',1),(7695,1,'2014-09-13 10:01:33','86.148.205.87',4),(7696,1,'2014-09-13 11:34:09','180.153.163.187',1),(7697,1,'2014-09-13 12:58:57','208.80.194.127',1),(7698,1,'2014-09-13 14:21:54','146.148.34.104',1),(7699,1,'2014-09-13 15:07:57','66.249.69.193',1),(7700,1,'2014-09-13 18:38:20','186.104.118.189',1),(7701,1,'2014-09-13 20:22:55','66.249.81.51',3),(7702,1,'2014-09-14 01:28:38','66.249.69.161',1),(7703,1,'2014-09-14 02:19:08','123.125.71.36',1),(7704,1,'2014-09-14 05:39:44','220.181.108.140',2),(7705,1,'2014-09-14 06:41:26','104.128.176.10',1),(7706,1,'2014-09-14 07:08:24','192.99.39.72',1),(7707,1,'2014-09-14 09:21:05','54.226.139.59',2),(7708,1,'2014-09-14 10:03:12','180.110.22.228',2),(7709,1,'2014-09-14 11:30:50','199.59.148.210',1),(7710,1,'2014-09-14 12:58:46','180.110.22.228',2),(7711,1,'2014-09-14 13:38:16','66.249.69.161',1),(7712,1,'2014-09-14 14:21:06','146.148.55.29',1),(7713,1,'2014-09-14 15:58:18','187.79.240.246',1),(7714,1,'2014-09-14 17:48:24','66.249.69.161',1),(7715,1,'2014-09-14 19:23:41','148.251.11.139',1),(7716,1,'2014-09-14 20:01:33','86.3.88.245',2),(7717,1,'2014-09-14 21:55:01','5.135.193.33',1),(7718,1,'2014-09-14 22:00:38','66.249.69.161',1),(7719,1,'2014-09-15 01:25:45','192.99.201.183',1),(7720,1,'2014-09-15 02:43:13','24.26.240.145',2),(7721,1,'2014-09-15 05:13:33','68.180.225.112',1),(7722,1,'2014-09-15 06:39:44','91.207.7.149',1),(7723,1,'2014-09-15 08:31:59','62.254.75.98',3),(7724,1,'2014-09-15 11:03:05','69.58.178.58',3),(7725,1,'2014-09-15 14:22:22','146.148.61.133',1),(7726,1,'2014-09-15 19:20:23','123.125.71.90',1),(7727,1,'2014-09-15 22:01:08','100.43.91.17',3),(7728,1,'2014-09-15 23:49:39','177.141.81.6',1),(7729,1,'2014-09-16 02:34:11','72.48.250.50',1),(7730,1,'2014-09-16 04:15:13','192.99.39.74',1),(7731,1,'2014-09-16 06:02:10','54.82.82.54',1),(7732,1,'2014-09-16 09:48:11','106.120.173.75',2),(7733,1,'2014-09-16 10:10:15','66.249.69.177',2),(7734,1,'2014-09-16 11:22:02','24.183.93.121',2),(7735,1,'2014-09-16 12:10:22','178.238.238.26',2),(7736,1,'2014-09-16 13:01:27','179.223.31.90',1),(7737,1,'2014-09-16 14:21:55','107.178.211.33',2),(7738,1,'2014-09-16 18:22:57','66.249.81.51',1),(7739,1,'2014-09-16 19:16:42','54.80.144.189',1),(7740,1,'2014-09-16 20:42:14','155.94.140.105',1),(7741,1,'2014-09-16 21:01:09','92.20.136.137',1),(7742,1,'2014-09-16 22:58:14','68.180.225.112',1),(7743,1,'2014-09-17 00:13:29','123.125.71.48',2),(7744,1,'2014-09-17 03:19:17','100.43.91.17',3),(7745,1,'2014-09-17 04:29:11','180.76.5.190',1),(7746,1,'2014-09-17 06:14:57','66.249.69.161',1),(7747,1,'2014-09-17 09:23:54','27.159.217.142',4),(7748,1,'2014-09-17 11:34:38','66.249.69.177',2),(7749,1,'2014-09-17 14:22:51','146.148.50.100',1),(7750,1,'2014-09-17 15:37:26','31.13.102.121',1),(7751,1,'2014-09-17 16:33:21','66.249.69.177',2),(7752,1,'2014-09-18 00:55:25','220.181.108.176',1),(7753,1,'2014-09-18 01:58:55','192.99.39.73',1),(7754,1,'2014-09-18 04:32:52','180.76.6.140',1),(7755,1,'2014-09-18 06:02:08','106.120.173.75',3),(7756,1,'2014-09-18 07:52:13','2.27.248.195',1),(7757,1,'2014-09-18 11:52:38','66.249.81.51',2),(7758,1,'2014-09-18 12:01:39','216.54.31.82',5),(7759,1,'2014-09-18 14:22:03','146.148.45.77',1),(7760,1,'2014-09-18 15:25:29','79.148.90.62',1),(7761,1,'2014-09-18 16:46:33','84.250.47.224',2),(7762,1,'2014-09-18 20:14:02','117.78.13.29',1),(7763,1,'2014-09-18 22:47:46','186.235.205.27',1),(7764,1,'2014-09-18 23:57:46','123.125.71.30',1),(7765,1,'2014-09-19 10:41:58','66.249.64.29',2),(7766,1,'2014-09-19 11:57:59','180.76.5.81',1),(7767,1,'2014-09-19 14:06:50','213.133.97.216',2),(7768,1,'2014-09-19 16:37:03','66.249.67.145',3),(7769,1,'2014-09-19 17:09:40','217.146.251.22',3),(7770,1,'2014-09-19 18:16:28','126.99.192.162',2),(7771,1,'2014-09-19 19:01:35','177.179.36.182',1),(7772,1,'2014-09-19 20:21:08','66.249.67.7',2),(7773,1,'2014-09-19 22:58:55','190.183.45.104',1),(7774,1,'2014-09-19 23:42:32','37.46.36.118',1),(7775,1,'2014-09-20 00:12:59','189.19.105.42',2),(7776,1,'2014-09-20 01:48:38','106.120.173.75',1),(7777,1,'2014-09-20 05:19:25','173.255.197.213',2),(7778,1,'2014-09-20 06:27:19','180.76.6.140',1),(7779,1,'2014-09-22 06:52:47','192.99.39.80',1),(7780,1,'2014-09-22 09:17:06','91.207.7.153',2),(7781,1,'2014-09-22 10:00:36','106.120.173.75',2),(7782,1,'2014-09-22 11:30:35','54.83.116.197',1),(7783,1,'2014-09-22 13:37:56','50.201.167.46',2),(7784,1,'2014-09-22 14:33:34','177.40.219.13',2),(7785,1,'2014-09-22 15:25:50','194.82.210.244',1),(7786,1,'2014-09-22 16:10:59','208.93.7.106',1),(7787,1,'2014-09-22 17:05:04','66.249.67.145',1),(7788,1,'2014-09-22 18:11:50','46.173.12.22',1),(7789,1,'2014-09-22 19:56:02','54.166.83.39',1),(7790,1,'2014-09-22 21:02:23','220.181.108.109',4),(7791,1,'2014-09-23 02:32:31','66.249.67.153',1),(7792,1,'2014-09-23 04:40:44','42.156.137.23',1),(7793,1,'2014-09-23 05:18:11','200.217.152.105',2),(7794,1,'2014-09-23 06:16:12','209.126.105.156',2),(7795,1,'2014-09-23 07:20:50','66.249.93.51',1),(7796,1,'2014-09-23 11:29:49','62.249.169.168',3),(7797,1,'2014-09-23 13:57:59','180.76.6.136',1),(7798,1,'2014-09-23 14:39:22','130.211.126.47',1),(7799,1,'2014-09-23 16:07:58','191.112.122.132',1),(7800,1,'2014-09-23 17:57:25','1.36.200.245',1),(7801,1,'2014-09-24 02:10:26','177.177.117.164',1),(7802,1,'2014-09-24 05:43:42','66.249.67.153',2),(7803,1,'2014-09-24 06:41:22','100.43.91.17',2),(7804,1,'2014-09-24 11:01:39','107.178.200.49',1),(7805,1,'2014-09-24 14:38:51','130.211.150.66',2),(7806,1,'2014-09-24 17:21:08','31.13.99.113',2),(7807,1,'2014-09-24 22:18:43','151.229.169.148',1),(7808,1,'2014-09-25 00:16:04','72.71.205.226',1),(7809,1,'2014-09-25 02:24:39','192.99.39.70',1),(7810,1,'2014-09-25 07:43:33','217.37.205.139',2),(7811,1,'2014-09-25 08:23:03','217.37.205.139',2),(7812,1,'2014-09-25 09:36:33','66.249.67.153',1),(7813,1,'2014-09-25 10:06:53','66.249.67.7',1),(7814,1,'2014-09-25 12:28:09','194.82.210.247',1),(7815,1,'2014-09-25 13:39:44','208.115.111.72',1),(7816,1,'2014-09-25 14:39:55','146.148.78.219',5),(7817,1,'2014-09-25 21:15:41','123.125.71.29',1),(7818,1,'2014-09-25 22:40:42','157.55.39.138',1),(7819,1,'2014-09-26 00:36:09','180.76.5.177',3),(7820,1,'2014-09-26 01:59:24','24.138.129.31',1),(7821,1,'2014-09-26 03:06:05','173.192.34.95',1),(7822,1,'2014-09-26 07:13:16','91.207.7.162',2),(7823,1,'2014-09-26 08:15:54','192.99.39.76',3),(7824,1,'2014-09-26 12:21:34','91.207.6.98',2),(7825,1,'2014-09-26 13:17:01','2.31.141.62',1),(7826,1,'2014-09-26 14:39:32','146.148.40.222',2),(7827,1,'2014-09-26 15:47:05','121.229.111.149',2),(7828,1,'2014-09-26 16:20:58','180.76.6.51',1),(7829,1,'2014-09-26 17:27:02','201.204.62.135',1),(7830,1,'2014-09-26 21:51:42','208.93.7.106',1),(7831,1,'2014-09-27 02:55:31','107.170.10.218',1),(7832,1,'2014-09-27 03:32:16','123.2.230.150',3),(7833,1,'2014-09-27 07:10:06','192.99.39.76',1),(7834,1,'2014-09-27 08:45:20','66.249.67.153',1),(7835,1,'2014-09-27 11:20:09','112.64.235.245',2),(7836,1,'2014-09-27 14:39:20','146.148.40.139',3),(7837,1,'2014-09-27 15:30:24','199.58.86.209',1),(7838,1,'2014-09-27 17:23:05','180.76.5.192',1),(7839,1,'2014-09-27 21:02:20','131.253.24.128',2),(7840,1,'2014-09-28 00:30:34','192.99.39.75',1),(7841,1,'2014-09-28 02:12:01','66.249.64.29',2),(7842,1,'2014-09-28 04:43:53','66.249.64.29',1),(7843,1,'2014-09-28 07:18:34','107.178.200.193',3),(7844,1,'2014-09-28 08:05:44','66.249.64.29',2),(7845,1,'2014-09-28 14:39:23','146.148.72.37',1),(7846,1,'2014-09-28 15:55:07','220.181.108.115',1),(7847,1,'2014-09-28 16:17:24','86.134.242.78',2),(7848,1,'2014-09-28 21:22:33','180.76.6.132',1),(7849,1,'2014-09-29 03:17:05','209.249.5.249',4),(7850,1,'2014-09-29 04:12:18','157.55.39.101',1),(7851,1,'2014-09-29 09:26:31','62.210.167.213',2),(7852,1,'2014-09-29 10:54:34','199.59.148.210',1),(7853,1,'2014-09-29 14:28:30','192.99.39.80',2),(7854,1,'2014-09-29 15:18:17','54.227.153.175',1),(7855,1,'2014-09-29 17:31:17','100.43.91.17',2),(7856,1,'2014-09-29 18:40:20','86.186.165.77',1),(7857,1,'2014-09-29 20:34:52','171.5.16.247',2),(7858,1,'2014-09-29 21:40:10','180.76.5.26',1),(7859,1,'2014-09-30 00:45:46','54.81.29.52',1),(7860,1,'2014-09-30 06:55:28','192.99.39.60',2),(7861,1,'2014-09-30 07:59:41','126.65.229.176',1),(7862,1,'2014-09-30 08:00:05','126.65.229.176',1),(7863,1,'2014-09-30 10:01:39','113.196.199.91',1),(7864,1,'2014-09-30 11:19:21','66.249.67.145',1),(7865,1,'2014-09-30 13:35:50','92.11.204.74',1),(7866,1,'2014-09-30 14:38:57','146.148.69.120',1),(7867,1,'2014-09-30 16:53:30','23.23.68.26',1),(7868,1,'2014-09-30 17:07:15','171.97.52.79',2),(7869,1,'2014-09-30 18:05:34','180.76.6.58',1),(7870,1,'2014-09-30 19:54:23','186.93.244.212',1),(7871,1,'2014-09-30 20:38:39','80.42.142.157',3),(7872,1,'2014-09-30 22:05:10','212.129.61.66',3),(7873,1,'2014-09-30 23:29:36','66.249.67.153',1),(7874,1,'2014-10-01 00:44:27','174.129.49.248',3),(7875,1,'2014-10-01 07:32:51','91.207.7.149',2),(7876,1,'2014-10-01 09:18:10','66.249.64.37',1),(7877,1,'2014-10-01 10:04:56','66.249.64.37',1),(7878,1,'2014-10-01 14:39:27','146.148.71.41',3),(7879,1,'2014-10-01 15:18:54','91.207.7.165',2),(7880,1,'2014-10-01 16:04:13','100.43.91.17',3),(7881,1,'2014-10-01 17:33:17','31.185.194.75',1),(7882,1,'2014-10-01 18:02:30','192.99.39.74',1),(7883,1,'2014-10-01 19:47:12','66.249.64.29',1),(7884,1,'2014-10-01 21:30:24','92.5.105.234',1),(7885,1,'2014-10-01 23:30:05','192.99.39.79',1),(7886,1,'2014-10-02 01:03:45','106.120.173.75',1),(7887,1,'2014-10-02 02:00:11','67.243.31.178',1),(7888,1,'2014-10-02 04:50:46','180.76.5.95',2),(7889,1,'2014-10-02 07:52:36','192.99.39.80',1),(7890,1,'2014-10-02 10:20:54','192.99.107.82',1),(7891,1,'2014-10-02 11:31:11','185.25.49.183',1),(7892,1,'2014-10-02 12:03:13','123.125.71.82',2),(7893,1,'2014-10-02 14:30:05','104.131.36.115',2),(7894,1,'2014-10-02 16:16:39','66.249.64.37',1),(7895,1,'2014-10-02 17:57:48','180.76.5.196',1),(7896,1,'2014-10-02 18:46:07','66.249.64.33',1),(7897,1,'2014-10-02 21:51:44','220.181.108.168',1),(7898,1,'2014-10-02 22:03:33','66.249.64.33',1),(7899,1,'2014-10-02 23:51:26','31.185.194.75',1),(7900,1,'2014-10-03 00:24:46','49.144.99.104',2),(7901,1,'2014-10-03 02:15:17','66.249.93.51',2),(7902,1,'2014-10-03 03:10:47','66.249.64.29',1),(7903,1,'2014-10-03 04:13:42','66.249.89.17',1),(7904,1,'2014-10-03 06:22:27','66.249.64.37',1),(7905,1,'2014-10-03 08:13:48','66.249.64.33',1),(7906,1,'2014-10-03 10:10:41','92.18.210.172',1),(7907,1,'2014-10-03 12:36:01','31.13.102.121',1),(7908,1,'2014-10-03 13:54:18','109.205.248.19',1),(7909,1,'2014-10-03 14:04:11','109.205.248.19',5),(7910,1,'2014-10-03 19:54:53','100.43.91.17',3),(7911,1,'2014-10-03 20:00:20','82.29.101.82',2),(7912,1,'2014-10-03 21:23:15','180.76.5.62',2),(7913,1,'2014-10-04 06:31:37','98.225.2.42',2),(7914,1,'2014-10-04 07:08:37','66.249.64.29',2),(7915,1,'2014-10-04 09:31:42','199.58.86.206',1),(7916,1,'2014-10-04 10:18:11','66.249.81.51',1),(7917,1,'2014-10-04 11:05:37','91.121.222.207',3),(7918,1,'2014-10-04 12:46:53','66.249.64.33',1),(7919,1,'2014-10-04 13:34:58','105.236.251.40',1),(7920,1,'2014-10-04 14:40:52','130.211.177.50',1),(7921,1,'2014-10-04 15:57:35','54.82.190.221',1),(7922,1,'2014-10-04 16:13:48','107.22.36.148',1),(7923,1,'2014-10-04 17:51:50','66.249.64.37',2),(7924,1,'2014-10-04 18:53:36','189.35.89.125',1),(7925,1,'2014-10-04 21:17:53','162.244.13.104',1),(7926,1,'2014-10-04 23:01:54','200.102.117.21',1),(7927,1,'2014-10-05 00:11:12','93.186.202.239',1),(7928,1,'2014-10-05 01:43:01','42.156.138.117',1),(7929,1,'2014-10-05 03:13:10','64.246.165.190',2),(7930,1,'2014-10-05 05:29:26','148.251.75.46',1),(7931,1,'2014-10-05 06:01:31','220.181.108.96',1),(7932,1,'2014-10-05 07:44:09','151.229.169.148',1),(7933,1,'2014-10-05 08:18:24','192.187.114.154',2),(7934,1,'2014-10-05 11:15:48','112.64.235.90',1),(7935,1,'2014-10-05 14:41:02','146.148.88.29',1),(7936,1,'2014-10-05 17:37:57','66.249.64.33',3),(7937,1,'2014-10-05 18:52:30','54.165.160.217',1),(7938,1,'2014-10-05 19:14:09','2.100.11.131',5),(7939,1,'2014-10-05 23:09:46','54.172.87.201',2),(7940,1,'2014-10-06 00:41:24','187.39.86.49',1),(7941,1,'2014-10-06 01:07:41','66.249.64.29',1),(7942,1,'2014-10-06 02:55:14','177.205.7.92',3),(7943,1,'2014-10-06 04:32:46','66.249.64.29',1),(7944,1,'2014-10-06 07:28:21','66.249.64.33',1),(7945,1,'2014-10-06 12:35:30','37.78.136.207',1),(7946,1,'2014-10-06 13:42:38','66.249.64.29',1),(7947,1,'2014-10-06 14:24:17','100.43.91.17',3),(7948,1,'2014-10-06 16:47:44','186.212.157.230',1),(7949,1,'2014-10-06 20:00:06','66.249.64.29',1),(7950,1,'2014-10-07 01:02:43','123.125.71.104',3),(7951,1,'2014-10-07 02:33:10','66.249.64.37',1),(7952,1,'2014-10-07 06:42:32','66.249.64.37',1),(7953,1,'2014-10-07 08:12:24','192.99.107.64',1),(7954,1,'2014-10-07 10:55:50','199.16.156.126',1),(7955,1,'2014-10-07 12:54:54','106.120.173.75',1),(7956,1,'2014-10-07 14:41:16','130.211.177.50',3),(7957,1,'2014-10-07 19:01:43','62.210.209.22',1),(7958,1,'2014-10-07 21:46:51','66.249.64.37',1),(7959,1,'2014-10-07 22:08:10','222.94.217.188',2),(7960,1,'2014-10-07 23:08:04','2.121.237.73',4),(7961,1,'2014-10-08 03:30:50','184.73.50.96',4),(7962,1,'2014-10-08 04:27:28','180.76.5.191',1),(7963,1,'2014-10-08 05:29:28','69.174.48.228',1),(7964,1,'2014-10-08 07:00:10','192.99.107.172',1),(7965,1,'2014-10-08 09:09:35','91.207.7.21',4),(7966,1,'2014-10-08 10:32:48','66.249.64.37',1),(7967,1,'2014-10-08 12:01:09','180.76.6.140',2),(7968,1,'2014-10-08 14:41:21','146.148.76.69',2),(7969,1,'2014-10-08 17:06:46','213.235.59.154',2),(7970,1,'2014-10-08 19:54:44','66.249.64.37',1),(7971,1,'2014-10-08 22:37:02','180.76.5.57',1),(7972,1,'2014-10-08 23:17:17','66.249.64.37',1),(7973,1,'2014-10-09 01:00:23','100.43.91.17',1),(7974,1,'2014-10-09 02:05:44','66.249.64.37',1),(7975,1,'2014-10-09 04:01:00','66.249.64.29',1),(7976,1,'2014-10-09 05:28:44','69.174.48.228',1),(7977,1,'2014-10-09 07:18:51','91.250.15.69',4),(7978,1,'2014-10-09 08:27:08','66.249.64.33',2),(7979,1,'2014-10-09 13:17:28','64.246.165.10',1),(7980,1,'2014-10-09 14:05:24','188.36.20.104',3),(7981,1,'2014-10-09 15:58:53','192.99.107.46',1),(7982,1,'2014-10-09 17:05:33','192.171.255.75',3),(7983,1,'2014-10-09 18:10:35','31.117.241.90',1),(7984,1,'2014-10-09 19:30:07','5.34.183.60',1),(7985,1,'2014-10-10 00:50:23','186.250.39.250',1),(7986,1,'2014-10-10 01:06:04','100.43.91.17',2),(7987,1,'2014-10-10 03:37:40','100.43.91.17',2),(7988,1,'2014-10-10 04:18:18','66.249.67.7',2),(7989,1,'2014-10-10 05:29:34','69.174.48.228',3),(7990,1,'2014-10-10 08:44:08','195.211.155.179',1),(7991,1,'2014-10-10 13:41:17','192.99.107.136',1),(7992,1,'2014-10-10 14:16:20','123.125.71.32',2),(7993,1,'2014-10-10 16:37:08','85.113.58.138',1),(7994,1,'2014-10-10 18:26:57','104.140.13.196',6),(7995,1,'2014-10-10 20:57:24','192.99.107.172',1),(7996,1,'2014-10-10 21:37:05','208.115.111.72',1),(7997,1,'2014-10-10 23:32:40','198.252.44.6',1),(7998,1,'2014-10-11 04:45:53','66.249.64.33',1),(7999,1,'2014-10-11 05:29:08','69.174.48.228',2),(8000,1,'2014-10-11 08:18:48','66.249.64.29',1),(8001,1,'2014-10-11 09:45:22','192.99.107.118',1),(8002,1,'2014-10-11 11:16:48','66.249.64.37',6),(8003,1,'2014-10-11 12:00:06','162.210.196.98',1),(8004,1,'2014-10-11 13:21:19','66.249.64.33',3),(8005,1,'2014-10-11 14:39:43','130.211.114.143',1),(8006,1,'2014-10-11 15:08:27','100.43.91.17',3),(8007,1,'2014-10-11 16:37:46','162.244.13.104',1),(8008,1,'2014-10-11 17:14:33','66.249.64.29',1),(8009,1,'2014-10-11 19:47:45','31.13.99.113',1),(8010,1,'2014-10-11 20:32:32','186.247.243.39',1),(8011,1,'2014-10-11 21:16:55','66.249.64.33',1),(8012,1,'2014-10-11 22:52:52','69.12.73.80',1),(8013,1,'2014-10-11 23:43:02','66.249.64.33',1),(8014,1,'2014-10-12 00:40:51','93.186.202.244',1),(8015,1,'2014-10-12 03:47:08','66.249.64.29',1),(8016,1,'2014-10-12 04:15:10','66.249.64.29',1),(8017,1,'2014-10-12 05:28:54','69.174.48.228',1),(8018,1,'2014-10-12 06:15:01','66.249.64.37',3),(8019,1,'2014-10-12 08:46:15','66.249.64.37',1),(8020,1,'2014-10-12 11:32:58','66.249.64.33',2),(8021,1,'2014-10-12 13:05:21','192.99.9.164',1),(8022,1,'2014-10-12 14:12:00','66.249.64.33',2),(8023,1,'2014-10-12 20:22:38','31.13.97.119',3),(8024,1,'2014-10-12 21:20:51','54.166.57.24',2),(8025,1,'2014-10-12 22:20:12','191.37.4.198',2),(8026,1,'2014-10-12 23:55:20','23.94.99.101',1),(8027,1,'2014-10-13 01:36:25','69.58.178.58',2),(8028,1,'2014-10-13 03:36:46','64.235.155.80',2),(8029,1,'2014-10-13 05:28:57','69.174.48.228',2),(8030,1,'2014-10-13 07:04:29','210.165.216.241',1),(8031,1,'2014-10-13 09:10:35','66.249.64.33',1),(8032,1,'2014-10-13 11:44:36','100.43.91.17',2),(8033,1,'2014-10-13 14:39:34','130.211.114.151',1),(8034,1,'2014-10-13 15:37:35','192.99.107.172',1),(8035,1,'2014-10-13 17:27:06','66.249.64.29',4),(8036,1,'2014-10-13 19:31:13','180.76.5.65',1),(8037,1,'2014-10-13 20:24:03','54.161.208.10',1),(8038,1,'2014-10-13 21:18:40','180.76.5.20',1),(8039,1,'2014-10-13 22:18:00','123.125.71.36',1),(8040,1,'2014-10-14 00:29:29','68.180.228.88',1),(8041,1,'2014-10-14 03:30:45','46.229.170.197',1),(8042,1,'2014-10-14 04:55:43','162.244.33.8',1),(8043,1,'2014-10-14 05:30:19','69.174.48.228',1),(8044,1,'2014-10-14 06:06:49','66.249.64.29',1),(8045,1,'2014-10-14 09:10:15','54.191.57.203',3),(8046,1,'2014-10-14 10:08:06','182.71.90.158',1),(8047,1,'2014-10-14 13:18:19','66.249.64.33',2),(8048,1,'2014-10-14 14:40:06','130.211.120.8',1),(8049,1,'2014-10-14 16:24:37','220.181.108.88',2),(8050,1,'2014-10-14 19:06:35','66.249.64.37',3),(8051,1,'2014-10-14 21:41:50','79.158.163.123',1),(8052,1,'2014-10-14 22:08:57','66.249.64.29',3),(8053,1,'2014-10-14 23:03:56','94.71.139.74',6),(8054,1,'2014-10-15 00:59:34','94.71.139.74',1),(8055,1,'2014-10-15 01:01:48','54.82.105.10',3),(8056,1,'2014-10-15 02:09:38','66.249.64.29',1),(8057,1,'2014-10-15 05:00:13','66.249.64.37',4),(8058,1,'2014-10-15 06:07:19','115.132.141.21',1),(8059,1,'2014-10-15 09:09:57','66.249.64.37',1),(8060,1,'2014-10-15 10:15:54','126.15.208.181',1),(8061,1,'2014-10-15 12:06:57','66.249.69.193',2),(8062,1,'2014-10-15 14:33:48','199.16.156.124',2),(8063,1,'2014-10-15 15:17:18','100.43.91.17',2),(8064,1,'2014-10-15 16:24:19','157.55.39.210',1),(8065,1,'2014-10-15 17:30:46','66.249.69.177',1),(8066,1,'2014-10-15 19:16:47','157.55.39.209',1),(8067,1,'2014-10-15 21:27:40','86.135.35.216',1),(8068,1,'2014-10-15 22:51:57','66.249.69.177',1),(8069,1,'2014-10-15 23:01:36','190.37.181.42',3),(8070,1,'2014-10-16 02:33:08','153.180.33.163',1),(8071,1,'2014-10-16 05:27:57','69.174.48.228',1),(8072,1,'2014-10-16 07:01:54','124.202.190.57',1),(8073,1,'2014-10-16 09:02:26','124.202.190.57',1),(8074,1,'2014-10-16 14:25:35','146.148.36.23',1),(8075,1,'2014-10-16 23:00:09','66.249.69.177',1),(8076,1,'2014-10-17 00:47:23','66.249.69.177',1),(8077,1,'2014-10-17 01:10:19','50.68.19.2',2),(8078,1,'2014-10-17 04:40:52','64.246.165.50',1),(8079,1,'2014-10-17 06:48:18','42.120.160.115',1),(8080,1,'2014-10-17 07:36:50','192.187.99.194',1),(8081,1,'2014-10-17 09:54:43','106.120.173.75',1),(8082,1,'2014-10-17 14:22:10','130.211.115.100',2),(8083,1,'2014-10-17 15:22:16','100.43.91.17',2),(8084,1,'2014-10-17 19:17:58','27.159.222.156',1),(8085,1,'2014-10-17 23:06:57','66.249.69.193',1),(8086,1,'2014-10-18 00:04:05','86.181.79.198',2),(8087,1,'2014-10-18 01:35:43','66.249.69.177',1),(8088,1,'2014-10-18 02:26:27','186.176.121.132',2),(8089,1,'2014-10-18 03:07:03','213.133.97.216',2),(8090,1,'2014-10-18 04:33:30','85.113.58.138',1),(8091,1,'2014-10-18 05:03:19','180.76.6.152',2),(8092,1,'2014-10-18 06:37:28','66.249.69.161',1),(8093,1,'2014-10-18 09:28:58','162.244.13.104',3),(8094,1,'2014-10-18 11:47:23','87.13.155.10',1),(8095,1,'2014-10-18 12:20:14','162.210.196.100',1),(8096,1,'2014-10-18 13:59:09','66.249.69.177',1),(8097,1,'2014-10-18 14:50:59','130.211.172.33',1),(8098,1,'2014-10-18 15:17:57','66.249.69.177',1),(8099,1,'2014-10-18 17:10:59','66.249.69.193',1),(8100,1,'2014-10-18 18:30:11','66.249.69.177',1),(8101,1,'2014-10-18 20:07:46','54.92.238.117',2),(8102,1,'2014-10-18 23:24:31','66.249.69.177',2),(8103,1,'2014-10-19 00:10:14','68.180.228.88',1),(8104,1,'2014-10-19 03:55:07','100.43.91.17',2),(8105,1,'2014-10-19 04:02:30','66.249.69.177',1),(8106,1,'2014-10-19 05:29:14','69.174.48.228',2),(8107,1,'2014-10-19 08:14:48','66.249.69.193',2),(8108,1,'2014-10-19 09:59:51','68.71.44.13',1),(8109,1,'2014-10-19 10:12:04','2.103.110.52',3),(8110,1,'2014-10-19 11:40:05','209.249.5.250',4),(8111,1,'2014-10-19 13:15:08','100.43.91.17',2),(8112,1,'2014-10-19 14:50:40','130.211.112.47',1),(8113,1,'2014-10-19 18:17:17','123.125.71.27',1),(8114,1,'2014-10-19 19:56:56','31.13.97.113',1),(8115,1,'2014-10-19 20:30:11','81.106.104.119',5),(8116,1,'2014-10-19 23:11:22','66.249.69.161',1),(8117,1,'2014-10-20 05:28:48','69.174.48.228',1),(8118,1,'2014-10-20 07:44:05','54.234.42.57',3),(8119,1,'2014-10-20 09:00:09','66.249.69.161',1),(8120,1,'2014-10-20 10:26:01','31.13.102.118',2),(8121,1,'2014-10-20 13:54:29','85.25.211.88',1),(8122,1,'2014-10-20 14:51:49','130.211.179.177',2),(8123,1,'2014-10-20 15:32:26','100.43.91.17',1),(8124,1,'2014-10-20 16:28:53','200.6.138.139',1),(8125,1,'2014-10-20 17:43:55','194.82.210.247',1),(8126,1,'2014-10-20 21:22:06','162.244.13.104',1),(8127,1,'2014-10-20 23:39:59','192.99.9.164',1),(8128,1,'2014-10-21 01:39:32','76.164.226.10',2),(8129,1,'2014-10-21 05:29:41','69.174.48.228',1),(8130,1,'2014-10-21 06:15:45','46.4.124.178',2),(8131,1,'2014-10-21 07:44:49','123.125.71.78',1),(8132,1,'2014-10-21 09:01:52','94.250.81.127',2),(8133,1,'2014-10-21 10:15:17','66.249.69.193',1),(8134,1,'2014-10-21 11:14:29','100.43.91.17',1),(8135,1,'2014-10-21 13:38:38','66.249.69.161',1),(8136,1,'2014-10-21 14:12:51','100.43.91.17',3),(8137,1,'2014-10-21 15:45:31','108.172.73.210',1),(8138,1,'2014-10-21 17:04:33','66.249.69.161',3),(8139,1,'2014-10-21 20:26:38','66.249.69.193',2),(8140,1,'2014-10-21 21:13:32','66.249.69.177',2),(8141,1,'2014-10-21 22:20:17','157.55.39.209',1),(8142,1,'2014-10-21 23:32:21','66.249.69.177',1),(8143,1,'2014-10-22 00:34:55','31.202.216.156',2),(8144,1,'2014-10-22 01:17:38','66.249.69.193',1),(8145,1,'2014-10-22 03:17:13','123.125.71.34',1),(8146,1,'2014-10-22 05:29:41','69.174.48.228',1),(8147,1,'2014-10-22 06:59:25','66.249.69.161',1),(8148,1,'2014-10-22 13:22:17','68.180.228.181',1),(8149,1,'2014-10-22 14:51:06','130.211.132.30',1),(8150,1,'2014-10-22 15:16:24','86.176.254.188',1),(8151,1,'2014-10-22 16:01:44','100.43.91.17',1),(8152,1,'2014-10-22 21:30:13','77.75.77.11',1),(8153,1,'2014-10-22 22:00:13','220.181.108.83',3),(8154,1,'2014-10-22 23:55:03','180.76.6.151',1),(8155,1,'2014-10-23 00:40:09','90.193.67.179',2),(8156,1,'2014-10-23 01:44:27','106.120.173.75',1),(8157,1,'2014-10-23 03:51:18','54.172.97.149',2),(8158,1,'2014-10-23 04:07:50','88.198.160.59',1),(8159,1,'2014-10-23 05:29:17','69.174.48.228',2),(8160,1,'2014-10-23 06:00:50','113.193.162.65',1),(8161,1,'2014-10-23 08:36:55','91.207.7.153',2),(8162,1,'2014-10-23 09:26:03','66.249.69.177',1),(8163,1,'2014-10-23 14:51:08','130.211.154.101',1),(8164,1,'2014-10-23 15:06:34','90.203.255.89',4),(8165,1,'2014-10-23 17:53:39','177.71.40.167',1),(8166,1,'2014-10-23 18:04:24','66.249.64.37',1),(8167,1,'2014-10-23 21:35:19','66.249.64.29',1),(8168,1,'2014-10-23 22:53:10','180.76.5.26',2),(8169,1,'2014-10-23 23:18:47','180.76.6.60',2),(8170,1,'2014-10-24 00:37:29','66.249.93.51',2),(8171,1,'2014-10-24 02:43:24','148.251.75.46',1),(8172,1,'2014-10-24 03:34:37','66.249.64.37',2),(8173,1,'2014-10-24 04:56:10','188.165.15.60',1),(8174,1,'2014-10-24 05:07:12','123.125.71.41',3),(8175,1,'2014-10-24 06:14:36','120.147.66.19',1),(8176,1,'2014-10-24 07:53:33','66.249.64.33',1),(8177,1,'2014-10-24 11:13:37','31.13.97.116',1),(8178,1,'2014-10-24 12:10:18','96.227.124.38',1),(8179,1,'2014-10-24 14:51:29','130.211.167.27',1),(8180,1,'2014-10-24 15:24:51','209.6.3.166',2),(8181,1,'2014-10-24 16:46:54','185.10.104.131',1),(8182,1,'2014-10-24 18:18:54','187.204.235.54',2),(8183,1,'2014-10-24 20:17:18','157.55.39.209',1),(8184,1,'2014-10-24 21:14:04','190.137.63.101',1),(8185,1,'2014-10-24 23:50:58','101.171.255.247',1),(8186,1,'2014-10-25 01:41:31','66.249.64.33',2),(8187,1,'2014-10-25 03:31:49','123.125.71.29',1),(8188,1,'2014-10-25 04:49:18','37.213.5.79',1),(8189,1,'2014-10-25 05:27:57','69.174.48.228',1),(8190,1,'2014-10-25 06:57:58','157.55.39.209',1),(8191,1,'2014-10-25 07:41:32','117.78.13.18',2),(8192,1,'2014-10-25 08:34:34','66.249.64.29',1),(8193,1,'2014-10-25 09:41:16','180.76.5.177',1),(8194,1,'2014-10-25 13:42:14','100.43.91.17',2),(8195,1,'2014-10-25 14:26:50','199.58.86.211',2),(8196,1,'2014-10-25 16:43:17','91.250.15.69',4),(8197,1,'2014-10-25 17:06:34','85.138.235.172',3),(8198,1,'2014-10-25 19:44:57','66.249.64.29',1),(8199,1,'2014-10-25 22:38:30','66.249.64.29',1),(8200,1,'2014-10-26 01:09:34','66.249.64.37',1),(8201,1,'2014-10-26 02:46:23','99.153.18.89',1),(8202,1,'2014-10-26 03:31:31','198.252.44.6',4),(8203,1,'2014-10-26 05:16:53','181.114.127.186',3),(8204,1,'2014-10-26 06:17:57','101.176.10.94',1),(8205,1,'2014-10-26 07:00:42','66.249.64.37',2),(8206,1,'2014-10-26 12:00:32','81.151.252.104',1),(8207,1,'2014-10-26 13:51:21','100.43.91.17',1),(8208,1,'2014-10-26 14:52:40','130.211.157.234',1),(8209,1,'2014-10-26 18:33:30','220.181.108.161',1),(8210,1,'2014-10-26 21:16:44','66.249.64.29',2),(8211,1,'2014-10-27 01:21:52','148.251.124.42',3),(8212,1,'2014-10-27 05:28:41','69.174.48.228',1),(8213,1,'2014-10-27 06:01:31','58.152.91.144',2),(8214,1,'2014-10-27 07:35:23','202.65.129.67',1),(8215,1,'2014-10-27 08:27:03','5.9.102.13',2),(8216,1,'2014-10-27 09:47:56','61.135.190.102',1),(8217,1,'2014-10-27 10:58:13','100.43.91.17',1),(8218,1,'2014-10-27 11:31:00','189.7.14.56',1),(8219,1,'2014-10-27 13:05:36','100.43.91.17',3),(8220,1,'2014-10-27 14:28:54','192.187.99.194',2),(8221,1,'2014-10-27 19:28:31','31.13.110.121',2),(8222,1,'2014-10-27 20:12:59','123.125.71.117',2),(8223,1,'2014-10-27 23:58:17','207.46.13.35',1),(8224,1,'2014-10-28 02:41:14','91.207.7.149',2),(8225,1,'2014-10-28 03:22:53','66.249.64.29',3),(8226,1,'2014-10-28 05:28:38','69.174.48.228',1),(8227,1,'2014-10-28 08:30:10','192.99.107.46',1),(8228,1,'2014-10-28 11:08:56','92.232.123.116',2),(8229,1,'2014-10-28 12:23:41','123.125.71.47',1),(8230,1,'2014-10-28 14:30:18','66.249.64.33',2),(8231,1,'2014-10-28 15:21:28','27.159.223.136',1),(8232,1,'2014-10-28 17:16:55','91.207.7.21',2),(8233,1,'2014-10-28 18:20:14','66.249.64.29',1),(8234,1,'2014-10-28 19:51:28','66.249.64.37',1),(8235,1,'2014-10-28 21:50:55','106.120.173.75',1),(8236,1,'2014-10-28 22:09:43','66.249.64.37',2),(8237,1,'2014-10-28 23:48:35','213.121.233.179',1),(8238,1,'2014-10-29 01:39:34','91.207.7.21',2),(8239,1,'2014-10-29 02:46:42','66.249.64.37',2),(8240,1,'2014-10-29 03:42:43','66.249.64.33',1),(8241,1,'2014-10-29 04:01:22','42.120.161.95',1),(8242,1,'2014-10-29 05:19:45','69.174.48.228',1),(8243,1,'2014-10-29 06:30:54','180.76.6.143',1),(8244,1,'2014-10-29 07:00:11','144.76.185.173',1),(8245,1,'2014-10-29 14:14:52','100.43.91.17',4),(8246,1,'2014-10-29 15:47:39','220.181.108.145',2),(8247,1,'2014-10-29 18:18:33','192.99.170.8',5),(8248,1,'2014-10-29 19:41:28','66.249.64.33',1),(8249,1,'2014-10-29 20:38:53','180.76.6.28',1),(8250,1,'2014-10-30 01:01:18','37.187.159.47',1),(8251,1,'2014-10-30 02:13:29','101.166.33.228',2),(8252,1,'2014-10-30 04:21:45','123.125.68.46',3),(8253,1,'2014-10-30 06:05:30','69.174.48.228',2),(8254,1,'2014-10-30 07:10:19','192.99.107.172',1),(8255,1,'2014-10-30 08:25:51','91.207.7.149',2),(8256,1,'2014-10-30 10:19:49','87.112.139.135',1),(8257,1,'2014-10-30 11:23:04','100.43.81.139',1),(8258,1,'2014-10-30 14:51:21','23.236.54.239',1),(8259,1,'2014-10-30 16:55:49','194.82.210.247',1),(8260,1,'2014-10-30 21:06:06','66.249.64.29',2),(8261,1,'2014-10-31 00:32:56','192.187.99.194',1),(8262,1,'2014-10-31 02:20:22','66.249.64.33',1),(8263,1,'2014-10-31 05:02:52','125.253.25.206',2),(8264,1,'2014-10-31 06:49:12','192.99.107.28',1),(8265,1,'2014-10-31 07:40:00','66.249.64.33',1),(8266,1,'2014-10-31 08:22:20','91.250.15.69',4),(8267,1,'2014-10-31 09:43:12','220.181.108.178',1),(8268,1,'2014-10-31 10:58:24','162.210.196.98',1),(8269,1,'2014-10-31 11:08:00','66.249.64.37',4),(8270,1,'2014-10-31 14:51:15','146.148.65.162',1),(8271,1,'2014-10-31 16:13:52','66.249.64.29',1),(8272,1,'2014-10-31 17:33:07','46.229.170.197',1),(8273,1,'2014-10-31 18:05:15','91.200.13.5',1),(8274,1,'2014-10-31 19:40:17','23.254.128.110',1),(8275,1,'2014-10-31 20:42:52','66.249.64.29',1),(8276,1,'2014-10-31 21:13:30','100.43.91.17',3),(8277,1,'2014-10-31 22:33:56','66.249.64.33',1),(8278,1,'2014-10-31 23:43:06','87.13.253.225',1),(8279,1,'2014-11-01 03:26:03','66.249.64.33',1),(8280,1,'2014-11-01 04:06:14','5.9.104.170',1),(8281,1,'2014-11-01 05:17:22','69.174.48.228',1),(8282,1,'2014-11-01 09:04:56','192.99.107.136',1),(8283,1,'2014-11-01 10:11:08','213.133.97.216',2),(8284,1,'2014-11-01 12:02:50','199.59.148.210',1),(8285,1,'2014-11-01 14:50:29','130.211.188.41',1),(8286,1,'2014-11-01 15:38:21','66.249.64.29',1),(8287,1,'2014-11-01 16:24:53','190.230.145.43',1),(8288,1,'2014-11-01 17:53:03','106.120.173.75',1),(8289,1,'2014-11-01 18:54:56','66.249.64.37',1),(8290,1,'2014-11-01 19:08:27','66.249.64.33',1),(8291,1,'2014-11-01 21:19:05','66.249.64.29',1),(8292,1,'2014-11-01 22:15:14','174.129.144.120',5),(8293,1,'2014-11-01 23:41:10','201.3.62.38',1),(8294,1,'2014-11-02 01:39:35','66.249.64.33',1),(8295,1,'2014-11-02 04:18:35','66.249.89.17',2),(8296,1,'2014-11-02 05:17:11','69.174.48.228',1),(8297,1,'2014-11-02 07:53:57','192.187.99.194',1),(8298,1,'2014-11-02 10:56:06','201.80.41.65',1),(8299,1,'2014-11-02 11:25:21','220.181.108.99',3),(8300,1,'2014-11-02 12:39:29','200.59.35.93',1),(8301,1,'2014-11-02 13:13:22','190.214.105.41',2),(8302,1,'2014-11-02 15:49:58','130.211.190.30',1),(8303,1,'2014-11-02 16:31:42','144.76.201.69',1),(8304,1,'2014-11-02 18:06:32','66.249.69.161',1),(8305,1,'2014-11-02 19:29:06','162.243.85.252',1),(8306,1,'2014-11-02 23:30:39','66.249.69.193',2),(8307,1,'2014-11-03 01:32:37','90.215.120.78',1),(8308,1,'2014-11-03 02:08:48','208.110.85.234',4),(8309,1,'2014-11-03 03:19:44','66.249.69.161',1),(8310,1,'2014-11-03 06:16:59','69.174.48.228',2),(8311,1,'2014-11-03 08:19:05','180.76.6.50',1),(8312,1,'2014-11-03 09:30:54','66.249.69.177',2),(8313,1,'2014-11-03 11:10:36','91.121.222.207',1),(8314,1,'2014-11-03 12:04:38','66.249.64.33',1),(8315,1,'2014-11-03 13:19:56','62.109.85.185',3),(8316,1,'2014-11-03 14:14:55','186.237.120.81',1),(8317,1,'2014-11-03 15:50:27','130.211.147.221',1),(8318,1,'2014-11-03 16:59:59','66.249.64.29',1),(8319,1,'2014-11-03 18:26:57','177.102.211.120',1),(8320,1,'2014-11-03 19:12:38','147.30.94.74',1),(8321,1,'2014-11-03 20:14:59','64.246.178.34',1),(8322,1,'2014-11-03 21:08:54','173.252.101.112',3),(8323,1,'2014-11-03 23:09:30','66.220.156.118',1),(8324,1,'2014-11-04 00:45:34','66.249.64.33',1),(8325,1,'2014-11-04 02:40:21','66.249.64.37',1),(8326,1,'2014-11-04 03:46:44','69.22.6.7',1),(8327,1,'2014-11-04 06:17:05','69.174.48.228',3),(8328,1,'2014-11-04 09:44:34','120.148.203.50',1),(8329,1,'2014-11-04 12:12:05','193.43.252.252',7),(8330,1,'2014-11-04 15:24:10','66.249.64.33',2),(8331,1,'2014-11-04 16:05:00','196.22.48.37',4),(8332,1,'2014-11-05 00:18:29','204.44.82.135',2),(8333,1,'2014-11-05 04:48:40','157.55.39.34',1),(8334,1,'2014-11-05 06:17:10','69.174.48.228',1),(8335,1,'2014-11-05 09:11:24','31.221.114.138',1),(8336,1,'2014-11-05 11:04:03','157.55.39.34',1),(8337,1,'2014-11-05 13:56:49','100.43.91.17',2),(8338,1,'2014-11-05 15:49:50','130.211.166.245',1),(8339,1,'2014-11-05 17:45:13','106.120.173.75',1),(8340,1,'2014-11-05 18:16:31','66.249.64.37',1),(8341,1,'2014-11-05 19:55:07','66.249.64.29',1),(8342,1,'2014-11-05 22:22:16','84.125.12.130',1),(8343,1,'2014-11-06 00:22:57','66.249.64.29',2),(8344,1,'2014-11-06 04:10:11','66.249.64.29',1),(8345,1,'2014-11-06 05:11:43','54.172.139.207',1),(8346,1,'2014-11-06 06:17:20','69.174.48.228',3),(8347,1,'2014-11-06 09:09:59','194.154.22.36',1),(8348,1,'2014-11-06 12:22:33','95.232.201.188',1),(8349,1,'2014-11-06 15:31:23','66.249.64.29',3),(8350,1,'2014-11-06 23:50:50','146.200.54.124',3),(8351,1,'2014-11-07 00:47:06','50.57.190.113',4),(8352,1,'2014-11-07 02:13:29','198.178.124.47',2),(8353,1,'2014-11-07 05:51:04','180.153.236.24',2),(8354,1,'2014-11-07 06:17:13','69.174.48.228',2),(8355,1,'2014-11-07 08:33:31','54.167.67.52',2),(8356,1,'2014-11-07 11:14:59','85.244.118.154',2),(8357,1,'2014-11-07 12:35:44','220.181.108.100',1),(8358,1,'2014-11-07 13:30:08','194.82.210.247',1),(8359,1,'2014-11-07 14:25:10','100.43.91.17',2),(8360,1,'2014-11-07 15:50:06','130.211.185.32',3),(8361,1,'2014-11-07 16:20:23','66.249.64.29',1),(8362,1,'2014-11-07 18:17:02','189.49.242.64',1),(8363,1,'2014-11-07 20:28:20','162.210.196.130',1),(8364,1,'2014-11-07 21:45:53','106.120.173.75',1),(8365,1,'2014-11-07 23:21:16','220.181.108.106',1),(8366,1,'2014-11-08 01:01:48','189.61.96.146',1),(8367,1,'2014-11-08 05:24:50','220.181.108.146',1),(8368,1,'2014-11-08 06:17:27','69.174.48.228',1),(8369,1,'2014-11-08 07:17:20','67.207.207.142',1),(8370,1,'2014-11-08 11:01:02','66.249.64.33',1),(8371,1,'2014-11-08 14:24:59','91.189.219.216',1),(8372,1,'2014-11-08 15:49:39','130.211.164.229',1),(8373,1,'2014-11-08 17:25:19','177.232.76.219',1),(8374,1,'2014-11-08 19:31:08','46.29.23.183',2),(8375,1,'2014-11-08 20:18:20','180.76.5.153',2),(8376,1,'2014-11-08 22:07:29','123.125.71.28',1),(8377,1,'2014-11-09 01:49:45','82.192.70.20',3),(8378,1,'2014-11-09 02:14:35','119.147.146.195',5),(8379,1,'2014-11-09 03:24:41','186.193.201.196',3),(8380,1,'2014-11-09 04:53:39','180.76.6.61',1),(8381,1,'2014-11-09 05:33:10','90.192.18.189',1),(8382,1,'2014-11-09 06:17:08','69.174.48.228',1),(8383,1,'2014-11-09 10:03:21','54.160.17.247',2),(8384,1,'2014-11-09 11:01:39','195.211.155.226',1),(8385,1,'2014-11-09 12:56:55','83.50.184.143',1),(8386,1,'2014-11-09 13:49:20','100.43.91.17',3),(8387,1,'2014-11-09 14:41:50','31.13.99.116',2),(8388,1,'2014-11-09 15:37:50','66.249.64.37',3),(8389,1,'2014-11-09 17:01:30','157.55.39.34',2),(8390,1,'2014-11-09 20:00:59','189.231.94.98',1),(8391,1,'2014-11-10 01:27:53','126.15.172.207',3),(8392,1,'2014-11-10 03:27:58','66.249.64.37',3),(8393,1,'2014-11-10 04:21:08','42.156.136.25',2),(8394,1,'2014-11-10 06:17:11','69.174.48.228',1),(8395,1,'2014-11-10 07:28:08','213.233.1.106',1),(8396,1,'2014-11-10 08:46:32','66.249.64.29',1),(8397,1,'2014-11-10 09:42:47','106.120.173.75',1),(8398,1,'2014-11-10 11:00:40','180.153.206.34',2),(8399,1,'2014-11-10 13:25:57','194.82.210.244',1),(8400,1,'2014-11-10 14:22:10','77.105.25.134',1),(8401,1,'2014-11-10 15:22:45','54.205.27.247',3),(8402,1,'2014-11-10 22:37:47','31.13.99.118',1),(8403,1,'2014-11-10 23:36:34','180.76.5.72',1),(8404,1,'2014-11-11 00:17:40','123.125.71.112',1),(8405,1,'2014-11-11 02:18:47','199.59.148.211',1),(8406,1,'2014-11-11 03:01:00','54.163.94.151',1),(8407,1,'2014-11-11 04:59:11','100.43.91.17',1),(8408,1,'2014-11-11 06:17:12','69.174.48.228',1),(8409,1,'2014-11-11 08:31:19','178.137.84.124',1),(8410,1,'2014-11-11 09:41:01','192.187.99.194',1),(8411,1,'2014-11-11 11:03:32','38.111.147.83',6),(8412,1,'2014-11-11 13:00:45','100.43.91.17',4),(8413,1,'2014-11-11 14:33:05','66.249.64.37',1),(8414,1,'2014-11-11 15:50:05','130.211.167.52',1),(8415,1,'2014-11-11 16:14:40','2.222.205.114',2),(8416,1,'2014-11-11 17:02:45','66.249.64.29',2),(8417,1,'2014-11-11 19:33:13','38.88.11.202',3),(8418,1,'2014-11-11 23:12:59','200.217.94.76',2),(8419,1,'2014-11-12 01:03:06','62.30.209.146',1),(8420,1,'2014-11-12 02:25:06','123.125.71.98',1),(8421,1,'2014-11-12 06:17:25','69.174.48.228',1),(8422,1,'2014-11-12 08:25:23','69.58.178.56',3),(8423,1,'2014-11-12 12:01:05','194.82.210.244',3),(8424,1,'2014-11-12 13:46:38','208.115.111.72',1),(8425,1,'2014-11-12 14:00:35','82.14.228.221',1),(8426,1,'2014-11-12 15:50:16','130.211.146.185',1),(8427,1,'2014-11-12 17:27:24','128.72.61.135',1),(8428,1,'2014-11-12 18:04:10','54.205.5.38',3),(8429,1,'2014-11-12 23:44:06','180.76.5.80',1),(8430,1,'2014-11-13 00:01:24','66.249.64.29',1),(8431,1,'2014-11-13 01:51:13','106.120.173.75',1),(8432,1,'2014-11-13 02:01:10','100.43.90.13',1),(8433,1,'2014-11-13 03:33:40','66.249.64.37',1),(8434,1,'2014-11-13 05:58:43','157.55.39.34',1),(8435,1,'2014-11-13 06:38:41','192.99.107.64',2),(8436,1,'2014-11-13 08:06:25','100.43.91.17',3),(8437,1,'2014-11-13 11:56:31','68.180.228.181',1),(8438,1,'2014-11-13 12:40:13','144.76.155.8',2),(8439,1,'2014-11-13 14:37:51','132.245.226.228',1),(8440,1,'2014-11-13 15:50:56','130.211.185.242',1),(8441,1,'2014-11-13 16:52:40','66.249.64.29',1),(8442,1,'2014-11-13 17:17:14','180.76.6.63',1),(8443,1,'2014-11-13 18:11:12','88.105.207.250',4),(8444,1,'2014-11-13 21:26:06','84.51.184.51',1),(8445,1,'2014-11-13 22:23:42','91.61.184.141',1),(8446,1,'2014-11-13 23:26:29','180.76.5.60',1),(8447,1,'2014-11-14 00:50:28','86.147.172.1',1),(8448,1,'2014-11-14 04:00:34','66.249.64.37',2),(8449,1,'2014-11-14 15:36:10','199.16.156.126',2),(8450,1,'2014-11-14 18:02:49','66.249.64.29',2),(8451,1,'2014-11-14 19:30:56','27.159.220.99',2),(8452,1,'2014-11-14 20:46:07','88.105.207.250',2),(8453,1,'2014-11-14 21:13:19','177.104.123.10',3),(8454,1,'2014-11-14 23:26:52','162.210.196.98',1),(8455,1,'2014-11-15 02:37:09','110.89.48.227',5),(8456,1,'2014-11-15 04:36:14','1.9.98.219',3),(8457,1,'2014-11-15 05:22:45','173.58.67.57',1),(8458,1,'2014-11-15 06:16:09','120.40.143.178',6),(8459,1,'2014-11-15 10:43:58','66.249.64.29',1),(8460,1,'2014-11-15 11:40:23','83.56.165.30',1),(8461,1,'2014-11-15 15:04:48','220.181.108.114',3),(8462,1,'2014-11-15 17:16:20','66.249.64.29',2),(8463,1,'2014-11-15 18:18:06','92.10.1.15',5),(8464,1,'2014-11-15 19:32:54','66.249.64.33',1),(8465,1,'2014-11-15 20:25:44','157.55.39.34',3),(8466,1,'2014-11-15 22:09:01','72.21.217.105',2),(8467,1,'2014-11-15 23:02:13','68.180.228.181',2),(8468,1,'2014-11-16 00:15:39','66.249.64.29',1),(8469,1,'2014-11-16 02:22:23','54.196.157.159',2),(8470,1,'2014-11-16 07:54:05','66.249.64.29',1),(8471,1,'2014-11-16 09:16:47','157.55.39.34',1),(8472,1,'2014-11-16 10:09:50','220.181.108.177',1),(8473,1,'2014-11-16 12:03:36','2.80.33.224',2),(8474,1,'2014-11-16 13:55:57','188.40.249.70',4),(8475,1,'2014-11-16 15:42:04','167.160.103.77',2),(8476,1,'2014-11-16 16:06:39','123.125.71.21',2),(8477,1,'2014-11-16 17:08:00','177.156.50.245',1),(8478,1,'2014-11-16 19:55:45','179.211.146.116',1),(8479,1,'2014-11-16 21:01:44','216.145.17.190',4),(8480,1,'2014-11-16 22:43:53','108.36.70.65',1),(8481,1,'2014-11-16 23:04:17','41.251.178.14',1),(8482,1,'2014-11-17 01:32:33','66.249.64.33',2),(8483,1,'2014-11-17 03:07:17','100.43.91.17',3),(8484,1,'2014-11-17 04:21:23','192.99.107.118',2),(8485,1,'2014-11-17 05:29:20','66.249.64.37',1),(8486,1,'2014-11-17 08:49:30','91.125.226.195',1),(8487,1,'2014-11-17 11:27:49','54.80.96.203',1),(8488,1,'2014-11-17 12:13:45','87.156.247.207',1),(8489,1,'2014-11-17 13:29:14','194.82.210.247',1),(8490,1,'2014-11-17 15:15:24','66.249.64.33',3),(8491,1,'2014-11-17 19:29:48','66.249.64.37',1),(8492,1,'2014-11-17 20:53:28','180.76.5.58',1),(8493,1,'2014-11-17 21:04:37','179.223.94.110',1),(8494,1,'2014-11-17 22:08:04','167.56.131.139',1),(8495,1,'2014-11-17 23:09:43','66.249.64.29',3),(8496,1,'2014-11-18 00:27:32','180.76.5.62',1),(8497,1,'2014-11-18 02:07:51','193.201.224.74',1),(8498,1,'2014-11-18 07:11:37','66.249.64.37',2),(8499,1,'2014-11-18 08:15:34','117.78.13.58',1),(8500,1,'2014-11-18 09:34:35','198.252.44.10',1),(8501,1,'2014-11-18 10:03:36','151.55.154.128',2),(8502,1,'2014-11-18 11:17:08','178.255.215.85',2),(8503,1,'2014-11-18 13:04:06','195.154.185.179',3),(8504,1,'2014-11-18 14:48:44','66.249.69.161',2),(8505,1,'2014-11-18 15:49:31','130.211.169.90',1),(8506,1,'2014-11-18 16:37:57','193.43.252.252',4),(8507,1,'2014-11-18 17:27:34','144.76.178.226',4),(8508,1,'2014-11-18 20:01:06','100.43.91.17',1),(8509,1,'2014-11-18 21:15:48','50.115.175.151',3),(8510,1,'2014-11-18 22:14:17','31.51.63.58',2),(8511,1,'2014-11-19 04:34:51','100.43.91.17',2),(8512,1,'2014-11-19 06:21:40','54.216.63.67',2),(8513,1,'2014-11-19 11:46:51','84.79.194.222',1),(8514,1,'2014-11-19 12:15:40','66.249.69.161',1),(8515,1,'2014-11-19 13:18:56','199.16.156.126',1),(8516,1,'2014-11-19 14:51:16','66.249.64.29',1),(8517,1,'2014-11-19 15:49:40','130.211.142.147',1),(8518,1,'2014-11-19 16:35:36','190.216.67.5',2),(8519,1,'2014-11-19 17:03:08','186.222.0.36',1),(8520,1,'2014-11-19 23:20:16','66.249.64.37',2),(8521,1,'2014-11-20 01:41:11','24.235.180.67',2),(8522,1,'2014-11-20 02:06:57','151.55.154.128',1),(8523,1,'2014-11-20 03:09:06','99.226.226.58',3),(8524,1,'2014-11-20 05:19:27','60.10.97.136',5),(8525,1,'2014-11-20 06:58:09','191.236.17.122',1),(8526,1,'2014-11-20 08:08:39','69.174.48.228',2),(8527,1,'2014-11-20 10:49:56','69.174.48.228',2),(8528,1,'2014-11-20 12:15:48','196.22.54.174',2),(8529,1,'2014-11-20 13:54:25','86.179.16.168',1),(8530,1,'2014-11-20 14:29:14','66.249.64.37',1),(8531,1,'2014-11-20 15:49:35','130.211.166.171',1),(8532,1,'2014-11-20 16:56:17','177.11.27.2',1),(8533,1,'2014-11-20 17:50:02','106.120.173.75',1),(8534,1,'2014-11-20 18:12:10','187.143.146.9',2),(8535,1,'2014-11-20 19:48:20','66.249.64.33',1),(8536,1,'2014-11-20 20:10:55','195.211.155.181',1),(8537,1,'2014-11-20 21:33:55','189.12.148.234',1),(8538,1,'2014-11-20 22:29:01','179.182.31.35',1),(8539,1,'2014-11-20 23:46:26','213.108.211.195',2),(8540,1,'2014-11-21 01:00:09','187.22.153.186',1),(8541,1,'2014-11-21 04:36:48','100.43.91.17',2),(8542,1,'2014-11-21 06:17:18','69.174.48.228',1),(8543,1,'2014-11-21 07:48:19','198.252.44.10',1),(8544,1,'2014-11-21 08:54:39','91.200.13.5',1),(8545,1,'2014-11-21 10:36:37','213.133.142.143',3),(8546,1,'2014-11-21 13:48:51','31.221.121.164',1),(8547,1,'2014-11-21 14:04:16','66.249.69.161',1),(8548,1,'2014-11-21 15:24:37','66.249.93.220',2),(8549,1,'2014-11-21 16:37:10','123.125.71.79',1),(8550,1,'2014-11-21 17:23:31','66.249.69.177',2),(8551,1,'2014-11-21 19:22:10','213.108.211.195',1),(8552,1,'2014-11-21 19:22:10','213.108.211.195',1),(8553,1,'2014-11-21 20:18:41','89.234.68.87',3),(8554,1,'2014-11-22 01:00:58','188.40.249.84',5),(8555,1,'2014-11-22 06:34:34','100.43.91.17',2),(8556,1,'2014-11-22 11:46:32','66.249.69.161',1),(8557,1,'2014-11-22 13:48:32','66.249.64.37',1),(8558,1,'2014-11-22 14:03:11','123.125.71.81',2),(8559,1,'2014-11-22 15:32:44','66.249.64.33',2),(8560,1,'2014-11-22 17:37:39','199.58.86.209',2),(8561,1,'2014-11-22 19:39:42','54.204.226.83',3),(8562,1,'2014-11-22 20:41:48','190.237.113.67',1),(8563,1,'2014-11-22 22:57:33','89.152.76.216',1),(8564,1,'2014-11-22 23:31:23','201.29.133.16',1),(8565,1,'2014-11-23 01:15:23','46.158.152.152',2),(8566,1,'2014-11-23 02:09:35','66.249.64.29',1),(8567,1,'2014-11-23 04:09:07','66.249.64.33',7),(8568,1,'2014-11-23 05:20:12','207.46.13.53',2),(8569,1,'2014-11-23 06:17:11','69.174.48.228',1),(8570,1,'2014-11-23 09:04:53','188.165.15.224',2),(8571,1,'2014-11-23 11:08:49','46.29.21.37',5),(8572,1,'2014-11-23 14:15:39','66.249.64.37',1),(8573,1,'2014-11-23 15:49:43','130.211.154.235',1),(8574,1,'2014-11-23 22:28:23','54.164.173.215',1),(8575,1,'2014-11-24 00:29:17','66.249.93.220',1),(8576,1,'2014-11-24 02:13:50','162.243.251.166',3),(8577,1,'2014-11-24 05:02:23','193.201.224.10',1),(8578,1,'2014-11-24 06:53:03','54.226.220.100',1),(8579,1,'2014-11-24 07:00:53','193.104.51.213',4),(8580,1,'2014-11-24 08:34:49','46.198.185.235',1),(8581,1,'2014-11-24 09:31:40','139.0.171.28',2),(8582,1,'2014-11-24 11:01:36','198.252.44.10',1),(8583,1,'2014-11-24 12:35:01','194.82.210.247',1),(8584,1,'2014-11-24 13:32:57','180.76.6.231',1),(8585,1,'2014-11-24 14:43:07','192.99.107.190',1),(8586,1,'2014-11-24 15:49:23','130.211.163.187',1),(8587,1,'2014-11-24 16:26:48','212.159.87.159',3),(8588,1,'2014-11-24 17:44:38','106.120.173.75',1),(8589,1,'2014-11-24 19:27:19','66.249.64.29',1),(8590,1,'2014-11-24 20:07:56','177.195.51.145',1),(8591,1,'2014-11-24 21:29:12','66.249.64.29',1),(8592,1,'2014-11-24 23:03:29','187.45.127.18',6),(8593,1,'2014-11-25 02:10:22','66.249.64.29',1),(8594,1,'2014-11-25 03:57:40','100.43.91.17',2),(8595,1,'2014-11-25 06:17:19','69.174.48.228',1),(8596,1,'2014-11-25 07:49:13','216.145.14.142',1),(8597,1,'2014-11-25 09:42:11','66.249.64.37',1),(8598,1,'2014-11-25 10:02:24','145.129.36.1',1),(8599,1,'2014-11-25 12:05:59','82.80.249.157',3),(8600,1,'2014-11-25 13:12:16','189.71.200.197',3),(8601,1,'2014-11-25 14:13:16','66.249.64.33',2),(8602,1,'2014-11-25 15:49:25','130.211.182.4',1),(8603,1,'2014-11-25 17:28:35','66.249.64.37',1),(8604,1,'2014-11-25 19:04:19','93.116.88.9',1),(8605,1,'2014-11-25 20:01:16','2.136.214.158',2),(8606,1,'2014-11-25 21:58:41','66.249.64.37',1),(8607,1,'2014-11-26 01:31:30','66.249.64.33',1),(8608,1,'2014-11-26 05:03:14','192.187.99.194',2),(8609,1,'2014-11-26 08:49:26','207.46.13.53',1),(8610,1,'2014-11-26 10:03:37','66.249.64.37',7),(8611,1,'2014-11-26 11:27:28','124.170.255.86',3),(8612,1,'2014-11-26 12:03:04','193.60.108.206',1),(8613,1,'2014-11-26 14:44:02','66.249.67.145',1),(8614,1,'2014-11-26 15:12:54','23.244.43.202',2),(8615,1,'2014-11-26 17:31:25','66.249.67.145',2),(8616,1,'2014-11-26 19:40:51','66.249.67.145',1),(8617,1,'2014-11-26 20:19:49','200.156.24.105',1),(8618,1,'2014-11-26 21:14:47','207.46.13.53',1),(8619,1,'2014-11-26 22:35:41','184.187.184.57',2),(8620,1,'2014-11-26 23:51:09','189.5.246.68',4),(8621,1,'2014-11-27 00:43:24','81.129.175.237',1),(8622,1,'2014-11-27 02:29:12','67.198.156.240',2),(8623,1,'2014-11-27 05:05:34','144.76.178.226',4),(8624,1,'2014-11-27 06:17:53','69.174.48.228',1),(8625,1,'2014-11-27 07:08:18','100.43.91.17',2),(8626,1,'2014-11-27 09:22:29','46.229.170.197',2),(8627,1,'2014-11-27 10:34:21','199.59.148.211',1),(8628,1,'2014-11-27 14:03:03','66.249.67.153',4),(8629,1,'2014-11-27 15:46:52','66.249.64.33',2),(8630,1,'2014-11-27 18:24:00','66.249.64.37',1),(8631,1,'2014-11-27 22:16:30','86.6.234.109',1),(8632,1,'2014-11-28 00:08:15','201.244.115.3',1),(8633,1,'2014-11-28 02:31:30','180.76.5.196',2),(8634,1,'2014-11-28 05:11:18','192.187.99.194',2),(8635,1,'2014-11-28 08:14:48','220.181.108.80',1),(8636,1,'2014-11-28 12:11:42','95.239.39.184',2),(8637,1,'2014-11-28 15:01:41','201.90.89.139',2),(8638,1,'2014-11-28 16:02:12','181.36.26.10',1),(8639,1,'2014-11-28 17:38:44','106.120.173.75',1),(8640,1,'2014-11-28 18:44:56','66.249.64.29',3),(8641,1,'2014-11-28 19:17:26','123.125.71.69',1),(8642,1,'2014-11-28 21:04:34','176.248.79.139',2),(8643,1,'2014-11-28 22:07:56','54.234.239.130',2),(8644,1,'2014-11-29 01:34:48','66.249.64.29',1),(8645,1,'2014-11-29 02:04:14','66.249.64.37',2),(8646,1,'2014-11-29 03:42:24','220.181.108.180',1),(8647,1,'2014-11-29 04:43:25','100.43.91.17',2),(8648,1,'2014-11-29 05:21:45','193.43.252.252',4),(8649,1,'2014-11-29 06:17:59','69.174.48.228',1),(8650,1,'2014-11-29 11:38:54','207.46.13.53',3),(8651,1,'2014-11-29 12:40:48','213.133.97.216',1),(8652,1,'2014-11-29 13:33:48','220.181.108.172',1),(8653,1,'2014-11-29 14:58:02','66.249.64.37',1),(8654,1,'2014-11-29 15:31:28','179.177.59.162',2),(8655,1,'2014-11-29 18:50:19','198.252.44.10',1),(8656,1,'2014-11-29 19:26:16','46.165.197.142',1),(8657,1,'2014-11-29 21:21:27','195.91.214.109',2),(8658,1,'2014-11-29 22:58:01','23.22.117.233',1),(8659,1,'2014-11-29 23:12:44','54.89.76.5',1),(8660,1,'2014-11-30 04:57:56','66.249.64.33',1),(8661,1,'2014-11-30 07:45:41','148.251.69.136',1),(8662,1,'2014-11-30 09:12:16','2.69.109.141',1),(8663,1,'2014-11-30 10:10:13','117.78.13.55',1),(8664,1,'2014-11-30 11:50:47','123.125.71.105',1),(8665,1,'2014-11-30 13:57:29','106.120.173.75',1),(8666,1,'2014-11-30 14:42:30','191.241.64.35',2),(8667,1,'2014-11-30 15:14:39','58.23.232.26',6),(8668,1,'2014-11-30 21:05:31','66.249.64.33',1),(8669,1,'2014-12-01 02:29:13','83.6.202.159',1),(8670,1,'2014-12-01 03:55:57','100.43.91.17',2),(8671,1,'2014-12-01 05:55:21','192.99.107.64',1),(8672,1,'2014-12-01 06:18:19','69.174.48.228',1),(8673,1,'2014-12-01 09:24:01','121.54.51.103',1),(8674,1,'2014-12-01 10:07:08','76.164.206.123',1),(8675,1,'2014-12-01 13:17:15','121.54.96.131',2),(8676,1,'2014-12-01 14:03:38','186.45.65.103',1),(8677,1,'2014-12-01 15:50:28','130.211.138.18',1),(8678,1,'2014-12-01 16:11:45','191.240.57.244',1),(8679,1,'2014-12-01 20:20:21','192.227.253.249',3),(8680,1,'2014-12-01 21:01:27','207.46.13.53',1),(8681,1,'2014-12-01 22:15:18','148.251.75.46',2),(8682,1,'2014-12-02 00:43:43','179.179.59.20',1),(8683,1,'2014-12-02 01:32:16','190.152.189.181',1),(8684,1,'2014-12-02 02:47:11','66.249.75.161',1),(8685,1,'2014-12-02 03:59:03','122.62.255.189',1),(8686,1,'2014-12-02 04:03:26','54.191.60.194',4),(8687,1,'2014-12-02 08:30:38','150.101.162.66',1),(8688,1,'2014-12-02 11:29:12','146.120.166.222',2),(8689,1,'2014-12-02 13:14:31','207.46.13.53',2),(8690,1,'2014-12-02 14:04:29','186.35.162.195',5),(8691,1,'2014-12-02 15:04:02','200.195.189.18',3),(8692,1,'2014-12-02 16:41:21','157.166.216.10',3),(8693,1,'2014-12-02 17:12:19','177.202.40.186',1),(8694,1,'2014-12-02 19:00:37','78.148.183.23',1),(8695,1,'2014-12-02 20:33:10','91.93.55.190',1),(8696,1,'2014-12-03 00:51:16','187.38.180.13',1),(8697,1,'2014-12-03 03:26:03','66.249.64.37',2),(8698,1,'2014-12-03 04:11:11','100.43.91.17',2),(8699,1,'2014-12-03 06:10:33','66.249.64.29',2),(8700,1,'2014-12-03 07:39:34','93.190.140.145',1),(8701,1,'2014-12-03 09:29:38','220.181.108.186',1),(8702,1,'2014-12-03 10:21:58','177.154.94.253',1),(8703,1,'2014-12-03 11:15:37','91.121.222.207',1),(8704,1,'2014-12-03 15:49:16','130.211.179.22',1),(8705,1,'2014-12-03 17:12:38','220.181.108.161',1),(8706,1,'2014-12-03 18:56:32','85.241.43.117',1),(8707,1,'2014-12-03 21:28:52','180.76.6.155',1),(8708,1,'2014-12-04 00:13:46','201.21.145.178',1),(8709,1,'2014-12-04 02:42:01','66.249.64.37',1),(8710,1,'2014-12-04 03:06:40','220.181.108.80',1),(8711,1,'2014-12-04 04:09:50','100.43.91.17',1),(8712,1,'2014-12-04 10:08:57','177.131.31.161',1),(8713,1,'2014-12-04 12:14:13','46.173.84.5',1),(8714,1,'2014-12-04 13:46:42','85.10.199.67',2),(8715,1,'2014-12-04 15:17:10','193.60.108.236',2),(8716,1,'2014-12-04 16:02:59','54.196.109.215',1),(8717,1,'2014-12-04 17:51:27','1.9.162.11',1),(8718,1,'2014-12-04 20:00:13','66.249.64.29',1),(8719,1,'2014-12-04 23:42:20','86.181.9.52',2),(8720,1,'2014-12-05 02:51:17','66.249.64.33',1),(8721,1,'2014-12-05 04:08:41','100.43.91.17',3),(8722,1,'2014-12-05 06:18:05','69.174.48.228',2),(8723,1,'2014-12-05 11:34:32','114.221.144.105',2),(8724,1,'2014-12-05 12:12:16','117.192.242.248',2),(8725,1,'2014-12-05 14:18:31','193.43.252.252',4),(8726,1,'2014-12-05 15:05:09','189.18.82.213',3),(8727,1,'2014-12-05 16:31:36','199.16.156.126',2),(8728,1,'2014-12-05 18:23:46','54.174.103.254',1),(8729,1,'2014-12-05 22:02:34','66.249.67.145',2),(8730,1,'2014-12-05 23:31:03','94.23.172.110',1),(8731,1,'2014-12-06 00:28:05','66.249.67.7',2),(8732,1,'2014-12-06 01:19:51','188.92.75.244',1),(8733,1,'2014-12-06 02:28:38','66.249.67.7',1),(8734,1,'2014-12-06 03:51:16','54.167.143.85',1),(8735,1,'2014-12-06 04:20:19','54.82.252.231',1),(8736,1,'2014-12-06 10:58:30','112.64.235.87',1),(8737,1,'2014-12-06 13:00:51','100.43.91.17',2),(8738,1,'2014-12-06 14:03:00','62.212.73.211',1),(8739,1,'2014-12-06 15:49:24','130.211.170.28',1),(8740,1,'2014-12-06 20:25:07','148.251.124.42',3),(8741,1,'2014-12-06 21:14:20','198.252.44.10',2),(8742,1,'2014-12-06 22:34:27','179.127.189.244',1),(8743,1,'2014-12-07 06:17:44','69.174.48.228',1),(8744,1,'2014-12-07 09:57:11','100.43.91.17',2),(8745,1,'2014-12-07 11:50:48','186.229.80.181',1),(8746,1,'2014-12-07 12:14:39','123.125.71.58',1),(8747,1,'2014-12-07 13:14:40','72.21.217.131',2),(8748,1,'2014-12-07 15:45:08','130.211.159.118',1),(8749,1,'2014-12-07 16:12:25','207.46.13.53',1),(8750,1,'2014-12-07 17:13:41','72.21.217.98',4),(8751,1,'2014-12-07 19:15:48','177.206.253.194',1),(8752,1,'2014-12-07 22:02:34','66.249.64.33',1),(8753,1,'2014-12-07 23:03:05','66.249.64.29',1),(8754,1,'2014-12-08 00:07:02','191.43.45.186',1),(8755,1,'2014-12-08 01:26:52','192.184.48.186',1),(8756,1,'2014-12-08 02:02:49','66.249.64.37',2),(8757,1,'2014-12-08 06:21:54','213.108.211.195',2),(8758,1,'2014-12-08 07:44:58','66.249.64.29',1),(8759,1,'2014-12-08 08:18:44','216.145.5.42',2),(8760,1,'2014-12-08 09:03:19','100.43.91.17',1),(8761,1,'2014-12-08 10:42:39','207.46.13.53',2),(8762,1,'2014-12-08 12:39:51','194.82.210.244',4),(8763,1,'2014-12-08 13:23:28','188.40.249.70',4),(8764,1,'2014-12-08 14:42:12','187.74.150.95',1),(8765,1,'2014-12-08 15:02:36','80.66.13.7',3),(8766,1,'2014-12-08 17:21:47','66.249.64.29',3),(8767,1,'2014-12-08 19:04:49','187.55.101.124',3),(8768,1,'2014-12-08 23:37:05','189.31.203.84',1),(8769,1,'2014-12-09 00:46:43','24.20.57.68',1),(8770,1,'2014-12-09 01:05:59','220.181.108.148',2),(8771,1,'2014-12-09 04:19:15','100.43.91.17',3),(8772,1,'2014-12-09 06:18:12','69.174.48.228',1),(8773,1,'2014-12-09 08:47:38','80.66.13.7',1),(8774,1,'2014-12-09 10:56:13','194.82.210.244',1),(8775,1,'2014-12-09 11:55:10','66.249.64.37',1),(8776,1,'2014-12-09 13:51:43','66.249.64.33',1),(8777,1,'2014-12-09 14:16:19','100.43.91.17',4),(8778,1,'2014-12-09 15:49:07','162.222.182.122',1),(8779,1,'2014-12-09 16:12:08','66.249.64.29',1),(8780,1,'2014-12-09 17:14:49','95.103.187.21',1),(8781,1,'2014-12-09 18:28:50','8.28.16.254',3),(8782,1,'2014-12-09 20:11:39','54.170.239.58',1),(8783,1,'2014-12-09 22:37:11','66.249.64.33',1),(8784,1,'2014-12-09 23:17:47','179.97.162.95',1),(8785,1,'2014-12-10 00:43:39','5.65.105.201',1),(8786,1,'2014-12-10 01:24:00','107.178.200.215',1),(8787,1,'2014-12-10 03:15:07','157.7.236.217',1),(8788,1,'2014-12-10 07:57:44','75.111.84.203',1),(8789,1,'2014-12-10 10:22:14','100.43.91.17',1),(8790,1,'2014-12-10 11:29:54','180.76.6.150',2),(8791,1,'2014-12-10 13:57:59','106.120.173.75',1),(8792,1,'2014-12-10 14:25:05','83.148.163.153',2),(8793,1,'2014-12-10 15:49:21','130.211.177.250',3),(8794,1,'2014-12-10 17:20:06','62.210.211.148',1),(8795,1,'2014-12-10 18:33:13','198.252.44.10',2),(8796,1,'2014-12-10 21:35:05','46.229.170.197',1),(8797,1,'2014-12-10 22:31:57','66.249.64.33',1),(8798,1,'2014-12-10 23:55:22','66.249.64.37',1),(8799,1,'2014-12-11 00:01:23','66.249.64.33',1),(8800,1,'2014-12-11 01:02:27','92.15.166.247',3),(8801,1,'2014-12-11 05:16:07','91.200.12.44',1),(8802,1,'2014-12-11 06:14:34','54.242.54.206',2),(8803,1,'2014-12-11 13:16:03','68.180.228.88',2),(8804,1,'2014-12-11 15:02:16','86.178.11.242',7),(8805,1,'2014-12-11 16:25:12','54.237.240.219',1),(8806,1,'2014-12-11 17:29:13','66.249.64.29',2),(8807,1,'2014-12-11 19:03:44','23.94.23.67',2),(8808,1,'2014-12-11 21:36:35','179.176.75.223',1),(8809,1,'2014-12-11 22:13:31','62.253.56.253',1),(8810,1,'2014-12-11 23:03:17','66.249.64.29',1),(8811,1,'2014-12-12 00:08:02','162.243.53.226',1),(8812,1,'2014-12-12 04:25:42','66.249.64.29',1),(8813,1,'2014-12-12 09:14:39','157.55.39.92',3),(8814,1,'2014-12-12 11:08:16','66.249.64.37',1),(8815,1,'2014-12-12 12:08:53','66.249.64.33',3),(8816,1,'2014-12-12 13:51:23','195.154.178.12',2),(8817,1,'2014-12-12 13:51:23','195.154.178.12',1),(8818,1,'2014-12-12 14:12:29','195.154.178.12',6),(8819,1,'2014-12-12 15:49:26','146.148.61.253',1),(8820,1,'2014-12-12 17:40:39','106.120.173.75',1),(8821,1,'2014-12-12 18:49:59','187.85.18.195',1),(8822,1,'2014-12-12 21:28:32','86.138.149.141',1),(8823,1,'2014-12-12 21:28:32','92.20.24.93',1),(8824,1,'2014-12-12 22:58:28','62.253.56.253',1),(8825,1,'2014-12-12 23:52:13','180.76.6.151',1),(8826,1,'2014-12-13 01:32:19','66.249.64.29',1),(8827,1,'2014-12-13 03:07:39','194.82.210.244',4),(8828,1,'2014-12-13 04:20:35','100.43.91.17',5),(8829,1,'2014-12-13 06:15:38','180.248.0.93',4),(8830,1,'2014-12-13 07:31:21','180.87.255.219',2),(8831,1,'2014-12-13 10:01:58','66.249.64.37',1),(8832,1,'2014-12-13 11:34:56','189.7.82.25',2),(8833,1,'2014-12-13 12:52:38','66.249.64.29',1),(8834,1,'2014-12-13 14:16:52','62.212.73.211',1),(8835,1,'2014-12-13 15:49:19','130.211.182.233',1),(8836,1,'2014-12-13 16:30:54','66.249.75.129',1),(8837,1,'2014-12-13 18:01:20','83.61.179.95',1),(8838,1,'2014-12-14 02:44:35','24.96.9.25',1),(8839,1,'2014-12-14 04:27:24','213.133.97.216',1),(8840,1,'2014-12-14 06:43:17','100.43.91.17',3),(8841,1,'2014-12-14 10:54:25','186.16.190.127',1),(8842,1,'2014-12-14 12:04:59','117.247.195.103',2),(8843,1,'2014-12-14 14:09:43','123.125.71.86',2),(8844,1,'2014-12-14 15:49:00','130.211.118.42',1),(8845,1,'2014-12-14 17:48:58','106.120.173.75',1),(8846,1,'2014-12-14 20:18:48','180.76.6.156',1),(8847,1,'2014-12-14 21:24:02','199.16.156.126',1),(8848,1,'2014-12-14 22:30:56','90.195.113.44',2),(8849,1,'2014-12-14 23:27:39','66.249.75.129',1),(8850,1,'2014-12-15 03:31:55','198.252.44.10',2),(8851,1,'2014-12-15 04:03:01','66.249.75.145',5),(8852,1,'2014-12-15 05:43:54','66.249.75.145',1),(8853,1,'2014-12-15 06:17:10','69.174.48.228',1),(8854,1,'2014-12-15 07:49:02','46.229.170.197',1),(8855,1,'2014-12-15 09:17:20','66.249.75.145',1),(8856,1,'2014-12-15 10:53:26','50.57.190.90',1),(8857,1,'2014-12-15 12:13:18','194.82.210.247',1),(8858,1,'2014-12-15 13:10:09','192.99.107.226',1),(8859,1,'2014-12-15 14:10:29','66.249.75.161',1),(8860,1,'2014-12-15 15:49:33','146.148.48.149',1),(8861,1,'2014-12-15 16:35:42','180.76.6.138',4),(8862,1,'2014-12-15 17:40:48','157.55.39.92',1),(8863,1,'2014-12-15 18:01:20','181.29.129.136',3),(8864,1,'2014-12-15 21:43:09','192.99.107.82',1),(8865,1,'2014-12-15 22:53:33','66.249.75.161',1),(8866,1,'2014-12-15 23:36:37','123.125.71.97',1),(8867,1,'2014-12-16 05:17:46','148.251.153.164',1),(8868,1,'2014-12-16 06:33:09','58.23.19.210',3),(8869,1,'2014-12-16 09:22:34','54.154.90.188',2),(8870,1,'2014-12-16 10:57:17','132.245.226.228',1),(8871,1,'2014-12-16 11:08:26','100.43.91.17',1),(8872,1,'2014-12-16 12:25:02','112.205.66.105',4),(8873,1,'2014-12-16 13:16:07','66.249.75.161',1),(8874,1,'2014-12-16 14:03:02','132.245.226.228',2),(8875,1,'2014-12-16 15:12:25','95.93.210.20',2),(8876,1,'2014-12-16 17:12:10','189.26.90.33',3),(8877,1,'2014-12-16 18:16:38','72.87.50.194',2),(8878,1,'2014-12-16 19:49:59','177.157.235.221',1),(8879,1,'2014-12-16 21:00:29','66.249.75.129',1),(8880,1,'2014-12-17 00:53:15','42.120.161.77',2),(8881,1,'2014-12-17 02:01:35','91.125.97.55',17),(8882,1,'2014-12-17 05:01:34','66.249.75.129',2),(8883,1,'2014-12-17 06:17:16','69.174.48.228',3),(8884,1,'2014-12-17 10:23:31','37.57.231.125',4),(8885,1,'2014-12-17 12:19:59','66.249.75.145',2),(8886,1,'2014-12-17 13:16:45','66.249.93.218',1),(8887,1,'2014-12-17 14:50:44','177.104.243.10',2),(8888,1,'2014-12-17 15:38:48','186.233.63.66',2),(8889,1,'2014-12-17 16:13:17','78.85.78.7',1),(8890,1,'2014-12-17 17:28:18','77.75.77.17',1),(8891,1,'2014-12-17 18:25:42','66.249.67.153',1),(8892,1,'2014-12-17 19:33:28','86.178.93.62',2),(8893,1,'2014-12-17 22:51:47','66.249.81.131',1),(8894,1,'2014-12-18 02:21:56','66.249.67.7',2),(8895,1,'2014-12-18 05:50:34','177.102.68.180',1),(8896,1,'2014-12-18 06:07:05','54.161.164.99',1),(8897,1,'2014-12-18 07:11:54','66.249.67.153',1),(8898,1,'2014-12-18 09:04:04','88.198.160.58',2),(8899,1,'2014-12-18 10:46:17','179.222.249.191',1),(8900,1,'2014-12-18 11:06:16','66.249.67.145',1),(8901,1,'2014-12-18 12:09:59','66.249.93.215',2),(8902,1,'2014-12-18 15:30:50','66.249.73.209',2),(8903,1,'2014-12-18 16:47:51','131.100.190.239',1),(8904,1,'2014-12-18 18:00:59','24.135.234.178',2),(8905,1,'2014-12-18 21:34:26','86.158.138.166',5),(8906,1,'2014-12-18 22:34:28','200.141.120.206',1),(8907,1,'2014-12-18 23:33:01','186.178.116.167',4),(8908,1,'2014-12-19 02:32:40','87.98.145.188',1),(8909,1,'2014-12-19 04:03:07','100.43.91.17',3),(8910,1,'2014-12-19 05:01:12','198.252.44.10',1),(8911,1,'2014-12-19 06:17:23','69.174.48.228',2),(8912,1,'2014-12-19 08:32:58','123.125.71.32',1),(8913,1,'2014-12-19 09:11:56','1.9.105.28',2),(8914,1,'2014-12-19 10:19:24','66.249.75.145',1),(8915,1,'2014-12-19 11:30:46','195.195.87.22',1),(8916,1,'2014-12-19 14:16:23','186.212.15.110',2),(8917,1,'2014-12-19 15:48:51','130.211.167.10',1),(8918,1,'2014-12-19 16:04:42','41.215.209.204',2),(8919,1,'2014-12-19 20:47:43','173.164.136.238',1),(8920,1,'2014-12-19 22:04:53','66.249.75.129',1),(8921,1,'2014-12-20 00:20:58','85.210.122.120',2),(8922,1,'2014-12-20 01:32:02','68.180.228.88',1),(8923,1,'2014-12-20 09:04:10','220.181.108.150',2),(8924,1,'2014-12-20 11:39:58','201.49.78.137',1),(8925,1,'2014-12-20 14:55:14','180.76.6.149',1),(8926,1,'2014-12-20 15:19:33','100.43.91.17',2),(8927,1,'2014-12-20 18:12:20','79.152.35.251',2),(8928,1,'2014-12-20 19:00:10','66.249.64.29',2),(8929,1,'2014-12-20 20:41:34','91.250.15.69',4),(8930,1,'2014-12-20 22:31:57','66.249.64.29',1),(8931,1,'2014-12-21 00:05:24','179.179.151.68',2),(8932,1,'2014-12-21 01:27:19','74.91.47.91',2),(8933,1,'2014-12-21 03:28:39','100.43.91.17',3),(8934,1,'2014-12-21 04:52:59','179.197.118.49',1),(8935,1,'2014-12-21 06:17:19','69.174.48.228',1),(8936,1,'2014-12-21 08:21:24','66.249.64.29',4),(8937,1,'2014-12-21 10:09:29','216.145.5.42',1),(8938,1,'2014-12-21 11:27:51','66.249.93.218',1),(8939,1,'2014-12-21 12:33:44','200.193.73.166',1),(8940,1,'2014-12-21 13:07:19','66.249.64.29',2),(8941,1,'2014-12-21 14:28:09','66.249.64.37',1),(8942,1,'2014-12-21 15:41:51','209.249.5.246',6),(8943,1,'2014-12-21 16:21:45','54.90.170.231',2),(8944,1,'2014-12-21 18:24:43','220.181.108.139',2),(8945,1,'2014-12-21 20:51:06','178.62.60.148',1),(8946,1,'2014-12-21 21:25:03','2.226.112.8',1),(8947,1,'2014-12-21 22:01:31','66.249.64.37',1),(8948,1,'2014-12-21 23:13:13','157.55.39.92',2),(8949,1,'2014-12-22 00:44:51','66.249.81.239',1),(8950,1,'2014-12-22 01:04:02','91.125.97.55',2),(8951,1,'2014-12-22 03:18:42','174.27.67.61',1),(8952,1,'2014-12-22 04:06:27','178.255.215.85',1),(8953,1,'2014-12-22 05:48:02','180.76.5.58',1),(8954,1,'2014-12-22 07:28:51','54.226.87.19',2),(8955,1,'2014-12-22 08:35:05','2.124.65.208',1),(8956,1,'2014-12-22 09:05:03','212.129.52.143',2),(8957,1,'2014-12-22 10:41:30','213.108.211.195',2),(8958,1,'2014-12-22 11:12:16','213.108.211.195',1),(8959,1,'2014-12-22 15:48:35','130.211.155.40',1),(8960,1,'2014-12-22 16:04:25','100.43.91.17',1),(8961,1,'2014-12-22 19:03:49','66.249.93.221',2),(8962,1,'2014-12-22 20:08:19','187.58.186.41',2),(8963,1,'2014-12-22 21:19:16','186.223.237.203',2),(8964,1,'2014-12-22 22:25:48','206.253.226.22',1),(8965,1,'2014-12-22 23:11:04','31.176.147.241',1),(8966,1,'2014-12-23 00:21:57','82.132.214.128',2),(8967,1,'2014-12-23 01:45:44','106.120.173.75',1),(8968,1,'2014-12-23 02:56:21','92.63.87.11',1),(8969,1,'2014-12-23 05:25:29','100.43.91.17',2),(8970,1,'2014-12-23 06:17:08','69.174.48.228',2),(8971,1,'2014-12-23 07:07:21','46.151.52.173',3),(8972,1,'2014-12-23 12:25:11','220.181.108.165',2),(8973,1,'2014-12-23 14:24:09','208.115.111.72',1),(8974,1,'2014-12-23 15:48:24','130.211.130.112',1),(8975,1,'2014-12-23 16:58:13','31.11.237.31',1),(8976,1,'2014-12-23 17:00:17','191.182.134.171',2),(8977,1,'2014-12-23 18:17:40','92.63.87.11',1),(8978,1,'2014-12-23 19:03:08','66.249.64.29',1),(8979,1,'2014-12-23 20:00:29','179.180.30.43',3),(8980,1,'2014-12-23 21:18:51','72.21.217.129',1),(8981,1,'2014-12-23 22:07:38','66.249.64.33',1),(8982,1,'2014-12-23 23:10:42','66.249.81.236',3),(8983,1,'2014-12-24 01:22:24','62.210.83.64',1),(8984,1,'2014-12-24 03:34:52','213.108.211.195',2),(8985,1,'2014-12-24 04:37:51','66.249.64.33',1),(8986,1,'2014-12-24 07:59:55','41.223.154.81',1),(8987,1,'2014-12-24 08:15:34','66.249.64.29',2),(8988,1,'2014-12-24 10:15:43','66.249.93.215',1),(8989,1,'2014-12-24 11:56:10','66.249.64.29',1),(8990,1,'2014-12-24 13:34:36','157.55.39.92',1),(8991,1,'2014-12-24 15:47:57','130.211.144.67',1),(8992,1,'2014-12-24 16:22:51','89.69.56.179',1),(8993,1,'2014-12-24 17:47:20','123.125.71.82',1),(8994,1,'2014-12-24 19:49:10','66.249.64.33',1),(8995,1,'2014-12-24 20:27:39','199.59.148.210',2),(8996,1,'2014-12-24 21:16:16','95.211.81.86',2),(8997,1,'2014-12-24 22:23:12','66.249.64.37',2),(8998,1,'2014-12-25 00:04:22','100.43.91.17',3),(8999,1,'2014-12-25 01:07:06','201.68.131.224',3),(9000,1,'2014-12-25 04:52:08','100.43.91.17',2),(9001,1,'2014-12-25 05:51:40','157.55.39.92',1),(9002,1,'2014-12-25 06:17:40','69.174.48.228',1),(9003,1,'2014-12-25 08:57:32','5.9.53.251',1),(9004,1,'2014-12-25 12:16:52','80.82.64.62',1),(9005,1,'2014-12-25 15:47:54','130.211.186.102',1),(9006,1,'2014-12-25 16:46:17','151.16.80.87',2),(9007,1,'2014-12-25 19:11:47','194.82.210.247',1),(9008,1,'2014-12-25 20:24:57','200.165.212.98',1),(9009,1,'2014-12-25 21:57:27','190.198.178.12',1),(9010,1,'2014-12-25 22:03:17','186.236.13.189',2),(9011,1,'2014-12-25 23:01:07','195.211.154.159',1),(9012,1,'2014-12-26 01:08:30','89.69.56.179',1),(9013,1,'2014-12-26 02:40:37','178.62.194.225',2),(9014,1,'2014-12-26 03:16:46','64.246.165.10',1),(9015,1,'2014-12-26 06:03:59','119.237.55.161',1),(9016,1,'2014-12-26 10:20:05','177.220.147.178',2),(9017,1,'2014-12-26 11:09:32','66.249.64.33',1),(9018,1,'2014-12-26 12:32:46','180.76.6.133',1),(9019,1,'2014-12-26 14:54:09','123.125.71.115',1),(9020,1,'2014-12-26 15:49:03','130.211.131.218',1),(9021,1,'2014-12-26 18:56:10','66.249.64.29',1),(9022,1,'2014-12-26 21:02:23','199.30.25.140',5),(9023,1,'2014-12-26 22:19:30','220.181.108.108',2),(9024,1,'2014-12-27 00:25:31','66.249.64.33',2),(9025,1,'2014-12-27 02:00:15','179.7.82.11',1),(9026,1,'2014-12-27 03:08:16','200.150.25.62',4),(9027,1,'2014-12-27 06:17:09','69.174.48.228',1),(9028,1,'2014-12-27 07:15:50','198.252.44.10',2),(9029,1,'2014-12-27 11:50:45','62.212.68.156',1),(9030,1,'2014-12-27 12:05:45','177.87.160.2',4),(9031,1,'2014-12-27 15:22:57','186.221.118.79',2),(9032,1,'2014-12-27 16:39:00','189.94.39.119',2),(9033,1,'2014-12-27 20:32:19','66.249.64.37',2),(9034,1,'2014-12-27 22:44:25','177.42.206.181',1),(9035,1,'2014-12-28 00:43:47','180.76.5.94',1),(9036,1,'2014-12-28 01:16:37','66.249.81.239',3),(9037,1,'2014-12-28 09:32:49','207.46.13.49',2),(9038,1,'2014-12-28 10:14:37','66.249.64.33',1),(9039,1,'2014-12-28 11:06:18','65.55.210.101',1),(9040,1,'2014-12-28 13:57:00','66.249.67.145',1),(9041,1,'2014-12-28 14:34:06','66.249.67.7',1),(9042,1,'2014-12-28 15:48:21','130.211.138.54',1),(9043,1,'2014-12-28 19:22:07','66.249.93.221',1),(9044,1,'2014-12-28 20:10:06','66.249.67.153',1),(9045,1,'2014-12-28 21:42:51','106.120.173.75',1),(9046,1,'2014-12-28 22:05:12','54.87.210.125',2),(9047,1,'2014-12-29 00:13:33','89.168.2.27',2),(9048,1,'2014-12-29 05:04:26','37.187.159.47',1),(9049,1,'2014-12-29 06:17:27','69.174.48.228',1),(9050,1,'2014-12-29 10:31:11','100.43.91.17',1),(9051,1,'2014-12-30 02:42:25','54.145.36.196',2),(9052,1,'2014-12-30 03:35:48','117.78.13.58',1),(9053,1,'2014-12-30 07:18:31','66.249.67.153',1),(9054,1,'2014-12-30 08:38:49','209.126.105.204',1),(9055,1,'2014-12-30 10:42:51','66.249.93.218',1),(9056,1,'2014-12-30 11:03:28','112.64.235.246',1),(9057,1,'2014-12-30 12:24:15','179.108.184.14',2),(9058,1,'2014-12-30 15:32:36','220.181.108.141',4),(9059,1,'2014-12-30 17:27:35','66.249.67.145',1),(9060,1,'2014-12-30 18:16:05','66.249.67.153',1),(9061,1,'2014-12-30 19:55:13','66.249.93.215',1),(9062,1,'2014-12-30 20:29:26','220.181.108.108',1),(9063,1,'2014-12-30 21:28:58','66.249.67.145',2),(9064,1,'2014-12-31 00:44:39','189.4.124.224',1),(9065,1,'2014-12-31 02:11:52','188.79.54.46',1),(9066,1,'2014-12-31 04:00:37','91.125.97.55',3),(9067,1,'2014-12-31 05:08:59','190.106.223.60',2),(9068,1,'2014-12-31 06:13:42','66.249.67.145',3),(9069,1,'2014-12-31 08:50:21','198.252.44.10',1),(9070,1,'2014-12-31 10:03:38','180.76.5.155',2),(9071,1,'2014-12-31 11:48:47','66.249.93.215',2),(9072,1,'2014-12-31 13:28:47','66.249.67.7',1),(9073,1,'2014-12-31 15:48:09','130.211.150.12',1),(9074,1,'2014-12-31 16:08:23','66.249.67.145',1),(9075,1,'2014-12-31 17:13:10','190.156.74.9',1),(9076,1,'2014-12-31 18:37:45','180.76.5.191',1),(9077,1,'2014-12-31 22:58:13','100.43.91.17',2),(9078,1,'2014-12-31 23:42:53','66.249.67.145',1),(9079,1,'2015-01-01 02:35:02','199.16.156.125',1),(9080,1,'2015-01-01 04:48:32','66.249.67.7',1),(9081,1,'2015-01-01 05:11:13','46.229.170.197',1),(9082,1,'2015-01-01 06:17:31','69.174.48.228',4),(9083,1,'2015-01-01 07:49:15','66.249.67.7',1),(9084,1,'2015-01-01 08:14:17','73.194.186.74',2),(9085,1,'2015-01-01 10:24:27','81.84.184.6',3),(9086,1,'2015-01-01 11:04:50','66.249.67.153',3),(9087,1,'2015-01-01 12:14:08','66.249.92.2',1),(9088,1,'2015-01-01 15:11:28','66.249.93.221',3),(9089,1,'2015-01-01 20:58:23','177.36.7.166',1),(9090,1,'2015-01-01 21:47:24','106.120.173.75',1),(9091,1,'2015-01-01 23:32:47','100.43.91.17',2),(9092,1,'2015-01-02 01:10:37','66.249.67.145',1),(9093,1,'2015-01-02 02:09:03','66.249.81.131',4),(9094,1,'2015-01-02 03:29:07','66.249.67.153',1),(9095,1,'2015-01-02 05:53:57','175.140.12.54',1),(9096,1,'2015-01-02 06:57:15','66.249.67.153',1),(9097,1,'2015-01-02 07:08:11','168.61.152.100',3),(9098,1,'2015-01-02 09:04:38','54.149.52.84',1),(9099,1,'2015-01-02 11:15:38','91.121.222.207',2),(9100,1,'2015-01-02 12:00:40','65.55.212.73',1),(9101,1,'2015-01-02 14:30:30','66.249.64.37',1),(9102,1,'2015-01-02 15:47:42','130.211.164.25',1),(9103,1,'2015-01-02 18:11:25','123.125.71.16',3),(9104,1,'2015-01-02 21:44:04','66.249.64.37',1),(9105,1,'2015-01-02 22:12:33','66.249.64.29',1),(9106,1,'2015-01-03 01:56:50','66.249.64.37',1),(9107,1,'2015-01-03 03:46:42','118.100.49.187',1),(9108,1,'2015-01-03 04:15:41','100.43.91.17',2),(9109,1,'2015-01-03 06:04:03','66.249.64.29',2),(9110,1,'2015-01-03 11:20:48','123.125.71.70',1),(9111,1,'2015-01-03 14:12:54','216.145.17.190',4),(9112,1,'2015-01-03 15:47:39','130.211.178.216',1),(9113,1,'2015-01-03 17:22:14','66.249.64.29',1),(9114,1,'2015-01-03 21:46:52','106.120.173.75',1),(9115,1,'2015-01-03 22:59:39','162.221.200.131',1),(9116,1,'2015-01-03 23:03:00','162.221.200.131',2),(9117,1,'2015-01-04 06:21:29','66.249.64.33',1),(9118,1,'2015-01-04 08:32:15','62.212.73.211',1),(9119,1,'2015-01-04 09:13:49','198.252.44.10',1),(9120,1,'2015-01-04 11:02:22','41.190.45.198',1),(9121,1,'2015-01-04 12:57:34','157.55.39.73',1),(9122,1,'2015-01-04 14:23:39','187.57.65.240',1),(9123,1,'2015-01-04 15:47:40','130.211.143.223',1),(9124,1,'2015-01-04 17:02:23','54.87.192.200',1),(9125,1,'2015-01-04 18:41:36','66.249.93.221',2),(9126,1,'2015-01-04 20:21:11','116.98.35.12',2),(9127,1,'2015-01-04 22:07:00','123.125.71.21',2),(9128,1,'2015-01-04 23:30:08','201.19.37.165',1),(9129,1,'2015-01-05 00:32:40','107.191.51.141',1),(9130,1,'2015-01-05 01:27:57','66.249.64.33',2),(9131,1,'2015-01-05 02:46:34','100.43.91.17',1),(9132,1,'2015-01-05 03:22:27','195.154.178.12',9),(9133,1,'2015-01-05 05:54:24','66.249.64.37',1),(9134,1,'2015-01-05 06:17:19','69.174.48.228',1),(9135,1,'2015-01-05 07:01:20','66.249.64.37',2),(9136,1,'2015-01-05 08:34:36','66.249.64.37',1),(9137,1,'2015-01-05 10:25:55','54.161.75.231',2),(9138,1,'2015-01-05 11:15:14','123.125.71.33',3),(9139,1,'2015-01-05 15:47:45','130.211.112.224',1),(9140,1,'2015-01-05 17:29:27','220.181.108.152',2),(9141,1,'2015-01-05 20:38:09','213.238.175.29',3),(9142,1,'2015-01-05 22:02:50','106.120.173.75',1),(9143,1,'2015-01-05 23:15:12','66.249.81.131',2),(9144,1,'2015-01-06 01:29:43','220.181.108.181',1),(9145,1,'2015-01-06 02:42:03','91.125.97.55',1),(9146,1,'2015-01-06 04:37:16','92.63.88.68',2),(9147,1,'2015-01-06 06:39:59','66.249.64.37',1),(9148,1,'2015-01-06 10:09:43','2.125.250.26',2),(9149,1,'2015-01-06 11:06:29','66.249.93.218',4),(9150,1,'2015-01-06 13:02:02','54.167.174.180',1),(9151,1,'2015-01-06 14:09:26','31.68.69.67',4),(9152,1,'2015-01-06 15:47:54','130.211.175.106',2),(9153,1,'2015-01-06 17:03:21','66.249.64.29',2),(9154,1,'2015-01-06 19:53:12','173.199.124.98',1),(9155,1,'2015-01-06 20:59:19','66.249.64.37',1),(9156,1,'2015-01-06 22:01:33','95.25.76.43',1),(9157,1,'2015-01-07 00:04:16','100.43.91.17',1),(9158,1,'2015-01-07 01:13:51','66.249.64.33',1),(9159,1,'2015-01-07 02:43:07','179.235.140.106',1),(9160,1,'2015-01-07 03:12:08','54.147.49.206',3),(9161,1,'2015-01-07 06:17:30','69.174.48.228',1),(9162,1,'2015-01-07 09:35:25','180.76.6.48',3),(9163,1,'2015-01-07 12:52:59','216.244.80.82',2),(9164,1,'2015-01-07 13:29:17','78.82.89.131',1),(9165,1,'2015-01-07 14:03:22','177.192.197.89',1),(9166,1,'2015-01-07 15:29:53','107.170.48.98',4),(9167,1,'2015-01-07 16:18:23','179.183.11.22',1),(9168,1,'2015-01-07 17:04:23','200.141.123.79',2),(9169,1,'2015-01-07 19:08:14','66.249.64.33',3),(9170,1,'2015-01-07 20:08:59','204.124.183.98',2),(9171,1,'2015-01-07 22:16:23','220.181.108.145',1),(9172,1,'2015-01-08 01:42:12','106.120.173.75',1),(9173,1,'2015-01-08 02:01:45','82.132.236.26',2),(9174,1,'2015-01-08 05:00:09','66.249.64.29',1),(9175,1,'2015-01-08 08:37:14','66.249.64.37',1),(9176,1,'2015-01-08 09:28:52','180.76.6.157',1),(9177,1,'2015-01-08 10:12:05','198.252.44.10',2),(9178,1,'2015-01-08 13:01:52','66.249.64.33',3),(9179,1,'2015-01-08 15:41:32','100.43.91.17',2),(9180,1,'2015-01-08 16:59:30','167.114.100.169',1),(9181,1,'2015-01-08 18:00:13','180.76.6.130',1),(9182,1,'2015-01-08 19:59:02','66.249.93.218',1),(9183,1,'2015-01-08 23:39:46','201.42.179.78',2),(9184,1,'2015-01-09 05:27:03','100.43.91.17',1),(9185,1,'2015-01-09 06:06:50','66.249.64.37',2),(9186,1,'2015-01-09 08:49:38','109.106.138.134',2),(9187,1,'2015-01-09 09:02:12','100.43.91.17',2),(9188,1,'2015-01-09 10:35:37','92.16.98.52',3),(9189,1,'2015-01-09 12:14:20','66.249.81.236',3),(9190,1,'2015-01-09 13:46:58','180.76.6.150',1),(9191,1,'2015-01-09 15:48:04','130.211.139.74',1),(9192,1,'2015-01-09 17:35:34','157.55.39.73',1),(9193,1,'2015-01-09 20:03:49','180.76.5.28',1),(9194,1,'2015-01-09 22:22:24','157.55.39.73',1),(9195,1,'2015-01-09 23:44:35','66.249.64.29',1),(9196,1,'2015-01-10 01:03:05','123.125.71.28',2),(9197,1,'2015-01-10 02:36:42','66.249.64.29',2),(9198,1,'2015-01-10 05:11:39','66.249.64.33',1),(9199,1,'2015-01-10 06:00:39','204.236.226.210',1),(9200,1,'2015-01-10 12:26:59','66.249.93.215',1),(9201,1,'2015-01-10 13:33:12','66.249.64.33',1),(9202,1,'2015-01-10 14:53:21','66.249.64.33',1),(9203,1,'2015-01-10 15:47:54','130.211.156.224',1),(9204,1,'2015-01-10 17:29:28','88.198.56.239',1),(9205,1,'2015-01-10 18:35:11','100.43.91.17',1),(9206,1,'2015-01-10 22:14:37','220.181.108.157',3),(9207,1,'2015-01-11 00:16:55','100.43.91.17',3),(9208,1,'2015-01-11 02:53:28','66.249.81.236',1),(9209,1,'2015-01-11 03:10:05','54.221.147.227',3),(9210,1,'2015-01-11 06:17:12','69.174.48.228',2),(9211,1,'2015-01-11 09:05:14','100.43.91.17',1),(9212,1,'2015-01-11 12:33:21','213.133.97.216',1),(9213,1,'2015-01-11 13:09:23','100.43.91.17',1),(9214,1,'2015-01-11 15:13:13','66.249.64.33',3),(9215,1,'2015-01-11 16:39:02','37.211.60.10',1),(9216,1,'2015-01-11 17:34:28','66.249.93.218',1),(9217,1,'2015-01-11 18:24:07','207.106.190.66',2),(9218,1,'2015-01-11 19:36:31','54.80.212.230',3),(9219,1,'2015-01-11 23:27:49','180.76.5.194',1),(9220,1,'2015-01-12 01:08:18','91.125.97.55',3),(9221,1,'2015-01-12 05:42:03','106.120.173.75',1),(9222,1,'2015-01-12 08:46:06','69.58.178.57',2),(9223,1,'2015-01-12 12:28:22','54.167.202.106',2),(9224,1,'2015-01-12 13:51:20','66.249.64.29',1),(9225,1,'2015-01-12 14:56:53','189.46.150.52',1),(9226,1,'2015-01-12 15:48:22','130.211.187.252',2),(9227,1,'2015-01-12 18:56:48','66.249.93.173',1),(9228,1,'2015-01-12 19:50:31','157.55.39.73',2),(9229,1,'2015-01-12 21:34:07','188.173.189.142',1),(9230,1,'2015-01-12 22:40:36','178.73.111.162',1),(9231,1,'2015-01-13 02:41:28','123.125.71.33',2),(9232,1,'2015-01-13 04:04:06','180.76.5.19',1),(9233,1,'2015-01-13 05:18:41','180.76.6.132',1),(9234,1,'2015-01-13 06:17:21','69.174.48.228',1),(9235,1,'2015-01-13 07:04:53','97.82.23.32',1),(9236,1,'2015-01-13 08:29:52','31.202.247.234',2),(9237,1,'2015-01-13 09:01:21','100.43.91.17',3),(9238,1,'2015-01-13 11:14:00','66.249.81.131',1),(9239,1,'2015-01-13 12:32:41','81.98.251.204',3),(9240,1,'2015-01-13 13:50:50','191.101.55.14',1),(9241,1,'2015-01-13 14:32:48','66.249.67.7',1),(9242,1,'2015-01-13 15:07:54','81.98.251.204',2),(9243,1,'2015-01-13 16:05:04','81.98.251.204',4),(9244,1,'2015-01-13 18:31:15','66.249.67.145',1),(9245,1,'2015-01-13 19:10:05','46.229.170.197',2),(9246,1,'2015-01-13 21:50:15','100.43.91.17',1),(9247,1,'2015-01-14 00:25:10','85.25.210.189',1),(9248,1,'2015-01-14 04:50:40','66.249.67.7',1),(9249,1,'2015-01-14 09:28:35','93.40.84.125',3),(9250,1,'2015-01-14 10:17:57','180.76.5.59',2),(9251,1,'2015-01-14 11:07:28','100.43.91.17',3),(9252,1,'2015-01-14 12:19:43','66.249.93.221',1),(9253,1,'2015-01-14 15:47:31','221.140.4.2',3),(9254,1,'2015-01-14 18:14:19','66.249.64.33',1),(9255,1,'2015-01-14 21:50:15','186.226.162.150',1),(9256,1,'2015-01-14 22:42:00','66.249.64.29',1),(9257,1,'2015-01-15 03:11:42','123.125.71.48',2),(9258,1,'2015-01-15 04:27:01','100.43.91.17',2),(9259,1,'2015-01-15 06:17:13','69.174.48.228',1),(9260,1,'2015-01-15 10:11:45','157.55.39.73',2),(9261,1,'2015-01-15 12:38:13','216.231.143.232',1),(9262,1,'2015-01-15 13:18:28','79.168.188.248',3),(9263,1,'2015-01-15 15:48:17','130.211.133.49',2),(9264,1,'2015-01-15 16:12:35','146.120.158.165',2),(9265,1,'2015-01-15 17:59:49','216.244.80.82',1),(9266,1,'2015-01-15 18:53:20','157.55.39.73',1),(9267,1,'2015-01-15 20:08:44','174.127.98.9',3),(9268,1,'2015-01-15 21:07:14','66.249.64.37',2),(9269,1,'2015-01-16 00:24:32','220.181.108.90',2),(9270,1,'2015-01-16 05:42:28','69.84.207.246',3),(9271,1,'2015-01-16 07:18:31','66.249.64.33',1),(9272,1,'2015-01-16 08:16:37','122.111.0.136',3),(9273,1,'2015-01-16 09:55:24','106.120.173.75',1),(9274,1,'2015-01-16 10:41:21','198.252.44.10',1),(9275,1,'2015-01-16 11:28:56','64.246.165.170',2),(9276,1,'2015-01-16 12:48:14','66.249.64.29',1),(9277,1,'2015-01-16 13:03:47','187.75.41.88',1),(9278,1,'2015-01-16 15:48:26','104.154.47.8',1),(9279,1,'2015-01-16 16:06:37','66.249.64.29',2),(9280,1,'2015-01-16 17:32:56','66.249.64.29',1),(9281,1,'2015-01-16 21:10:38','66.249.64.37',2),(9282,1,'2015-01-16 22:18:27','100.43.91.17',1),(9283,1,'2015-01-17 00:16:58','192.99.107.172',1),(9284,1,'2015-01-17 01:17:54','66.249.64.37',1),(9285,1,'2015-01-17 05:24:19','100.43.91.17',4),(9286,1,'2015-01-17 06:17:36','69.174.48.228',3),(9287,1,'2015-01-17 07:21:55','192.99.107.226',1),(9288,1,'2015-01-17 08:21:40','123.125.71.13',2),(9289,1,'2015-01-17 09:56:09','46.151.52.173',2),(9290,1,'2015-01-17 11:39:00','82.131.131.32',1),(9291,1,'2015-01-17 12:22:53','93.92.217.228',1),(9292,1,'2015-01-17 15:48:07','104.154.113.167',1),(9293,1,'2015-01-17 20:47:02','93.92.217.228',1),(9294,1,'2015-01-18 00:59:13','99.47.242.255',1),(9295,1,'2015-01-18 02:55:09','66.249.64.37',1),(9296,1,'2015-01-18 04:13:08','66.249.64.37',4),(9297,1,'2015-01-18 07:12:46','100.43.91.17',1),(9298,1,'2015-01-18 08:39:36','180.76.6.153',1),(9299,1,'2015-01-18 10:26:27','199.58.86.209',1),(9300,1,'2015-01-18 12:06:36','157.55.39.90',1),(9301,1,'2015-01-18 13:07:15','180.76.6.51',3),(9302,1,'2015-01-18 14:05:41','105.236.69.152',1),(9303,1,'2015-01-18 15:00:36','66.249.64.37',2),(9304,1,'2015-01-18 16:58:08','83.233.207.74',1),(9305,1,'2015-01-18 17:46:41','157.55.39.90',1),(9306,1,'2015-01-18 19:11:01','100.43.91.17',2),(9307,1,'2015-01-19 03:47:24','100.43.91.17',2),(9308,1,'2015-01-19 05:44:19','76.121.54.34',2),(9309,1,'2015-01-19 06:12:19','66.249.64.33',4),(9310,1,'2015-01-19 07:40:53','68.180.228.88',1),(9311,1,'2015-01-19 08:07:19','54.204.145.216',1),(9312,1,'2015-01-19 10:33:29','100.43.91.17',1),(9313,1,'2015-01-19 11:40:19','125.209.133.237',2),(9314,1,'2015-01-19 13:48:16','185.10.104.132',1),(9315,1,'2015-01-19 14:32:40','84.91.219.139',1),(9316,1,'2015-01-19 15:59:25','203.87.236.7',1),(9317,1,'2015-01-19 19:23:47','201.198.207.37',1),(9318,1,'2015-01-19 20:47:58','220.181.108.106',2),(9319,1,'2015-01-19 23:20:26','202.46.50.75',3),(9320,1,'2015-01-20 00:07:18','119.92.89.66',3),(9321,1,'2015-01-20 01:01:50','54.161.36.78',1),(9322,1,'2015-01-20 02:28:32','148.251.124.42',1),(9323,1,'2015-01-20 05:37:49','66.249.64.29',1),(9324,1,'2015-01-20 06:18:19','220.181.108.114',1),(9325,1,'2015-01-20 08:47:14','2.125.249.212',1),(9326,1,'2015-01-20 09:45:43','66.249.64.29',1),(9327,1,'2015-01-20 10:41:21','177.206.100.196',1),(9328,1,'2015-01-20 11:55:34','66.249.64.33',1),(9329,1,'2015-01-20 13:03:38','191.248.183.138',5),(9330,1,'2015-01-20 14:19:47','198.252.44.10',1),(9331,1,'2015-01-20 15:18:42','66.249.64.33',4),(9332,1,'2015-01-20 16:28:16','199.19.249.196',2),(9333,1,'2015-01-20 19:58:15','85.151.109.167',1),(9334,1,'2015-01-20 20:32:07','157.55.39.90',2),(9335,1,'2015-01-20 21:07:39','62.24.252.133',2),(9336,1,'2015-01-20 23:03:35','220.181.108.168',1),(9337,1,'2015-01-21 00:19:13','201.184.127.172',2),(9338,1,'2015-01-21 01:03:51','42.156.139.98',1),(9339,1,'2015-01-21 02:45:33','180.76.6.41',1),(9340,1,'2015-01-21 03:29:27','99.47.242.255',1),(9341,1,'2015-01-21 04:31:22','220.181.108.93',1),(9342,1,'2015-01-21 05:13:01','100.43.91.17',2),(9343,1,'2015-01-21 06:03:44','66.249.64.37',2),(9344,1,'2015-01-21 07:25:51','66.249.64.29',1),(9345,1,'2015-01-21 09:43:52','144.76.155.8',1),(9346,1,'2015-01-21 11:12:46','193.60.109.136',1),(9347,1,'2015-01-21 12:29:51','194.82.210.244',1),(9348,1,'2015-01-21 15:48:07','194.66.165.45',2),(9349,1,'2015-01-21 17:24:27','66.249.64.37',3),(9350,1,'2015-01-21 21:44:29','66.249.64.29',2),(9351,1,'2015-01-21 22:33:58','151.226.54.188',3),(9352,1,'2015-01-21 23:43:13','220.181.108.105',1),(9353,1,'2015-01-22 00:13:15','99.47.242.255',2),(9354,1,'2015-01-22 04:41:46','123.125.71.14',1),(9355,1,'2015-01-22 05:57:30','99.47.242.255',1),(9356,1,'2015-01-22 06:16:13','66.249.64.29',1),(9357,1,'2015-01-22 07:03:38','100.43.91.17',2),(9358,1,'2015-01-22 11:30:43','66.249.64.37',2),(9359,1,'2015-01-22 13:06:44','190.18.55.111',3),(9360,1,'2015-01-22 15:47:58','104.154.34.67',2),(9361,1,'2015-01-22 16:00:25','123.125.71.50',1),(9362,1,'2015-01-22 17:47:22','81.161.59.17',4),(9363,1,'2015-01-22 19:50:23','66.249.67.145',1),(9364,1,'2015-01-23 03:02:03','107.23.45.196',2),(9365,1,'2015-01-23 04:10:45','66.249.67.145',1),(9366,1,'2015-01-23 05:03:50','100.43.91.17',2),(9367,1,'2015-01-23 06:17:26','69.174.48.228',1),(9368,1,'2015-01-23 08:30:47','86.148.205.236',2),(9369,1,'2015-01-23 09:27:00','123.125.71.82',1),(9370,1,'2015-01-23 10:19:15','66.249.67.145',1),(9371,1,'2015-01-23 12:38:01','193.201.224.41',2),(9372,1,'2015-01-23 13:41:17','79.118.178.88',1),(9373,1,'2015-01-23 15:05:07','176.65.84.81',3),(9374,1,'2015-01-23 16:26:38','151.74.247.251',2),(9375,1,'2015-01-23 19:17:47','66.249.64.33',1),(9376,1,'2015-01-23 20:09:23','134.134.137.71',5),(9377,1,'2015-01-23 22:56:31','86.180.70.231',1),(9378,1,'2015-01-23 23:31:30','66.249.64.37',1),(9379,1,'2015-01-24 02:14:13','185.53.44.56',1),(9380,1,'2015-01-24 05:33:09','66.249.64.33',1),(9381,1,'2015-01-24 08:13:38','180.191.81.8',1),(9382,1,'2015-01-24 10:34:44','220.181.108.99',1),(9383,1,'2015-01-24 12:30:29','199.16.156.125',2),(9384,1,'2015-01-24 13:57:09','106.120.173.75',1),(9385,1,'2015-01-24 15:34:51','175.138.239.188',2),(9386,1,'2015-01-24 16:20:08','157.55.39.90',2),(9387,1,'2015-01-24 17:34:02','66.249.64.29',3),(9388,1,'2015-01-25 00:01:20','107.170.108.55',2),(9389,1,'2015-01-25 01:06:31','191.183.14.65',2),(9390,1,'2015-01-25 02:33:05','66.249.93.215',1),(9391,1,'2015-01-25 04:01:36','189.68.56.14',1),(9392,1,'2015-01-25 05:16:28','100.43.91.17',3),(9393,1,'2015-01-25 06:17:25','69.174.48.228',2),(9394,1,'2015-01-25 13:13:14','204.124.183.98',2),(9395,1,'2015-01-25 15:16:21','66.249.64.33',2),(9396,1,'2015-01-25 17:10:06','66.249.64.29',2),(9397,1,'2015-01-25 19:41:33','86.148.205.236',2),(9398,1,'2015-01-25 21:20:41','174.117.121.33',2),(9399,1,'2015-01-25 22:33:15','174.129.122.215',1),(9400,1,'2015-01-25 23:42:55','66.249.64.37',1),(9401,1,'2015-01-26 00:16:51','157.55.39.90',1),(9402,1,'2015-01-26 02:49:02','157.7.85.86',2),(9403,1,'2015-01-26 03:34:07','202.46.48.136',1),(9404,1,'2015-01-26 04:08:24','66.249.64.33',2),(9405,1,'2015-01-26 06:54:56','176.57.142.28',1),(9406,1,'2015-01-26 07:32:27','5.255.253.227',2),(9407,1,'2015-01-26 09:28:08','157.55.39.90',2),(9408,1,'2015-01-26 12:06:46','66.249.64.33',1),(9409,1,'2015-01-26 13:05:17','91.238.114.171',2),(9410,1,'2015-01-26 15:47:48','104.154.42.138',1),(9411,1,'2015-01-26 19:15:09','131.0.248.136',1),(9412,1,'2015-01-26 21:46:09','106.120.173.75',1),(9413,1,'2015-01-26 22:05:51','177.13.34.19',1),(9414,1,'2015-01-26 23:46:31','175.44.9.102',4),(9415,1,'2015-01-27 00:43:13','66.249.64.37',1),(9416,1,'2015-01-27 01:12:53','180.153.236.117',3),(9417,1,'2015-01-27 03:03:52','107.23.45.196',3),(9418,1,'2015-01-27 04:27:24','91.215.136.29',2),(9419,1,'2015-01-27 06:17:17','69.174.48.228',1),(9420,1,'2015-01-27 07:17:34','193.106.32.196',1),(9421,1,'2015-01-27 09:02:19','192.99.107.154',1),(9422,1,'2015-01-27 10:43:49','157.55.39.91',1),(9423,1,'2015-01-27 11:09:30','92.194.27.214',2),(9424,1,'2015-01-27 15:21:33','123.125.71.92',3),(9425,1,'2015-01-27 19:49:51','79.12.66.190',1),(9426,1,'2015-01-27 21:07:36','2.125.249.212',1),(9427,1,'2015-01-27 22:26:06','191.190.58.108',1),(9428,1,'2015-01-28 00:17:47','89.243.62.145',1),(9429,1,'2015-01-28 03:02:42','66.249.64.37',1),(9430,1,'2015-01-28 04:17:14','54.226.154.115',1),(9431,1,'2015-01-28 05:00:48','179.61.201.165',4),(9432,1,'2015-01-28 06:07:17','73.187.154.255',1),(9433,1,'2015-01-28 09:27:01','220.181.108.178',1),(9434,1,'2015-01-28 10:15:32','112.208.54.176',1),(9435,1,'2015-01-28 11:02:06','120.151.4.178',2),(9436,1,'2015-01-28 12:13:26','66.249.64.33',1),(9437,1,'2015-01-28 13:50:38','112.111.184.42',3),(9438,1,'2015-01-28 14:37:26','86.142.45.80',2),(9439,1,'2015-01-28 15:26:42','157.55.39.90',2),(9440,1,'2015-01-28 17:00:10','66.249.64.37',2),(9441,1,'2015-01-28 19:46:33','68.180.228.88',2),(9442,1,'2015-01-28 20:55:07','194.242.2.40',1),(9443,1,'2015-01-28 21:23:11','89.69.56.243',8),(9444,1,'2015-01-28 22:47:59','66.249.64.33',1),(9445,1,'2015-01-28 23:09:11','180.76.5.188',1),(9446,1,'2015-01-29 01:37:41','60.242.190.105',4),(9447,1,'2015-01-29 05:54:34','220.181.108.93',2),(9448,1,'2015-01-29 06:17:20','69.174.48.228',1),(9449,1,'2015-01-29 09:08:10','66.249.64.37',1),(9450,1,'2015-01-29 10:09:52','78.33.88.219',1),(9451,1,'2015-01-29 11:26:35','66.249.64.33',3),(9452,1,'2015-01-29 13:05:58','64.246.165.150',2),(9453,1,'2015-01-29 14:18:31','100.43.91.17',3),(9454,1,'2015-01-29 15:01:19','189.15.239.160',2),(9455,1,'2015-01-29 16:12:24','180.76.5.62',2),(9456,1,'2015-01-29 18:29:53','82.34.221.4',1),(9457,1,'2015-01-29 22:34:00','132.245.226.228',1),(9458,1,'2015-01-29 23:11:40','90.203.254.237',1),(9459,1,'2015-01-30 00:55:29','180.76.6.42',1),(9460,1,'2015-01-30 02:51:00','213.133.97.216',1),(9461,1,'2015-01-30 04:49:03','107.23.45.196',1),(9462,1,'2015-01-30 05:15:14','180.76.5.155',1),(9463,1,'2015-01-30 07:25:52','173.208.177.59',2),(9464,1,'2015-01-30 10:18:48','162.209.84.156',5),(9465,1,'2015-01-30 11:25:33','66.249.64.37',1),(9466,1,'2015-01-30 12:21:08','91.212.124.19',1),(9467,1,'2015-01-30 13:46:43','198.178.124.47',1),(9468,1,'2015-01-30 14:57:22','41.223.105.195',1),(9469,1,'2015-01-30 15:42:13','192.241.197.24',5),(9470,1,'2015-01-30 15:42:13','192.241.197.24',1),(9471,1,'2015-01-30 15:42:13','192.241.197.24',1),(9472,1,'2015-01-30 15:42:13','192.241.197.24',1),(9473,1,'2015-01-30 15:42:13','192.241.197.24',1),(9474,1,'2015-01-30 16:02:33','66.249.64.37',1),(9475,1,'2015-01-30 17:02:39','179.7.111.51',2),(9476,1,'2015-01-30 18:43:26','66.249.64.37',1),(9477,1,'2015-01-30 19:07:01','144.76.185.173',1),(9478,1,'2015-01-30 20:57:55','100.43.91.17',1),(9479,1,'2015-01-30 23:12:47','66.249.64.33',1),(9480,1,'2015-01-31 00:26:35','157.55.39.90',1),(9481,1,'2015-01-31 01:35:38','100.43.91.17',4),(9482,1,'2015-01-31 02:16:04','86.129.116.47',3),(9483,1,'2015-01-31 04:02:53','100.43.91.17',3),(9484,1,'2015-01-31 05:04:12','69.244.67.122',1),(9485,1,'2015-01-31 06:17:14','69.174.48.228',3),(9486,1,'2015-01-31 07:20:13','180.76.5.148',1),(9487,1,'2015-01-31 09:04:34','37.16.72.210',5),(9488,1,'2015-01-31 10:49:57','123.125.71.77',1),(9489,1,'2015-01-31 12:51:42','66.249.64.29',7),(9490,1,'2015-01-31 15:00:43','175.223.20.67',2),(9491,1,'2015-01-31 17:34:26','175.223.20.67',1),(9492,1,'2015-01-31 20:05:06','185.53.44.56',4),(9493,1,'2015-01-31 21:28:24','107.23.45.196',1),(9494,1,'2015-02-01 00:44:52','204.236.226.210',1),(9495,1,'2015-02-01 01:27:24','94.179.121.109',1),(9496,1,'2015-02-01 04:10:00','95.211.162.27',2),(9497,1,'2015-02-01 05:45:21','104.143.25.165',1),(9498,1,'2015-02-01 06:17:11','69.174.48.228',1),(9499,1,'2015-02-01 10:03:23','192.99.107.46',3),(9500,1,'2015-02-01 11:01:42','112.64.235.248',3),(9501,1,'2015-02-01 12:28:57','66.249.79.145',1),(9502,1,'2015-02-01 15:02:50','54.87.193.34',2),(9503,1,'2015-02-01 18:36:47','177.55.17.160',1),(9504,1,'2015-02-01 19:31:47','187.111.63.65',1),(9505,1,'2015-02-01 23:25:02','187.21.104.226',1),(9506,1,'2015-02-02 00:50:50','42.120.160.98',1),(9507,1,'2015-02-02 01:41:58','157.55.39.90',1),(9508,1,'2015-02-02 08:40:21','123.125.71.46',1),(9509,1,'2015-02-02 11:09:50','180.76.5.168',1),(9510,1,'2015-02-02 12:11:27','66.249.79.153',1),(9511,1,'2015-02-02 13:35:53','148.251.69.136',2),(9512,1,'2015-02-02 15:29:08','188.37.169.76',2),(9513,1,'2015-02-02 16:11:59','66.249.79.145',1),(9514,1,'2015-02-02 17:07:56','66.249.79.7',4),(9515,1,'2015-02-02 22:30:35','66.249.79.153',1),(9516,1,'2015-02-02 23:24:18','191.243.0.64',1),(9517,1,'2015-02-03 05:14:33','100.43.91.17',2),(9518,1,'2015-02-03 06:17:25','69.174.48.228',1),(9519,1,'2015-02-03 07:59:10','188.165.15.236',1),(9520,1,'2015-02-03 09:24:20','123.125.71.51',1),(9521,1,'2015-02-03 11:28:04','222.94.128.247',4),(9522,1,'2015-02-03 15:04:01','187.55.19.95',4),(9523,1,'2015-02-03 16:09:08','66.249.67.153',1),(9524,1,'2015-02-03 17:28:30','193.201.224.41',1),(9525,1,'2015-02-03 20:37:48','66.249.67.7',2),(9526,1,'2015-02-03 21:14:30','66.249.67.145',2),(9527,1,'2015-02-04 01:43:48','123.125.71.25',2),(9528,1,'2015-02-04 06:54:38','66.249.67.145',1),(9529,1,'2015-02-04 07:30:33','106.38.241.108',1),(9530,1,'2015-02-04 08:59:50','177.106.254.140',1),(9531,1,'2015-02-04 11:09:12','91.125.24.51',2),(9532,1,'2015-02-04 12:01:14','66.249.67.7',3),(9533,1,'2015-02-04 15:44:56','66.249.67.153',2),(9534,1,'2015-02-04 16:56:33','157.55.39.131',1),(9535,1,'2015-02-04 17:41:12','106.120.173.75',1),(9536,1,'2015-02-04 18:03:48','180.76.6.231',2),(9537,1,'2015-02-04 19:47:41','66.249.67.7',1),(9538,1,'2015-02-04 20:20:17','91.207.7.153',2),(9539,1,'2015-02-04 23:29:47','66.249.67.7',1),(9540,1,'2015-02-05 05:01:30','99.63.154.2',1),(9541,1,'2015-02-05 06:14:53','100.43.91.17',3),(9542,1,'2015-02-05 09:36:54','180.76.6.40',1),(9543,1,'2015-02-05 10:23:02','106.38.241.108',2),(9544,1,'2015-02-05 11:10:08','180.76.5.177',1),(9545,1,'2015-02-05 14:19:32','66.249.67.7',2),(9546,1,'2015-02-05 15:28:32','86.142.44.63',2),(9547,1,'2015-02-05 18:48:55','193.201.224.162',1),(9548,1,'2015-02-05 19:16:25','180.76.6.154',1),(9549,1,'2015-02-05 20:36:04','66.249.67.7',2),(9550,1,'2015-02-05 22:15:08','66.249.93.221',2),(9551,1,'2015-02-06 01:48:55','5.69.29.90',1),(9552,1,'2015-02-06 05:48:36','66.249.67.153',1),(9553,1,'2015-02-06 07:20:03','180.76.5.169',1),(9554,1,'2015-02-06 08:36:22','91.121.79.180',1),(9555,1,'2015-02-06 10:56:33','66.249.67.145',1),(9556,1,'2015-02-06 11:22:49','180.76.6.54',1),(9557,1,'2015-02-06 12:14:58','192.99.107.190',2),(9558,1,'2015-02-06 15:02:25','66.249.67.7',3),(9559,1,'2015-02-06 16:31:45','68.180.228.88',1),(9560,1,'2015-02-06 17:07:00','220.181.108.145',2),(9561,1,'2015-02-06 18:34:23','54.234.85.5',1),(9562,1,'2015-02-06 20:23:33','187.104.38.3',1),(9563,1,'2015-02-06 21:47:01','106.120.173.75',1),(9564,1,'2015-02-06 22:48:03','66.249.67.153',1),(9565,1,'2015-02-07 02:18:37','180.153.236.104',1),(9566,1,'2015-02-07 03:55:08','176.9.50.42',1),(9567,1,'2015-02-07 04:54:55','66.249.67.145',1),(9568,1,'2015-02-07 05:27:28','77.236.192.248',2),(9569,1,'2015-02-07 06:17:15','69.174.48.228',1),(9570,1,'2015-02-07 07:05:19','100.43.91.17',3),(9571,1,'2015-02-07 08:08:12','220.181.108.91',1),(9572,1,'2015-02-07 09:09:50','117.78.13.29',3),(9573,1,'2015-02-07 11:14:46','66.249.67.145',1),(9574,1,'2015-02-07 12:06:19','216.244.80.82',2),(9575,1,'2015-02-07 13:11:41','66.249.67.145',1),(9576,1,'2015-02-07 15:47:42','104.154.69.64',1),(9577,1,'2015-02-07 18:34:41','146.200.100.79',3),(9578,1,'2015-02-07 21:22:28','66.249.73.209',2),(9579,1,'2015-02-07 23:54:02','187.59.232.211',1),(9580,1,'2015-02-08 02:03:50','78.186.148.138',3),(9581,1,'2015-02-08 11:16:18','78.4.112.134',3),(9582,1,'2015-02-08 13:30:18','62.34.208.70',2),(9583,1,'2015-02-08 15:05:43','187.79.245.6',2),(9584,1,'2015-02-08 16:29:04','180.76.6.150',1),(9585,1,'2015-02-08 18:50:56','176.9.83.245',2),(9586,1,'2015-02-08 23:59:50','66.249.73.209',1),(9587,1,'2015-02-09 01:51:58','176.9.50.42',1),(9588,1,'2015-02-09 02:23:58','66.249.73.193',1),(9589,1,'2015-02-09 04:50:24','50.188.31.79',1),(9590,1,'2015-02-09 05:02:57','100.43.91.17',6),(9591,1,'2015-02-09 06:17:24','69.174.48.228',1),(9592,1,'2015-02-09 07:58:06','195.154.189.155',1),(9593,1,'2015-02-09 08:08:21','117.216.180.111',2),(9594,1,'2015-02-09 10:27:15','66.249.73.201',1),(9595,1,'2015-02-09 13:17:33','66.249.64.33',2),(9596,1,'2015-02-09 15:47:35','130.211.180.130',1),(9597,1,'2015-02-09 17:45:55','106.120.173.75',1),(9598,1,'2015-02-09 18:17:02','180.76.5.171',1),(9599,1,'2015-02-09 20:51:19','66.249.67.145',1),(9600,1,'2015-02-09 22:51:43','162.244.13.104',1),(9601,1,'2015-02-10 01:27:27','195.154.189.155',1),(9602,1,'2015-02-10 02:38:12','54.166.206.53',1),(9603,1,'2015-02-10 04:14:46','179.216.3.205',1),(9604,1,'2015-02-10 05:04:28','66.249.67.7',1),(9605,1,'2015-02-10 06:19:35','123.125.71.32',2),(9606,1,'2015-02-10 10:59:15','66.249.67.153',1),(9607,1,'2015-02-10 11:46:54','213.133.97.216',1),(9608,1,'2015-02-10 12:19:37','46.151.52.55',2),(9609,1,'2015-02-10 15:48:38','130.211.131.178',1),(9610,1,'2015-02-10 16:04:23','187.205.144.1',2),(9611,1,'2015-02-10 20:27:46','123.125.71.77',1),(9612,1,'2015-02-10 22:14:44','180.76.5.166',1),(9613,1,'2015-02-11 04:01:36','83.103.189.108',1),(9614,1,'2015-02-11 05:28:48','100.43.91.17',2),(9615,1,'2015-02-11 06:17:35','69.174.48.228',1),(9616,1,'2015-02-11 08:59:17','162.243.215.42',1),(9617,1,'2015-02-11 13:08:38','194.82.210.244',2),(9618,1,'2015-02-11 14:49:53','64.246.161.30',1),(9619,1,'2015-02-11 16:03:31','146.148.42.25',2),(9620,1,'2015-02-11 17:31:04','209.222.8.67',2),(9621,1,'2015-02-11 19:40:15','157.7.238.123',2),(9622,1,'2015-02-11 20:02:59','2.120.239.38',1),(9623,1,'2015-02-11 23:00:56','66.249.64.30',1),(9624,1,'2015-02-12 02:12:03','100.43.91.17',2),(9625,1,'2015-02-12 10:47:30','66.249.64.34',1),(9626,1,'2015-02-12 13:46:32','106.120.173.75',1),(9627,1,'2015-02-12 15:54:12','66.249.75.146',2),(9628,1,'2015-02-12 16:24:49','195.154.211.26',1),(9629,1,'2015-02-12 17:43:47','90.192.169.74',1),(9630,1,'2015-02-12 22:31:40','66.249.75.130',1),(9631,1,'2015-02-12 23:59:54','91.207.7.153',2),(9632,1,'2015-02-13 05:59:03','220.181.108.182',1),(9633,1,'2015-02-13 06:17:56','69.174.48.228',3),(9634,1,'2015-02-13 08:20:31','180.76.6.232',4),(9635,1,'2015-02-13 11:06:50','198.204.253.98',1),(9636,1,'2015-02-13 12:22:58','123.125.71.27',2),(9637,1,'2015-02-13 15:03:43','88.105.192.62',2),(9638,1,'2015-02-13 19:31:12','180.76.6.134',1),(9639,1,'2015-02-13 20:20:08','66.249.64.30',1),(9640,1,'2015-02-13 23:14:57','86.134.21.240',1),(9641,1,'2015-02-14 00:08:42','54.183.153.209',1),(9642,1,'2015-02-14 02:57:32','100.43.91.17',2),(9643,1,'2015-02-14 03:33:55','42.156.139.48',1),(9644,1,'2015-02-14 05:58:35','180.76.5.28',1),(9645,1,'2015-02-14 06:42:13','80.40.134.103',1),(9646,1,'2015-02-14 07:05:32','123.125.71.44',3),(9647,1,'2015-02-14 08:40:00','178.255.215.132',1),(9648,1,'2015-02-14 11:29:05','66.249.64.30',1),(9649,1,'2015-02-14 12:14:14','66.249.64.34',1),(9650,1,'2015-02-14 14:39:02','123.125.71.78',1),(9651,1,'2015-02-14 15:51:39','130.211.134.151',1),(9652,1,'2015-02-14 17:44:44','117.88.135.198',2),(9653,1,'2015-02-14 20:37:40','85.175.16.193',1),(9654,1,'2015-02-14 21:56:29','187.48.145.220',1),(9655,1,'2015-02-14 22:35:16','123.125.71.100',2),(9656,1,'2015-02-14 23:49:29','66.249.64.34',1),(9657,1,'2015-02-15 00:44:32','77.75.77.11',1),(9658,1,'2015-02-15 02:32:28','77.75.77.11',1),(9659,1,'2015-02-15 05:08:24','100.43.91.17',4),(9660,1,'2015-02-15 06:00:59','71.189.164.218',2),(9661,1,'2015-02-15 10:01:36','199.58.86.209',1),(9662,1,'2015-02-15 13:25:59','66.249.64.34',1),(9663,1,'2015-02-15 14:57:23','180.76.5.148',1),(9664,1,'2015-02-15 15:51:08','23.251.159.51',2),(9665,1,'2015-02-15 21:14:10','66.249.64.34',1),(9666,1,'2015-02-15 22:26:12','162.244.13.104',1),(9667,1,'2015-02-16 01:13:37','86.148.68.209',1),(9668,1,'2015-02-16 02:57:42','54.205.100.121',1),(9669,1,'2015-02-16 10:07:45','66.249.64.30',1),(9670,1,'2015-02-16 12:41:02','68.180.228.88',1),(9671,1,'2015-02-16 13:07:52','104.130.192.107',1),(9672,1,'2015-02-16 15:51:27','104.154.94.66',1),(9673,1,'2015-02-16 19:39:20','213.47.217.101',1),(9674,1,'2015-02-16 21:20:34','189.18.69.244',2),(9675,1,'2015-02-17 02:38:41','220.181.108.151',1),(9676,1,'2015-02-17 06:06:09','66.249.64.34',2),(9677,1,'2015-02-17 08:22:31','180.87.245.185',4),(9678,1,'2015-02-17 10:49:43','112.65.193.15',2),(9679,1,'2015-02-17 12:17:10','66.249.64.30',1),(9680,1,'2015-02-17 13:03:41','192.99.107.226',1),(9681,1,'2015-02-17 15:49:29','88.96.178.38',2),(9682,1,'2015-02-17 16:48:11','70.39.157.195',1),(9683,1,'2015-02-17 17:07:52','185.10.104.196',1),(9684,1,'2015-02-18 02:22:16','66.249.64.38',1),(9685,1,'2015-02-18 05:51:21','106.120.173.75',1),(9686,1,'2015-02-18 07:04:44','144.76.64.115',2),(9687,1,'2015-02-18 10:47:20','194.82.210.244',1),(9688,1,'2015-02-18 11:29:40','192.99.107.118',1),(9689,1,'2015-02-18 12:44:20','66.249.64.34',1),(9690,1,'2015-02-18 15:51:02','104.154.46.120',1),(9691,1,'2015-02-18 17:00:56','199.16.156.125',2),(9692,1,'2015-02-18 23:33:15','180.76.6.144',1),(9693,1,'2015-02-19 00:56:06','192.99.107.208',2),(9694,1,'2015-02-19 01:00:40','98.165.207.232',2),(9695,1,'2015-02-19 02:29:10','180.76.6.54',1),(9696,1,'2015-02-19 03:01:39','23.22.5.160',1),(9697,1,'2015-02-19 04:31:40','180.76.6.58',2),(9698,1,'2015-02-19 05:56:49','180.76.5.73',1),(9699,1,'2015-02-19 06:17:33','69.174.48.228',2),(9700,1,'2015-02-19 13:32:34','66.249.79.146',2),(9701,1,'2015-02-19 14:00:11','61.19.112.2',2),(9702,1,'2015-02-19 15:51:15','130.211.149.207',1),(9703,1,'2015-02-19 18:02:16','66.249.79.154',1),(9704,1,'2015-02-19 22:28:18','123.125.71.49',2),(9705,1,'2015-02-20 00:55:02','187.91.13.11',1),(9706,1,'2015-02-20 03:19:55','71.88.246.37',2),(9707,1,'2015-02-20 05:52:12','180.76.6.58',1),(9708,1,'2015-02-20 08:18:13','66.249.79.146',1),(9709,1,'2015-02-20 11:27:53','93.46.168.86',2),(9710,1,'2015-02-20 13:02:30','213.239.211.141',2),(9711,1,'2015-02-20 14:03:16','188.165.15.230',1),(9712,1,'2015-02-20 15:51:15','104.154.78.246',1),(9713,1,'2015-02-20 16:08:31','123.125.71.81',1),(9714,1,'2015-02-20 18:25:29','123.125.71.16',1),(9715,1,'2015-02-20 19:46:18','86.136.246.205',1),(9716,1,'2015-02-20 22:00:42','106.120.173.75',2),(9717,1,'2015-02-21 03:24:01','68.180.228.88',1),(9718,1,'2015-02-21 04:55:01','66.249.64.38',1),(9719,1,'2015-02-21 06:18:01','69.174.48.228',2),(9720,1,'2015-02-21 11:51:17','66.249.64.38',1),(9721,1,'2015-02-21 13:23:29','66.249.64.38',1),(9722,1,'2015-02-21 15:51:23','104.154.62.4',1),(9723,1,'2015-02-21 22:20:44','66.249.64.30',1),(9724,1,'2015-02-21 23:13:10','180.76.6.56',1),(9725,1,'2015-02-22 00:50:09','92.113.48.45',1),(9726,1,'2015-02-22 01:44:48','180.149.143.27',1),(9727,1,'2015-02-22 03:20:01','63.141.227.74',1),(9728,1,'2015-02-22 04:42:16','63.141.227.74',1),(9729,1,'2015-02-22 05:28:33','94.136.38.247',1),(9730,1,'2015-02-22 09:56:22','66.249.64.38',1),(9731,1,'2015-02-22 12:30:02','94.136.38.57',1),(9732,1,'2015-02-22 15:50:48','104.154.69.114',1),(9733,1,'2015-02-22 17:48:55','177.35.130.65',1),(9734,1,'2015-02-22 19:27:33','207.241.237.103',1),(9735,1,'2015-02-23 04:43:36','82.192.74.104',3),(9736,1,'2015-02-23 05:25:59','94.136.38.57',2),(9737,1,'2015-02-23 06:02:57','180.76.5.147',2),(9738,1,'2015-02-23 08:44:23','37.213.172.91',1),(9739,1,'2015-02-23 10:36:20','157.55.39.131',1),(9740,1,'2015-02-23 14:27:16','85.214.114.211',1),(9741,1,'2015-02-23 15:51:44','104.154.91.98',1),(9742,1,'2015-02-23 16:20:38','167.114.162.111',2),(9743,1,'2015-02-23 17:48:21','66.249.64.30',1),(9744,1,'2015-02-23 18:07:28','106.120.173.75',1),(9745,1,'2015-02-23 20:00:21','86.181.13.148',3),(9746,1,'2015-02-23 21:31:58','86.181.13.148',1),(9747,1,'2015-02-23 22:45:57','89.154.202.196',1),(9748,1,'2015-02-23 23:47:01','46.4.112.81',1),(9749,1,'2015-02-24 00:16:56','178.255.215.70',2),(9750,1,'2015-02-24 02:34:41','94.136.38.57',1),(9751,1,'2015-02-24 06:32:58','213.133.97.216',1),(9752,1,'2015-02-24 08:14:20','66.249.64.38',1),(9753,1,'2015-02-24 11:27:41','46.60.252.69',2),(9754,1,'2015-02-24 14:48:01','66.249.64.38',1),(9755,1,'2015-02-24 15:52:47','130.211.168.248',1),(9756,1,'2015-02-24 16:42:24','157.55.39.168',1),(9757,1,'2015-02-24 17:21:28','200.192.211.246',1),(9758,1,'2015-02-24 19:21:06','66.249.64.34',1),(9759,1,'2015-02-24 21:18:44','37.139.189.41',2),(9760,1,'2015-02-24 23:15:50','37.139.189.41',1),(9761,1,'2015-02-25 01:14:16','66.249.81.254',1),(9762,1,'2015-02-25 02:59:29','66.249.64.38',1),(9763,1,'2015-02-25 08:16:23','52.11.3.183',2),(9764,1,'2015-02-25 09:50:44','106.120.173.75',1),(9765,1,'2015-02-25 11:44:27','180.76.5.196',1),(9766,1,'2015-02-25 12:26:49','66.249.64.34',3),(9767,1,'2015-02-25 13:23:34','66.249.64.34',2),(9768,1,'2015-02-25 14:09:19','46.229.170.197',1),(9769,1,'2015-02-25 15:52:33','23.236.52.70',1),(9770,1,'2015-02-25 21:01:32','66.249.64.34',1),(9771,1,'2015-02-26 00:10:59','180.76.5.169',1),(9772,1,'2015-02-26 01:24:32','42.156.139.48',2),(9773,1,'2015-02-26 02:33:36','24.23.202.124',2),(9774,1,'2015-02-26 04:07:36','66.249.64.34',1),(9775,1,'2015-02-26 06:00:37','94.131.14.2',2),(9776,1,'2015-02-26 10:14:00','180.76.5.19',1),(9777,1,'2015-02-26 11:19:30','112.111.184.202',4),(9778,1,'2015-02-26 12:52:52','220.181.108.170',1),(9779,1,'2015-02-26 13:52:14','155.94.165.131',1),(9780,1,'2015-02-26 15:04:39','180.76.6.14',6),(9781,1,'2015-02-26 16:33:06','54.145.215.198',1),(9782,1,'2015-02-26 17:11:22','66.249.64.34',2),(9783,1,'2015-02-26 20:38:35','191.248.71.158',2),(9784,1,'2015-02-26 21:27:41','209.222.8.51',2),(9785,1,'2015-02-26 22:28:38','155.94.139.76',1),(9786,1,'2015-02-27 05:23:21','180.76.5.67',2),(9787,1,'2015-02-27 06:17:24','69.174.48.228',1),(9788,1,'2015-02-27 11:15:20','180.76.6.147',2),(9789,1,'2015-02-27 13:46:50','106.120.173.75',1),(9790,1,'2015-02-27 15:51:35','104.197.14.116',2),(9791,1,'2015-02-27 17:04:26','52.1.151.40',2),(9792,1,'2015-02-27 18:01:57','66.249.64.30',2),(9793,1,'2015-02-27 23:12:27','66.249.64.38',1),(9794,1,'2015-02-28 05:09:24','180.76.6.43',1),(9795,1,'2015-02-28 06:36:15','113.29.152.89',2),(9796,1,'2015-02-28 09:42:46','66.249.64.30',1),(9797,1,'2015-02-28 14:32:12','176.58.123.8',1),(9798,1,'2015-02-28 15:23:35','195.154.189.155',4),(9799,1,'2015-02-28 17:47:16','176.9.207.93',1),(9800,1,'2015-02-28 18:45:06','90.194.228.77',1),(9801,1,'2015-02-28 21:10:48','86.152.152.35',2),(9802,1,'2015-02-28 22:37:18','92.63.110.237',1),(9803,1,'2015-02-28 23:05:52','193.201.224.84',2),(9804,1,'2015-03-01 01:04:09','89.243.208.196',1),(9805,1,'2015-03-01 02:10:42','66.249.64.38',1),(9806,1,'2015-03-01 03:51:46','66.249.64.30',1),(9807,1,'2015-03-01 05:48:41','5.45.76.39',1),(9808,1,'2015-03-01 06:17:24','69.174.48.228',1),(9809,1,'2015-03-01 09:01:51','66.249.64.34',1),(9810,1,'2015-03-01 11:05:33','177.98.151.22',1),(9811,1,'2015-03-01 14:15:26','199.58.86.206',1),(9812,1,'2015-03-01 15:51:37','104.197.4.179',1),(9813,1,'2015-03-01 17:44:52','106.120.173.75',1),(9814,1,'2015-03-01 18:06:16','81.44.171.180',1),(9815,1,'2015-03-01 19:22:19','188.186.27.61',1),(9816,1,'2015-03-01 21:33:34','54.174.38.10',1),(9817,1,'2015-03-01 23:30:19','68.180.228.88',1),(9818,1,'2015-03-02 03:40:36','58.27.115.116',2),(9819,1,'2015-03-02 04:07:17','180.76.5.19',1),(9820,1,'2015-03-02 08:12:44','117.214.165.139',1),(9821,1,'2015-03-02 10:25:44','88.207.214.238',1),(9822,1,'2015-03-02 12:43:30','46.151.52.44',4),(9823,1,'2015-03-02 13:06:49','86.163.87.231',1),(9824,1,'2015-03-02 15:41:38','81.109.101.45',3),(9825,1,'2015-03-02 16:00:49','104.197.12.1',1),(9826,1,'2015-03-02 18:51:01','66.249.64.34',1),(9827,1,'2015-03-02 19:46:21','178.255.215.70',1),(9828,1,'2015-03-02 21:35:35','93.186.202.239',1),(9829,1,'2015-03-03 02:20:55','66.249.64.30',1),(9830,1,'2015-03-03 04:11:53','66.249.89.27',3),(9831,1,'2015-03-03 06:17:41','69.174.48.228',1),(9832,1,'2015-03-03 09:24:42','185.10.104.196',1),(9833,1,'2015-03-03 10:52:09','50.57.64.198',1),(9834,1,'2015-03-03 11:01:16','112.64.235.254',3),(9835,1,'2015-03-03 13:35:46','66.249.64.38',1),(9836,1,'2015-03-03 14:55:52','185.10.104.194',1),(9837,1,'2015-03-03 15:36:29','100.43.91.17',5),(9838,1,'2015-03-03 16:17:59','130.211.152.203',2),(9839,1,'2015-03-03 18:03:48','66.249.64.30',1),(9840,1,'2015-03-03 20:41:32','193.201.224.84',1),(9841,1,'2015-03-03 21:43:16','123.125.71.71',3),(9842,1,'2015-03-03 23:37:54','89.168.2.27',2),(9843,1,'2015-03-04 00:22:31','123.125.71.32',2),(9844,1,'2015-03-04 01:56:05','86.183.28.142',1),(9845,1,'2015-03-04 02:58:25','202.46.62.113',1),(9846,1,'2015-03-04 12:32:52','86.142.46.80',1),(9847,1,'2015-03-04 15:14:17','198.204.252.211',1),(9848,1,'2015-03-04 16:17:00','104.154.68.212',1),(9849,1,'2015-03-05 01:06:42','189.10.218.4',3),(9850,1,'2015-03-05 03:32:14','52.10.49.19',1),(9851,1,'2015-03-05 12:52:49','66.249.64.34',1),(9852,1,'2015-03-05 13:21:40','66.249.64.38',1),(9853,1,'2015-03-05 15:15:18','213.205.194.87',4),(9854,1,'2015-03-05 16:21:35','171.96.240.209',2),(9855,1,'2015-03-05 18:03:16','81.87.17.80',3),(9856,1,'2015-03-05 19:22:35','155.94.139.76',3),(9857,1,'2015-03-05 20:27:56','107.181.78.153',1),(9858,1,'2015-03-05 21:36:07','155.94.251.178',1),(9859,1,'2015-03-05 23:44:47','66.249.64.34',1),(9860,1,'2015-03-06 02:14:18','180.76.6.14',3),(9861,1,'2015-03-06 03:46:13','66.249.64.30',1),(9862,1,'2015-03-06 06:23:49','144.76.43.130',3),(9863,1,'2015-03-06 08:25:20','66.249.64.34',1),(9864,1,'2015-03-06 09:54:35','106.120.173.75',1),(9865,1,'2015-03-06 11:21:57','144.76.86.4',2),(9866,1,'2015-03-06 13:08:15','93.49.12.133',1),(9867,1,'2015-03-06 14:29:36','81.149.114.219',1),(9868,1,'2015-03-06 16:18:38','146.148.93.36',1),(9869,1,'2015-03-06 17:30:27','187.26.16.174',4),(9870,1,'2015-03-06 18:29:09','157.55.39.202',1),(9871,1,'2015-03-06 20:28:05','189.105.228.119',1),(9872,1,'2015-03-06 23:45:51','195.154.189.155',2),(9873,1,'2015-03-07 03:54:29','2.132.211.58',1),(9874,1,'2015-03-07 04:06:01','100.43.91.17',2),(9875,1,'2015-03-07 06:17:39','69.174.48.228',1),(9876,1,'2015-03-07 08:40:13','79.53.246.233',1),(9877,1,'2015-03-07 10:45:30','178.255.215.70',2),(9878,1,'2015-03-07 11:15:31','180.76.5.25',1),(9879,1,'2015-03-07 12:44:22','86.157.25.193',1),(9880,1,'2015-03-07 16:19:57','146.148.70.15',1),(9881,1,'2015-03-07 17:22:51','66.249.64.30',1),(9882,1,'2015-03-07 18:29:43','100.43.91.17',2),(9883,1,'2015-03-07 21:50:33','37.44.103.6',2),(9884,1,'2015-03-08 01:23:04','180.76.5.21',1),(9885,1,'2015-03-08 03:58:57','66.249.64.34',1),(9886,1,'2015-03-08 12:40:42','199.58.86.206',1),(9887,1,'2015-03-08 13:21:01','201.131.181.6',2),(9888,1,'2015-03-08 14:15:21','54.226.75.125',2),(9889,1,'2015-03-08 15:19:08','112.111.185.247',5),(9890,1,'2015-03-08 16:59:45','93.84.35.108',1),(9891,1,'2015-03-08 17:58:24','66.249.64.30',1),(9892,1,'2015-03-08 20:46:56','99.157.232.225',1),(9893,1,'2015-03-08 21:09:06','109.156.67.5',3),(9894,1,'2015-03-08 23:42:45','99.157.232.225',2),(9895,1,'2015-03-09 01:31:52','64.79.100.18',2),(9896,1,'2015-03-09 03:36:19','144.76.185.173',1),(9897,1,'2015-03-09 05:17:33','69.174.48.228',1),(9898,1,'2015-03-09 09:34:18','66.249.64.30',2),(9899,1,'2015-03-09 12:56:27','64.246.165.10',1),(9900,1,'2015-03-09 14:38:47','86.182.69.234',1),(9901,1,'2015-03-09 15:22:59','104.154.39.249',1),(9902,1,'2015-03-09 16:49:53','162.209.84.156',1),(9903,1,'2015-03-09 18:01:52','52.11.181.18',3),(9904,1,'2015-03-09 20:25:41','93.40.29.173',2),(9905,1,'2015-03-09 22:02:08','123.125.71.23',4),(9906,1,'2015-03-09 23:33:44','178.255.215.70',1),(9907,1,'2015-03-10 00:24:03','167.114.156.59',2),(9908,1,'2015-03-10 01:08:43','220.181.108.184',2),(9909,1,'2015-03-10 02:13:56','180.153.236.168',1),(9910,1,'2015-03-10 03:43:54','66.249.64.34',2),(9911,1,'2015-03-10 09:25:18','66.249.64.30',1),(9912,1,'2015-03-10 11:36:46','206.253.226.12',3),(9913,1,'2015-03-10 12:07:44','66.249.64.38',1),(9914,1,'2015-03-10 14:09:29','195.148.39.105',3),(9915,1,'2015-03-10 15:17:08','104.197.13.147',1),(9916,1,'2015-03-10 17:44:29','106.120.173.75',1),(9917,1,'2015-03-10 23:45:23','107.23.45.196',1),(9918,1,'2015-03-11 01:34:12','180.76.6.155',1),(9919,1,'2015-03-11 02:45:03','220.181.108.159',1),(9920,1,'2015-03-11 03:49:06','66.249.64.34',1),(9921,1,'2015-03-11 05:03:11','94.131.14.7',2),(9922,1,'2015-03-11 07:13:15','178.255.215.70',1),(9923,1,'2015-03-11 08:51:49','52.10.49.19',1),(9924,1,'2015-03-11 10:43:31','54.234.200.162',2),(9925,1,'2015-03-11 12:17:30','46.151.52.173',2),(9926,1,'2015-03-11 13:13:09','177.204.70.165',1),(9927,1,'2015-03-11 14:55:10','66.249.64.38',1),(9928,1,'2015-03-11 15:17:02','104.154.42.141',2),(9929,1,'2015-03-11 19:47:59','178.121.201.21',1),(9930,1,'2015-03-11 20:01:12','54.68.227.234',2),(9931,1,'2015-03-11 23:00:00','100.43.91.17',3),(9932,1,'2015-03-12 00:31:08','69.58.178.57',3),(9933,1,'2015-03-12 01:17:55','180.76.5.95',1),(9934,1,'2015-03-12 03:53:40','66.249.64.30',1),(9935,1,'2015-03-12 04:35:36','180.76.6.137',1),(9936,1,'2015-03-12 05:57:57','49.145.10.144',1),(9937,1,'2015-03-12 06:46:04','117.197.251.182',1),(9938,1,'2015-03-12 08:51:08','66.249.64.118',1),(9939,1,'2015-03-12 14:03:11','178.172.188.25',4),(9940,1,'2015-03-12 15:20:45','146.148.79.39',1),(9941,1,'2015-03-12 16:49:56','151.228.111.28',2),(9942,1,'2015-03-12 20:05:24','75.111.84.203',3),(9943,1,'2015-03-12 21:19:13','180.76.6.42',3),(9944,1,'2015-03-12 23:06:19','90.170.32.99',2),(9945,1,'2015-03-13 03:16:38','66.249.64.38',1),(9946,1,'2015-03-13 04:26:42','180.76.5.95',2),(9947,1,'2015-03-13 05:17:51','69.174.48.228',1),(9948,1,'2015-03-13 06:17:00','113.29.153.31',2),(9949,1,'2015-03-13 07:29:59','100.43.91.17',2),(9950,1,'2015-03-13 09:24:18','66.249.64.30',1),(9951,1,'2015-03-13 12:22:24','92.63.110.237',1),(9952,1,'2015-03-13 13:35:53','83.233.207.74',1),(9953,1,'2015-03-13 15:24:06','130.211.187.226',1),(9954,1,'2015-03-13 17:10:59','45.62.35.164',2),(9955,1,'2015-03-13 22:34:25','54.84.80.249',1),(9956,1,'2015-03-14 01:11:29','112.198.79.43',1),(9957,1,'2015-03-14 02:30:44','180.153.236.51',1),(9958,1,'2015-03-14 04:07:29','66.249.64.38',1),(9959,1,'2015-03-14 05:01:36','94.197.120.55',3),(9960,1,'2015-03-14 08:07:49','92.63.110.237',1),(9961,1,'2015-03-14 11:31:28','107.23.45.196',1),(9962,1,'2015-03-14 12:20:18','66.249.64.34',2),(9963,1,'2015-03-14 15:25:33','130.211.184.213',2),(9964,1,'2015-03-14 16:19:15','180.76.6.143',1),(9965,1,'2015-03-14 17:14:13','66.249.64.38',1),(9966,1,'2015-03-14 19:28:00','66.249.64.38',1),(9967,1,'2015-03-14 21:42:54','66.249.64.38',1),(9968,1,'2015-03-14 22:18:37','105.157.89.205',5),(9969,1,'2015-03-14 23:05:19','144.76.43.130',4),(9970,1,'2015-03-15 00:32:10','202.105.118.130',1),(9971,1,'2015-03-15 01:14:37','178.33.39.197',2),(9972,1,'2015-03-15 02:21:54','66.249.64.34',2),(9973,1,'2015-03-15 04:13:50','5.149.254.83',1),(9974,1,'2015-03-15 05:02:15','100.43.91.17',3),(9975,1,'2015-03-15 06:25:57','197.83.252.153',2),(9976,1,'2015-03-15 07:45:50','100.43.91.17',2),(9977,1,'2015-03-15 08:22:49','123.125.71.43',1),(9978,1,'2015-03-15 09:15:50','180.153.236.123',1),(9979,1,'2015-03-15 11:16:41','66.249.64.38',2),(9980,1,'2015-03-15 12:35:34','113.29.152.89',2),(9981,1,'2015-03-15 15:26:43','104.197.18.18',1),(9982,1,'2015-03-15 17:12:32','66.249.64.38',3),(9983,1,'2015-03-15 20:10:40','81.202.230.72',1),(9984,1,'2015-03-15 22:04:09','78.46.106.112',3),(9985,1,'2015-03-16 00:35:19','89.168.2.27',4),(9986,1,'2015-03-16 02:07:19','95.179.72.54',3),(9987,1,'2015-03-16 04:36:15','66.249.64.34',2),(9988,1,'2015-03-16 08:38:50','66.249.64.38',1),(9989,1,'2015-03-16 10:38:02','123.125.71.107',1),(9990,1,'2015-03-16 11:19:19','66.249.64.30',2),(9991,1,'2015-03-16 12:29:13','66.249.64.38',1),(9992,1,'2015-03-16 14:01:47','92.63.110.237',3),(9993,1,'2015-03-16 15:25:30','104.197.1.200',1),(9994,1,'2015-03-16 16:01:22','117.78.13.56',1),(9995,1,'2015-03-16 18:06:29','94.118.96.0',2),(9996,1,'2015-03-16 20:49:05','193.60.108.38',1),(9997,1,'2015-03-16 21:24:42','46.208.161.98',1),(9998,1,'2015-03-16 22:35:33','66.249.64.30',3),(9999,1,'2015-03-17 00:04:09','66.249.64.30',3),(10000,1,'2015-03-17 05:00:09','104.35.123.39',5),(10001,1,'2015-03-17 06:43:55','66.249.64.30',1),(10002,1,'2015-03-17 08:28:11','66.249.64.34',1),(10003,1,'2015-03-17 09:38:29','177.94.13.130',1),(10004,1,'2015-03-17 10:42:37','66.249.64.38',1),(10005,1,'2015-03-17 11:13:48','54.144.214.90',1),(10006,1,'2015-03-17 12:36:13','46.208.161.98',2),(10007,1,'2015-03-17 14:50:08','46.208.161.98',1),(10008,1,'2015-03-17 15:21:07','146.148.48.128',1),(10009,1,'2015-03-17 16:46:55','66.249.64.34',1),(10010,1,'2015-03-17 17:16:07','5.151.102.96',2),(10011,1,'2015-03-17 19:46:00','212.129.52.143',1),(10012,1,'2015-03-17 20:45:27','66.249.64.38',1),(10013,1,'2015-03-17 21:58:52','100.43.91.17',2),(10014,1,'2015-03-17 22:54:43','66.249.64.38',1),(10015,1,'2015-03-18 03:51:09','46.208.161.98',3),(10016,1,'2015-03-18 04:42:11','91.200.13.64',1),(10017,1,'2015-03-18 05:48:29','46.4.113.114',1),(10018,1,'2015-03-18 07:35:51','66.249.64.38',1),(10019,1,'2015-03-18 08:58:11','207.46.13.110',1),(10020,1,'2015-03-18 11:03:09','66.249.64.30',3),(10021,1,'2015-03-18 13:23:29','54.174.73.114',4),(10022,1,'2015-03-18 15:20:47','146.148.58.181',2),(10023,1,'2015-03-18 18:55:27','193.60.108.210',1),(10024,1,'2015-03-18 19:06:22','148.251.77.34',1),(10025,1,'2015-03-18 21:18:19','61.173.239.161',1),(10026,1,'2015-03-18 22:01:47','180.76.6.37',2),(10027,1,'2015-03-18 23:27:01','83.149.126.98',1),(10028,1,'2015-03-19 00:36:33','46.208.161.98',1),(10029,1,'2015-03-19 05:17:38','69.174.48.228',3),(10030,1,'2015-03-19 06:16:29','75.111.84.203',1),(10031,1,'2015-03-19 09:57:25','106.120.173.75',1),(10032,1,'2015-03-19 11:55:52','192.99.107.107',1),(10033,1,'2015-03-19 13:36:24','66.249.64.30',1),(10034,1,'2015-03-19 14:42:11','86.6.206.76',2),(10035,1,'2015-03-19 15:17:45','104.197.21.44',3),(10036,1,'2015-03-19 16:44:29','66.249.64.30',1),(10037,1,'2015-03-19 18:06:46','178.255.215.70',3),(10038,1,'2015-03-19 22:26:45','107.23.45.196',1),(10039,1,'2015-03-20 01:03:08','46.208.161.98',2),(10040,1,'2015-03-20 03:26:24','91.207.7.54',1),(10041,1,'2015-03-20 07:00:06','54.211.244.149',1),(10042,1,'2015-03-20 08:32:54','5.45.118.238',2),(10043,1,'2015-03-20 10:40:30','93.102.146.209',1),(10044,1,'2015-03-20 11:38:29','192.99.107.101',1),(10045,1,'2015-03-20 12:49:40','54.204.127.216',2),(10046,1,'2015-03-20 13:42:23','66.249.64.34',1),(10047,1,'2015-03-20 14:07:49','193.60.108.246',2),(10048,1,'2015-03-20 15:16:07','130.211.159.141',1),(10049,1,'2015-03-20 17:06:43','66.249.64.38',1),(10050,1,'2015-03-20 18:42:01','66.249.64.34',1),(10051,1,'2015-03-20 19:46:58','189.96.0.158',1),(10052,1,'2015-03-20 20:53:36','66.249.64.38',1),(10053,1,'2015-03-21 00:33:45','86.181.75.68',1),(10054,1,'2015-03-21 05:17:29','69.174.48.228',1),(10055,1,'2015-03-21 06:18:02','100.43.85.20',2),(10056,1,'2015-03-21 08:57:36','123.125.71.86',1),(10057,1,'2015-03-21 10:41:39','194.82.210.247',1),(10058,1,'2015-03-21 12:02:37','107.23.45.196',1),(10059,1,'2015-03-21 13:56:21','186.107.225.62',1),(10060,1,'2015-03-21 14:39:44','41.130.151.2',1),(10061,1,'2015-03-21 15:08:47','220.181.108.76',5),(10062,1,'2015-03-21 22:08:32','157.55.39.240',2),(10063,1,'2015-03-22 00:33:40','208.68.38.162',2),(10064,1,'2015-03-22 01:42:16','106.120.173.75',1),(10065,1,'2015-03-22 02:31:24','148.251.77.34',1),(10066,1,'2015-03-22 03:07:29','42.120.161.46',1),(10067,1,'2015-03-22 05:00:26','180.76.6.231',1),(10068,1,'2015-03-22 06:48:25','220.181.108.164',1),(10069,1,'2015-03-22 09:35:00','66.249.64.38',2),(10070,1,'2015-03-22 11:28:02','66.249.64.30',1),(10071,1,'2015-03-22 14:30:17','187.180.34.181',1),(10072,1,'2015-03-22 15:17:04','104.197.25.58',1),(10073,1,'2015-03-22 17:29:49','62.244.89.164',2),(10074,1,'2015-03-22 18:36:21','220.181.108.168',1),(10075,1,'2015-03-22 19:09:45','37.130.227.133',4),(10076,1,'2015-03-22 20:12:41','177.68.126.9',1),(10077,1,'2015-03-22 22:14:51','66.249.64.30',2),(10078,1,'2015-03-22 23:16:46','94.23.217.201',4),(10079,1,'2015-03-23 01:30:49','187.70.73.60',1),(10080,1,'2015-03-23 02:02:03','73.197.253.84',3),(10081,1,'2015-03-23 03:06:23','207.106.190.66',1),(10082,1,'2015-03-23 05:07:54','100.43.91.5',3),(10083,1,'2015-03-23 07:49:31','220.181.108.155',2),(10084,1,'2015-03-23 08:29:37','66.249.64.30',1),(10085,1,'2015-03-23 12:01:10','216.145.17.190',1),(10086,1,'2015-03-23 15:18:36','104.197.30.50',1),(10087,1,'2015-03-23 17:11:02','31.135.208.224',3),(10088,1,'2015-03-23 19:01:03','189.133.217.11',3),(10089,1,'2015-03-23 20:42:54','92.40.249.147',1),(10090,1,'2015-03-23 21:51:17','180.76.5.149',1),(10091,1,'2015-03-24 06:28:26','123.125.71.89',1),(10092,1,'2015-03-24 08:20:05','151.72.24.95',2),(10093,1,'2015-03-24 10:06:19','151.52.143.77',2),(10094,1,'2015-03-24 12:21:27','146.200.100.79',3),(10095,1,'2015-03-24 13:26:02','194.66.198.135',3),(10096,1,'2015-03-24 14:26:04','157.55.39.241',1),(10097,1,'2015-03-24 15:18:32','130.211.140.121',1),(10098,1,'2015-03-24 16:12:17','94.11.215.15',2),(10099,1,'2015-03-24 18:17:19','94.11.215.15',1),(10100,1,'2015-03-24 19:02:36','148.251.153.164',3),(10101,1,'2015-03-24 20:00:05','174.118.39.56',2),(10102,1,'2015-03-24 21:43:18','106.120.173.75',1),(10103,1,'2015-03-25 00:35:34','177.154.111.245',1),(10104,1,'2015-03-25 01:20:51','66.249.64.38',1),(10105,1,'2015-03-25 03:56:05','70.171.38.193',1),(10106,1,'2015-03-25 04:16:36','100.43.91.5',2),(10107,1,'2015-03-25 05:17:26','69.174.48.228',1),(10108,1,'2015-03-25 13:01:38','66.249.64.30',2),(10109,1,'2015-03-25 14:29:56','113.35.251.98',2),(10110,1,'2015-03-25 15:17:18','104.154.58.113',1),(10111,1,'2015-03-25 16:10:06','157.55.39.54',1),(10112,1,'2015-03-25 17:20:09','94.131.14.4',1),(10113,1,'2015-03-25 20:28:51','54.87.92.189',1),(10114,1,'2015-03-25 21:18:33','66.249.64.30',2),(10115,1,'2015-03-25 23:14:06','213.133.97.216',1),(10116,1,'2015-03-26 00:26:02','94.11.29.122',2),(10117,1,'2015-03-26 02:05:31','173.214.173.36',2),(10118,1,'2015-03-26 03:30:48','180.76.6.62',1),(10119,1,'2015-03-26 06:26:08','92.63.81.114',1),(10120,1,'2015-03-26 07:51:01','66.249.64.114',2),(10121,1,'2015-03-26 11:00:07','112.65.193.13',1),(10122,1,'2015-03-26 13:48:25','188.138.1.229',1),(10123,1,'2015-03-26 15:18:46','104.197.7.208',2),(10124,1,'2015-03-26 16:28:07','180.76.6.64',1),(10125,1,'2015-03-26 17:46:58','46.151.52.173',2),(10126,1,'2015-03-26 18:30:41','94.131.14.50',2),(10127,1,'2015-03-26 19:14:47','31.178.119.24',2),(10128,1,'2015-03-26 20:37:09','66.249.67.2',1),(10129,1,'2015-03-26 21:26:06','85.242.185.54',1),(10130,1,'2015-03-26 23:55:32','96.47.226.21',1),(10131,1,'2015-03-27 00:50:19','31.220.42.202',1),(10132,1,'2015-03-27 03:24:05','95.132.55.79',2),(10133,1,'2015-03-27 04:14:07','31.148.246.143',2),(10134,1,'2015-03-27 05:08:38','180.76.6.50',4),(10135,1,'2015-03-27 07:50:02','123.125.71.78',1),(10136,1,'2015-03-27 09:47:29','94.131.14.50',1),(10137,1,'2015-03-27 13:08:26','37.187.129.166',4),(10138,1,'2015-03-27 15:17:08','104.154.72.255',2),(10139,1,'2015-03-27 17:10:35','123.125.71.117',2),(10140,1,'2015-03-27 18:37:38','87.244.181.197',1),(10141,1,'2015-03-27 19:33:46','66.249.64.38',1),(10142,1,'2015-03-27 21:45:20','106.120.173.75',1),(10143,1,'2015-03-27 23:11:39','5.65.109.175',2),(10144,1,'2015-03-28 01:04:48','178.234.247.184',2),(10145,1,'2015-03-28 03:55:56','66.147.235.243',1),(10146,1,'2015-03-28 04:54:12','123.125.71.75',1),(10147,1,'2015-03-28 05:33:21','68.180.228.88',1),(10148,1,'2015-03-28 07:00:26','199.16.156.126',1),(10149,1,'2015-03-28 08:55:39','162.243.218.192',1),(10150,1,'2015-03-28 11:08:23','66.249.64.30',1),(10151,1,'2015-03-28 13:15:16','123.125.71.34',1),(10152,1,'2015-03-28 15:17:12','162.222.182.83',1),(10153,1,'2015-03-28 16:58:46','213.133.97.216',1),(10154,1,'2015-03-28 17:29:10','180.76.6.17',2),(10155,1,'2015-03-28 18:18:52','194.150.168.79',1),(10156,1,'2015-03-28 20:04:54','186.193.55.95',1),(10157,1,'2015-03-29 03:19:47','66.249.64.30',2),(10158,1,'2015-03-29 05:17:45','69.174.48.228',1),(10159,1,'2015-03-29 06:52:37','157.55.39.54',2),(10160,1,'2015-03-29 07:41:23','99.97.116.135',1),(10161,1,'2015-03-29 09:55:25','93.102.219.191',1),(10162,1,'2015-03-29 14:18:44','180.76.6.16',1),(10163,1,'2015-03-29 15:16:27','130.211.150.129',1),(10164,1,'2015-03-29 18:14:05','107.23.45.196',1),(10165,1,'2015-03-29 19:24:11','54.186.226.13',4),(10166,1,'2015-03-29 20:15:20','179.155.133.30',1),(10167,1,'2015-03-29 22:33:26','177.204.182.199',1),(10168,1,'2015-03-30 01:55:53','106.120.173.75',1),(10169,1,'2015-03-30 03:30:23','180.76.5.175',1),(10170,1,'2015-03-30 04:45:54','66.249.64.34',1),(10171,1,'2015-03-30 06:53:56','157.55.39.54',1),(10172,1,'2015-03-30 08:27:20','197.231.221.211',1),(10173,1,'2015-03-30 13:44:31','185.14.28.27',1),(10174,1,'2015-03-30 14:04:55','89.145.108.207',3),(10175,1,'2015-03-30 15:17:13','104.154.56.200',3),(10176,1,'2015-03-30 16:20:10','193.36.20.132',1),(10177,1,'2015-03-30 21:18:03','79.37.98.186',2),(10178,1,'2015-03-30 23:19:35','185.53.44.67',1),(10179,1,'2015-03-31 00:27:37','217.12.206.140',1),(10180,1,'2015-03-31 04:29:33','185.53.44.98',1),(10181,1,'2015-03-31 05:17:22','69.174.48.228',2),(10182,1,'2015-03-31 06:42:34','66.249.64.30',2),(10183,1,'2015-03-31 08:33:33','209.222.26.85',4),(10184,1,'2015-03-31 10:52:08','142.54.172.210',1),(10185,1,'2015-03-31 11:47:48','66.249.64.38',1),(10186,1,'2015-03-31 13:02:16','177.134.71.144',3),(10187,1,'2015-03-31 14:05:17','66.249.64.38',2),(10188,1,'2015-03-31 15:15:38','104.154.41.248',2),(10189,1,'2015-03-31 18:57:31','207.219.69.157',1),(10190,1,'2015-04-01 01:10:36','113.199.180.26',2),(10191,1,'2015-04-01 03:05:15','5.79.68.161',1),(10192,1,'2015-04-01 05:16:54','69.174.48.228',1),(10193,1,'2015-04-01 06:21:13','104.238.96.58',1),(10194,1,'2015-04-01 07:55:16','66.249.64.34',1),(10195,1,'2015-04-01 08:59:10','162.210.196.98',1),(10196,1,'2015-04-01 09:42:22','210.19.8.102',1),(10197,1,'2015-04-01 10:01:39','194.82.210.244',1),(10198,1,'2015-04-01 15:15:22','104.197.29.147',1),(10199,1,'2015-04-01 19:41:46','77.103.79.114',2),(10200,1,'2015-04-01 21:49:31','66.249.64.30',1),(10201,1,'2015-04-02 00:27:04','66.249.64.34',1),(10202,1,'2015-04-02 01:53:54','106.120.173.75',1),(10203,1,'2015-04-02 02:39:52','123.125.71.117',2),(10204,1,'2015-04-02 05:31:23','180.76.6.16',1),(10205,1,'2015-04-02 07:42:33','77.75.77.200',1),(10206,1,'2015-04-02 08:02:18','180.76.6.158',2),(10207,1,'2015-04-02 09:44:03','220.181.108.152',1),(10208,1,'2015-04-02 11:30:12','91.121.222.207',1),(10209,1,'2015-04-02 15:16:41','104.154.85.141',1),(10210,1,'2015-04-02 18:12:29','193.201.224.106',4),(10211,1,'2015-04-02 18:12:29','193.201.224.106',1),(10212,1,'2015-04-02 18:12:29','193.201.224.106',1),(10213,1,'2015-04-02 20:16:21','180.76.5.60',1),(10214,1,'2015-04-02 22:11:56','66.249.64.30',2),(10215,1,'2015-04-03 02:16:53','180.76.5.71',1),(10216,1,'2015-04-03 05:16:51','69.174.48.228',1),(10217,1,'2015-04-03 06:42:12','103.251.190.88',1),(10218,1,'2015-04-03 08:30:28','66.249.64.30',1),(10219,1,'2015-04-03 15:02:05','180.76.5.64',3),(10220,1,'2015-04-03 17:26:34','94.23.40.23',2),(10221,1,'2015-04-03 20:31:23','89.152.76.216',1),(10222,1,'2015-04-03 21:00:23','94.9.19.85',3),(10223,1,'2015-04-03 23:52:24','76.171.151.116',1),(10224,1,'2015-04-04 01:23:59','92.20.199.46',1),(10225,1,'2015-04-04 03:42:33','66.249.64.30',1),(10226,1,'2015-04-04 06:10:39','46.229.170.197',3),(10227,1,'2015-04-04 12:43:35','66.249.64.30',1),(10228,1,'2015-04-04 15:16:54','130.211.142.136',1),(10229,1,'2015-04-04 18:07:04','188.217.187.77',2),(10230,1,'2015-04-04 21:34:12','199.16.156.126',1),(10231,1,'2015-04-04 23:37:53','177.155.226.245',1),(10232,1,'2015-04-05 00:08:22','83.233.207.74',1),(10233,1,'2015-04-05 03:49:51','171.96.248.170',1),(10234,1,'2015-04-05 05:17:14','69.174.48.228',1),(10235,1,'2015-04-05 11:35:22','66.249.64.30',1),(10236,1,'2015-04-05 12:34:09','91.224.160.116',2),(10237,1,'2015-04-05 14:48:34','66.249.64.34',1),(10238,1,'2015-04-05 15:17:08','104.154.82.79',1),(10239,1,'2015-04-05 17:14:11','177.134.114.155',1),(10240,1,'2015-04-05 19:53:13','62.212.123.101',1),(10241,1,'2015-04-05 20:36:21','94.9.112.16',2),(10242,1,'2015-04-05 22:01:11','106.120.173.75',2),(10243,1,'2015-04-06 03:36:49','100.43.85.20',3),(10244,1,'2015-04-06 07:49:16','188.143.232.21',1),(10245,1,'2015-04-06 08:22:44','54.226.225.210',2),(10246,1,'2015-04-06 09:51:50','66.249.64.30',1),(10247,1,'2015-04-06 10:49:07','112.64.235.252',1),(10248,1,'2015-04-06 13:16:30','95.45.252.3',2),(10249,1,'2015-04-06 15:15:13','192.99.107.61',2),(10250,1,'2015-04-06 16:58:42','54.149.107.194',1),(10251,1,'2015-04-06 17:14:57','62.244.89.164',1),(10252,1,'2015-04-06 18:24:01','180.76.5.72',1),(10253,1,'2015-04-07 02:26:30','50.93.249.212',3),(10254,1,'2015-04-07 05:17:28','69.174.48.228',3),(10255,1,'2015-04-07 12:15:15','66.249.64.30',1),(10256,1,'2015-04-07 13:48:19','93.190.140.145',1),(10257,1,'2015-04-07 15:16:38','130.211.134.67',1),(10258,1,'2015-04-07 17:20:30','66.249.64.38',2),(10259,1,'2015-04-07 19:15:45','189.72.247.204',1),(10260,1,'2015-04-07 20:25:19','82.19.158.166',1),(10261,1,'2015-04-07 22:38:18','186.223.121.69',1),(10262,1,'2015-04-08 05:54:22','106.120.173.75',1),(10263,1,'2015-04-08 07:03:29','66.249.64.34',2),(10264,1,'2015-04-08 12:00:56','66.249.64.38',2),(10265,1,'2015-04-08 13:25:36','123.125.71.117',2),(10266,1,'2015-04-08 14:46:02','104.154.41.25',1),(10267,1,'2015-04-08 18:31:38','201.235.138.8',2),(10268,1,'2015-04-08 19:10:05','66.249.67.154',1),(10269,1,'2015-04-08 20:06:23','200.97.168.201',1),(10270,1,'2015-04-08 21:02:44','194.82.210.244',2),(10271,1,'2015-04-08 23:01:15','73.177.21.105',1),(10272,1,'2015-04-09 00:48:18','176.10.104.227',3),(10273,1,'2015-04-09 01:00:24','73.177.21.105',1),(10274,1,'2015-04-09 03:59:18','109.87.114.48',1),(10275,1,'2015-04-09 04:45:54','109.87.114.48',4),(10276,1,'2015-04-09 05:17:18','69.174.48.228',1),(10277,1,'2015-04-09 06:38:45','100.43.85.20',2),(10278,1,'2015-04-09 08:29:08','180.76.6.136',1),(10279,1,'2015-04-09 11:06:56','208.68.38.162',1),(10280,1,'2015-04-09 14:05:23','80.240.139.43',3),(10281,1,'2015-04-09 18:54:41','199.231.178.151',1),(10282,1,'2015-04-09 19:49:38','62.210.209.22',1),(10283,1,'2015-04-09 20:32:23','136.243.16.7',1),(10284,1,'2015-04-09 21:36:13','90.211.180.134',1),(10285,1,'2015-04-10 01:55:55','220.181.108.150',1),(10286,1,'2015-04-10 03:58:21','54.176.56.176',1),(10287,1,'2015-04-10 05:32:14','180.76.5.188',1),(10288,1,'2015-04-10 06:20:24','121.240.226.74',3),(10289,1,'2015-04-10 07:30:28','180.76.5.167',1),(10290,1,'2015-04-10 08:30:11','157.55.39.161',2),(10291,1,'2015-04-10 10:41:34','23.95.43.112',1),(10292,1,'2015-04-10 11:00:23','112.64.235.254',1),(10293,1,'2015-04-10 13:53:12','194.66.210.130',2),(10294,1,'2015-04-10 14:25:54','54.167.62.46',1),(10295,1,'2015-04-10 15:15:27','130.211.162.148',3),(10296,1,'2015-04-10 16:27:56','66.249.64.34',1),(10297,1,'2015-04-10 17:14:40','180.76.5.173',1),(10298,1,'2015-04-10 18:25:59','94.23.217.201',1),(10299,1,'2015-04-10 19:27:30','217.12.206.140',1),(10300,1,'2015-04-10 20:35:28','90.211.180.134',1),(10301,1,'2015-04-10 23:00:27','86.160.16.63',3),(10302,1,'2015-04-11 00:00:04','71.187.219.210',3),(10303,1,'2015-04-11 03:52:47','180.76.5.73',1),(10304,1,'2015-04-11 05:10:24','96.227.124.37',2),(10305,1,'2015-04-11 07:19:28','66.249.64.38',1),(10306,1,'2015-04-11 08:54:28','66.249.64.38',1),(10307,1,'2015-04-11 12:25:34','69.58.178.58',3),(10308,1,'2015-04-11 13:17:13','107.23.45.196',1),(10309,1,'2015-04-11 14:18:57','123.125.71.100',3),(10310,1,'2015-04-11 15:12:23','100.43.85.20',2),(10311,1,'2015-04-11 21:29:10','112.198.79.78',1),(10312,1,'2015-04-11 23:41:15','180.76.5.17',1),(10313,1,'2015-04-12 02:40:19','162.243.109.76',1),(10314,1,'2015-04-12 06:56:11','66.249.64.38',1),(10315,1,'2015-04-12 07:12:38','201.63.194.187',1),(10316,1,'2015-04-12 08:47:05','149.254.182.103',2),(10317,1,'2015-04-12 10:44:44','80.90.202.139',3),(10318,1,'2015-04-12 15:16:23','104.154.67.137',1),(10319,1,'2015-04-12 16:11:53','115.133.75.130',1),(10320,1,'2015-04-12 17:09:51','66.249.73.201',1),(10321,1,'2015-04-12 18:03:50','54.176.56.176',1),(10322,1,'2015-04-12 21:53:31','187.64.68.137',2),(10323,1,'2015-04-13 01:24:34','200.75.126.138',2),(10324,1,'2015-04-13 04:15:09','68.180.228.88',1),(10325,1,'2015-04-13 05:05:55','94.23.217.201',2),(10326,1,'2015-04-13 06:48:10','66.249.73.209',1),(10327,1,'2015-04-13 07:57:53','66.249.73.193',1),(10328,1,'2015-04-13 10:58:16','103.41.197.25',1),(10329,1,'2015-04-13 12:59:57','54.158.172.157',1),(10330,1,'2015-04-13 15:15:41','130.211.142.219',2),(10331,1,'2015-04-13 17:41:33','146.200.68.107',1),(10332,1,'2015-04-13 19:40:11','90.211.180.134',1),(10333,1,'2015-04-13 21:22:11','208.54.87.249',1),(10334,1,'2015-04-13 22:24:31','24.185.128.143',2),(10335,1,'2015-04-13 23:01:24','191.183.45.128',3),(10336,1,'2015-04-14 02:14:54','73.45.115.169',4),(10337,1,'2015-04-14 05:11:01','66.249.64.30',1),(10338,1,'2015-04-14 06:00:47','100.43.85.20',2),(10339,1,'2015-04-14 08:05:52','180.253.20.215',2),(10340,1,'2015-04-14 10:19:19','88.111.47.155',2),(10341,1,'2015-04-14 11:44:58','66.249.64.34',1),(10342,1,'2015-04-14 12:34:31','88.111.47.155',1),(10343,1,'2015-04-14 15:16:15','146.148.73.42',1),(10344,1,'2015-04-14 16:17:14','200.141.220.106',2),(10345,1,'2015-04-14 17:13:43','187.1.65.39',3),(10346,1,'2015-04-14 18:09:36','91.82.84.121',3),(10347,1,'2015-04-14 19:03:58','66.249.81.130',1),(10348,1,'2015-04-14 22:34:27','68.180.228.88',1),(10349,1,'2015-04-14 23:19:29','146.200.68.107',3),(10350,1,'2015-04-15 01:53:26','106.120.173.75',1),(10351,1,'2015-04-15 03:53:00','23.95.246.184',1),(10352,1,'2015-04-15 05:17:22','69.174.48.228',1),(10353,1,'2015-04-15 06:02:25','180.76.5.73',3),(10354,1,'2015-04-15 07:58:17','144.76.201.69',1),(10355,1,'2015-04-15 08:39:12','162.210.196.130',1),(10356,1,'2015-04-15 10:45:47','49.145.34.121',1),(10357,1,'2015-04-15 14:36:34','123.125.71.50',1),(10358,1,'2015-04-15 15:02:14','217.123.33.83',2),(10359,1,'2015-04-15 16:40:23','86.183.69.186',1),(10360,1,'2015-04-15 17:44:32','66.249.64.20',1),(10361,1,'2015-04-15 18:02:39','173.192.34.95',1),(10362,1,'2015-04-15 20:33:31','66.249.67.146',1),(10363,1,'2015-04-15 21:06:40','146.200.68.107',1),(10364,1,'2015-04-15 22:46:37','91.82.84.121',1),(10365,1,'2015-04-15 23:19:44','180.76.5.148',1),(10366,1,'2015-04-16 01:32:57','180.76.6.51',1),(10367,1,'2015-04-16 06:51:49','180.76.6.37',5),(10368,1,'2015-04-16 07:17:33','178.63.89.147',4),(10369,1,'2015-04-16 09:02:49','180.76.6.139',2),(10370,1,'2015-04-16 12:47:45','66.249.64.16',2),(10371,1,'2015-04-16 14:09:25','166.137.244.108',1),(10372,1,'2015-04-16 15:17:15','104.197.31.34',1),(10373,1,'2015-04-16 17:02:57','86.179.41.212',2),(10374,1,'2015-04-16 18:07:05','66.249.67.154',1),(10375,1,'2015-04-16 19:36:50','93.137.8.215',1),(10376,1,'2015-04-16 20:35:22','190.222.255.161',1),(10377,1,'2015-04-16 21:56:48','177.188.220.142',1),(10378,1,'2015-04-16 22:34:36','123.125.71.69',2),(10379,1,'2015-04-16 23:05:17','213.1.32.20',2),(10380,1,'2015-04-17 00:22:53','199.16.156.125',3),(10381,1,'2015-04-17 03:26:49','46.22.220.115',1),(10382,1,'2015-04-17 05:17:19','69.174.48.228',1),(10383,1,'2015-04-17 06:57:48','100.43.85.20',2),(10384,1,'2015-04-17 07:42:02','66.249.67.154',1),(10385,1,'2015-04-17 09:00:32','37.187.56.76',2),(10386,1,'2015-04-17 10:08:11','86.191.202.227',2),(10387,1,'2015-04-17 12:28:13','5.64.123.78',1),(10388,1,'2015-04-17 13:45:24','106.120.173.75',1),(10389,1,'2015-04-17 14:37:55','221.143.146.112',2),(10390,1,'2015-04-17 15:15:01','104.197.40.22',1),(10391,1,'2015-04-17 16:43:40','66.249.67.146',1),(10392,1,'2015-04-17 18:37:58','144.76.63.199',1),(10393,1,'2015-04-17 20:22:16','146.200.68.107',2),(10394,1,'2015-04-18 01:32:48','177.137.137.154',2),(10395,1,'2015-04-18 02:52:10','96.40.173.193',1),(10396,1,'2015-04-18 08:19:34','100.43.81.151',2),(10397,1,'2015-04-18 11:43:37','5.149.250.163',2),(10398,1,'2015-04-18 13:41:05','64.246.161.190',1),(10399,1,'2015-04-18 15:15:27','104.197.29.33',2),(10400,1,'2015-04-18 16:56:04','66.249.81.130',1),(10401,1,'2015-04-18 19:17:29','66.249.67.2',2),(10402,1,'2015-04-18 20:25:03','84.58.69.37',2),(10403,1,'2015-04-18 21:45:24','66.249.67.2',2),(10404,1,'2015-04-19 00:38:08','66.249.67.154',1),(10405,1,'2015-04-19 02:04:14','180.76.5.27',2),(10406,1,'2015-04-19 05:09:49','54.167.247.107',4),(10407,1,'2015-04-19 10:08:36','188.143.232.62',2),(10408,1,'2015-04-19 13:46:10','90.211.180.134',1),(10409,1,'2015-04-19 14:11:08','90.211.180.134',1),(10410,1,'2015-04-19 15:16:49','104.197.39.22',1),(10411,1,'2015-04-19 17:53:03','106.120.173.75',1),(10412,1,'2015-04-19 18:11:48','66.249.81.130',1),(10413,1,'2015-04-19 19:23:35','146.148.90.216',6),(10414,1,'2015-04-19 20:40:12','113.29.155.49',2),(10415,1,'2015-04-19 22:44:12','122.201.89.105',1),(10416,1,'2015-04-19 23:34:30','199.16.156.124',1),(10417,1,'2015-04-20 01:06:10','66.249.67.2',1),(10418,1,'2015-04-20 02:19:23','100.43.85.20',1),(10419,1,'2015-04-20 04:42:19','66.249.67.154',1),(10420,1,'2015-04-20 06:06:35','27.252.230.236',1),(10421,1,'2015-04-20 07:42:34','193.147.222.242',3),(10422,1,'2015-04-20 12:28:19','180.76.5.63',1),(10423,1,'2015-04-20 13:02:24','192.99.107.44',1),(10424,1,'2015-04-20 15:16:25','104.197.42.141',2),(10425,1,'2015-04-20 16:18:53','54.211.7.198',2),(10426,1,'2015-04-20 20:02:01','89.168.2.27',4),(10427,1,'2015-04-20 21:06:55','66.249.67.2',2),(10428,1,'2015-04-20 22:58:32','76.17.104.250',1),(10429,1,'2015-04-21 03:23:48','66.249.67.154',1),(10430,1,'2015-04-21 05:17:50','69.174.48.228',1),(10431,1,'2015-04-21 08:10:29','66.249.67.154',1),(10432,1,'2015-04-21 10:23:36','66.249.67.146',1),(10433,1,'2015-04-21 13:43:42','180.76.6.133',1),(10434,1,'2015-04-21 15:17:58','104.197.46.116',1),(10435,1,'2015-04-21 16:28:26','179.214.156.82',1),(10436,1,'2015-04-21 18:41:45','81.147.4.190',2),(10437,1,'2015-04-21 19:17:50','81.147.4.190',1),(10438,1,'2015-04-21 20:38:59','220.181.108.96',2),(10439,1,'2015-04-21 22:25:52','66.249.81.251',1),(10440,1,'2015-04-21 23:20:03','201.95.42.170',1),(10441,1,'2015-04-22 00:40:27','100.43.85.20',3),(10442,1,'2015-04-22 01:57:08','106.120.173.75',1),(10443,1,'2015-04-22 02:28:12','93.186.202.239',1),(10444,1,'2015-04-22 06:54:09','176.195.16.124',1),(10445,1,'2015-04-22 08:08:26','52.0.239.55',1),(10446,1,'2015-04-22 09:12:15','180.76.6.36',5),(10447,1,'2015-04-22 11:04:59','123.125.71.23',2),(10448,1,'2015-04-22 13:44:38','207.46.13.41',1),(10449,1,'2015-04-22 14:59:12','66.249.67.2',1),(10450,1,'2015-04-22 15:04:48','220.181.108.77',2),(10451,1,'2015-04-22 16:27:54','88.198.48.46',4),(10452,1,'2015-04-22 17:44:28','180.76.6.150',1),(10453,1,'2015-04-22 21:18:41','188.143.232.15',1),(10454,1,'2015-04-22 22:44:26','66.249.67.154',1),(10455,1,'2015-04-23 00:29:31','146.199.133.17',2),(10456,1,'2015-04-23 01:26:06','185.66.250.80',1),(10457,1,'2015-04-23 02:46:23','180.76.5.223',2),(10458,1,'2015-04-23 04:16:23','180.76.5.176',1),(10459,1,'2015-04-23 05:11:00','213.133.97.216',2),(10460,1,'2015-04-23 10:26:20','86.10.243.187',2),(10461,1,'2015-04-23 15:17:04','104.197.16.127',1),(10462,1,'2015-04-23 17:33:59','54.204.171.228',2),(10463,1,'2015-04-23 18:05:29','100.43.85.20',1),(10464,1,'2015-04-23 20:52:36','90.211.180.134',1),(10465,1,'2015-04-23 21:02:49','90.211.180.134',2),(10466,1,'2015-04-23 22:01:47','117.78.13.18',1),(10467,1,'2015-04-24 00:58:39','100.43.91.5',2),(10468,1,'2015-04-24 01:10:13','66.249.67.154',1),(10469,1,'2015-04-24 02:11:21','177.190.118.235',2),(10470,1,'2015-04-24 06:53:45','66.249.67.154',1),(10471,1,'2015-04-24 07:25:35','180.76.5.143',2),(10472,1,'2015-04-24 13:44:29','144.76.64.115',1),(10473,1,'2015-04-24 15:15:58','104.197.59.225',1),(10474,1,'2015-04-24 17:05:42','89.66.69.170',1),(10475,1,'2015-04-24 19:52:51','54.147.46.79',2),(10476,1,'2015-04-25 05:17:46','69.174.48.228',1),(10477,1,'2015-04-25 06:20:51','66.249.67.2',1),(10478,1,'2015-04-25 08:44:08','66.249.67.154',1),(10479,1,'2015-04-25 09:08:01','89.66.69.170',1),(10480,1,'2015-04-25 11:30:44','66.249.67.154',2),(10481,1,'2015-04-25 15:15:12','217.12.206.140',2),(10482,1,'2015-04-25 17:47:25','106.120.173.75',1),(10483,1,'2015-04-25 18:06:12','201.253.210.33',1),(10484,1,'2015-04-25 19:14:09','52.1.4.182',2),(10485,1,'2015-04-25 21:31:56','185.53.44.131',1),(10486,1,'2015-04-26 01:01:37','185.53.44.181',1),(10487,1,'2015-04-26 02:44:45','85.25.95.148',2),(10488,1,'2015-04-26 04:22:46','104.193.9.233',1),(10489,1,'2015-04-26 05:33:33','62.210.72.75',1),(10490,1,'2015-04-26 07:08:53','100.43.85.20',1),(10491,1,'2015-04-26 08:33:26','69.84.207.246',2),(10492,1,'2015-04-26 11:05:47','66.249.67.146',1),(10493,1,'2015-04-26 13:28:13','66.249.67.146',1),(10494,1,'2015-04-26 14:31:51','66.249.67.154',1),(10495,1,'2015-04-26 15:16:38','104.154.63.235',1),(10496,1,'2015-04-26 18:42:26','220.181.108.102',1),(10497,1,'2015-04-26 21:53:30','81.147.4.190',1),(10498,1,'2015-04-27 01:54:55','66.249.67.146',1),(10499,1,'2015-04-27 02:09:04','201.42.70.186',3),(10500,1,'2015-04-27 03:03:18','100.43.91.5',1),(10501,1,'2015-04-27 04:59:38','24.255.53.129',1),(10502,1,'2015-04-27 05:17:11','69.174.48.228',2),(10503,1,'2015-04-27 06:24:27','180.76.6.37',1),(10504,1,'2015-04-27 07:05:35','75.111.84.203',2),(10505,1,'2015-04-27 08:04:51','123.125.71.22',2),(10506,1,'2015-04-27 10:58:01','66.249.67.2',1),(10507,1,'2015-04-27 11:46:14','176.27.76.163',1),(10508,1,'2015-04-27 12:54:11','191.6.121.140',1),(10509,1,'2015-04-27 13:35:08','123.125.71.92',4),(10510,1,'2015-04-27 15:16:03','146.148.84.91',2),(10511,1,'2015-04-27 16:47:27','213.133.97.216',1),(10512,1,'2015-04-27 17:45:06','106.120.173.75',2),(10513,1,'2015-04-27 19:58:18','66.249.64.18',1),(10514,1,'2015-04-28 00:36:34','66.249.64.16',1),(10515,1,'2015-04-28 03:32:01','66.249.93.242',2),(10516,1,'2015-04-28 04:05:02','91.200.12.73',1),(10517,1,'2015-04-28 06:17:22','66.249.64.18',3),(10518,1,'2015-04-28 07:01:20','100.43.85.20',3),(10519,1,'2015-04-28 08:42:26','157.55.39.95',1),(10520,1,'2015-04-28 09:48:30','107.23.45.196',1),(10521,1,'2015-04-28 10:32:17','66.249.64.20',1),(10522,1,'2015-04-28 11:16:07','201.46.230.169',4),(10523,1,'2015-04-28 13:22:16','5.9.106.81',1),(10524,1,'2015-04-28 14:37:44','180.76.5.22',1),(10525,1,'2015-04-28 15:14:37','104.197.77.142',1),(10526,1,'2015-04-28 16:31:20','194.82.210.247',2),(10527,1,'2015-04-28 18:00:44','194.82.210.247',2),(10528,1,'2015-04-28 19:34:15','162.243.202.203',2),(10529,1,'2015-04-28 20:15:18','81.109.181.57',2),(10530,1,'2015-04-28 22:07:31','199.190.174.120',1),(10531,1,'2015-04-29 00:45:16','66.249.75.74',1),(10532,1,'2015-04-29 01:55:37','66.249.75.66',2),(10533,1,'2015-04-29 05:16:55','69.174.48.228',3),(10534,1,'2015-04-29 07:17:09','220.181.108.180',1),(10535,1,'2015-04-29 09:15:38','114.77.126.99',3),(10536,1,'2015-04-29 11:06:42','66.249.81.130',2),(10537,1,'2015-04-29 12:26:23','194.82.210.244',1),(10538,1,'2015-04-29 15:15:57','104.197.7.144',2),(10539,1,'2015-04-29 17:41:42','5.9.17.118',1),(10540,1,'2015-04-29 21:11:20','37.115.185.56',1),(10541,1,'2015-04-29 22:32:35','91.200.12.73',1),(10542,1,'2015-04-30 00:40:24','69.197.160.170',2),(10543,1,'2015-04-30 03:13:16','180.95.38.144',2),(10544,1,'2015-04-30 05:42:57','106.120.173.75',2),(10545,1,'2015-04-30 10:02:37','194.82.210.244',1),(10546,1,'2015-04-30 11:00:31','101.226.102.97',1),(10547,1,'2015-04-30 13:27:58','86.181.77.90',3),(10548,1,'2015-04-30 14:59:41','217.39.156.153',1),(10549,1,'2015-04-30 15:07:06','217.39.156.153',3),(10550,1,'2015-04-30 20:34:03','66.249.81.254',2),(10551,1,'2015-04-30 21:26:56','188.135.176.80',1),(10552,1,'2015-04-30 23:33:39','199.16.156.126',1),(10553,1,'2015-05-01 00:15:54','66.249.67.154',1),(10554,1,'2015-05-01 01:39:32','180.74.190.179',1),(10555,1,'2015-05-01 05:17:15','69.174.48.228',2),(10556,1,'2015-05-01 07:04:10','100.43.85.20',5),(10557,1,'2015-05-01 11:04:26','100.43.90.9',1),(10558,1,'2015-05-01 12:05:28','68.180.228.88',3),(10559,1,'2015-05-01 13:24:45','120.56.227.92',1),(10560,1,'2015-05-01 15:06:54','186.225.25.30',3),(10561,1,'2015-05-01 16:23:34','66.249.67.154',1),(10562,1,'2015-05-01 18:27:47','178.63.13.15',2),(10563,1,'2015-05-01 20:13:07','46.105.100.183',2),(10564,1,'2015-05-02 00:33:32','66.249.67.154',1),(10565,1,'2015-05-02 02:39:13','201.8.123.192',1),(10566,1,'2015-05-02 04:47:15','100.43.85.20',1),(10567,1,'2015-05-02 07:02:07','52.6.28.106',1),(10568,1,'2015-05-02 10:50:03','66.249.81.130',1),(10569,1,'2015-05-02 11:09:12','189.24.48.153',3),(10570,1,'2015-05-02 12:24:02','180.76.5.143',1),(10571,1,'2015-05-02 13:45:06','106.120.173.75',1),(10572,1,'2015-05-02 15:15:10','130.211.170.49',1),(10573,1,'2015-05-02 16:08:11','66.249.92.2',1),(10574,1,'2015-05-02 18:43:33','148.251.124.42',1),(10575,1,'2015-05-02 22:29:11','180.76.5.62',1),(10576,1,'2015-05-02 23:02:27','66.249.67.154',1),(10577,1,'2015-05-03 01:45:29','94.131.14.16',1),(10578,1,'2015-05-03 02:02:50','66.249.67.154',1),(10579,1,'2015-05-03 04:38:33','46.229.170.197',1),(10580,1,'2015-05-03 05:07:22','5.45.124.42',2),(10581,1,'2015-05-03 06:33:16','5.45.124.42',1),(10582,1,'2015-05-03 14:10:21','107.23.45.196',1),(10583,1,'2015-05-03 15:04:01','108.87.182.38',2),(10584,1,'2015-05-03 20:00:42','92.13.189.228',3),(10585,1,'2015-05-04 00:18:07','66.249.67.2',1),(10586,1,'2015-05-04 02:14:09','190.230.30.161',1),(10587,1,'2015-05-04 08:16:14','66.249.67.146',2),(10588,1,'2015-05-04 09:57:56','66.249.81.251',1),(10589,1,'2015-05-04 10:46:35','180.153.206.31',1),(10590,1,'2015-05-04 11:02:02','180.76.5.150',1),(10591,1,'2015-05-04 14:58:11','192.99.107.203',1),(10592,1,'2015-05-04 15:17:36','104.154.36.158',1),(10593,1,'2015-05-04 16:31:48','146.199.133.17',1),(10594,1,'2015-05-04 21:00:58','204.124.183.98',2),(10595,1,'2015-05-04 22:15:01','66.249.67.154',1),(10596,1,'2015-05-04 23:06:33','66.249.67.146',1),(10597,1,'2015-05-05 01:21:51','120.139.100.70',1),(10598,1,'2015-05-05 02:46:22','185.58.204.15',1),(10599,1,'2015-05-05 03:24:07','66.249.67.154',2),(10600,1,'2015-05-05 05:17:53','69.174.48.228',1),(10601,1,'2015-05-05 06:05:16','180.76.5.154',3),(10602,1,'2015-05-05 10:26:46','66.249.81.254',2),(10603,1,'2015-05-05 12:50:56','92.20.148.36',3),(10604,1,'2015-05-05 14:12:49','195.154.241.109',1),(10605,1,'2015-05-05 15:26:31','104.154.86.219',1),(10606,1,'2015-05-05 19:04:22','157.55.39.54',1),(10607,1,'2015-05-06 05:15:54','201.92.160.107',1),(10608,1,'2015-05-06 07:39:00','112.209.174.22',1),(10609,1,'2015-05-06 08:58:55','216.108.227.23',1),(10610,1,'2015-05-06 09:47:57','148.251.124.42',2),(10611,1,'2015-05-06 12:09:51','66.249.81.254',2),(10612,1,'2015-05-06 13:30:03','180.76.6.59',1),(10613,1,'2015-05-06 14:24:30','66.249.67.232',1),(10614,1,'2015-05-06 15:16:38','108.59.84.115',1),(10615,1,'2015-05-06 18:07:14','123.125.71.82',2),(10616,1,'2015-05-06 19:45:25','66.249.67.232',2),(10617,1,'2015-05-06 22:19:31','5.9.106.81',1),(10618,1,'2015-05-06 23:07:49','191.176.128.152',1),(10619,1,'2015-05-07 00:09:34','191.254.32.13',1),(10620,1,'2015-05-07 01:55:50','220.181.108.142',1),(10621,1,'2015-05-07 05:17:46','69.174.48.228',1),(10622,1,'2015-05-07 09:31:24','31.52.63.60',1),(10623,1,'2015-05-07 10:02:40','66.249.67.10',2),(10624,1,'2015-05-07 11:30:09','41.58.2.180',2),(10625,1,'2015-05-07 14:51:41','43.245.139.250',1),(10626,1,'2015-05-07 15:16:50','104.197.71.247',1),(10627,1,'2015-05-07 18:23:19','66.249.81.251',1),(10628,1,'2015-05-07 21:51:26','104.193.9.234',1),(10629,1,'2015-05-07 23:44:06','95.130.13.153',3),(10630,1,'2015-05-08 02:09:57','189.34.89.72',2),(10631,1,'2015-05-08 03:09:58','94.131.14.12',2),(10632,1,'2015-05-08 05:34:29','66.249.67.10',1),(10633,1,'2015-05-08 07:55:36','66.249.67.10',1),(10634,1,'2015-05-08 10:00:54','66.249.67.244',2),(10635,1,'2015-05-08 11:25:44','91.200.12.73',3),(10636,1,'2015-05-08 13:13:52','197.89.42.140',3),(10637,1,'2015-05-08 14:53:56','204.124.183.98',1),(10638,1,'2015-05-08 15:15:54','146.148.35.220',1),(10639,1,'2015-05-08 16:33:08','180.76.6.42',2),(10640,1,'2015-05-08 17:34:03','184.73.66.76',1),(10641,1,'2015-05-08 19:22:59','66.249.81.251',1),(10642,1,'2015-05-08 21:38:57','91.200.12.73',4),(10643,1,'2015-05-08 22:56:09','66.249.67.232',1),(10644,1,'2015-05-08 23:43:42','91.200.12.73',1),(10645,1,'2015-05-09 03:37:39','220.181.108.107',1),(10646,1,'2015-05-09 04:14:03','38.111.147.83',3),(10647,1,'2015-05-09 05:16:36','69.174.48.228',1),(10648,1,'2015-05-09 07:48:50','91.200.12.73',2),(10649,1,'2015-05-09 09:54:52','91.200.12.73',1),(10650,1,'2015-05-09 10:33:26','136.243.16.7',1),(10651,1,'2015-05-09 12:39:06','180.76.6.66',2),(10652,1,'2015-05-09 14:50:04','123.125.71.31',2),(10653,1,'2015-05-09 15:14:15','146.148.43.71',1),(10654,1,'2015-05-09 17:04:52','104.255.65.11',1),(10655,1,'2015-05-09 18:02:29','91.200.12.73',3),(10656,1,'2015-05-09 22:06:25','91.200.12.73',1),(10657,1,'2015-05-10 03:53:33','185.66.250.180',1),(10658,1,'2015-05-10 04:14:02','91.200.12.73',3),(10659,1,'2015-05-10 05:18:26','180.76.6.62',1),(10660,1,'2015-05-10 07:21:21','66.249.67.10',2),(10661,1,'2015-05-10 08:21:22','91.200.12.73',1),(10662,1,'2015-05-10 09:40:10','66.249.81.254',1),(10663,1,'2015-05-10 10:52:05','80.30.115.99',3),(10664,1,'2015-05-10 11:10:43','23.95.43.111',1),(10665,1,'2015-05-10 14:22:33','91.200.12.73',2),(10666,1,'2015-05-10 15:16:27','104.197.91.45',1),(10667,1,'2015-05-10 20:30:52','91.200.12.73',1),(10668,1,'2015-05-10 21:22:54','217.12.202.39',1),(10669,1,'2015-05-10 22:38:50','46.235.65.59',2),(10670,1,'2015-05-11 00:32:46','91.200.12.73',2),(10671,1,'2015-05-11 03:32:55','192.99.107.25',1),(10672,1,'2015-05-11 05:04:04','66.249.67.232',3),(10673,1,'2015-05-11 06:42:23','91.200.12.73',1),(10674,1,'2015-05-11 07:32:59','157.55.39.47',1),(10675,1,'2015-05-11 08:00:03','62.210.37.113',1),(10676,1,'2015-05-11 10:49:35','91.200.12.73',2),(10677,1,'2015-05-11 12:29:49','192.99.107.143',1),(10678,1,'2015-05-11 13:38:38','83.149.126.98',1),(10679,1,'2015-05-11 15:16:54','146.148.85.16',1),(10680,1,'2015-05-11 16:04:02','107.23.45.196',2),(10681,1,'2015-05-11 17:57:05','66.249.81.254',1),(10682,1,'2015-05-11 20:41:29','177.17.232.194',5),(10683,1,'2015-05-11 23:01:27','86.152.168.112',1),(10684,1,'2015-05-12 01:22:32','177.206.249.229',1),(10685,1,'2015-05-12 02:53:44','66.249.67.232',1),(10686,1,'2015-05-12 04:55:03','91.200.12.73',1),(10687,1,'2015-05-12 06:27:31','220.181.108.155',1),(10688,1,'2015-05-12 07:02:34','66.249.67.232',3),(10689,1,'2015-05-12 09:11:31','90.221.112.152',1),(10690,1,'2015-05-12 10:07:00','66.249.67.10',1),(10691,1,'2015-05-12 11:38:22','66.249.67.244',1),(10692,1,'2015-05-12 15:13:12','91.200.12.73',2),(10693,1,'2015-05-12 17:05:31','157.55.39.48',3),(10694,1,'2015-05-12 20:18:09','66.249.81.251',1),(10695,1,'2015-05-12 21:42:23','89.168.2.27',2),(10696,1,'2015-05-12 22:14:37','24.112.8.148',1),(10697,1,'2015-05-13 01:31:25','91.200.12.73',1),(10698,1,'2015-05-13 03:29:53','180.87.245.140',7),(10699,1,'2015-05-13 04:37:57','190.213.91.107',1),(10700,1,'2015-05-13 05:16:47','69.174.48.228',1),(10701,1,'2015-05-13 09:04:45','66.249.67.244',3),(10702,1,'2015-05-13 10:14:02','162.243.44.4',2),(10703,1,'2015-05-13 11:08:04','132.245.226.228',3),(10704,1,'2015-05-13 12:22:40','173.252.120.117',3),(10705,1,'2015-05-13 13:42:58','91.200.12.73',3),(10706,1,'2015-05-13 14:02:53','81.153.101.75',1),(10707,1,'2015-05-13 15:07:06','106.38.241.102',3),(10708,1,'2015-05-13 16:19:09','199.58.86.206',1),(10709,1,'2015-05-13 17:35:27','66.249.81.254',2),(10710,1,'2015-05-13 21:53:13','91.200.12.73',1),(10711,1,'2015-05-13 22:08:37','180.76.5.77',3),(10712,1,'2015-05-13 23:41:32','66.249.64.151',3),(10713,1,'2015-05-14 00:04:16','52.7.34.175',1),(10714,1,'2015-05-14 07:41:22','66.249.81.254',1),(10715,1,'2015-05-14 08:03:31','91.200.12.73',3),(10716,1,'2015-05-14 09:45:49','66.249.64.151',1),(10717,1,'2015-05-14 10:05:38','91.200.12.73',3),(10718,1,'2015-05-14 11:00:19','180.153.206.26',3),(10719,1,'2015-05-14 12:46:21','66.249.64.156',1),(10720,1,'2015-05-14 13:44:58','106.38.241.111',1),(10721,1,'2015-05-14 14:29:26','197.218.73.219',2),(10722,1,'2015-05-14 15:00:24','62.173.145.229',3),(10723,1,'2015-05-14 16:17:40','66.249.81.251',1),(10724,1,'2015-05-14 17:11:55','66.249.67.244',1),(10725,1,'2015-05-14 18:16:24','91.200.12.73',1),(10726,1,'2015-05-14 19:23:32','66.249.67.232',2),(10727,1,'2015-05-14 20:17:48','91.200.12.73',2),(10728,1,'2015-05-14 22:12:25','66.249.67.10',2),(10729,1,'2015-05-15 04:18:15','66.249.67.232',2),(10730,1,'2015-05-15 05:16:44','69.174.48.228',1),(10731,1,'2015-05-15 06:28:29','91.200.12.73',2),(10732,1,'2015-05-15 07:14:47','54.167.58.186',1),(10733,1,'2015-05-15 08:09:45','66.249.81.251',1),(10734,1,'2015-05-15 11:11:18','94.15.236.61',1),(10735,1,'2015-05-15 15:17:08','104.197.103.166',2),(10736,1,'2015-05-15 16:41:01','91.200.12.73',3),(10737,1,'2015-05-15 20:03:58','83.149.126.98',1),(10738,1,'2015-05-15 21:12:03','66.249.67.232',1),(10739,1,'2015-05-16 01:49:03','106.120.173.75',1),(10740,1,'2015-05-16 02:49:44','91.200.12.73',3),(10741,1,'2015-05-16 08:57:39','66.249.81.191',1),(10742,1,'2015-05-16 11:00:36','180.153.206.38',2),(10743,1,'2015-05-16 12:45:25','128.65.249.143',1),(10744,1,'2015-05-16 13:00:39','91.200.12.73',3),(10745,1,'2015-05-16 15:14:25','104.197.95.29',2),(10746,1,'2015-05-16 16:56:41','188.29.219.13',1),(10747,1,'2015-05-16 18:06:19','180.76.5.170',2),(10748,1,'2015-05-16 20:06:11','66.249.67.244',1),(10749,1,'2015-05-16 23:11:10','91.200.12.73',3),(10750,1,'2015-05-17 04:50:38','42.69.63.205',1),(10751,1,'2015-05-17 05:16:54','69.174.48.228',1),(10752,1,'2015-05-17 06:07:20','66.249.67.10',1),(10753,1,'2015-05-17 08:33:01','95.211.162.27',4),(10754,1,'2015-05-17 09:21:22','91.200.12.73',5),(10755,1,'2015-05-17 11:22:56','179.197.130.177',1),(10756,1,'2015-05-17 13:13:32','199.58.86.206',1),(10757,1,'2015-05-17 14:38:22','186.138.205.159',3),(10758,1,'2015-05-17 15:15:25','104.197.103.51',2),(10759,1,'2015-05-17 16:22:20','157.55.39.48',2),(10760,1,'2015-05-17 18:17:09','177.81.135.9',2),(10761,1,'2015-05-17 19:35:55','91.200.12.73',4),(10762,1,'2015-05-17 21:05:48','180.76.5.151',1),(10763,1,'2015-05-18 04:03:53','157.55.39.47',1),(10764,1,'2015-05-18 05:35:25','144.76.71.83',4),(10765,1,'2015-05-18 06:26:19','180.76.5.73',1),(10766,1,'2015-05-18 09:08:13','86.185.99.58',1),(10767,1,'2015-05-18 10:03:25','106.120.173.75',3),(10768,1,'2015-05-18 13:29:22','189.28.128.241',1),(10769,1,'2015-05-18 14:02:15','94.15.236.61',1),(10770,1,'2015-05-18 15:16:48','104.197.104.68',4),(10771,1,'2015-05-18 17:11:57','85.25.103.119',1),(10772,1,'2015-05-18 20:19:02','66.249.67.232',1),(10773,1,'2015-05-18 20:19:02','66.249.67.244',1),(10774,1,'2015-05-18 23:25:05','66.249.81.130',2),(10775,1,'2015-05-19 02:03:25','91.200.12.73',3),(10776,1,'2015-05-19 03:57:36','66.249.67.10',2),(10777,1,'2015-05-19 05:17:15','69.174.48.228',1),(10778,1,'2015-05-19 10:37:27','180.76.5.23',1),(10779,1,'2015-05-19 12:14:28','91.200.12.73',3),(10780,1,'2015-05-19 15:06:17','220.181.108.150',3),(10781,1,'2015-05-19 22:27:02','91.200.12.73',1),(10782,1,'2015-05-19 22:27:02','91.200.12.73',1),(10783,1,'2015-05-19 22:27:02','91.200.12.73',1),(10784,1,'2015-05-20 02:57:30','177.74.144.126',1),(10785,1,'2015-05-20 03:13:17','94.131.14.100',1),(10786,1,'2015-05-20 08:15:51','66.249.67.244',4),(10787,1,'2015-05-20 09:05:29','123.125.71.44',2),(10788,1,'2015-05-20 10:03:12','66.249.81.251',2),(10789,1,'2015-05-20 11:33:09','66.249.67.244',1),(10790,1,'2015-05-20 14:45:41','220.181.108.162',1),(10791,1,'2015-05-20 15:16:42','104.197.100.38',1),(10792,1,'2015-05-20 18:51:03','91.200.12.73',2),(10793,1,'2015-05-20 18:51:03','91.200.12.73',1),(10794,1,'2015-05-20 19:33:09','2.30.182.117',2),(10795,1,'2015-05-21 00:39:21','188.165.174.36',2),(10796,1,'2015-05-21 01:30:18','189.144.190.93',2),(10797,1,'2015-05-21 02:23:34','192.99.107.208',1),(10798,1,'2015-05-21 04:20:40','204.124.183.98',2),(10799,1,'2015-05-21 05:00:04','91.200.12.73',3),(10800,1,'2015-05-21 11:22:40','180.76.15.145',1),(10801,1,'2015-05-21 12:25:19','176.27.76.163',1),(10802,1,'2015-05-21 14:54:42','66.249.67.232',1),(10803,1,'2015-05-21 15:09:47','91.200.12.73',5),(10804,1,'2015-05-21 19:55:20','81.169.245.62',1),(10805,1,'2015-05-21 20:01:33','2.30.182.117',3),(10806,1,'2015-05-21 22:16:44','66.249.81.251',2),(10807,1,'2015-05-22 00:36:52','162.210.196.98',1),(10808,1,'2015-05-22 01:22:42','91.200.12.73',4),(10809,1,'2015-05-22 05:27:52','176.103.48.34',1),(10810,1,'2015-05-22 08:12:18','66.249.67.10',2),(10811,1,'2015-05-22 09:07:26','151.31.164.140',1),(10812,1,'2015-05-22 10:46:52','101.226.33.237',1),(10813,1,'2015-05-22 11:33:08','91.200.12.73',3),(10814,1,'2015-05-22 12:56:08','180.76.15.158',1),(10815,1,'2015-05-22 15:16:46','104.197.106.115',1),(10816,1,'2015-05-22 16:39:03','189.29.155.38',1),(10817,1,'2015-05-22 21:42:20','91.200.12.73',3),(10818,1,'2015-05-22 22:37:26','66.249.67.232',2),(10819,1,'2015-05-23 00:25:44','66.249.67.232',1),(10820,1,'2015-05-23 05:02:10','189.18.169.137',2),(10821,1,'2015-05-23 07:34:42','108.59.8.70',4),(10822,1,'2015-05-23 08:00:07','91.200.12.73',1),(10823,1,'2015-05-23 09:15:27','198.23.197.186',1),(10824,1,'2015-05-23 10:43:10','66.249.81.254',1),(10825,1,'2015-05-23 15:05:10','109.151.184.150',2),(10826,1,'2015-05-23 18:07:10','91.200.12.73',6),(10827,1,'2015-05-23 23:03:25','157.55.39.48',1),(10828,1,'2015-05-24 00:08:38','66.249.67.232',2),(10829,1,'2015-05-24 01:49:13','106.120.173.75',1),(10830,1,'2015-05-24 04:17:41','91.200.12.73',3),(10831,1,'2015-05-24 07:03:23','61.135.190.219',1),(10832,1,'2015-05-24 10:46:48','112.64.235.253',1),(10833,1,'2015-05-24 11:24:59','68.180.228.88',1),(10834,1,'2015-05-24 12:09:51','198.252.44.12',1),(10835,1,'2015-05-24 14:29:05','91.200.12.73',2),(10836,1,'2015-05-24 14:29:05','91.200.12.73',1),(10837,1,'2015-05-24 14:29:05','91.200.12.73',1),(10838,1,'2015-05-24 15:16:53','104.197.109.253',1),(10839,1,'2015-05-24 17:37:21','180.76.15.142',1),(10840,1,'2015-05-24 19:26:05','66.249.67.10',4),(10841,1,'2015-05-24 21:23:27','179.97.127.213',1),(10842,1,'2015-05-25 01:20:02','68.64.160.246',1),(10843,1,'2015-05-25 03:16:19','66.249.67.232',1),(10844,1,'2015-05-25 05:16:51','69.174.48.228',1),(10845,1,'2015-05-25 10:59:30','66.249.81.254',1),(10846,1,'2015-05-25 11:38:01','66.249.67.10',1),(10847,1,'2015-05-25 14:33:46','199.16.156.125',3),(10848,1,'2015-05-25 15:17:10','104.197.105.226',2),(10849,1,'2015-05-25 17:46:54','66.249.67.10',1),(10850,1,'2015-05-25 18:08:51','123.125.71.87',1),(10851,1,'2015-05-25 21:31:58','66.249.67.232',3),(10852,1,'2015-05-25 23:41:06','180.76.15.157',1),(10853,1,'2015-05-26 00:35:57','66.249.67.232',1),(10854,1,'2015-05-26 05:39:14','123.125.71.73',1),(10855,1,'2015-05-26 07:15:56','198.252.44.12',1),(10856,1,'2015-05-26 08:33:39','1.179.132.205',1),(10857,1,'2015-05-26 10:14:57','151.224.7.50',5),(10858,1,'2015-05-26 12:59:40','177.177.27.32',2),(10859,1,'2015-05-26 14:12:32','72.78.235.152',1),(10860,1,'2015-05-26 15:17:18','104.197.89.91',2),(10861,1,'2015-05-26 20:13:26','66.249.81.254',1),(10862,1,'2015-05-26 23:42:25','66.249.67.232',1),(10863,1,'2015-05-27 01:21:44','66.249.67.232',1),(10864,1,'2015-05-27 04:46:09','68.180.228.88',1),(10865,1,'2015-05-27 05:17:28','69.174.48.228',1),(10866,1,'2015-05-27 08:24:39','80.6.65.138',2),(10867,1,'2015-05-27 13:28:55','142.54.172.210',1),(10868,1,'2015-05-27 14:19:09','91.200.12.71',4),(10869,1,'2015-05-27 15:20:04','104.197.108.199',1),(10870,1,'2015-05-27 16:14:52','5.189.144.124',1),(10871,1,'2015-05-27 21:02:59','109.149.16.244',1),(10872,1,'2015-05-27 22:20:23','213.133.97.216',1),(10873,1,'2015-05-28 02:25:02','96.40.173.193',1),(10874,1,'2015-05-28 07:15:05','180.76.15.15',3),(10875,1,'2015-05-28 09:06:21','94.131.14.21',2),(10876,1,'2015-05-28 10:23:40','66.249.67.10',1),(10877,1,'2015-05-28 13:23:10','79.52.162.234',2),(10878,1,'2015-05-28 15:04:36','64.246.165.50',2),(10879,1,'2015-05-28 18:27:50','86.182.149.224',1),(10880,1,'2015-05-28 20:38:21','62.212.68.156',1),(10881,1,'2015-05-29 02:17:09','66.249.93.242',1),(10882,1,'2015-05-29 04:01:23','180.76.15.158',2),(10883,1,'2015-05-29 05:17:05','69.174.48.228',2),(10884,1,'2015-05-29 06:26:48','96.40.173.193',2),(10885,1,'2015-05-29 10:34:03','92.51.167.29',1),(10886,1,'2015-05-29 11:14:26','108.59.8.80',1),(10887,1,'2015-05-29 15:16:40','104.197.102.53',2),(10888,1,'2015-05-29 17:08:54','94.23.221.108',1),(10889,1,'2015-05-29 20:30:09','186.213.119.174',1),(10890,1,'2015-05-29 21:30:23','207.46.13.27',1),(10891,1,'2015-05-29 22:47:16','180.76.15.32',1),(10892,1,'2015-05-30 03:13:21','162.243.193.98',1),(10893,1,'2015-05-30 05:31:05','66.249.67.10',1),(10894,1,'2015-05-30 06:23:45','66.249.67.232',1),(10895,1,'2015-05-30 07:19:07','198.252.44.12',1),(10896,1,'2015-05-30 10:46:54','180.153.206.32',1),(10897,1,'2015-05-30 12:22:18','107.23.45.196',1),(10898,1,'2015-05-30 13:40:32','117.78.13.18',1),(10899,1,'2015-05-30 14:10:37','5.65.97.2',9),(10900,1,'2015-05-30 15:02:44','5.65.97.2',2),(10901,1,'2015-05-30 18:17:27','66.249.81.254',1),(10902,1,'2015-05-31 17:19:25','157.55.39.110',1),(10903,1,'2015-06-01 07:51:56','180.76.15.147',1),(10904,1,'2015-06-01 13:31:39','66.249.81.254',1),(10905,1,'2015-06-02 04:38:55','180.76.15.16',1),(10906,1,'2015-06-02 06:43:53','180.76.15.160',1),(10907,1,'2015-06-02 09:57:57','207.46.13.23',1),(10908,1,'2015-06-02 14:14:48','66.249.81.251',1),(10909,1,'2015-06-02 22:14:46','123.125.71.75',1),(10910,1,'2015-06-03 07:27:53','220.181.108.159',1),(10911,1,'2015-06-03 20:08:32','5.9.106.81',1),(10912,1,'2015-06-04 10:22:58','66.249.81.130',1),(10913,1,'2015-06-04 12:14:26','207.46.13.23',1),(10914,1,'2015-06-04 13:30:33','207.46.13.23',1),(10915,1,'2015-06-04 18:25:51','207.46.13.23',1),(10916,1,'2015-06-04 19:04:26','131.253.26.255',1),(10917,1,'2015-06-04 20:14:40','207.46.13.23',2),(10918,1,'2015-06-05 15:10:39','123.125.71.29',1),(10919,1,'2015-06-05 18:56:54','66.249.81.251',1),(10920,1,'2015-06-06 07:22:15','92.40.249.33',1),(10921,1,'2015-06-06 08:36:29','188.29.165.70',1),(10922,1,'2015-06-06 23:33:24','66.249.81.130',1),(10923,1,'2015-06-07 02:26:53','207.46.13.23',1),(10924,1,'2015-06-07 11:45:18','68.180.228.88',1),(10925,1,'2015-06-08 02:25:02','207.46.13.23',1),(10926,1,'2015-06-08 08:27:03','66.249.81.251',1),(10927,1,'2015-06-08 09:11:34','207.46.13.23',1),(10928,1,'2015-06-08 12:00:46','146.90.182.189',1),(10929,1,'2015-06-08 13:47:55','217.12.51.115',1),(10930,1,'2015-06-08 16:36:41','144.76.64.115',1),(10931,1,'2015-06-08 20:31:06','94.0.201.4',1),(10932,1,'2015-06-09 06:10:47','203.133.170.136',1),(10933,1,'2015-06-09 07:49:02','54.226.135.15',1),(10934,1,'2015-06-09 11:37:07','66.249.81.130',1),(10935,1,'2015-06-10 00:09:08','37.140.188.3',1),(10936,1,'2015-06-10 12:41:47','123.125.71.81',1),(10937,1,'2015-06-10 13:20:46','203.133.170.75',2),(10938,1,'2015-06-10 15:42:34','79.119.192.137',1),(10939,1,'2015-06-10 18:54:55','66.249.81.130',1),(10940,1,'2015-06-12 08:19:13','66.249.81.251',1),(10941,1,'2015-06-12 21:23:47','157.55.39.245',1),(10942,1,'2015-06-12 23:04:12','76.0.135.39',2),(10943,1,'2015-06-13 12:38:46','66.249.81.251',1),(10944,1,'2015-06-14 00:36:14','157.55.39.44',1),(10945,1,'2015-06-14 02:08:14','220.181.108.113',1),(10946,1,'2015-06-14 09:14:11','157.55.39.44',1),(10947,1,'2015-06-14 23:38:53','66.249.81.254',1),(10948,1,'2015-06-15 10:57:32','42.120.160.5',1),(10949,1,'2015-06-15 14:56:13','203.133.168.86',2),(10950,1,'2015-06-16 04:24:12','203.133.170.146',1),(10951,1,'2015-06-16 08:06:40','203.133.169.10',2),(10952,1,'2015-06-16 09:13:54','157.55.39.131',1),(10953,1,'2015-06-16 12:21:46','66.249.81.130',1),(10954,1,'2015-06-16 17:53:14','54.211.116.98',1),(10955,1,'2015-06-17 23:07:45','66.249.64.146',2),(10956,1,'2015-06-18 00:29:45','104.131.55.15',4),(10957,1,'2015-06-18 09:09:53','74.125.56.193',1),(10958,1,'2015-06-18 18:06:42','23.27.241.187',1),(10959,1,'2015-06-18 20:14:49','70.39.246.37',2),(10960,1,'2015-06-18 21:42:33','46.101.139.208',2),(10961,1,'2015-06-18 22:09:55','45.59.24.115',2),(10962,1,'2015-06-19 00:42:19','216.158.202.151',1),(10963,1,'2015-06-19 01:45:04','23.27.21.72',1),(10964,1,'2015-06-19 05:07:56','157.55.39.131',1),(10965,1,'2015-06-19 10:23:20','188.208.218.229',1),(10966,1,'2015-06-19 12:05:40','37.153.141.74',1),(10967,1,'2015-06-19 15:01:14','107.183.191.99',1),(10968,1,'2015-06-19 20:47:33','68.180.228.88',1),(10969,1,'2015-06-19 21:37:19','130.148.5.201',1),(10970,1,'2015-06-20 09:44:12','116.123.54.176',1),(10971,1,'2015-06-20 11:03:51','37.140.188.8',1),(10972,1,'2015-06-20 19:06:34','207.46.13.134',1),(10973,1,'2015-06-21 04:55:57','83.30.58.57',1),(10974,1,'2015-06-21 20:59:24','37.140.188.8',1),(10975,1,'2015-06-22 04:40:50','83.10.121.3',1),(10976,1,'2015-06-22 08:44:22','157.55.39.236',1),(10977,1,'2015-06-22 11:20:02','148.251.54.44',1),(10978,1,'2015-06-22 22:45:48','208.115.111.72',1),(10979,1,'2015-06-23 05:26:45','74.125.56.193',1),(10980,1,'2015-06-23 06:21:51','66.249.83.191',1),(10981,1,'2015-06-23 14:59:24','203.133.168.18',1),(10982,1,'2015-06-23 17:19:25','207.46.13.114',1),(10983,1,'2015-06-23 22:25:56','123.125.71.57',1),(10984,1,'2015-06-24 05:49:06','203.133.169.86',2),(10985,1,'2015-06-24 07:07:11','220.181.108.172',1),(10986,1,'2015-06-24 16:38:26','180.76.15.138',1),(10987,1,'2015-06-24 20:57:55','37.140.188.8',1),(10988,1,'2015-06-25 03:37:10','180.76.15.27',1),(10989,1,'2015-06-25 06:25:01','54.90.152.65',1),(10990,1,'2015-06-25 17:18:53','180.76.15.158',1),(10991,1,'2015-06-25 22:24:04','136.243.5.87',1),(10992,1,'2015-06-27 12:23:58','203.133.170.83',1),(10993,1,'2015-06-27 22:22:55','157.55.39.104',1),(10994,1,'2015-06-28 04:49:22','77.75.79.72',1),(10995,1,'2015-06-29 08:41:31','207.46.13.34',1),(10996,1,'2015-06-29 10:42:27','203.133.170.86',3),(10997,1,'2015-06-29 17:14:38','157.55.39.104',1),(10998,1,'2015-06-29 19:35:57','46.161.41.199',1),(10999,1,'2015-06-30 10:49:57','208.115.111.72',1),(11000,1,'2015-06-30 12:48:42','203.133.169.202',2),(11001,1,'2015-06-30 13:06:11','203.133.169.139',1),(11002,1,'2015-07-01 04:15:31','203.133.168.198',3),(11003,1,'2015-07-01 09:27:49','54.82.59.26',1),(11004,1,'2015-07-01 10:47:31','203.133.168.31',3),(11005,1,'2015-07-01 22:39:50','5.255.253.220',1),(11006,1,'2015-07-03 01:21:29','5.255.253.220',1),(11007,1,'2015-07-04 16:17:40','91.121.121.43',1),(11008,1,'2015-07-04 23:17:19','141.8.142.1',1),(11009,1,'2015-07-05 05:27:55','157.55.39.31',1),(11010,1,'2015-07-05 11:29:14','207.46.13.89',1),(11011,1,'2015-07-06 15:50:09','204.12.241.170',1),(11012,1,'2015-07-07 09:02:02','157.55.39.43',1),(11013,1,'2015-07-08 18:35:05','195.154.187.115',1),(11014,1,'2015-07-09 02:24:11','123.125.71.20',1),(11015,1,'2015-07-09 19:45:17','5.255.253.220',1),(11016,1,'2015-07-09 20:45:49','220.181.108.90',1),(11017,1,'2015-07-10 08:15:26','203.133.168.86',1),(11018,1,'2015-07-10 10:19:54','68.180.229.54',1),(11019,1,'2015-07-10 23:32:01','62.210.97.48',1),(11020,1,'2015-07-11 00:08:15','5.9.17.118',1),(11021,1,'2015-07-11 15:00:13','207.46.13.77',1),(11022,1,'2015-07-12 02:09:51','180.76.15.154',1),(11023,1,'2015-07-12 19:06:27','148.251.75.46',1),(11024,1,'2015-07-13 03:18:44','180.76.15.163',1),(11025,1,'2015-07-13 04:08:36','209.126.117.84',2),(11026,1,'2015-07-13 09:05:26','157.55.39.101',3),(11027,1,'2015-07-14 05:36:53','180.76.15.158',1),(11028,1,'2015-07-14 12:30:17','74.125.56.193',2),(11029,1,'2015-07-15 10:54:46','208.115.111.72',1),(11030,1,'2015-07-15 14:51:33','204.12.241.170',1),(11031,1,'2015-07-15 15:49:14','107.21.163.157',1),(11032,1,'2015-07-15 18:14:03','207.46.13.27',2),(11033,1,'2015-07-16 01:58:16','46.161.41.199',1),(11034,1,'2015-07-16 14:00:30','203.133.170.89',1),(11035,1,'2015-07-17 02:44:53','203.133.169.96',1),(11036,1,'2015-07-19 20:59:16','86.150.244.129',1),(11037,1,'2015-07-20 05:46:54','203.133.169.159',1),(11038,1,'2015-07-21 02:09:50','207.46.13.140',1),(11039,1,'2015-07-21 08:18:50','203.133.170.97',1),(11040,1,'2015-07-21 13:00:54','203.133.170.95',2),(11041,1,'2015-07-22 07:49:59','157.55.39.69',1),(11042,1,'2015-07-22 17:40:44','68.180.229.54',1),(11043,1,'2015-07-22 22:54:35','208.115.111.72',1),(11044,1,'2015-07-24 11:44:01','157.55.39.70',1),(11045,1,'2015-07-24 15:42:39','207.46.13.28',1),(11046,1,'2015-07-25 11:19:06','157.55.39.85',1),(11047,1,'2015-07-26 17:05:41','203.133.170.82',1),(11048,1,'2015-07-27 14:13:42','157.55.39.21',1),(11049,1,'2015-07-28 06:16:32','220.181.108.89',1),(11050,1,'2015-07-30 07:14:09','157.55.39.142',1),(11051,1,'2015-07-30 09:07:46','180.76.15.139',1),(11052,1,'2015-07-30 12:11:44','69.50.234.132',1),(11053,1,'2015-07-30 19:19:14','5.9.112.6',1),(11054,1,'2015-07-31 03:52:24','180.76.15.152',1),(11055,1,'2015-07-31 05:33:26','144.76.64.115',1),(11056,1,'2015-07-31 08:41:11','180.76.15.162',1),(11057,1,'2015-07-31 15:32:56','209.126.107.104',1),(11058,1,'2015-07-31 21:17:09','203.133.169.159',1),(11059,1,'2015-07-31 22:50:38','180.76.15.157',1),(11060,1,'2015-08-01 12:21:55','66.249.64.146',1),(11061,1,'2015-08-01 18:51:00','157.55.39.19',1),(11062,1,'2015-08-02 02:29:58','5.9.106.81',1),(11063,1,'2015-08-02 06:06:21','157.55.39.117',1),(11064,1,'2015-08-02 10:00:12','68.180.229.54',1),(11065,1,'2015-08-02 12:14:26','207.46.13.75',1),(11066,1,'2015-08-03 17:40:00','207.46.13.84',1),(11067,1,'2015-08-04 00:32:16','79.119.189.83',1),(11068,1,'2015-08-04 07:45:47','74.125.56.193',1),(11069,1,'2015-08-04 09:15:26','166.137.248.15',1),(11070,1,'2015-08-04 13:28:40','157.55.39.74',1),(11071,1,'2015-08-04 19:39:40','108.185.211.102',1),(11072,1,'2015-08-05 09:41:11','74.125.56.193',1),(11073,1,'2015-08-05 16:34:23','157.55.39.76',1),(11074,1,'2015-08-06 18:54:41','208.115.111.72',1),(11075,1,'2015-08-07 19:02:15','203.133.169.134',1),(11076,1,'2015-08-08 04:44:23','207.46.13.136',1),(11077,1,'2015-08-08 23:53:10','54.234.31.217',1),(11078,1,'2015-08-10 11:42:33','203.133.170.199',1),(11079,1,'2015-08-10 23:37:06','203.133.171.20',1),(11080,1,'2015-08-11 01:04:10','5.9.106.81',1),(11081,1,'2015-08-11 10:38:53','203.133.170.43',1),(11082,1,'2015-08-11 13:40:44','203.133.171.10',1),(11083,1,'2015-08-11 14:14:41','217.73.208.144',1),(11084,1,'2015-08-12 03:05:05','157.55.39.24',1),(11085,1,'2015-08-12 05:10:33','178.255.215.70',1),(11086,1,'2015-08-12 13:15:33','207.46.13.106',1),(11087,1,'2015-08-12 14:18:11','203.133.169.40',1),(11088,1,'2015-08-12 17:40:25','203.133.171.100',1),(11089,1,'2015-08-13 01:16:59','66.249.64.146',1),(11090,1,'2015-08-13 05:01:25','220.181.108.102',1),(11091,1,'2015-08-13 14:07:27','68.180.229.54',1),(11092,1,'2015-08-13 20:27:19','123.125.71.112',1),(11093,1,'2015-08-15 06:00:49','66.249.64.151',2),(11094,1,'2015-08-16 09:33:05','66.249.64.156',1),(11095,1,'2015-08-17 08:36:55','180.76.15.154',1),(11096,1,'2015-08-17 09:03:38','78.46.174.197',1),(11097,1,'2015-08-17 11:12:05','203.133.170.43',1),(11098,1,'2015-08-17 23:33:16','180.76.15.26',1),(11099,1,'2015-08-18 02:49:57','203.133.176.41',1),(11100,1,'2015-08-18 05:12:06','180.76.15.12',1),(11101,1,'2015-08-18 07:56:37','185.53.44.62',1),(11102,1,'2015-08-18 09:59:34','207.46.13.56',1),(11103,1,'2015-08-18 22:35:53','207.46.13.56',1),(11104,1,'2015-08-18 23:57:59','180.76.15.28',1),(11105,1,'2015-08-19 00:58:32','203.133.176.41',1),(11106,1,'2015-08-21 00:24:57','207.46.13.84',1),(11107,1,'2015-08-21 04:58:37','68.180.229.54',1),(11108,1,'2015-08-21 10:02:01','78.46.156.169',1),(11109,1,'2015-08-21 13:02:15','157.55.39.66',1),(11110,1,'2015-08-21 17:08:38','203.133.171.96',1),(11111,1,'2015-08-22 00:50:12','178.63.89.147',1),(11112,1,'2015-08-23 05:32:16','203.133.168.84',1),(11113,1,'2015-08-24 13:03:44','94.61.92.150',1),(11114,1,'2015-08-25 00:51:09','204.124.183.98',1),(11115,1,'2015-08-25 01:41:09','157.55.39.150',1),(11116,1,'2015-08-25 07:14:16','68.180.229.54',1),(11117,1,'2015-08-25 10:22:00','54.162.91.163',1),(11118,1,'2015-08-26 05:03:26','203.133.176.41',1),(11119,1,'2015-08-27 00:57:40','144.76.71.83',1),(11120,1,'2015-08-27 08:08:44','207.46.13.144',1),(11121,1,'2015-08-27 20:46:15','157.55.39.24',1),(11122,1,'2015-08-28 18:05:57','62.94.196.57',1),(11123,1,'2015-08-28 21:51:07','68.180.229.54',1),(11124,1,'2015-08-29 01:47:08','66.249.75.208',1),(11125,1,'2015-08-29 13:18:20','157.55.39.185',1),(11126,1,'2015-08-29 21:38:30','66.249.67.7',2),(11127,1,'2015-08-29 23:41:06','207.46.13.97',1),(11128,1,'2015-08-30 15:08:42','203.133.170.43',1),(11129,1,'2015-08-30 20:05:31','66.249.64.156',1),(11130,1,'2015-08-31 19:13:45','66.249.64.151',1),(11131,1,'2015-09-01 04:53:45','77.75.78.161',1),(11132,1,'2015-09-01 07:43:31','203.133.168.159',1),(11133,1,'2015-09-01 19:09:36','91.200.12.49',1),(11134,1,'2015-09-02 13:11:09','157.55.39.120',2),(11135,1,'2015-09-02 14:00:33','82.69.44.129',1),(11136,1,'2015-09-02 21:47:18','178.63.89.147',1),(11137,1,'2015-09-03 06:23:37','123.125.71.32',1),(11138,1,'2015-09-03 16:51:59','46.148.30.243',1),(11139,1,'2015-09-03 21:46:45','157.55.39.246',1),(11140,1,'2015-09-03 22:17:41','109.159.119.57',1),(11141,1,'2015-09-04 10:32:15','180.76.15.136',1),(11142,1,'2015-09-04 20:19:21','80.5.5.18',1),(11143,1,'2015-09-05 03:42:26','136.243.17.161',1),(11144,1,'2015-09-05 04:26:53','180.76.15.138',1),(11145,1,'2015-09-05 16:54:17','207.46.13.143',1),(11146,1,'2015-09-05 17:34:46','54.226.175.51',1),(11147,1,'2015-09-06 03:36:45','91.200.12.9',1),(11148,1,'2015-09-06 12:44:27','180.76.15.136',1),(11149,1,'2015-09-07 04:24:35','157.55.39.212',2),(11150,1,'2015-09-07 13:58:43','180.76.15.137',1),(11151,1,'2015-09-07 15:55:13','157.55.39.212',1),(11152,1,'2015-09-08 00:49:41','5.45.79.4',1),(11153,1,'2015-09-08 20:10:08','195.154.250.39',1),(11154,1,'2015-09-09 07:11:50','180.76.15.154',1),(11155,1,'2015-09-09 11:34:30','207.46.13.61',1),(11156,1,'2015-09-09 14:03:12','203.133.168.83',2),(11157,1,'2015-09-09 23:03:10','144.76.64.115',1),(11158,1,'2015-09-10 05:56:38','209.249.5.253',3),(11159,1,'2015-09-10 10:54:14','203.133.168.137',1),(11160,1,'2015-09-10 20:55:18','68.180.229.54',1),(11161,1,'2015-09-10 22:09:46','91.200.12.138',1),(11162,1,'2015-09-12 20:41:18','91.200.12.9',1),(11163,1,'2015-09-13 14:35:38','66.249.64.151',1),(11164,1,'2015-09-13 19:20:44','207.46.13.36',2),(11165,1,'2015-09-14 06:27:31','188.143.234.155',1),(11166,1,'2015-09-14 14:50:40','157.55.39.29',1),(11167,1,'2015-09-15 15:20:56','207.46.13.61',1),(11168,1,'2015-09-16 02:16:38','157.55.39.177',1),(11169,1,'2015-09-17 01:19:51','207.46.13.61',1),(11170,1,'2015-09-18 09:10:04','54.90.152.65',1),(11171,1,'2015-09-18 14:45:07','220.181.108.117',1),(11172,1,'2015-09-18 18:21:49','220.181.108.186',1),(11173,1,'2015-09-18 20:25:14','91.200.12.116',6),(11174,1,'2015-09-18 21:36:10','207.46.13.55',1),(11175,1,'2015-09-19 08:05:56','68.180.229.54',1),(11176,1,'2015-09-20 00:11:32','91.200.12.116',5),(11177,1,'2015-09-20 00:11:32','91.200.12.116',1),(11178,1,'2015-09-20 01:50:40','203.133.170.13',1),(11179,1,'2015-09-20 04:08:00','136.243.17.161',1),(11180,1,'2015-09-20 16:02:40','207.46.13.110',1),(11181,1,'2015-09-22 08:18:26','203.133.170.153',2),(11182,1,'2015-09-22 13:21:19','207.46.13.43',1),(11183,1,'2015-09-22 18:45:16','188.143.69.210',1),(11184,1,'2015-09-22 20:11:10','94.197.120.126',1),(11185,1,'2015-09-22 21:21:36','86.32.97.111',1),(11186,1,'2015-09-23 15:12:56','208.115.111.72',1),(11187,1,'2015-09-24 00:04:07','69.30.231.66',1),(11188,1,'2015-09-24 06:45:01','66.23.234.200',1),(11189,1,'2015-09-24 09:40:52','188.165.15.117',2),(11190,1,'2015-09-24 16:09:33','46.4.32.75',1),(11191,1,'2015-09-24 21:41:33','173.73.245.91',1),(11192,1,'2015-09-24 22:34:05','173.23.160.220',1),(11193,1,'2015-09-25 00:38:32','66.249.64.151',1),(11194,1,'2015-09-25 05:18:52','180.76.15.134',1),(11195,1,'2015-09-25 12:59:05','198.245.51.90',1),(11196,1,'2015-09-25 21:57:05','80.7.233.66',1),(11197,1,'2015-09-26 09:08:13','203.133.169.168',1),(11198,1,'2015-09-26 13:06:36','180.76.15.17',1),(11199,1,'2015-09-26 22:05:15','207.46.13.10',1),(11200,1,'2015-09-26 23:07:28','180.76.15.13',1),(11201,1,'2015-09-27 10:36:05','82.21.155.200',1),(11202,1,'2015-09-27 17:23:05','66.249.64.156',1),(11203,1,'2015-09-28 06:25:06','168.235.196.254',1),(11204,1,'2015-09-28 11:52:57','207.46.13.146',1),(11205,1,'2015-09-28 18:08:22','81.156.242.224',1),(11206,1,'2015-09-28 23:13:00','2.123.246.234',1),(11207,1,'2015-09-29 13:16:21','86.151.104.125',1),(11208,1,'2015-09-30 04:07:47','68.180.229.54',1),(11209,1,'2015-09-30 12:56:47','82.38.108.82',1),(11210,1,'2015-09-30 17:56:44','81.106.116.142',1),(11211,1,'2015-09-30 19:40:25','81.106.116.142',1),(11212,1,'2015-09-30 23:04:42','91.200.12.19',7),(11213,1,'2015-10-01 01:24:18','157.55.39.176',1),(11214,1,'2015-10-01 08:54:07','212.129.37.79',1),(11215,1,'2015-10-01 11:57:35','91.200.12.71',1),(11216,1,'2015-10-01 12:02:17','212.129.37.79',1),(11217,1,'2015-10-02 16:31:10','87.134.64.239',1),(11218,1,'2015-10-03 17:30:05','85.81.137.98',1),(11219,1,'2015-10-04 07:46:55','46.246.82.15',1),(11220,1,'2015-10-05 05:23:27','157.55.39.63',1),(11221,1,'2015-10-05 16:51:58','77.99.78.170',1),(11222,1,'2015-10-06 02:21:37','130.132.173.138',1),(11223,1,'2015-10-07 06:04:48','203.133.168.20',1),(11224,1,'2015-10-07 16:01:09','157.55.39.63',1),(11225,1,'2015-10-07 19:45:05','157.55.39.63',1),(11226,1,'2015-10-08 02:56:02','203.133.168.213',1),(11227,1,'2015-10-09 02:38:18','220.181.108.161',1),(11228,1,'2015-10-10 00:22:15','119.94.122.174',1),(11229,1,'2015-10-10 12:24:48','213.205.252.191',1),(11230,1,'2015-10-10 15:06:07','54.221.28.189',1),(11231,1,'2015-10-10 21:35:53','203.133.169.91',1),(11232,1,'2015-10-11 00:02:00','203.133.170.41',1),(11233,1,'2015-10-11 04:02:15','157.55.39.86',1),(11234,1,'2015-10-11 07:11:44','157.55.39.86',1),(11235,1,'2015-10-11 08:28:38','157.55.39.12',1),(11236,1,'2015-10-11 09:17:06','86.3.169.114',1),(11237,1,'2015-10-11 14:34:58','213.205.251.153',1),(11238,1,'2015-10-11 15:38:43','68.180.229.54',1),(11239,1,'2015-10-11 19:52:59','180.76.15.8',1),(11240,1,'2015-10-12 14:25:45','207.46.13.86',1),(11241,1,'2015-10-12 19:03:25','74.125.56.193',2),(11242,1,'2015-10-13 02:13:31','207.46.13.135',1),(11243,1,'2015-10-13 03:08:35','220.181.108.141',1),(11244,1,'2015-10-13 06:07:56','74.125.56.193',1),(11245,1,'2015-10-13 15:20:58','92.110.159.138',1),(11246,1,'2015-10-13 18:32:22','207.46.13.18',1),(11247,1,'2015-10-14 02:41:44','180.76.15.135',1),(11248,1,'2015-10-14 11:25:20','92.110.159.138',1),(11249,1,'2015-10-14 12:05:52','207.46.13.135',1),(11250,1,'2015-10-14 13:25:04','5.9.145.132',1),(11251,1,'2015-10-14 20:45:36','180.76.15.142',1),(11252,1,'2015-10-15 00:40:51','104.230.152.232',1),(11253,1,'2015-10-15 02:54:26','65.129.35.17',1),(11254,1,'2015-10-15 03:22:17','66.249.64.156',1),(11255,1,'2015-10-15 08:24:53','91.194.60.76',1),(11256,1,'2015-10-16 01:03:17','188.143.232.16',1),(11257,1,'2015-10-16 11:56:15','144.76.185.173',1),(11258,1,'2015-10-16 21:54:39','66.249.64.151',1),(11259,1,'2015-10-17 05:45:47','209.121.210.59',1),(11260,1,'2015-10-17 12:00:12','207.46.13.135',1),(11261,1,'2015-10-17 14:00:56','66.249.64.151',1),(11262,1,'2015-10-17 15:05:26','207.46.13.135',1),(11263,1,'2015-10-17 18:07:35','207.46.13.157',1),(11264,1,'2015-10-17 20:18:38','204.124.183.98',1),(11265,1,'2015-10-18 16:23:58','66.249.64.156',1),(11266,1,'2015-10-19 04:03:56','144.76.7.107',1),(11267,1,'2015-10-19 15:11:47','194.66.210.76',2),(11268,1,'2015-10-19 19:28:16','207.46.13.135',1),(11269,1,'2015-10-19 20:23:37','66.102.9.32',1),(11270,1,'2015-10-20 00:38:38','207.46.13.135',1),(11271,1,'2015-10-20 02:04:04','68.180.229.54',1),(11272,1,'2015-10-20 08:22:44','188.166.85.239',1),(11273,1,'2015-10-21 02:37:16','66.249.64.151',1),(11274,1,'2015-10-21 12:24:04','207.46.13.135',1),(11275,1,'2015-10-21 17:57:32','188.127.6.3',2),(11276,1,'2015-10-21 20:28:28','109.90.233.33',1),(11277,1,'2015-10-21 21:07:12','95.136.126.200',1),(11278,1,'2015-10-22 03:37:31','123.125.71.80',1),(11279,1,'2015-10-22 16:06:19','66.249.64.156',1),(11280,1,'2015-10-23 11:35:04','188.143.232.16',2),(11281,1,'2015-10-23 12:51:10','84.120.51.177',1),(11282,1,'2015-10-23 15:50:09','81.154.136.60',1),(11283,1,'2015-10-23 18:53:18','207.46.13.157',1),(11284,1,'2015-10-23 21:44:25','69.30.213.202',1),(11285,1,'2015-10-24 07:14:57','5.9.17.118',1),(11286,1,'2015-10-24 11:42:55','203.133.169.38',1),(11287,1,'2015-10-24 13:11:13','123.125.71.72',1),(11288,1,'2015-10-24 14:17:42','157.55.39.226',1),(11289,1,'2015-10-28 17:43:55','188.143.232.10',1),(11290,1,'2015-10-28 22:21:05','192.161.171.43',2),(11291,1,'2015-10-29 19:14:51','74.125.56.193',2),(11292,1,'2015-10-29 23:48:37','180.76.15.18',1),(11293,1,'2015-10-30 04:59:18','157.55.39.143',1),(11294,1,'2015-10-30 22:16:22','86.110.32.74',3),(11295,1,'2015-10-31 09:10:42','86.177.136.116',1),(11296,1,'2015-11-01 11:51:55','180.76.15.138',1),(11297,1,'2015-11-02 06:48:49','5.166.220.142',1),(11298,1,'2015-11-02 07:32:36','31.204.128.94',1),(11299,1,'2015-11-02 08:37:00','203.133.170.34',1),(11300,1,'2015-11-02 16:21:09','203.133.168.141',1),(11301,1,'2015-11-02 21:09:31','157.55.39.76',1),(11302,1,'2015-11-03 01:22:05','66.249.64.153',1),(11303,1,'2015-11-03 03:49:08','203.133.169.203',1),(11304,1,'2015-11-04 04:51:25','66.249.74.32',1),(11305,1,'2015-11-04 09:40:04','217.37.205.139',1),(11306,1,'2015-11-04 14:27:46','66.249.67.216',1),(11307,1,'2015-11-04 15:43:23','157.55.39.118',1),(11308,1,'2015-11-04 19:29:49','65.60.4.122',1),(11309,1,'2015-11-05 10:35:50','217.37.205.139',1),(11310,1,'2015-11-05 17:52:05','66.249.67.216',1),(11311,1,'2015-11-06 03:46:37','157.55.39.237',1),(11312,1,'2015-11-06 04:35:06','69.197.177.26',1),(11313,1,'2015-11-06 17:35:01','31.184.238.51',1),(11314,1,'2015-11-07 13:34:17','176.97.116.171',1),(11315,1,'2015-11-08 02:12:47','54.221.23.215',1),(11316,1,'2015-11-08 03:10:44','69.30.198.186',1),(11317,1,'2015-11-08 07:12:34','207.46.13.188',1),(11318,1,'2015-11-08 11:08:57','176.97.116.171',1),(11319,1,'2015-11-08 15:49:09','104.193.9.166',1),(11320,1,'2015-11-08 17:59:22','131.253.36.205',1),(11321,1,'2015-11-09 16:37:30','176.213.12.188',1),(11322,1,'2015-11-09 20:48:55','199.59.148.211',1),(11323,1,'2015-11-09 21:52:12','47.61.103.173',1),(11324,1,'2015-11-10 07:23:57','68.180.229.54',1),(11325,1,'2015-11-10 14:19:14','5.9.94.207',1),(11326,1,'2015-11-10 15:50:45','207.46.13.15',1),(11327,1,'2015-11-10 22:04:32','213.205.251.236',2),(11328,1,'2015-11-11 08:26:15','46.158.62.179',1),(11329,1,'2015-11-11 11:54:38','90.193.60.124',1),(11330,1,'2015-11-12 03:51:29','91.200.12.139',1),(11331,1,'2015-11-13 16:19:57','157.55.39.44',1),(11332,1,'2015-11-14 03:17:57','91.200.12.136',16),(11333,1,'2015-11-14 04:01:11','91.200.12.143',4),(11334,1,'2015-11-14 09:05:04','162.197.180.123',1),(11335,1,'2015-11-14 11:07:09','222.165.74.19',1),(11336,1,'2015-11-14 14:50:45','91.200.12.141',1),(11337,1,'2015-11-14 15:01:34','91.200.12.141',1),(11338,1,'2015-11-15 00:19:49','180.76.15.20',1),(11339,1,'2015-11-15 09:19:01','207.46.13.4',1),(11340,1,'2015-11-15 17:16:15','90.200.13.210',1),(11341,1,'2015-11-15 21:40:22','40.77.167.82',1),(11342,1,'2015-11-16 13:03:03','207.46.13.70',1),(11343,1,'2015-11-16 14:19:06','180.76.15.21',1),(11344,1,'2015-11-16 23:59:55','58.161.232.68',1),(11345,1,'2015-11-17 05:35:43','66.249.64.147',1),(11346,1,'2015-11-17 07:54:03','212.219.81.102',1),(11347,1,'2015-11-17 08:01:04','199.59.148.209',1),(11348,1,'2015-11-17 17:01:06','68.180.229.54',1),(11349,1,'2015-11-17 23:44:08','180.76.15.141',1),(11350,1,'2015-11-18 00:16:52','151.80.239.169',1),(11351,1,'2015-11-18 10:27:07','203.133.168.152',1),(11352,1,'2015-11-18 13:44:10','194.35.93.249',1),(11353,1,'2015-11-18 19:15:29','46.251.126.178',1),(11354,1,'2015-11-18 23:33:41','31.184.238.243',1),(11355,1,'2015-11-19 02:16:07','77.75.79.17',1),(11356,1,'2015-11-19 07:55:43','180.76.15.25',1),(11357,1,'2015-11-19 16:03:10','174.106.210.6',1),(11358,1,'2015-11-19 17:10:20','176.195.73.196',1),(11359,1,'2015-11-20 01:37:26','40.77.167.45',1),(11360,1,'2015-11-21 11:17:54','207.46.13.104',1),(11361,1,'2015-11-21 21:20:15','40.77.167.51',1),(11362,1,'2015-11-22 21:52:04','176.31.39.23',1),(11363,1,'2015-11-23 11:52:16','165.225.80.56',1),(11364,1,'2015-11-23 15:52:46','216.70.114.86',1),(11365,1,'2015-11-23 20:23:09','199.21.99.212',1),(11366,1,'2015-11-23 23:22:02','157.55.39.11',1),(11367,1,'2015-11-24 14:26:19','87.122.164.10',1),(11368,1,'2015-11-24 18:49:42','77.101.17.29',1),(11369,1,'2015-11-24 19:09:03','144.76.185.173',1),(11370,1,'2015-11-25 01:03:16','73.248.89.220',1),(11371,1,'2015-11-25 06:28:59','96.226.92.9',2),(11372,1,'2015-11-25 13:37:09','73.248.89.220',1),(11373,1,'2015-11-25 23:07:42','157.55.39.11',1),(11374,1,'2015-11-26 04:14:51','68.180.229.54',1),(11375,1,'2015-11-26 06:34:26','195.154.146.225',1),(11376,1,'2015-11-26 08:44:37','66.249.64.147',1),(11377,1,'2015-11-26 14:42:45','220.181.108.100',1),(11378,1,'2015-11-26 23:40:50','66.249.64.147',1),(11379,1,'2015-11-27 01:27:05','66.249.64.141',1),(11380,1,'2015-11-27 03:39:49','66.249.64.153',1),(11381,1,'2015-11-27 06:01:31','66.249.64.147',1),(11382,1,'2015-11-27 07:53:26','66.249.64.141',1),(11383,1,'2015-11-27 11:51:49','66.249.64.147',1),(11384,1,'2015-11-27 13:55:58','66.249.64.153',1),(11385,1,'2015-11-27 16:24:56','66.249.64.153',1),(11386,1,'2015-11-27 19:35:31','66.249.64.147',1),(11387,1,'2015-11-27 20:43:26','157.55.39.11',1),(11388,1,'2015-11-28 00:10:27','66.249.64.147',1),(11389,1,'2015-11-28 04:02:20','66.249.64.141',2),(11390,1,'2015-11-28 12:53:05','176.31.39.23',1),(11391,1,'2015-11-28 14:29:59','144.76.201.69',1),(11392,1,'2015-11-28 18:03:12','66.249.64.153',1),(11393,1,'2015-11-28 22:37:04','157.55.39.247',1),(11394,1,'2015-11-29 04:33:46','24.162.197.255',1),(11395,1,'2015-11-29 11:04:31','221.178.182.140',5),(11396,1,'2015-11-29 22:07:02','2.221.111.189',1),(11397,1,'2015-11-30 00:14:01','90.210.148.97',2),(11398,1,'2015-11-30 03:42:30','123.125.71.69',1),(11399,1,'2015-11-30 14:27:25','114.37.243.138',1),(11400,1,'2015-12-01 03:27:54','50.150.41.248',1),(11401,1,'2015-12-01 06:27:17','203.133.171.94',1),(11402,1,'2015-12-01 08:14:44','66.249.64.153',1),(11403,1,'2015-12-01 09:57:39','66.249.64.147',1),(11404,1,'2015-12-01 13:11:21','66.249.64.141',1),(11405,1,'2015-12-01 16:32:27','66.249.64.141',1),(11406,1,'2015-12-01 19:42:04','66.249.64.141',1),(11407,1,'2015-12-01 22:48:39','91.200.12.95',1),(11408,1,'2015-12-02 00:28:27','66.249.64.153',1),(11409,1,'2015-12-02 03:44:00','66.249.64.147',1),(11410,1,'2015-12-02 04:41:01','66.249.64.153',1),(11411,1,'2015-12-02 08:24:47','203.133.170.28',2),(11412,1,'2015-12-02 12:23:13','66.249.64.141',1),(11413,1,'2015-12-02 17:09:16','66.249.64.147',1),(11414,1,'2015-12-02 18:16:10','91.200.12.95',1),(11415,1,'2015-12-02 21:09:37','66.249.64.147',1),(11416,1,'2015-12-02 23:17:44','66.249.64.141',1),(11417,1,'2015-12-03 01:26:57','24.127.189.43',1),(11418,1,'2015-12-03 02:55:24','180.76.15.162',1),(11419,1,'2015-12-03 03:31:36','157.55.39.62',1),(11420,1,'2015-12-03 05:09:36','66.249.64.153',1),(11421,1,'2015-12-03 08:08:49','94.204.18.173',1),(11422,1,'2015-12-03 13:30:05','66.249.64.141',1),(11423,1,'2015-12-03 17:47:05','91.200.12.95',1),(11424,1,'2015-12-03 18:17:49','66.249.64.153',1),(11425,1,'2015-12-03 21:18:49','66.249.64.147',1),(11426,1,'2015-12-04 01:19:10','66.249.64.147',1),(11427,1,'2015-12-04 02:29:59','66.249.64.147',1),(11428,1,'2015-12-04 06:40:19','66.249.64.153',1),(11429,1,'2015-12-04 07:51:34','148.251.54.44',3),(11430,1,'2015-12-04 09:52:15','66.249.64.147',1),(11431,1,'2015-12-04 11:14:53','66.249.64.141',1),(11432,1,'2015-12-04 12:46:57','66.249.64.153',1),(11433,1,'2015-12-04 13:31:30','180.76.15.18',1),(11434,1,'2015-12-04 18:58:27','220.181.108.176',1),(11435,1,'2015-12-04 19:54:59','66.249.64.147',1),(11436,1,'2015-12-04 23:14:26','66.249.64.153',1),(11437,1,'2015-12-05 01:33:44','66.249.64.141',1),(11438,1,'2015-12-05 04:09:16','66.249.64.147',2),(11439,1,'2015-12-05 08:15:10','66.249.64.153',1),(11440,1,'2015-12-05 11:22:27','66.249.64.147',1),(11441,1,'2015-12-05 14:09:49','66.249.64.153',1),(11442,1,'2015-12-05 15:50:53','66.249.64.153',1),(11443,1,'2015-12-05 19:22:20','66.249.64.141',1),(11444,1,'2015-12-05 20:56:58','207.46.13.45',2),(11445,1,'2015-12-05 21:49:49','66.249.64.147',1),(11446,1,'2015-12-05 23:44:34','66.249.64.147',1),(11447,1,'2015-12-06 02:11:57','66.249.64.153',2),(11448,1,'2015-12-06 04:18:38','66.249.64.147',1),(11449,1,'2015-12-06 05:51:54','66.249.64.141',1),(11450,1,'2015-12-06 09:02:50','66.249.64.141',1),(11451,1,'2015-12-06 10:59:57','188.143.232.10',1),(11452,1,'2015-12-06 12:06:44','66.249.64.153',1),(11453,1,'2015-12-06 14:51:08','66.249.66.83',1),(11454,1,'2015-12-06 17:36:22','66.249.66.83',1),(11455,1,'2015-12-06 20:36:57','66.249.66.80',1),(11456,1,'2015-12-06 21:57:06','5.66.148.12',1),(11457,1,'2015-12-06 22:19:13','188.143.232.70',1),(11458,1,'2015-12-07 00:56:28','188.143.232.43',1),(11459,1,'2015-12-07 01:06:12','188.143.232.22',2),(11460,1,'2015-12-07 03:12:08','66.249.66.80',1),(11461,1,'2015-12-07 06:12:45','66.249.66.86',1),(11462,1,'2015-12-07 09:39:06','66.249.66.83',1),(11463,1,'2015-12-07 11:42:31','66.249.66.83',2),(11464,1,'2015-12-07 12:56:38','180.76.15.137',1),(11465,1,'2015-12-07 13:14:17','157.55.39.10',1),(11466,1,'2015-12-07 14:26:35','66.249.64.153',1),(11467,1,'2015-12-07 16:37:26','78.144.235.135',2),(11468,1,'2015-12-07 17:07:02','151.225.181.156',2),(11469,1,'2015-12-07 20:19:04','81.141.215.138',1),(11470,1,'2015-12-07 21:56:19','66.249.64.147',1),(11471,1,'2015-12-08 00:05:31','66.249.64.153',1),(11472,1,'2015-12-08 02:35:49','66.249.64.147',1),(11473,1,'2015-12-08 06:04:14','66.249.64.147',1),(11474,1,'2015-12-08 08:25:00','213.108.211.197',1),(11475,1,'2015-12-08 10:16:42','66.249.64.147',1),(11476,1,'2015-12-08 13:04:37','66.249.64.153',1),(11477,1,'2015-12-08 15:58:43','66.249.64.153',1),(11478,1,'2015-12-08 16:37:52','188.143.232.26',1),(11479,1,'2015-12-08 19:16:36','66.249.64.141',1),(11480,1,'2015-12-08 22:38:42','66.249.64.141',1),(11481,1,'2015-12-09 00:06:26','2.28.72.219',2),(11482,1,'2015-12-09 01:43:35','157.55.39.11',1),(11483,1,'2015-12-09 02:52:06','66.249.64.141',1),(11484,1,'2015-12-09 03:43:10','123.125.71.19',1),(11485,1,'2015-12-09 05:24:07','66.249.64.147',2),(11486,1,'2015-12-09 17:27:37','66.249.64.147',1),(11487,1,'2015-12-10 10:47:56','31.49.183.186',1),(11488,1,'2015-12-10 11:32:53','157.55.39.10',1),(11489,1,'2015-12-10 16:48:42','68.180.229.54',1),(11490,1,'2015-12-10 22:29:52','54.147.162.95',1),(11491,1,'2015-12-11 02:37:14','205.149.153.4',1),(11492,1,'2015-12-11 04:08:47','62.210.250.218',1),(11493,1,'2015-12-11 15:52:21','157.55.39.134',1),(11494,1,'2015-12-11 17:48:07','144.76.153.198',1),(11495,1,'2015-12-11 18:11:36','83.47.120.151',1),(11496,1,'2015-12-11 19:21:34','69.39.51.49',1),(11497,1,'2015-12-11 23:10:09','92.16.227.166',2),(11498,1,'2015-12-12 06:30:09','91.200.12.95',1),(11499,1,'2015-12-12 09:49:23','85.87.120.73',1),(11500,1,'2015-12-12 10:10:49','85.87.120.73',1),(11501,1,'2015-12-12 11:48:02','123.125.71.25',1),(11502,1,'2015-12-12 21:11:14','91.200.12.95',1),(11503,1,'2015-12-13 05:09:42','203.133.169.143',1),(11504,1,'2015-12-13 14:24:41','157.55.39.10',1),(11505,1,'2015-12-13 15:41:08','91.200.12.95',1),(11506,1,'2015-12-14 06:56:19','91.200.12.95',1),(11507,1,'2015-12-14 22:00:25','91.200.12.95',1),(11508,1,'2015-12-15 07:40:22','203.133.171.13',1),(11509,1,'2015-12-15 08:01:59','213.205.230.28',2),(11510,1,'2015-12-15 12:08:30','91.200.12.95',1),(11511,1,'2015-12-15 16:09:56','66.249.64.147',1),(11512,1,'2015-12-15 17:15:00','180.76.15.24',1),(11513,1,'2015-12-16 01:13:10','157.55.39.231',1),(11514,1,'2015-12-16 02:40:46','176.97.116.171',1),(11515,1,'2015-12-16 11:09:29','203.133.169.215',1),(11516,1,'2015-12-17 13:19:23','194.82.210.247',1),(11517,1,'2015-12-17 14:10:17','86.157.121.67',1),(11518,1,'2015-12-18 02:37:28','180.76.15.150',1),(11519,1,'2015-12-18 09:59:56','91.200.12.139',1),(11520,1,'2015-12-18 11:26:49','217.87.248.35',1),(11521,1,'2015-12-18 22:46:03','180.76.15.143',1),(11522,1,'2015-12-19 11:45:21','180.76.15.25',1),(11523,1,'2015-12-19 12:09:38','194.153.113.13',1),(11524,1,'2015-12-19 16:19:30','66.249.66.80',1),(11525,1,'2015-12-19 20:10:59','176.97.116.171',1),(11526,1,'2015-12-19 22:36:49','95.120.180.77',1),(11527,1,'2015-12-20 00:04:59','207.46.13.108',1),(11528,1,'2015-12-20 08:55:34','188.165.15.26',1),(11529,1,'2015-12-20 11:02:42','123.125.71.84',1),(11530,1,'2015-12-20 19:26:07','207.46.13.108',1),(11531,1,'2015-12-20 21:55:21','65.55.218.44',1),(11532,1,'2015-12-21 12:40:48','146.199.29.10',1),(11533,1,'2015-12-21 13:14:12','146.199.29.10',1),(11534,1,'2015-12-22 18:45:43','111.248.140.86',1),(11535,1,'2015-12-23 13:59:50','40.77.167.76',1),(11536,1,'2015-12-24 11:29:53','203.133.169.82',1),(11537,1,'2015-12-24 15:51:41','74.211.55.66',1),(11538,1,'2015-12-24 16:46:24','188.166.94.183',1),(11539,1,'2015-12-24 19:41:10','221.178.182.140',2),(11540,1,'2015-12-25 06:04:23','157.55.39.90',1),(11541,1,'2015-12-25 19:21:31','46.219.250.24',1),(11542,1,'2015-12-26 02:08:16','176.97.116.171',1),(11543,1,'2015-12-26 11:06:22','203.133.170.170',1),(11544,1,'2015-12-26 12:53:57','203.133.171.39',1),(11545,1,'2015-12-26 23:05:53','68.180.229.54',1),(11546,1,'2015-12-27 14:54:42','93.80.93.244',1),(11547,1,'2015-12-27 22:57:10','66.249.66.86',1),(11548,1,'2015-12-28 08:35:40','203.133.171.107',1),(11549,1,'2015-12-28 09:02:35','144.76.185.173',1),(11550,1,'2015-12-28 15:32:25','66.249.66.80',1),(11551,1,'2015-12-29 00:15:05','203.133.170.74',1),(11552,1,'2015-12-29 09:38:56','203.133.170.80',2),(11553,1,'2015-12-29 15:15:18','66.102.6.75',1),(11554,1,'2015-12-29 20:49:03','31.48.142.225',1),(11555,1,'2015-12-30 00:01:21','87.98.163.66',2),(11556,1,'2015-12-30 03:45:32','68.180.229.54',1),(11557,1,'2015-12-30 13:27:37','157.55.39.149',1),(11558,1,'2015-12-30 14:58:43','109.145.141.64',1),(11559,1,'2015-12-30 15:01:21','109.145.141.64',1),(11560,1,'2015-12-31 18:01:47','157.55.39.92',1),(11561,1,'2016-01-01 05:31:08','85.229.143.23',1),(11562,1,'2016-01-01 10:50:58','114.37.243.128',1),(11563,1,'2016-01-02 00:32:06','114.37.245.198',1),(11564,1,'2016-01-04 09:25:10','92.221.165.130',1),(11565,1,'2016-01-04 10:04:14','87.154.50.107',1),(11566,1,'2016-01-04 15:58:47','92.23.232.17',1),(11567,1,'2016-01-04 16:23:40','123.125.71.24',1),(11568,1,'2016-01-04 17:27:50','82.132.215.185',2),(11569,1,'2016-01-04 18:48:58','78.145.193.3',2),(11570,1,'2016-01-04 20:02:15','207.46.13.1',5),(11571,1,'2016-01-04 23:09:42','180.76.15.33',2),(11572,1,'2016-01-05 06:24:25','120.52.73.1',1),(11573,1,'2016-01-05 15:55:14','46.60.253.146',1),(11574,1,'2016-01-05 18:02:11','180.76.15.140',1),(11575,1,'2016-01-05 19:35:40','180.76.15.136',1),(11576,1,'2016-01-05 21:33:36','84.31.209.122',1),(11577,1,'2016-01-06 07:12:49','203.133.169.95',1),(11578,1,'2016-01-06 09:03:07','203.133.169.25',1),(11579,1,'2016-01-06 15:47:49','68.180.229.54',1),(11580,1,'2016-01-07 02:09:03','88.153.6.108',1),(11581,1,'2016-01-07 19:09:44','203.133.168.90',1),(11582,1,'2016-01-08 04:35:38','94.230.85.178',1),(11583,1,'2016-01-08 06:14:18','54.163.201.73',1),(11584,1,'2016-01-08 12:05:07','157.55.39.191',1),(11585,1,'2016-01-08 17:43:49','157.55.39.191',1),(11586,1,'2016-01-08 21:13:03','66.87.79.90',1),(11587,1,'2016-01-08 23:12:40','203.133.170.38',1),(11588,1,'2016-01-09 00:35:13','1.161.120.71',2),(11589,1,'2016-01-09 20:07:08','203.133.168.41',1),(11590,1,'2016-01-10 01:05:42','66.249.64.141',2),(11591,1,'2016-01-10 04:22:31','5.166.200.59',1),(11592,1,'2016-01-10 21:18:50','157.55.39.191',2),(11593,1,'2016-01-11 00:26:21','117.177.250.155',1),(11594,1,'2016-01-11 23:06:36','114.37.245.63',1),(11595,1,'2016-01-12 01:00:44','188.166.59.128',1),(11596,1,'2016-01-12 20:06:33','157.55.39.39',1),(11597,1,'2016-01-13 00:38:19','178.125.132.158',1),(11598,1,'2016-01-13 10:29:17','176.213.20.29',1),(11599,1,'2016-01-13 12:15:41','207.46.13.141',1),(11600,1,'2016-01-13 13:54:05','188.143.232.70',1),(11601,1,'2016-01-13 15:56:10','68.180.229.54',1),(11602,1,'2016-01-13 16:35:21','2.217.67.213',1),(11603,1,'2016-01-14 03:55:56','188.138.89.8',1),(11604,1,'2016-01-14 18:07:51','86.11.115.222',2),(11605,1,'2016-01-15 01:54:22','114.37.238.170',1),(11606,1,'2016-01-15 03:40:01','136.243.48.86',1),(11607,1,'2016-01-15 07:04:04','66.249.64.147',2),(11608,1,'2016-01-15 13:49:27','95.136.126.200',1),(11609,1,'2016-01-15 14:03:46','207.46.13.141',1),(11610,1,'2016-01-15 15:29:26','123.125.71.28',1),(11611,1,'2016-01-16 06:15:00','157.55.39.92',1),(11612,1,'2016-01-16 15:09:24','5.9.106.81',1),(11613,1,'2016-01-17 04:23:23','157.55.39.112',1),(11614,1,'2016-01-17 14:24:06','157.55.39.112',1),(11615,1,'2016-01-17 21:23:50','157.55.39.112',1),(11616,1,'2016-01-18 15:55:36','148.251.124.42',1),(11617,1,'2016-01-18 19:46:50','213.107.182.142',1),(11618,1,'2016-01-19 04:13:50','203.133.171.12',1),(11619,1,'2016-01-19 06:08:14','176.31.39.23',1),(11620,1,'2016-01-20 05:26:17','157.55.39.166',1),(11621,1,'2016-01-20 07:11:23','87.175.141.238',1),(11622,1,'2016-01-20 15:36:06','194.82.210.244',1),(11623,1,'2016-01-21 02:35:08','223.136.63.90',1),(11624,1,'2016-01-22 02:56:23','5.9.145.132',2),(11625,1,'2016-01-22 07:19:46','180.76.15.23',1),(11626,1,'2016-01-22 09:57:51','180.76.15.18',1),(11627,1,'2016-01-22 23:43:33','148.251.54.44',1),(11628,1,'2016-01-23 00:48:32','157.55.39.145',1),(11629,1,'2016-01-23 01:03:25','180.76.15.143',1),(11630,1,'2016-01-23 10:58:24','180.76.15.157',1),(11631,1,'2016-01-23 12:31:20','66.249.64.153',1),(11632,1,'2016-01-24 01:06:20','66.249.64.153',1),(11633,1,'2016-01-24 07:25:39','69.150.209.241',1),(11634,1,'2016-01-24 11:31:57','157.55.39.123',1),(11635,1,'2016-01-24 18:29:38','52.33.65.229',1),(11636,1,'2016-01-24 20:49:21','90.198.166.185',1),(11637,1,'2016-01-25 18:45:50','68.180.229.54',2),(11638,1,'2016-01-25 23:07:13','24.127.189.43',2),(11639,1,'2016-01-26 09:44:09','207.46.13.27',1),(11640,1,'2016-01-26 10:28:26','89.88.153.1',1),(11641,1,'2016-01-27 11:51:04','40.77.167.89',1),(11642,1,'2016-01-27 12:27:31','122.111.66.23',1),(11643,1,'2016-01-27 18:45:32','40.77.167.89',1),(11644,1,'2016-01-27 19:15:41','40.77.167.89',1),(11645,1,'2016-01-28 00:47:54','66.249.64.147',1),(11646,1,'2016-01-28 17:31:58','66.249.64.147',1),(11647,1,'2016-01-29 22:44:23','188.143.232.13',2),(11648,1,'2016-01-30 03:05:59','66.249.64.147',2),(11649,1,'2016-01-30 05:29:52','99.48.226.134',1),(11650,1,'2016-01-30 07:31:13','66.249.64.153',1),(11651,1,'2016-01-30 13:13:14','199.21.99.212',1),(11652,1,'2016-01-30 22:24:29','217.123.185.213',2),(11653,1,'2016-01-30 23:02:50','208.115.111.72',1),(11654,1,'2016-01-31 11:41:58','188.143.232.22',2),(11655,1,'2016-01-31 14:02:33','66.249.64.147',2),(11656,1,'2016-01-31 15:58:58','89.163.148.58',1),(11657,1,'2016-01-31 19:18:24','2.25.70.34',1),(11658,1,'2016-02-01 07:50:25','188.143.232.15',2),(11659,1,'2016-02-01 17:17:47','157.55.39.15',1),(11660,1,'2016-02-02 09:34:07','82.69.20.29',1),(11661,1,'2016-02-02 12:26:15','191.232.136.79',1),(11662,1,'2016-02-02 15:48:58','144.76.4.148',1),(11663,1,'2016-02-02 23:30:13','188.143.232.26',2),(11664,1,'2016-02-03 04:05:24','176.195.139.65',1),(11665,1,'2016-02-03 06:40:37','188.143.232.21',2),(11666,1,'2016-02-03 15:41:52','5.66.184.180',1),(11667,1,'2016-02-04 00:58:46','98.202.89.48',1),(11668,1,'2016-02-04 01:04:37','136.243.17.161',1),(11669,1,'2016-02-04 14:04:36','188.143.232.11',2),(11670,1,'2016-02-04 21:36:26','5.9.145.132',2),(11671,1,'2016-02-05 01:10:18','104.255.196.223',1),(11672,1,'2016-02-05 07:26:19','68.180.228.126',1),(11673,1,'2016-02-05 11:36:38','86.166.31.36',1),(11674,1,'2016-02-05 15:54:29','77.75.77.119',1),(11675,1,'2016-02-06 04:36:53','88.198.230.79',1),(11676,1,'2016-02-06 07:30:01','157.55.39.97',1),(11677,1,'2016-02-06 21:40:20','188.143.232.14',2),(11678,1,'2016-02-07 06:15:17','144.76.29.162',1),(11679,1,'2016-02-07 09:32:07','2.120.165.221',1),(11680,1,'2016-02-07 13:43:54','141.8.143.205',1),(11681,1,'2016-02-09 00:06:00','24.127.189.43',1),(11682,1,'2016-02-09 02:14:10','96.51.160.114',1),(11683,1,'2016-02-09 05:02:00','77.75.76.160',2),(11684,1,'2016-02-09 11:00:37','180.76.15.28',2),(11685,1,'2016-02-09 13:56:51','86.22.236.18',1),(11686,1,'2016-02-09 15:36:56','81.151.151.146',1),(11687,1,'2016-02-10 00:05:12','157.55.39.97',1),(11688,1,'2016-02-10 01:45:14','180.76.15.140',1),(11689,1,'2016-02-10 03:14:14','5.9.17.118',1),(11690,1,'2016-02-10 09:31:27','180.76.15.25',2),(11691,1,'2016-02-10 12:45:09','23.22.248.123',1),(11692,1,'2016-02-10 17:25:12','179.183.38.241',1),(11693,1,'2016-02-10 23:26:21','86.148.205.147',2),(11694,1,'2016-02-11 09:19:47','86.134.70.148',1),(11695,1,'2016-02-11 10:41:20','207.46.13.12',1),(11696,1,'2016-02-11 11:29:22','94.143.250.210',1),(11697,1,'2016-02-11 14:16:33','51.255.65.4',1),(11698,1,'2016-02-12 15:20:32','69.30.215.122',2),(11699,1,'2016-02-13 02:27:32','188.166.1.96',1),(11700,1,'2016-02-13 04:34:11','220.181.108.159',1),(11701,1,'2016-02-13 07:07:08','77.75.77.101',1),(11702,1,'2016-02-13 12:04:51','81.147.87.106',1),(11703,1,'2016-02-13 14:06:19','91.121.112.142',1),(11704,1,'2016-02-14 02:34:20','162.216.127.146',1),(11705,1,'2016-02-14 21:45:11','66.249.64.141',1),(11706,1,'2016-02-14 23:03:00','66.249.64.141',1),(11707,1,'2016-02-15 01:37:41','185.8.236.222',1),(11708,1,'2016-02-15 12:20:40','157.55.39.208',1),(11709,1,'2016-02-15 20:30:56','69.50.234.142',1),(11710,1,'2016-02-15 21:18:37','31.28.199.119',1),(11711,1,'2016-02-16 08:18:54','77.75.77.119',1),(11712,1,'2016-02-16 10:25:25','77.75.79.62',1),(11713,1,'2016-02-16 13:01:39','88.198.230.79',1),(11714,1,'2016-02-16 19:19:18','176.104.37.122',1),(11715,1,'2016-02-16 23:58:42','206.253.226.7',1),(11716,1,'2016-02-17 05:04:26','68.180.228.126',1),(11717,1,'2016-02-17 08:05:54','66.249.64.153',1),(11718,1,'2016-02-17 21:09:00','40.77.167.70',1),(11719,1,'2016-02-18 19:09:20','203.133.171.100',2),(11720,1,'2016-02-19 00:32:55','104.162.220.161',1),(11721,1,'2016-02-19 20:03:55','40.77.167.46',1),(11722,1,'2016-02-20 16:10:29','66.249.64.147',1),(11723,1,'2016-02-21 15:31:32','69.30.221.250',1),(11724,1,'2016-02-22 02:26:54','207.46.13.120',1),(11725,1,'2016-02-22 11:39:41','203.133.171.33',1),(11726,1,'2016-02-22 17:39:52','151.228.149.75',1),(11727,1,'2016-02-22 18:55:57','203.133.170.17',1),(11728,1,'2016-02-23 06:08:18','203.133.168.76',1),(11729,1,'2016-02-23 08:05:05','203.133.170.204',1),(11730,1,'2016-02-23 14:52:51','179.211.107.88',1),(11731,1,'2016-02-23 15:37:18','203.133.168.76',1),(11732,1,'2016-02-23 16:40:56','203.133.170.204',1),(11733,1,'2016-02-23 18:14:11','195.154.187.115',1),(11734,1,'2016-02-24 09:27:10','203.133.168.218',1),(11735,1,'2016-02-24 17:08:47','87.169.244.206',2),(11736,1,'2016-02-24 22:23:21','82.34.231.154',1),(11737,1,'2016-02-24 23:50:01','207.46.13.45',2),(11738,1,'2016-02-25 06:38:42','203.133.169.81',2),(11739,1,'2016-02-25 10:31:11','207.46.13.45',1),(11740,1,'2016-02-25 16:28:38','203.133.169.152',2),(11741,1,'2016-02-26 00:28:56','66.87.130.221',1),(11742,1,'2016-02-26 04:51:57','203.133.169.81',1),(11743,1,'2016-02-26 05:04:31','203.133.169.152',1),(11744,1,'2016-02-26 08:18:30','68.180.228.126',1),(11745,1,'2016-02-26 17:05:21','203.133.169.81',2),(11746,1,'2016-02-26 19:33:11','204.236.226.210',1),(11747,1,'2016-02-26 20:12:16','98.243.182.29',1),(11748,1,'2016-02-27 05:30:40','203.133.169.81',1),(11749,1,'2016-02-27 06:28:48','203.133.169.152',1),(11750,1,'2016-02-27 11:30:16','86.27.39.125',2),(11751,1,'2016-02-27 12:54:06','82.132.234.96',1),(11752,1,'2016-02-27 14:17:19','180.76.15.145',1),(11753,1,'2016-02-27 15:24:16','180.76.15.142',1),(11754,1,'2016-02-27 17:56:04','203.133.169.81',1),(11755,1,'2016-02-27 19:05:44','203.133.169.152',1),(11756,1,'2016-02-27 22:33:03','157.55.39.238',2),(11757,1,'2016-02-28 06:28:33','203.133.169.81',1),(11758,1,'2016-02-28 08:03:17','203.133.169.152',2),(11759,1,'2016-02-28 10:04:36','180.76.15.17',1),(11760,1,'2016-02-28 11:11:34','180.76.15.147',1),(11761,1,'2016-02-28 14:58:03','66.249.66.86',1),(11762,1,'2016-02-28 16:06:35','203.133.169.152',1),(11763,1,'2016-02-28 18:54:04','203.133.169.81',1),(11764,1,'2016-02-28 20:56:37','82.43.184.178',1),(11765,1,'2016-02-29 19:55:11','98.243.182.29',1),(11766,1,'2016-02-29 20:09:27','86.23.17.31',2),(11767,1,'2016-03-01 03:17:40','66.249.66.86',1),(11768,1,'2016-03-01 21:49:08','109.154.82.151',1),(11769,1,'2016-03-02 03:43:50','91.200.12.106',2),(11770,1,'2016-03-02 04:10:59','91.200.12.7',3),(11771,1,'2016-03-02 05:03:58','91.200.12.106',1),(11772,1,'2016-03-02 15:53:01','80.43.212.133',2),(11773,1,'2016-03-02 18:05:20','194.35.93.249',2),(11774,1,'2016-03-04 08:51:58','5.102.197.236',2),(11775,1,'2016-03-04 18:31:11','31.116.102.249',1),(11776,1,'2016-03-04 23:08:10','207.46.13.123',1),(11777,1,'2016-03-05 05:09:51','203.133.170.32',1),(11778,1,'2016-03-05 06:28:29','203.133.169.137',1),(11779,1,'2016-03-05 09:35:25','207.46.13.123',1),(11780,1,'2016-03-05 15:52:49','85.255.232.133',1),(11781,1,'2016-03-06 03:21:58','203.133.171.31',1),(11782,1,'2016-03-06 12:00:59','82.17.198.80',1),(11783,1,'2016-03-06 15:27:34','203.133.171.31',1),(11784,1,'2016-03-06 16:47:40','82.19.194.221',1),(11785,1,'2016-03-06 23:06:52','157.55.39.202',1),(11786,1,'2016-03-09 04:33:54','68.180.228.126',1),(11787,1,'2016-03-09 12:39:48','66.249.66.80',1),(11788,1,'2016-03-09 18:22:57','181.29.47.170',1),(11789,1,'2016-03-10 06:08:57','220.181.108.152',1),(11790,1,'2016-03-10 14:38:01','5.9.81.107',1),(11791,1,'2016-03-10 17:57:16','88.106.253.131',1),(11792,1,'2016-03-12 10:43:54','157.55.39.202',1),(11793,1,'2016-03-12 13:22:54','84.132.60.217',1),(11794,1,'2016-03-13 13:31:03','207.46.13.65',1),(11795,1,'2016-03-13 22:11:43','31.48.124.231',1),(11796,1,'2016-03-14 10:11:57','54.147.33.2',1),(11797,1,'2016-03-14 20:15:43','40.77.167.88',1),(11798,1,'2016-03-15 08:07:33','207.46.13.141',1),(11799,1,'2016-03-15 16:38:31','213.48.19.100',1),(11800,1,'2016-03-15 19:12:58','180.76.15.134',1),(11801,1,'2016-03-15 21:26:56','180.76.15.163',1),(11802,1,'2016-03-16 00:35:43','149.144.253.64',1),(11803,1,'2016-03-16 01:09:21','66.249.64.153',1),(11804,1,'2016-03-16 09:26:11','86.92.82.216',1),(11805,1,'2016-03-16 13:28:59','203.133.168.89',1),(11806,1,'2016-03-17 00:51:33','75.156.29.160',1),(11807,1,'2016-03-17 04:01:14','176.31.39.23',1),(11808,1,'2016-03-17 05:44:52','180.76.15.155',1),(11809,1,'2016-03-17 11:35:59','180.76.15.18',1),(11810,1,'2016-03-18 02:28:49','207.38.170.25',2),(11811,1,'2016-03-18 13:33:50','165.225.104.76',1),(11812,1,'2016-03-20 19:54:20','109.155.198.242',1),(11813,1,'2016-03-20 21:44:03','157.55.39.108',1),(11814,1,'2016-03-21 02:45:48','68.180.229.113',1),(11815,1,'2016-03-21 04:58:16','51.255.66.103',1),(11816,1,'2016-03-21 10:16:20','65.55.218.169',1),(11817,1,'2016-03-21 13:22:14','173.71.123.190',1),(11818,1,'2016-03-21 18:32:51','65.55.217.55',2),(11819,1,'2016-03-22 10:25:48','157.55.39.141',1),(11820,1,'2016-03-22 17:54:09','97.119.157.139',1),(11821,1,'2016-03-22 22:34:53','86.212.175.184',2),(11822,1,'2016-03-23 14:19:51','194.82.210.244',2),(11823,1,'2016-03-23 21:47:22','109.155.198.242',1),(11824,1,'2016-03-24 04:43:58','66.249.64.153',1),(11825,1,'2016-03-24 05:12:47','66.249.64.141',1),(11826,1,'2016-03-24 06:13:07','66.249.64.141',1),(11827,1,'2016-03-24 19:57:44','207.46.13.93',1),(11828,1,'2016-03-24 20:38:35','2.27.245.247',2),(11829,1,'2016-03-26 01:31:30','67.238.174.147',1),(11830,1,'2016-03-26 04:12:32','91.200.12.85',1),(11831,1,'2016-03-26 11:46:34','203.133.171.101',1),(11832,1,'2016-03-26 14:21:26','207.46.13.31',1),(11833,1,'2016-03-27 20:37:36','88.23.188.191',2),(11834,1,'2016-03-28 13:04:54','86.200.109.216',1),(11835,1,'2016-03-28 17:01:10','86.3.169.114',2),(11836,1,'2016-03-29 06:20:57','144.76.153.198',1),(11837,1,'2016-03-30 01:49:44','97.119.157.139',1),(11838,1,'2016-03-30 10:10:59','40.77.167.16',1),(11839,1,'2016-03-30 23:02:00','189.18.140.33',1),(11840,1,'2016-03-31 05:25:29','40.77.167.1',1),(11841,1,'2016-04-01 16:14:53','91.13.101.149',1),(11842,1,'2016-04-01 18:35:37','66.249.64.147',1),(11843,1,'2016-04-01 20:32:17','40.77.167.1',1),(11844,1,'2016-04-02 11:06:01','207.46.13.55',1),(11845,1,'2016-04-02 17:53:47','180.76.15.21',1),(11846,1,'2016-04-03 14:58:22','180.76.15.24',1),(11847,1,'2016-04-04 00:46:41','180.76.15.150',1),(11848,1,'2016-04-04 04:18:14','180.76.15.8',1),(11849,1,'2016-04-04 09:53:34','207.46.13.43',1),(11850,1,'2016-04-04 14:29:29','68.180.228.174',1),(11851,1,'2016-04-04 19:30:22','94.0.57.49',1),(11852,1,'2016-04-04 21:09:03','96.35.205.181',2),(11853,1,'2016-04-05 02:28:04','199.21.99.198',1),(11854,1,'2016-04-06 05:36:45','54.163.206.108',1),(11855,1,'2016-04-06 11:18:29','86.170.252.201',1),(11856,1,'2016-04-06 15:12:55','207.46.13.43',2),(11857,1,'2016-04-06 18:12:08','95.79.36.111',2),(11858,1,'2016-04-07 18:20:43','176.31.39.23',1),(11859,1,'2016-04-07 22:19:35','80.6.23.2',1),(11860,1,'2016-04-08 08:15:55','95.119.0.191',1),(11861,1,'2016-04-11 11:21:05','199.59.148.211',9),(11862,1,'2016-04-11 12:39:08','74.6.254.150',1),(11863,1,'2016-04-11 13:59:03','46.161.9.24',1),(11864,1,'2016-04-12 07:17:39','148.251.54.44',1),(11865,1,'2016-04-12 08:32:18','165.120.99.141',1),(11866,1,'2016-04-12 10:06:54','207.46.13.147',1),(11867,1,'2016-04-13 16:00:54','94.174.73.108',2),(11868,1,'2016-04-13 21:30:10','97.127.189.229',1),(11869,1,'2016-04-14 07:13:26','199.21.99.212',1),(11870,1,'2016-04-14 08:00:51','188.32.182.65',2),(11871,1,'2016-04-14 13:12:14','199.21.99.212',1),(11872,1,'2016-04-14 16:26:00','94.180.153.129',1),(11873,1,'2016-04-14 18:03:33','91.200.12.85',1),(11874,1,'2016-04-14 21:37:31','95.221.254.198',2),(11875,1,'2016-04-15 01:31:08','64.222.104.12',1),(11876,1,'2016-04-15 11:16:03','220.181.108.180',1),(11877,1,'2016-04-15 18:07:24','100.43.90.12',1),(11878,1,'2016-04-15 19:16:05','66.249.64.141',1),(11879,1,'2016-04-15 21:03:24','68.180.229.49',1),(11880,1,'2016-04-16 09:37:48','84.251.21.150',1),(11881,1,'2016-04-16 14:09:05','66.249.66.2',1),(11882,1,'2016-04-16 16:59:15','199.21.99.212',1),(11883,1,'2016-04-17 01:15:00','86.188.11.20',1),(11884,1,'2016-04-17 04:22:28','157.55.39.248',1),(11885,1,'2016-04-17 15:04:07','157.55.39.248',1),(11886,1,'2016-04-17 19:12:25','77.249.232.235',2),(11887,1,'2016-04-18 01:35:23','199.21.99.193',2),(11888,1,'2016-04-18 14:02:19','199.16.156.125',1),(11889,1,'2016-04-19 04:53:30','68.180.229.49',1),(11890,1,'2016-04-19 12:37:45','123.125.71.116',1),(11891,1,'2016-04-20 01:09:24','100.43.81.148',1),(11892,1,'2016-04-20 15:33:33','203.133.171.75',1),(11893,1,'2016-04-20 21:21:00','207.46.13.189',2),(11894,1,'2016-04-21 05:35:35','99.101.238.170',1),(11895,1,'2016-04-21 06:18:56','180.76.15.17',1),(11896,1,'2016-04-21 10:24:13','207.46.13.189',1),(11897,1,'2016-04-21 12:31:07','92.205.67.88',1),(11898,1,'2016-04-21 18:19:17','180.76.15.23',1),(11899,1,'2016-04-22 14:30:26','180.76.15.148',1),(11900,1,'2016-04-22 17:43:53','220.181.108.187',1),(11901,1,'2016-04-22 21:43:49','157.55.39.56',1),(11902,1,'2016-04-23 13:37:33','5.9.17.118',1),(11903,1,'2016-04-23 21:27:12','66.249.66.59',1),(11904,1,'2016-04-24 10:26:59','220.181.108.186',1),(11905,1,'2016-04-24 12:46:52','86.209.208.97',1),(11906,1,'2016-04-24 16:56:03','144.76.12.75',1),(11907,1,'2016-04-24 19:40:59','87.161.199.165',3),(11908,1,'2016-04-25 03:54:42','157.55.39.243',1),(11909,1,'2016-04-25 09:34:08','157.55.39.243',1),(11910,1,'2016-04-25 22:04:45','155.4.131.236',1),(11911,1,'2016-04-26 08:05:59','199.16.156.125',1),(11912,1,'2016-04-26 11:35:38','66.249.66.59',1),(11913,1,'2016-04-26 21:32:29','75.167.230.204',1),(11914,1,'2016-04-26 22:31:43','199.21.99.212',1),(11915,1,'2016-04-27 00:52:36','203.133.169.198',1),(11916,1,'2016-04-27 07:02:59','51.255.65.12',1),(11917,1,'2016-04-27 09:23:17','198.204.230.114',2),(11918,1,'2016-04-27 14:10:32','66.249.64.153',1),(11919,1,'2016-04-27 16:30:12','66.249.66.2',1),(11920,1,'2016-04-27 18:34:46','66.249.66.59',1),(11921,1,'2016-04-28 03:26:49','198.12.85.135',1),(11922,1,'2016-04-28 06:39:37','76.246.65.110',1),(11923,1,'2016-04-28 09:11:29','157.55.39.126',1),(11924,1,'2016-04-28 14:31:34','203.133.168.7',1),(11925,1,'2016-04-28 17:25:22','176.31.39.23',1),(11926,1,'2016-04-28 21:34:36','198.12.85.135',1),(11927,1,'2016-04-29 15:33:16','37.44.160.215',2),(11928,1,'2016-05-01 15:00:54','136.243.152.18',1),(11929,1,'2016-05-01 18:39:37','144.76.71.83',1),(11930,1,'2016-05-02 11:25:36','199.21.99.212',1),(11931,1,'2016-05-02 13:21:25','203.133.170.32',2),(11932,1,'2016-05-03 05:42:28','188.255.15.69',1),(11933,1,'2016-05-03 07:54:23','45.35.105.105',1),(11934,1,'2016-05-03 08:08:07','199.16.156.124',1),(11935,1,'2016-05-03 10:16:25','78.46.156.169',1),(11936,1,'2016-05-03 23:25:20','208.81.237.150',2),(11937,1,'2016-05-04 22:20:40','96.225.172.168',1),(11938,1,'2016-05-05 02:05:35','76.246.65.110',1),(11939,1,'2016-05-05 20:58:56','205.213.208.250',1),(11940,1,'2016-05-05 23:20:32','31.48.254.69',1),(11941,1,'2016-05-06 05:21:29','176.31.39.23',1),(11942,1,'2016-05-06 09:53:14','157.55.39.72',1),(11943,1,'2016-05-06 18:55:57','209.126.127.49',1),(11944,1,'2016-05-07 16:01:20','78.42.88.146',2),(11945,1,'2016-05-08 07:40:19','180.76.15.29',1),(11946,1,'2016-05-09 02:44:26','180.76.15.160',1),(11947,1,'2016-05-09 10:14:35','66.249.64.141',1),(11948,1,'2016-05-09 11:54:15','180.76.15.19',1),(11949,1,'2016-05-09 23:25:32','180.76.15.147',1),(11950,1,'2016-05-10 04:24:55','157.55.39.54',1),(11951,1,'2016-05-10 08:12:28','199.16.156.126',1),(11952,1,'2016-05-11 04:06:39','68.180.229.49',1),(11953,1,'2016-05-11 07:27:00','193.111.140.106',1),(11954,1,'2016-05-11 18:20:09','79.217.119.8',1),(11955,1,'2016-05-12 11:46:24','5.9.112.6',2),(11956,1,'2016-05-12 13:12:04','207.46.13.26',1),(11957,1,'2016-05-12 20:57:30','85.255.235.238',1),(11958,1,'2016-05-12 22:37:18','54.226.37.30',1),(11959,1,'2016-05-13 00:01:04','96.225.172.168',1),(11960,1,'2016-05-13 05:26:43','167.114.119.164',1),(11961,1,'2016-05-13 06:23:22','144.76.29.66',1),(11962,1,'2016-05-13 13:18:59','2.76.58.100',1),(11963,1,'2016-05-14 03:38:52','50.185.66.96',1),(11964,1,'2016-05-14 11:15:11','193.111.140.153',1),(11965,1,'2016-05-14 14:55:37','86.1.43.104',1),(11966,1,'2016-05-14 18:28:06','40.77.167.94',2),(11967,1,'2016-05-14 20:07:15','79.207.72.119',1),(11968,1,'2016-05-15 09:36:13','69.30.205.218',1),(11969,1,'2016-05-15 22:44:14','90.212.126.231',1),(11970,1,'2016-05-16 08:01:49','199.16.156.125',1),(11971,1,'2016-05-16 15:58:09','77.75.79.32',1),(11972,1,'2016-05-16 16:50:53','94.192.146.90',1),(11973,1,'2016-05-16 18:18:29','176.31.39.23',2),(11974,1,'2016-05-17 02:38:35','65.27.218.46',3),(11975,1,'2016-05-17 09:01:34','113.255.72.206',1),(11976,1,'2016-05-17 21:55:58','209.126.127.49',1),(11977,1,'2016-05-18 09:58:31','199.16.156.126',1),(11978,1,'2016-05-18 18:59:30','2.100.57.242',1),(11979,1,'2016-05-18 22:16:27','73.250.46.54',1),(11980,1,'2016-05-18 23:13:17','40.77.167.94',1),(11981,1,'2016-05-19 01:24:00','66.87.130.119',1),(11982,1,'2016-05-19 13:02:20','5.9.85.4',1),(11983,1,'2016-05-20 09:37:21','5.9.142.226',1),(11984,1,'2016-05-20 12:08:14','51.255.202.66',1),(11985,1,'2016-05-20 17:26:12','68.180.228.229',1),(11986,1,'2016-05-21 05:19:25','207.46.13.71',2),(11987,1,'2016-05-21 18:35:48','81.244.139.61',1),(11988,1,'2016-05-22 09:37:12','157.55.39.96',1),(11989,1,'2016-05-22 14:02:44','87.159.180.32',2),(11990,1,'2016-05-22 21:17:15','93.129.140.183',2),(11991,1,'2016-05-22 23:30:44','5.9.62.130',1),(11992,1,'2016-05-23 11:13:59','101.177.159.187',1),(11993,1,'2016-05-24 01:27:54','96.43.72.140',1),(11994,1,'2016-05-24 06:15:02','66.249.66.59',1),(11995,1,'2016-05-24 09:34:30','66.249.66.2',1),(11996,1,'2016-05-24 14:09:42','82.69.108.129',1),(11997,1,'2016-05-24 17:13:12','66.249.66.59',1),(11998,1,'2016-05-24 20:30:09','207.46.13.78',1),(11999,1,'2016-05-24 21:26:10','199.21.99.212',1),(12000,1,'2016-05-25 01:20:16','173.234.159.250',1),(12001,1,'2016-05-25 07:21:47','198.12.85.135',1),(12002,1,'2016-05-25 19:47:06','5.9.145.132',1),(12003,1,'2016-05-25 23:47:26','99.100.12.57',1),(12004,1,'2016-05-26 03:10:41','176.31.39.23',1),(12005,1,'2016-05-26 10:14:14','180.76.15.143',2),(12006,1,'2016-05-26 14:25:16','89.245.96.191',1),(12007,1,'2016-05-26 19:55:27','180.76.15.152',1),(12008,1,'2016-05-26 21:35:56','180.76.15.156',2),(12009,1,'2016-05-27 03:53:23','207.46.13.88',1),(12010,1,'2016-05-27 08:26:27','199.21.99.212',1),(12011,1,'2016-05-27 10:04:03','207.46.13.88',1),(12012,1,'2016-05-28 02:34:58','172.192.98.18',1),(12013,1,'2016-05-28 03:05:41','180.76.15.140',1),(12014,1,'2016-05-28 04:45:47','204.79.180.147',1),(12015,1,'2016-05-29 08:22:37','144.76.29.66',1),(12016,1,'2016-05-29 21:11:16','68.180.229.170',1),(12017,1,'2016-05-30 00:49:24','71.219.174.97',1),(12018,1,'2016-05-30 08:44:08','180.76.15.162',1),(12019,1,'2016-05-30 09:11:48','188.120.253.74',1),(12020,1,'2016-05-30 12:43:32','78.68.253.35',1),(12021,1,'2016-05-30 15:53:06','81.244.9.210',1),(12022,1,'2016-05-31 00:27:36','40.77.167.45',1),(12023,1,'2016-05-31 02:07:54','176.31.39.23',1),(12024,1,'2016-05-31 07:37:44','86.161.157.160',1),(12025,1,'2016-05-31 09:41:52','40.77.167.45',1),(12026,1,'2016-05-31 11:15:53','144.76.8.132',1),(12027,1,'2016-05-31 14:43:29','66.249.66.59',1),(12028,1,'2016-05-31 20:07:17','40.77.167.15',1),(12029,1,'2016-06-01 13:38:43','5.9.17.118',1),(12030,1,'2016-06-02 05:43:29','157.55.39.206',1),(12031,1,'2016-06-03 00:13:30','157.55.39.155',1),(12032,1,'2016-06-03 16:39:40','37.47.32.10',1),(12033,1,'2016-06-03 17:51:21','176.23.125.213',1),(12034,1,'2016-06-03 20:22:42','162.210.196.100',1),(12035,1,'2016-06-04 08:27:03','176.31.39.23',1),(12036,1,'2016-06-05 00:47:58','77.98.14.136',1),(12037,1,'2016-06-05 16:55:54','173.234.159.250',1),(12038,1,'2016-06-05 19:16:47','92.233.239.70',1),(12039,1,'2016-06-05 20:45:12','66.249.64.29',1),(12040,1,'2016-06-06 17:18:03','82.9.122.95',1),(12041,1,'2016-06-06 19:47:28','46.158.122.215',1),(12042,1,'2016-06-07 18:05:43','31.51.253.199',1),(12043,1,'2016-06-08 02:01:37','166.137.248.109',2),(12044,1,'2016-06-08 04:57:10','5.255.250.25',1),(12045,1,'2016-06-08 06:26:56','5.71.51.202',1),(12046,1,'2016-06-08 09:23:58','157.55.39.48',1),(12047,1,'2016-06-08 19:02:29','94.192.109.15',1),(12048,1,'2016-06-08 21:59:46','162.232.167.254',1),(12049,1,'2016-06-09 02:21:33','72.230.232.37',2),(12050,1,'2016-06-09 12:39:13','157.55.39.98',1),(12051,1,'2016-06-09 21:14:57','69.30.213.18',1),(12052,1,'2016-06-10 01:14:14','71.219.174.97',1),(12053,1,'2016-06-10 09:22:07','157.55.39.98',1),(12054,1,'2016-06-11 07:28:40','123.125.71.73',1),(12055,1,'2016-06-11 17:08:00','157.55.39.98',1),(12056,1,'2016-06-12 14:44:51','84.141.165.216',1),(12057,1,'2016-06-13 06:09:08','87.65.104.51',1),(12058,1,'2016-06-13 09:38:52','207.46.13.139',1),(12059,1,'2016-06-13 19:06:23','207.46.13.139',1),(12060,1,'2016-06-14 07:15:54','62.138.2.243',1),(12061,1,'2016-06-14 09:21:43','180.76.15.156',1),(12062,1,'2016-06-14 19:15:51','93.219.57.101',1),(12063,1,'2016-06-14 20:27:24','180.76.15.20',2),(12064,1,'2016-06-15 03:32:20','157.55.39.205',1),(12065,1,'2016-06-15 06:14:49','66.249.66.184',1),(12066,1,'2016-06-15 20:50:47','157.55.39.205',1),(12067,1,'2016-06-15 21:04:24','66.249.66.187',1),(12068,1,'2016-06-16 01:59:43','66.249.66.184',1),(12069,1,'2016-06-16 05:12:10','46.42.173.211',2),(12070,1,'2016-06-16 06:19:08','66.249.66.184',1),(12071,1,'2016-06-16 10:46:11','180.76.15.7',1),(12072,1,'2016-06-16 19:39:27','84.165.122.99',1),(12073,1,'2016-06-17 11:53:48','157.55.39.199',1),(12074,1,'2016-06-17 13:02:40','180.76.15.14',1),(12075,1,'2016-06-18 12:05:08','69.50.234.142',1),(12076,1,'2016-06-18 19:23:10','212.47.229.189',1),(12077,1,'2016-06-18 23:01:47','91.141.2.96',1),(12078,1,'2016-06-19 16:16:36','213.108.211.194',2),(12079,1,'2016-06-19 17:15:44','52.29.217.116',1),(12080,1,'2016-06-19 21:56:33','86.2.126.107',1),(12081,1,'2016-06-20 01:08:24','188.40.112.210',1),(12082,1,'2016-06-20 03:10:23','157.55.39.224',2),(12083,1,'2016-06-20 06:57:31','202.239.4.115',1),(12084,1,'2016-06-20 16:21:10','92.205.23.205',2),(12085,1,'2016-06-21 08:12:07','5.9.151.22',1),(12086,1,'2016-06-21 15:17:36','157.55.39.224',1),(12087,1,'2016-06-22 03:26:19','68.180.229.170',1),(12088,1,'2016-06-22 10:35:38','157.55.39.224',1),(12089,1,'2016-06-22 22:15:07','199.16.156.126',1),(12090,1,'2016-06-23 07:01:37','202.239.4.115',2),(12091,1,'2016-06-23 09:48:50','5.255.250.25',1),(12092,1,'2016-06-23 17:47:56','173.234.159.250',1),(12093,1,'2016-06-23 19:51:55','95.150.181.154',1),(12094,1,'2016-06-24 02:42:36','5.9.145.132',2),(12095,1,'2016-06-24 16:52:39','174.22.105.117',1),(12096,1,'2016-06-25 06:31:36','157.55.39.6',1),(12097,1,'2016-06-25 15:35:57','213.37.207.220',1),(12098,1,'2016-06-26 09:42:08','40.77.167.15',1),(12099,1,'2016-06-26 10:01:33','101.191.38.27',2),(12100,1,'2016-06-26 18:37:13','195.154.250.39',1),(12101,1,'2016-06-26 23:49:30','81.151.148.98',2),(12102,1,'2016-06-27 01:03:38','23.126.56.8',1),(12103,1,'2016-06-27 09:55:38','95.28.65.228',1),(12104,1,'2016-06-27 21:15:31','109.173.59.141',1),(12105,1,'2016-06-28 02:50:17','40.77.167.15',1),(12106,1,'2016-06-28 07:08:27','173.234.159.250',1),(12107,1,'2016-06-28 08:57:57','77.75.79.17',1),(12108,1,'2016-06-28 09:51:48','40.77.167.15',1),(12109,1,'2016-06-28 11:29:32','195.241.200.66',1),(12110,1,'2016-06-29 09:33:03','40.77.167.15',1),(12111,1,'2016-06-29 10:51:37','164.132.161.31',1),(12112,1,'2016-06-30 06:11:44','121.58.209.50',1),(12113,1,'2016-06-30 18:45:24','82.193.127.15',1),(12114,1,'2016-06-30 19:22:38','70.88.112.89',1),(12115,1,'2016-06-30 21:17:06','40.77.167.15',1),(12116,1,'2016-07-01 02:15:16','40.77.167.15',1),(12117,1,'2016-07-01 03:50:04','66.249.64.153',1),(12118,1,'2016-07-01 10:14:57','180.76.15.9',1),(12119,1,'2016-07-01 15:25:51','203.133.168.21',1),(12120,1,'2016-07-02 13:16:09','180.76.15.160',1),(12121,1,'2016-07-02 17:35:12','203.133.169.40',1),(12122,1,'2016-07-03 02:52:42','173.208.157.186',1),(12123,1,'2016-07-03 06:42:35','136.243.152.18',1),(12124,1,'2016-07-03 14:56:06','157.55.39.235',1),(12125,1,'2016-07-03 15:16:42','66.249.66.181',1),(12126,1,'2016-07-03 20:38:19','5.149.255.126',1),(12127,1,'2016-07-03 21:26:16','66.249.64.141',1),(12128,1,'2016-07-04 04:30:58','5.149.255.126',1),(12129,1,'2016-07-04 05:40:59','157.55.39.235',1),(12130,1,'2016-07-04 12:55:31','180.76.15.134',1),(12131,1,'2016-07-04 14:44:55','180.249.11.212',1),(12132,1,'2016-07-05 06:15:17','82.196.9.138',1),(12133,1,'2016-07-05 09:56:27','176.9.10.227',1),(12134,1,'2016-07-05 13:22:59','180.76.15.156',1),(12135,1,'2016-07-05 20:14:51','31.33.64.236',1),(12136,1,'2016-07-06 04:23:54','66.249.64.147',1),(12137,1,'2016-07-06 09:46:38','5.149.255.126',1),(12138,1,'2016-07-06 15:07:27','68.180.229.170',1),(12139,1,'2016-07-06 16:45:06','109.240.116.92',1),(12140,1,'2016-07-06 17:43:15','207.46.13.31',1),(12141,1,'2016-07-07 06:01:53','66.249.64.147',1),(12142,1,'2016-07-07 15:28:51','92.222.94.114',1),(12143,1,'2016-07-08 07:37:04','180.76.15.26',1),(12144,1,'2016-07-08 09:52:23','40.77.167.76',1),(12145,1,'2016-07-08 14:23:24','5.149.255.126',1),(12146,1,'2016-07-08 22:59:08','178.5.159.229',1),(12147,1,'2016-07-08 23:21:30','5.149.255.126',1),(12148,1,'2016-07-09 00:34:41','66.249.64.153',1),(12149,1,'2016-07-09 02:44:10','201.215.36.2',1),(12150,1,'2016-07-09 05:21:50','157.55.39.59',1),(12151,1,'2016-07-09 12:57:00','86.106.18.201',2),(12152,1,'2016-07-09 17:41:22','141.8.143.178',1),(12153,1,'2016-07-10 01:13:05','148.251.54.44',1),(12154,1,'2016-07-10 04:32:25','68.180.230.242',1),(12155,1,'2016-07-11 02:08:37','95.136.126.200',1),(12156,1,'2016-07-11 16:15:00','54.172.79.109',1),(12157,1,'2016-07-11 21:47:55','5.149.255.126',1),(12158,1,'2016-07-12 13:00:09','40.77.167.71',1),(12159,1,'2016-07-12 16:20:56','77.75.76.163',1),(12160,1,'2016-07-12 18:54:16','176.252.129.94',1),(12161,1,'2016-07-12 22:48:36','68.103.248.141',1),(12162,1,'2016-07-13 12:19:52','84.184.187.74',1),(12163,1,'2016-07-13 17:56:15','176.252.129.94',1),(12164,1,'2016-07-14 07:06:06','157.55.39.13',1),(12165,1,'2016-07-14 16:27:49','157.55.39.200',1),(12166,1,'2016-07-15 01:54:53','52.59.42.91',1),(12167,1,'2016-07-15 12:09:40','2.31.150.114',1),(12168,1,'2016-07-15 23:33:32','68.180.230.242',1),(12169,1,'2016-07-16 08:48:53','5.255.250.25',2),(12170,1,'2016-07-16 21:41:13','207.46.13.10',1),(12171,1,'2016-07-17 14:22:05','96.43.77.27',1),(12172,1,'2016-07-18 04:12:03','96.244.79.95',1),(12173,1,'2016-07-18 10:45:00','121.58.209.50',1),(12174,1,'2016-07-18 12:09:44','220.181.108.184',2),(12175,1,'2016-07-18 13:41:39','157.55.39.176',1),(12176,1,'2016-07-18 15:43:06','192.241.210.101',1),(12177,1,'2016-07-18 18:01:17','68.180.230.242',1),(12178,1,'2016-07-18 21:01:15','199.16.156.125',1),(12179,1,'2016-07-19 09:48:27','77.75.78.163',1),(12180,1,'2016-07-19 11:33:46','180.76.15.157',1),(12181,1,'2016-07-19 16:03:38','82.47.69.212',1),(12182,1,'2016-07-19 17:18:15','188.143.232.37',1),(12183,1,'2016-07-19 18:47:53','86.181.244.153',1),(12184,1,'2016-07-20 08:57:08','157.55.39.71',1),(12185,1,'2016-07-20 13:22:37','180.76.15.135',1),(12186,1,'2016-07-20 21:07:44','90.169.212.198',1),(12187,1,'2016-07-21 03:03:18','188.40.112.210',1),(12188,1,'2016-07-21 09:57:40','75.255.216.24',1),(12189,1,'2016-07-21 15:10:27','66.249.64.141',1),(12190,1,'2016-07-21 21:54:15','77.75.78.169',1),(12191,1,'2016-07-22 01:21:16','75.255.199.59',1),(12192,1,'2016-07-22 02:13:32','69.142.220.71',1),(12193,1,'2016-07-22 04:21:13','75.255.199.59',1),(12194,1,'2016-07-22 09:46:19','207.46.13.19',1),(12195,1,'2016-07-22 15:14:31','207.46.13.19',1),(12196,1,'2016-07-23 01:54:05','5.9.145.132',1),(12197,1,'2016-07-23 10:58:53','188.143.232.10',1),(12198,1,'2016-07-23 17:16:20','188.143.232.16',1),(12199,1,'2016-07-23 20:26:06','82.47.69.212',1),(12200,1,'2016-07-24 04:59:37','188.143.232.21',1),(12201,1,'2016-07-24 05:10:22','66.249.64.135',1),(12202,1,'2016-07-24 09:39:23','68.180.230.242',2),(12203,1,'2016-07-24 14:11:07','93.195.198.242',1),(12204,1,'2016-07-25 09:05:48','180.76.15.142',1),(12205,1,'2016-07-25 16:20:31','40.77.167.69',2),(12206,1,'2016-07-25 18:04:38','62.194.28.185',1),(12207,1,'2016-07-25 19:07:45','188.29.164.242',1),(12208,1,'2016-07-26 00:11:46','66.249.75.106',1),(12209,1,'2016-07-26 06:18:08','180.76.15.20',1),(12210,1,'2016-07-26 07:33:26','66.249.69.135',1),(12211,1,'2016-07-26 16:49:36','157.55.39.106',1),(12212,1,'2016-07-27 12:08:50','87.135.165.218',2),(12213,1,'2016-07-27 13:47:49','150.212.92.52',1),(12214,1,'2016-07-27 19:00:44','157.55.39.106',1),(12215,1,'2016-07-28 12:36:50','101.181.131.132',1),(12216,1,'2016-07-28 17:13:11','72.182.100.196',2),(12217,1,'2016-07-28 22:39:21','217.42.117.77',1),(12218,1,'2016-07-29 03:42:26','188.40.112.210',1),(12219,1,'2016-07-29 09:36:13','157.55.39.69',1),(12220,1,'2016-07-31 22:19:12','207.46.13.184',1),(12221,1,'2016-08-01 01:31:19','68.224.2.152',1),(12222,1,'2016-08-01 12:50:19','151.224.175.106',1),(12223,1,'2016-08-02 04:39:56','157.55.39.231',1),(12224,1,'2016-08-02 12:04:10','2.218.81.72',1),(12225,1,'2016-08-03 21:13:37','90.214.140.159',1),(12226,1,'2016-08-03 23:20:08','157.55.39.231',1),(12227,1,'2016-08-04 16:03:57','66.249.66.187',1),(12228,1,'2016-08-04 19:26:16','84.193.213.67',1),(12229,1,'2016-08-05 00:53:00','207.46.13.115',1),(12230,1,'2016-08-05 20:36:46','207.46.13.115',1),(12231,1,'2016-08-06 03:40:42','180.76.15.160',1),(12232,1,'2016-08-07 01:54:54','188.143.232.19',2),(12233,1,'2016-08-07 04:10:07','207.46.13.115',1),(12234,1,'2016-08-07 09:44:37','87.170.161.151',1),(12235,1,'2016-08-07 10:43:29','180.76.15.151',1),(12236,1,'2016-08-07 16:54:17','157.55.39.134',1),(12237,1,'2016-08-08 19:58:35','188.143.232.43',2),(12238,1,'2016-08-09 01:44:29','203.133.169.213',1),(12239,1,'2016-08-09 19:48:03','157.55.39.94',1),(12240,1,'2016-08-09 20:05:54','157.55.39.94',1),(12241,1,'2016-08-10 04:21:56','5.9.17.118',1),(12242,1,'2016-08-10 06:33:05','188.143.232.13',2),(12243,1,'2016-08-10 11:16:05','217.240.84.211',2),(12244,1,'2016-08-10 20:16:30','5.255.250.37',1),(12245,1,'2016-08-10 21:47:09','66.249.64.138',1),(12246,1,'2016-08-11 03:26:01','66.249.64.141',1),(12247,1,'2016-08-11 09:44:56','157.55.39.217',1),(12248,1,'2016-08-11 11:41:24','220.181.108.169',1),(12249,1,'2016-08-11 14:11:45','68.180.231.62',1),(12250,1,'2016-08-11 16:21:12','151.80.31.164',1),(12251,1,'2016-08-11 18:17:55','2.24.152.223',1),(12252,1,'2016-08-11 19:47:55','52.90.160.3',1),(12253,1,'2016-08-12 06:49:39','81.132.119.144',1),(12254,1,'2016-08-12 11:52:28','141.241.26.24',1),(12255,1,'2016-08-12 12:59:56','180.76.15.140',1),(12256,1,'2016-08-12 16:42:04','66.249.93.93',1),(12257,1,'2016-08-12 20:58:18','188.143.232.16',2),(12258,1,'2016-08-13 09:16:45','180.76.15.157',1),(12259,1,'2016-08-13 17:45:14','86.5.116.199',1),(12260,1,'2016-08-13 19:53:04','66.249.64.138',1),(12261,1,'2016-08-14 05:56:11','40.77.167.45',1),(12262,1,'2016-08-14 15:27:14','88.188.56.121',1),(12263,1,'2016-08-14 19:31:29','86.170.65.183',2),(12264,1,'2016-08-15 08:24:00','94.197.121.142',1),(12265,1,'2016-08-16 14:35:08','86.149.87.31',1),(12266,1,'2016-08-16 15:12:03','40.77.167.45',1),(12267,1,'2016-08-16 16:02:48','5.149.255.131',1),(12268,1,'2016-08-17 13:30:22','66.102.6.182',1),(12269,1,'2016-08-18 02:01:32','5.149.255.131',1),(12270,1,'2016-08-18 03:01:24','176.31.39.23',1),(12271,1,'2016-08-19 08:24:20','40.77.167.45',1),(12272,1,'2016-08-19 13:56:56','208.43.225.85',1),(12273,1,'2016-08-19 19:17:35','66.102.6.182',1),(12274,1,'2016-08-20 02:55:47','52.58.122.2',1),(12275,1,'2016-08-20 14:59:47','213.37.95.175',1),(12276,1,'2016-08-20 16:28:43','93.115.95.207',1),(12277,1,'2016-08-21 00:38:10','93.115.95.205',1),(12278,1,'2016-08-21 02:22:36','40.77.167.45',1),(12279,1,'2016-08-21 10:26:46','66.102.8.136',1),(12280,1,'2016-08-21 13:32:41','66.102.8.136',1),(12281,1,'2016-08-21 15:37:15','79.234.130.52',1),(12282,1,'2016-08-21 16:24:17','5.9.94.207',1),(12283,1,'2016-08-22 12:01:05','88.77.144.78',1),(12284,1,'2016-08-22 14:04:50','66.249.64.109',1),(12285,1,'2016-08-22 19:42:08','66.102.8.136',1),(12286,1,'2016-08-23 01:27:30','79.191.115.156',2),(12287,1,'2016-08-23 10:46:58','66.102.6.23',1),(12288,1,'2016-08-23 11:17:58','66.249.64.11',1),(12289,1,'2016-08-23 13:18:21','66.102.6.71',1),(12290,1,'2016-08-23 19:14:06','66.249.88.142',1),(12291,1,'2016-08-23 21:39:15','52.59.111.46',2),(12292,1,'2016-08-23 23:56:54','207.46.13.30',1),(12293,1,'2016-08-24 01:59:19','144.76.71.83',1),(12294,1,'2016-08-24 02:32:02','180.76.15.34',3),(12295,1,'2016-08-24 04:17:13','66.249.69.135',1),(12296,1,'2016-08-24 07:31:02','66.249.88.145',1),(12297,1,'2016-08-24 09:33:52','207.46.13.30',1),(12298,1,'2016-08-24 11:01:04','66.102.6.73',1),(12299,1,'2016-08-24 16:18:23','109.45.3.223',1),(12300,1,'2016-08-25 02:32:31','72.83.155.106',1),(12301,1,'2016-08-25 11:19:50','31.160.144.107',1),(12302,1,'2016-08-25 15:26:48','180.76.15.7',1),(12303,1,'2016-08-25 17:17:56','192.99.147.201',1),(12304,1,'2016-08-26 09:26:34','40.77.167.86',1),(12305,1,'2016-08-27 00:51:58','176.31.39.23',1),(12306,1,'2016-08-27 01:31:17','40.77.167.86',1),(12307,1,'2016-08-27 15:34:33','151.224.68.205',1),(12308,1,'2016-08-27 19:26:08','40.77.167.86',1),(12309,1,'2016-08-28 09:37:12','207.46.13.117',1),(12310,1,'2016-08-28 17:32:00','207.46.13.117',1),(12311,1,'2016-08-29 09:38:34','211.28.220.55',1),(12312,1,'2016-08-31 00:54:21','40.77.167.86',1),(12313,1,'2016-08-31 05:45:08','68.180.231.62',1),(12314,1,'2016-09-01 06:42:48','40.77.167.61',1),(12315,1,'2016-09-02 02:02:49','66.249.66.236',1),(12316,1,'2016-09-02 05:45:32','121.217.160.2',1),(12317,1,'2016-09-02 13:30:32','2.26.153.87',1),(12318,1,'2016-09-02 18:42:55','82.19.133.59',1),(12319,1,'2016-09-02 22:40:28','176.31.39.23',1),(12320,1,'2016-09-03 01:13:55','69.121.241.107',1),(12321,1,'2016-09-03 21:05:34','2.101.174.134',1),(12322,1,'2016-09-03 22:00:31','62.24.181.135',1),(12323,1,'2016-09-03 23:50:27','66.249.66.236',1),(12324,1,'2016-09-04 12:03:38','157.55.39.140',1),(12325,1,'2016-09-05 02:09:58','157.55.39.140',1),(12326,1,'2016-09-05 06:15:25','66.249.66.232',1),(12327,1,'2016-09-05 09:39:55','52.91.171.139',1),(12328,1,'2016-09-05 15:19:38','144.76.153.198',1),(12329,1,'2016-09-05 19:23:21','86.31.188.204',1),(12330,1,'2016-09-06 16:41:01','89.103.110.165',1),(12331,1,'2016-09-06 22:02:34','123.125.67.150',1),(12332,1,'2016-09-07 09:43:28','157.55.39.4',1),(12333,1,'2016-09-07 17:22:25','157.55.39.4',1),(12334,1,'2016-09-07 21:53:04','208.43.225.84',1),(12335,1,'2016-09-08 11:16:55','5.149.255.131',1),(12336,1,'2016-09-09 13:59:38','178.255.215.70',1),(12337,1,'2016-09-10 11:02:12','157.55.39.4',1),(12338,1,'2016-09-11 09:23:38','180.76.15.19',1),(12339,1,'2016-09-11 15:58:15','52.57.62.52',1),(12340,1,'2016-09-11 17:16:09','40.77.167.82',1),(12341,1,'2016-09-12 04:35:33','180.76.15.21',1),(12342,1,'2016-09-12 06:01:04','180.76.15.145',1),(12343,1,'2016-09-12 14:34:22','176.9.10.227',1),(12344,1,'2016-09-12 17:50:54','81.165.162.36',1),(12345,1,'2016-09-12 19:50:32','180.76.15.5',1),(12346,1,'2016-09-12 20:38:24','164.132.161.11',1),(12347,1,'2016-09-13 11:55:42','78.46.156.169',1),(12348,1,'2016-09-13 17:18:23','40.77.167.0',1),(12349,1,'2016-09-13 21:40:42','216.244.66.232',1),(12350,1,'2016-09-13 21:40:42','216.244.66.232',1),(12351,1,'2016-09-14 21:13:23','66.249.75.53',1),(12352,1,'2016-09-16 18:53:20','86.16.253.252',1),(12353,1,'2016-09-16 21:12:28','146.52.191.139',1);
/*!40000 ALTER TABLE `wp_rg_form_view` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rg_lead`
--

DROP TABLE IF EXISTS `wp_rg_lead`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rg_lead` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `is_starred` tinyint(1) NOT NULL DEFAULT 0,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `ip` varchar(39) NOT NULL,
  `source_url` varchar(200) NOT NULL DEFAULT '',
  `user_agent` varchar(250) NOT NULL DEFAULT '',
  `currency` varchar(5) DEFAULT NULL,
  `payment_status` varchar(15) DEFAULT NULL,
  `payment_date` datetime DEFAULT NULL,
  `payment_amount` decimal(19,2) DEFAULT NULL,
  `transaction_id` varchar(50) DEFAULT NULL,
  `is_fulfilled` tinyint(1) DEFAULT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `transaction_type` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`)
) ENGINE=MyISAM AUTO_INCREMENT=74 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rg_lead`
--

LOCK TABLES `wp_rg_lead` WRITE;
/*!40000 ALTER TABLE `wp_rg_lead` DISABLE KEYS */;
INSERT INTO `wp_rg_lead` (`id`, `form_id`, `post_id`, `date_created`, `is_starred`, `is_read`, `ip`, `source_url`, `user_agent`, `currency`, `payment_status`, `payment_date`, `payment_amount`, `transaction_id`, `is_fulfilled`, `created_by`, `transaction_type`) VALUES (1,1,NULL,'2012-01-20 17:01:11',0,0,'90.204.34.250','http://www.ethanlewismaltby.com/Home/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7','GBP',NULL,NULL,NULL,NULL,NULL,1,NULL),(2,1,NULL,'2012-01-20 17:15:32',0,0,'90.204.34.250','http://www.ethanlewismaltby.com/Home/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7','GBP',NULL,NULL,NULL,NULL,NULL,1,NULL),(3,1,NULL,'2012-02-29 12:27:06',0,0,'194.81.24.187','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; QS 4.2.4.0; QS 5.1.2.1; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; QS 4.2.4.0; QS 5.1.2.1; .NET4.0C; InfoPath.3)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,1,NULL,'2012-03-02 13:12:31',0,0,'2.222.186.135','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,1,NULL,'2012-04-12 15:39:25',0,0,'83.217.124.125','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; MS-RTC LM 8)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,1,NULL,'2012-06-28 11:03:26',0,0,'194.82.168.3','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,1,NULL,'2012-08-23 11:26:56',0,0,'94.169.97.90','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:14.0) Gecko/20100101 Firefox/14.0.1','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,1,NULL,'2012-08-29 17:16:47',0,0,'86.160.213.43','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB7.4; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,1,NULL,'2012-11-09 16:24:59',0,0,'86.112.32.138','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,1,NULL,'2012-11-12 12:39:38',0,0,'81.130.49.64','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,1,NULL,'2012-11-16 04:15:43',0,0,'180.1.19.107','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,1,NULL,'2012-11-26 15:51:19',0,0,'72.2.239.38','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (iPad; CPU OS 6_0_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A523 Safari/8536.25','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,1,NULL,'2012-12-06 14:06:21',0,0,'108.95.72.19','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14,1,NULL,'2013-02-05 18:22:42',0,0,'193.1.74.91','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(15,1,NULL,'2013-02-13 23:26:20',0,0,'2.24.204.58','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(16,1,NULL,'2013-07-24 21:44:03',0,0,'192.168.9.115','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(17,1,NULL,'2013-09-11 19:22:08',0,0,'81.110.146.171','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.65 Safari/537.36','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(18,1,NULL,'2013-09-20 11:46:46',0,0,'82.16.19.51','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130121 Firefox/17.0','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(19,1,NULL,'2013-11-01 08:18:50',0,0,'58.51.148.43','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(20,1,NULL,'2013-11-15 12:29:35',0,0,'198.100.147.164','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(21,1,NULL,'2013-11-18 02:58:29',0,0,'189.170.45.28','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(22,1,NULL,'2013-11-29 04:31:00',0,0,'219.136.103.232','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(23,1,NULL,'2013-11-30 05:21:16',0,0,'14.150.72.159','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(24,0,NULL,'2013-12-10 14:07:55',0,0,'188.120.136.190','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.13 (KHTML, like Gecko) Chrome/24.0.1290.1 Safari/537.13','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(25,0,NULL,'2013-12-28 02:03:57',0,0,'5.102.235.180','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20130331 Firefox/21.0','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(26,1,NULL,'2014-01-23 12:19:35',0,0,'182.68.2.58','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.19) Gecko/20110707 Firefox/3.6.19 GTB7.1','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(27,1,NULL,'2014-02-18 17:47:51',0,0,'23.81.201.79','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(28,1,NULL,'2014-03-11 06:27:15',0,0,'14.145.32.165','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(29,1,NULL,'2014-03-17 19:29:55',0,0,'5.65.55.121','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7) AppleWebKit/534.48.3 (KHTML, like Gecko) Version/5.1 Safari/534.48.3','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(30,1,NULL,'2014-04-24 01:38:08',0,0,'23.81.201.78','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(31,1,NULL,'2014-05-28 10:56:31',0,0,'182.64.174.240','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.19) Gecko/20110707 Firefox/3.6.19 GTB7.1 (.NET CLR 3.5.30729)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(32,1,NULL,'2014-06-06 03:50:13',0,0,'222.1.47.13','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(33,1,NULL,'2014-06-10 08:28:37',0,0,'91.207.7.21','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(34,1,NULL,'2014-06-11 02:01:47',0,0,'222.94.231.11','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(35,1,NULL,'2014-06-12 18:07:00',0,0,'222.12.104.18','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(36,1,NULL,'2014-06-17 04:12:41',0,0,'61.198.222.194','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(37,1,NULL,'2014-06-18 04:03:40',0,0,'91.207.7.21','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(38,1,NULL,'2014-06-18 13:08:05',0,0,'182.64.235.146','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.19) Gecko/20110707 Firefox/3.6.19 GTB7.1 (.NET CLR 3.5.30729)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(39,1,NULL,'2014-06-21 14:39:38',0,0,'222.12.109.57','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(40,1,NULL,'2014-06-23 05:41:56',0,0,'91.207.6.102','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(41,1,NULL,'2014-06-26 12:01:41',0,0,'91.207.7.21','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(42,1,NULL,'2014-06-26 15:33:51',0,0,'91.207.6.102','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(43,1,NULL,'2014-07-05 06:53:55',0,0,'126.15.118.138','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(44,1,NULL,'2014-07-07 04:55:53',0,0,'91.207.4.9','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(45,1,NULL,'2014-07-07 20:10:04',0,0,'222.94.162.118','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(46,1,NULL,'2014-07-12 16:04:24',0,0,'222.7.44.239','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(47,1,NULL,'2014-07-15 03:57:35',0,0,'126.15.66.179','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(48,1,NULL,'2014-07-17 01:21:16',0,0,'126.114.148.105','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(49,1,NULL,'2014-07-18 13:44:45',0,0,'91.207.7.21','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(50,1,NULL,'2014-07-26 14:30:14',0,0,'91.207.7.21','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(51,1,NULL,'2014-07-26 15:14:49',0,0,'91.207.6.102','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(52,1,NULL,'2014-07-27 07:06:46',0,0,'49.143.192.228','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(53,1,NULL,'2014-07-31 12:18:41',0,0,'91.207.7.153','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(54,1,NULL,'2014-08-01 02:14:32',0,0,'91.207.7.165','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(55,1,NULL,'2014-08-02 01:44:41',0,0,'222.94.146.223','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(56,1,NULL,'2014-08-05 06:04:42',0,0,'91.207.7.21','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(57,1,NULL,'2014-08-05 12:44:02',0,0,'91.207.7.149','http://www.ethanlewismaltby.com/Home/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(58,1,NULL,'2014-09-04 04:46:22',0,0,'182.68.82.75','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.19) Gecko/20110707 Firefox/3.6.19 GTB7.1 (.NET CLR 3.5.30729)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(59,1,NULL,'2014-09-22 02:09:12',0,0,'96.237.238.218','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (iPad; CPU OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(60,1,NULL,'2014-10-05 23:25:02',0,0,'109.146.88.141','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(61,1,NULL,'2014-11-04 12:18:23',0,0,'182.64.162.207','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.19) Gecko/20110707 Firefox/3.6.19 GTB7.1 (.NET CLR 3.5.30729)','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(62,1,NULL,'2014-11-18 13:54:00',0,0,'120.16.128.185','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(63,1,NULL,'2015-01-13 12:49:35',0,0,'81.98.251.204','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(64,1,NULL,'2015-01-13 12:50:24',0,0,'81.98.251.204','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(65,1,NULL,'2015-01-13 15:08:52',0,0,'81.98.251.204','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(66,1,NULL,'2015-01-13 16:06:15',0,0,'81.98.251.204','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(67,1,NULL,'2015-03-12 06:50:32',0,0,'117.197.251.182','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(68,1,NULL,'2015-04-05 20:03:48',0,0,'62.212.123.101','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:36.0) Gecko/20100101 Firefox/36.0','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(69,1,NULL,'2015-05-08 17:08:00',0,0,'221.143.146.112','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MASMJS; rv:11.0) like Gecko','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(70,1,NULL,'2015-08-04 19:44:39',0,0,'108.185.211.102','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.4.10 (KHTML, like Gecko) Version/8.0.4 Safari/600.4.10','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(71,1,NULL,'2015-12-10 11:08:06',0,0,'31.49.183.186','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/6.2.2 Safari/537.85.11','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(72,1,NULL,'2016-01-15 07:15:11',0,0,'86.173.207.92','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(73,1,NULL,'2016-09-03 01:16:09',0,0,'69.121.241.107','http://www.ethanlewismaltby.com/Home/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.7','GBP',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_rg_lead` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rg_lead_detail`
--

DROP TABLE IF EXISTS `wp_rg_lead_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rg_lead_detail` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `lead_id` int(10) unsigned NOT NULL,
  `form_id` mediumint(8) unsigned NOT NULL,
  `field_number` float NOT NULL,
  `value` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `lead_id` (`lead_id`)
) ENGINE=MyISAM AUTO_INCREMENT=214 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rg_lead_detail`
--

LOCK TABLES `wp_rg_lead_detail` WRITE;
/*!40000 ALTER TABLE `wp_rg_lead_detail` DISABLE KEYS */;
INSERT INTO `wp_rg_lead_detail` (`id`, `lead_id`, `form_id`, `field_number`, `value`) VALUES (1,1,1,3,'jenna'),(2,1,1,2,'jenna_donnelly@yahoo.co.uk'),(3,1,1,4,'test'),(4,2,1,3,'jenna'),(5,2,1,2,'jenna_donnelly@yahoo.co.uk'),(6,2,1,4,'test'),(7,3,1,3,'Ben Knight'),(8,3,1,2,'benknight73@gmail.com'),(9,3,1,4,'Hi Ethan,\r\n\r\nI am a Music Industry Management student at Canterbury Christ Church University in Kent, and for my course I am required to write a lengthy dissertation whilst working with an organisatio'),(10,4,1,3,'jenna'),(11,4,1,2,'jenna_donnelly@yahoo.co.uk'),(12,4,1,4,'test email from www.ethanlewisbum.com'),(13,5,1,3,'Peter Cohen'),(14,5,1,2,'peter.cohen@simmons-simmons.com'),(15,5,1,4,'Hi Ethan,\r\n\r\nYou might remember we worked together on \'Mr Happy\' and \'My Precious Valentine\' 10 years ago…..\r\n\r\nPlease could you give me a call ASAP on 07986 362 447. Feel free to call as late as yo'),(16,6,1,3,'MOl'),(17,6,1,2,'mollatt@yahoo.com'),(18,6,1,4,'Hi Ethan \r\n\r\nLike the website. On a different note Linda has a problem that her pianist has been off and might not do a show at school. She may need someone who might be able to busk Godspell in broad'),(19,7,1,3,'James Uings'),(20,7,1,2,'james.uings@gmail.com'),(21,7,1,4,'Hi, \r\n\r\nLouis Newell gave your details and said you might be interested in some work. \r\n\r\nI wondered if you might be up for composing a  piece for the new Rockschool Piano Syllabus?\r\n\r\nIf you are inte'),(22,8,1,3,'charlotte mounter'),(23,8,1,2,'c.mounter@btinternet.com'),(24,8,1,4,'Hi Ethan,\r\n\r\nHow are you? I appear to have lost your email!:?\r\n\r\nI was wondering if you know of any reasonably priced singing teachers based in Canterbury? I am going up for a few Musicals and need a '),(25,9,1,3,'Sally Chittenden'),(26,9,1,2,'s-chittenden@hotmail.com'),(27,9,1,4,'Hello\r\nMy name is Sally Chittenden and I am a film, radio and television student from Canterbury Christchurch University. I am the sound designer of a student production team that is making a 30 secon'),(28,10,1,3,'James Essinger'),(29,10,1,2,'james@canterburyliteraryagency.com'),(30,10,1,4,'Hi Ethan, Grenville Hancox mentioned your name to me this morning. I am looking for a composer for a musical I want to write about Ada Lovelace. I am a professional writer and I think Ada would be a f'),(31,11,1,3,'Daisuke Kimura'),(32,11,1,2,'dice4114@yahoo.co.jp'),(33,11,1,4,'Nice to meet you\r\nMy name is Daisuke Kimura of Japan.\r\nI graduated from the University of percussion music Senzokugakuenn, now, I have a performance activity.\r\nI love the \"Face Off\" was composed by yo'),(34,12,1,3,'Greg Scott'),(35,12,1,2,'greg@worldbymusic.com'),(36,12,1,4,'Hi Ethan\r\n\r\nI wanted to make an enquiry with you as to if you would be available to compose and produce the music for my new Show which I am performing around the world on Celebrity Cruises, Cunard an'),(37,13,1,3,'Kimiko'),(38,13,1,2,'Katherine.lanier12@yahoo.com'),(39,13,1,4,'I heard some of your music on a highway man animation I was wondering if you could tell me the name of the music it was absolutely beautiful and amazing!'),(40,14,1,3,'Fionnghuala Ni Neill'),(41,14,1,2,'neillf@iadt.ie'),(42,14,1,4,'Dear Mr. Maltby,\r\n\r\nWould it be possible to call you tomorrow to discuss the possibility of you giving a masterclass at the Blackrock Animation Film Festival in Dublin, Ireland? We would be holding it'),(43,15,1,3,'David Manning'),(44,15,1,2,'Dave@manning6.orangehome.co.uk'),(45,15,1,4,'Dear Mr Maltby\r\nI am trying to obtain the music from \'Drumchasers\' for my Primary school dance lessons. \r\nCould you please tell how I obtain the cd?\r\nMany Thanks\r\nDavid Manning'),(46,16,1,3,'Sivetyone Ky'),(47,16,1,2,'paul.vilain6@orange.fr'),(48,16,1,4,'Bonjour Mr Ethan Lewis Maltby. Je suis un jeune youtuber de 12 ans et j\'ai utilisé une de vos musiques sans savoir que je n\'en n\'avait pas le droit.Pour des questions de droits d\'auteur ma vidéo a '),(49,17,1,3,'Lance Nomura'),(50,17,1,2,'accounts@musicteachers.co.uk'),(51,17,1,4,'Dear Ethan Maltby,\r\n\r\nWe recently received a declaration form signed by you in support of Jenna Donnelly and her BA (Hons) in Commercial Music qualification from Canterbury Christchurch University. We'),(52,18,1,3,'MCPS'),(53,18,1,2,'melanie.priddie@mcps.co.uk'),(54,18,1,4,'Hello, can you please contact us regarding an unpaid invoice for C3U Records for £11.59. A copy of this was emailed to ethan.maltby@talktalk.net on 18.7.13 -can you please contact us via email or on '),(55,19,1,3,'Mulberry Handbags Sale'),(56,19,1,2,'lmngkpzgf@gmail.com'),(57,19,1,4,'Mulberry Handbags Outlet\r\nMulberry Bags Outlet\r\nMulberry Bags Sale\r\nMulberry Handbags Sale\r\nMulberry outlet sale\r\nMulberry On Sale\r\nMulberry Handbags Sale\r\nMulberry Sale UK\r\nMulberry Bags UK\r\nMulberry'),(58,20,1,3,'bottes enfants geox'),(59,20,1,2,'ipentn@gmail.com'),(60,20,1,4,'I read through some of your put up and I learned a good deal of expertise from it. Many thanks for putting up this kind of exciting articles\r\nbottes enfants geox http://bottes-enfants-besson.3xin0.com'),(61,21,1,3,'alberto gutierrez'),(62,21,1,2,'chuy_teto1992@hotmail.com'),(63,21,1,4,'Where can i find more soundtrack of the movie \"Son of Cain\" ? Please answer me.. Great job!'),(64,22,1,3,'nouveau maillot barcelone 2014'),(65,22,1,2,'jxrtcxlwbob@gmail.com'),(66,22,1,4,'threads/newreply.php?p=\r\nnouveau maillot barcelone 2014 http://nouveau-maillot-barcelone-2014.3xin0.com'),(67,23,1,3,'bottes cavalieres pour femme'),(68,23,1,2,'izdbkuaon@gmail.com'),(69,23,1,4,'index.php?act=ST&f=\r\nbottes cavalieres pour femme http://vente-bottes-cavalieres-hermes.3xin0.com'),(70,26,1,3,'Steve Davies'),(71,26,1,2,'stevedavies051@gmail.com'),(72,26,1,4,'We can increase rankings of your website in search engines. Please reply back for more details.\r\n'),(73,27,1,3,'Pauline'),(74,27,1,2,'znatztf@gmail.com'),(75,27,1,4,'You need targeted visitors for your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their website traffic service for 7 days free of c'),(76,28,1,3,'Nouveau maillot manchester united 2014 officiel'),(77,28,1,2,'ibvewrzt@gmail.com'),(78,28,1,4,'I have no idea how you do this but I’m completely fond of this blog.\r\nNouveau maillot manchester united 2014 officiel http://nouveaumaillotmanchesterunited2014officiel.oursland.org/'),(79,29,1,3,'Ash Warner'),(80,29,1,2,'ash.warner@conefilms.com'),(81,29,1,4,'Hi Ethan, \r\n\r\nHope you\'re good. I don\'t know if you recall we spoke at length at one point about some theatre stuff I was involved with. \r\n\r\nTo bring you up to date, I last year wrote a horror comedy '),(82,30,1,3,'Lisa'),(83,30,1,2,'mamwxsxcu@gmail.com'),(84,30,1,4,'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s'),(85,31,1,3,'Donna Gabriel'),(86,31,1,2,'donnagabriel986@gmail.com'),(87,31,1,4,'Do you want to grow your business? Do you have serious, defined sales goals? Reply back to get a full proposal.'),(88,32,1,3,'black and purple jordans'),(89,32,1,2,'lxbfitthct@gmail.com'),(90,32,1,4,'thank you for share!\r\nblack and purple jordans http://purple-jordans.org'),(91,33,1,3,'clarisonic mia best price'),(92,33,1,2,'icwlvg@gmail.com'),(93,33,1,4,'good articles\r\nclarisonic mia best price http://clarisonic-mias.org'),(94,34,1,3,'soccer clothing stores'),(95,34,1,2,'zxxztaj@gmail.com'),(96,34,1,4,'nice articles\r\nsoccer clothing stores http://soccerjerseystores.org'),(97,35,1,3,'ysl tribute sandals'),(98,35,1,2,'susyvk@gmail.com'),(99,35,1,4,'thank you for share!\r\nysl tribute sandals http://jimmychoosahoesonsale.com'),(100,36,1,3,'messi soccer shirts'),(101,36,1,2,'ppyjfod@gmail.com'),(102,36,1,4,'nice articles\r\nmessi soccer shirts http://messisoccerjerseyforsale.com'),(103,37,1,3,'clarisonic coupons'),(104,37,1,2,'uzepywnorkj@gmail.com'),(105,37,1,4,'good articles\r\nclarisonic coupons http://clarisoniccoupons.net'),(106,38,1,3,'Donna Gabriel'),(107,38,1,2,'donnagabriel081@gmail.com'),(108,38,1,4,'We can increase rankings of your website in search engines. Please reply back for more details.'),(109,39,1,3,'cheap football shirts'),(110,39,1,2,'qnhbqhdjtte@gmail.com'),(111,39,1,4,'nice articles\r\ncheap football shirts http://cheapfootballjerseysforsale.com'),(112,40,1,3,'supra antwuan dixon'),(113,40,1,2,'fllpsoie@gmail.com'),(114,40,1,4,'nice articles\r\nsupra antwuan dixon http://supradixon.com'),(115,41,1,3,'clarisonic mia best price'),(116,41,1,2,'cvbwciugy@gmail.com'),(117,41,1,4,'nice articles\r\nclarisonic mia best price http://clarisonic-mias.org'),(118,42,1,3,'christian louboutin replicas'),(119,42,1,2,'dqjdsqqbbo@gmail.com'),(120,42,1,4,'thank you for share!\r\nchristian louboutin replicas http://louboutintreplicashoes.com'),(121,43,1,3,'jordan six rings'),(122,43,1,2,'sfsgqx@gmail.com'),(123,43,1,4,'Check Out THIS SITE\r\njordan six rings http://airjordan6ringsonsale.com'),(124,44,1,3,'cheap soccer jerseys for sale'),(125,44,1,2,'otpozhr@gmail.com'),(126,44,1,4,'good articles\r\ncheap soccer jerseys for sale http://soccershirts-forsale.com'),(127,45,1,3,'cheap gucci belts for men'),(128,45,1,2,'jqldjnikezw@gmail.com'),(129,45,1,4,'thanks for share!\r\ncheap gucci belts for men http://gucci-beltsformen.org'),(130,46,1,3,'This is the perfect choice for anyone looking for a vintage style 2013'),(131,46,1,2,'kkayglpy@gmail.com'),(132,46,1,4,'thanks for share!\r\nThis is the perfect choice for anyone looking for a vintage style 2013 http://www.9yfood.com/en/online.asp?/girl-on-toyota-supra-this-is-the-perfect-choice-for-anyone-looking-for-a-'),(133,47,1,3,'louis vuitton taske'),(134,47,1,2,'nympazit@gmail.com'),(135,47,1,4,'Check This Site Out\r\nlouis vuitton taske http://louisevuittone.org'),(136,48,1,3,'jimmy choo bridal shoes'),(137,48,1,2,'ehluvgq@gmail.com'),(138,48,1,4,'nice articles\r\njimmy choo bridal shoes http://jimmy-choolaustralia.com'),(139,49,1,3,'how to use clarisonic mia 2'),(140,49,1,2,'ajuhdi@gmail.com'),(141,49,1,4,'nice articles\r\nhow to use clarisonic mia 2 http://howtouseclarisonic.com'),(142,50,1,3,'clarisonic gel cleanser'),(143,50,1,2,'jlehxql@gmail.com'),(144,50,1,4,'thank you for share!\r\nclarisonic gel cleanser http://clarisoniccleanser.com'),(145,51,1,3,'discount supra shoes'),(146,51,1,2,'acursvdl@gmail.com'),(147,51,1,4,'nice articles\r\ndiscount supra shoes http://discountsupra-shoes.org'),(148,52,1,3,'Fashion designers with luxurious 2013'),(149,52,1,2,'zywctdle@gmail.com'),(150,52,1,4,'good articles\r\nFashion designers with luxurious 2013 http://www.mpbocaitong.com/member/tenpayk.php?/pink-gucci-purse-fashion-designers-with-luxurious-2013.html'),(151,53,1,3,'cheap snapbacks australia'),(152,53,1,2,'fdomtsudnlv@gmail.com'),(153,53,1,4,'thank you for share!\r\ncheap snapbacks australia http://snapbacks-australia.net'),(154,54,1,3,'ysl muse'),(155,54,1,2,'mugiakxb@gmail.com'),(156,54,1,4,'good articles\r\nysl muse http://yslemuse.com'),(157,55,1,3,'supra shoes nederland'),(158,55,1,2,'msrxbgav@gmail.com'),(159,55,1,4,'good articles\r\nsupra shoes nederland http://supranederland.org'),(160,56,1,3,'clarisonic coupon codes'),(161,56,1,2,'rfgzyks@gmail.com'),(162,56,1,4,'good articles\r\nclarisonic coupon codes http://clarisoniccoupons.net'),(163,57,1,3,'giuseppe zanotti outlet'),(164,57,1,2,'nfhugfe@gmail.com'),(165,57,1,4,'good articles\r\ngiuseppe zanotti outlet http://giuseppezanotti-outlet.org'),(166,58,1,3,'Morris Cook'),(167,58,1,2,'morriscook114@gmail.com'),(168,58,1,4,'Want more clients and customers? We will help them find you by putting you on the 1st page of Google. Email us back to get a full proposal.'),(169,59,1,3,'Ali Nauen'),(170,59,1,2,'Alicat63@yahoo.com'),(171,59,1,4,'Hello, \r\n\r\nI saw your work with Spirit Young Performers company with Own This World and it was amazing I was wondering if you had the sheet music that you could send me because I can\'t stop listening '),(172,60,1,3,'Anthony Davis'),(173,60,1,2,'anthonydavis26@aol.com'),(174,60,1,4,'I have posted my Festival contact with Jesús on the blog, and though that you might wish to know, as you are pictured / mentioned :\r\n\r\nhttp://unofficialcambridgefilmfestival.blogspot.co.uk/2014/10/ca'),(175,61,1,3,'Fredrick Parker'),(176,61,1,2,'fredrickparker55@gmail.com'),(177,61,1,4,'We can increase rankings of your website in search engines.Please reply to this message and we will prepare a special proposal for you.'),(178,62,1,3,'Krispin Maesalu'),(179,62,1,2,'krispin.maesalu@live.com.au'),(180,62,1,4,'I\'ve just had a student come to me wanting to sing \"Own This World\" from \"Ada Lovelace\" after seeing it on YouTube. Is there some way one could obtain the sheet music? It\'s such a beautiful song! \r\n\r\n'),(181,63,1,3,'Phil'),(182,63,1,2,'beatlemania357@gmail.com'),(183,63,1,4,'Hi, I have recently viewed and listened to \"Own this World,\" which I think is fantastic, and I was wondering if there is an instrumental version that I could buy?\r\n\r\nKind Regards\r\n\r\n\r\nPhil'),(184,64,1,3,'Phil'),(185,64,1,2,'beatlemania357@gmail.com'),(186,64,1,4,'Hi, I have recently viewed and listened to \"Own this World,\" which I think is fantastic, and I was wondering if there is an instrumental version that I could buy?\r\n\r\nKind Regards\r\n\r\n\r\nPhil'),(187,65,1,3,'Phil'),(188,65,1,2,'beatlemania357@gmail.com'),(189,65,1,4,'Hi,\r\n\r\n\r\n\r\n\r\nThanks for your quick response.\r\n\r\nYes, it would be for my daughter to perform to, it\'s such a lovely song and many of the lyrics are so meaningful to her life!\r\n\r\n\r\n\r\n\r\nKind Regards\r\n\r\n\r'),(190,66,1,3,'Phil'),(191,66,1,2,'beatlemania357@gmail.com'),(192,66,1,4,'Hi Ethan,\r\n\r\n\r\n\r\nThe track would be great, I don\'t want to put you to too much trouble!\r\n\r\n\r\n\r\nKind Regards\r\n\r\n\r\n\r\n\r\n\r\nPhil'),(193,67,1,3,'Joseph Fernandez'),(194,67,1,2,'digitalonlineseomarktng@gmail.com'),(195,67,1,4,'Dear Ethanlewismaltby.com,\r\n\r\nI would like to take a few minutes from your schedule and ask for your attention towards Organic search engine traffic for your website : www.Ethanlewismaltby.com.\r\n\r\nAs '),(196,68,1,3,'Matt Fisher'),(197,68,1,2,'matt@mattfisherdrums.com'),(198,68,1,4,'Dear Ethan,\r\n\r\nI was just wondering if the noise ensemble is still touring and if you are ever looking for new members? If so I would be very interested in auditioning. I am a drummer / percussionist,'),(199,69,1,3,'sandanski'),(200,69,1,2,'cccp1995@naver.com'),(201,69,1,4,'please saving the UEFA europa league opening ceremony showtrack and award ceremony track part.1 and part.2 in your soundcloud.'),(202,70,1,3,'Macleish Day'),(203,70,1,2,'macleish_day@yahoo.com'),(204,70,1,4,'Hello Mr. Maltby,\r\nMy name is Macleish Day and I am a producer and actor of Film. I wanted to inquire if you would do me and the fellow producers of The Highwayman the honors of being our film Compose'),(205,71,1,3,'Simone Grinyer'),(206,71,1,2,'nigel.grinyer@btinternet.com'),(207,71,1,4,'Dear Mr Maltby, We are wondering if it is possible purchase the sheet music for \"Helpless\" (or indeed, for all the songs in \"Battle of the Boat\").  Helpless is a beautiful song and my 15 year old daug'),(208,72,1,3,'Michele Wallis '),(209,72,1,2,'michelecwallis@yahoo.co.uk'),(210,72,1,4,'Dear Mr Maltby \r\n\r\nMy daughter and I love your and Ms Donnelly\'s musical Battle of Boat. Its simply beautiful.  Is there a place where we can purchase the sheet music for the Musical?  Or just the son'),(211,73,1,3,'Doniella Taylor'),(212,73,1,2,'Della42003@gmail.com'),(213,73,1,4,'Hi,\r\n  I would like to know if the sheet music for own this world is available?\r\n    Thank You');
/*!40000 ALTER TABLE `wp_rg_lead_detail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rg_lead_detail_long`
--

DROP TABLE IF EXISTS `wp_rg_lead_detail_long`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rg_lead_detail_long` (
  `lead_detail_id` bigint(20) unsigned NOT NULL,
  `value` longtext DEFAULT NULL,
  KEY `lead_detail_key` (`lead_detail_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rg_lead_detail_long`
--

LOCK TABLES `wp_rg_lead_detail_long` WRITE;
/*!40000 ALTER TABLE `wp_rg_lead_detail_long` DISABLE KEYS */;
INSERT INTO `wp_rg_lead_detail_long` (`lead_detail_id`, `value`) VALUES (9,'Hi Ethan,\r\n\r\nI am a Music Industry Management student at Canterbury Christ Church University in Kent, and for my course I am required to write a lengthy dissertation whilst working with an organisation. Whilst I am not able to divulge the identity of the organisation in question, I have a title prepared which is: “This report will investigate the organisations dilemma regarding the impact that Musicians Union Regulations, both nationally and internationally, might have on a composer(s) choice of where to record their film score.”  To even begin this report I require access to the concerned regulations, so I can work alongside them, creating a structured flow to my project. I do not wish to criticise the regulations in any way, only use them to give feedback on how an organisation can improve their efficiency.\r\n\r\nRob Stillman informed me you may have some knowledge on this subject. Any help with this matter would be greatly appreciated, \r\n\r\nMany thanks, \r\n\r\nBen Knight.\r\n\r\nCanterbury Christ Church University. '),(15,'Hi Ethan,\r\n\r\nYou might remember we worked together on \'Mr Happy\' and \'My Precious Valentine\' 10 years ago…..\r\n\r\nPlease could you give me a call ASAP on 07986 362 447. Feel free to call as late as you like.\r\n\r\nThanks very much.\r\n\r\nPeter Cohen\r\n'),(18,'Hi Ethan \r\n\r\nLike the website. On a different note Linda has a problem that her pianist has been off and might not do a show at school. She may need someone who might be able to busk Godspell in broadstairs (tomorrow 29th and 30th) Paid obviously. Don\'t know if you have any contacts or ideas. My number is 07939596268. Apologies for contacting you this way but seem to have mislaid you numbers. I hope you are well. Mol '),(21,'Hi, \r\n\r\nLouis Newell gave your details and said you might be interested in some work. \r\n\r\nI wondered if you might be up for composing a  piece for the new Rockschool Piano Syllabus?\r\n\r\nIf you are interested, send me your email and I will send you the relevant forms, which contain all the details you need. \r\n\r\nAs far as money goes all the work upfront is unpaid, Rockschool pay on a royalty basis, for at least the duration of the syllabus which is six years. I can\'t promise any figures as it depends on sales. It\'s certainly worth around £300-400 per track over the six years. If this submission works out like I think it will, there will certainly be more work.\r\n\r\nAs long as you follow the spec and the commission, you should have no problems getting the commission accepted, but I must warn you we have rejected a lot of pieces in the past, so please send me early drafts so I can check you\'re on the right track!\r\n\r\nThe most successful people are those who send me early drafts and aren\'t afraid/don\'t get angry because they have to edit.\r\n\r\nLet me know if this is something you are interested in and I will send you more details.\r\n\r\nJames Uings\r\nRockschool Publishing Manager '),(24,'Hi Ethan,\r\n\r\nHow are you? I appear to have lost your email!:?\r\n\r\nI was wondering if you know of any reasonably priced singing teachers based in Canterbury? I am going up for a few Musicals and need a few lessons.\r\n\r\nMuch appreciated,\r\n\r\nCharlotte\r\n\r\nwww.charlottemounter.com '),(27,'Hello\r\nMy name is Sally Chittenden and I am a film, radio and television student from Canterbury Christchurch University. I am the sound designer of a student production team that is making a 30 second advertisement for the NAHEMI/KODAK Student Commercial Awards, and we were wondering if you would please help us compose some music for our piece.\r\n\r\nThe product that we are going to advertise is a pair of Babyliss Super Clippers (http://www.babyliss.co.uk/babyliss-men/super-clipper/) but we are not going to use the conventional clichés that are often associated with male grooming products, instead we are going to be working with the notion of Japanese Steel that was so emphasized in the brief. Here is our own brief on our story ideas and the style of music, which we are interested in. \r\n\r\nLength: 30 seconds\r\nTheme: Traditional Japanese drums, samurai war music. \r\nTone: Exciting, rhythmic\r\nDescription of scene:\r\nBegins similar to a typical cliché man grooming product advert with a masculine but slightly untidy man walking up to a steamed up mirror. As he prepares to shave, getting out the Babyliss Super shaver he wipes his hand across the mirror. In the reflection a masked figure peers over his shoulder. The masked figure attacks with a samurai sword, but the man dodges and weaves the blows whilst continuing to shave. Upon the third blow of the sword the man, who has finished shaving and is now suitably groomed turns around a blocks the sword with such a force that it disarms the figure. The figure who is impressed by both the strength of his shaver and the looks/skill of the man yields. Reveal the Babyliss logo on the clippers. The figure takes off the mask revealing long black hair, the figure is an beautiful Japanese woman who walks up to the man and strokes his face. End with logo and steam. \r\n\r\nDescription of wanted music:\r\nThe beginning of the track should be calm and smooth to imitate the ‘normal’ style of advert for this type of product. However upon the reveal of the warrior the music should some to a crescendo, the beats of the drums flowing with the moves of the blows of the swords. \r\nExamples\r\nhttp://www.youtube.com/watch?v=nf6gP3K3w5c&feature=related\r\nhttp://www.youtube.com/watch?v=iGb1H0081lw\r\nhttp://www.youtube.com/watch?v=SDCOw5xW8bA\r\n \r\nWe would be honoured if you would help us create an exciting and unique take on the brief, and we would credit you fully for all the music in the advertisement..  \r\nIf for some reason you cannot do this then we fully understand and appreciate that you must have a busy work schedule. \r\n\r\nWishing you the best of luck and success in all your ongoing and future projects. \r\n\r\nYours Sincerely\r\nSally Chittenden'),(30,'Hi Ethan, Grenville Hancox mentioned your name to me this morning. I am looking for a composer for a musical I want to write about Ada Lovelace. I am a professional writer and I think Ada would be a fabulous subject for a musical. I have listened to two of your pieces this morning and I loved them. Can we talk when convenient?\r\n\r\nWe are near neighbours I gather.\r\n\r\nBest regards\r\n\r\nJames\r\n\r\n\r\nJames Essinger\r\n43 Nunnery Fields\r\nCanterbury\r\nCT1 3JT\r\n \r\nTel: 01227 472874\r\nMob: 07831 259889\r\n\r\n'),(33,'Nice to meet you\r\nMy name is Daisuke Kimura of Japan.\r\nI graduated from the University of percussion music Senzokugakuenn, now, I have a performance activity.\r\nI love the \"Face Off\" was composed by you.\r\nI want to play,Is it possible to buy the sheet　music of this song is me?\r\n\r\n'),(36,'Hi Ethan\r\n\r\nI wanted to make an enquiry with you as to if you would be available to compose and produce the music for my new Show which I am performing around the world on Celebrity Cruises, Cunard and Royal Caribbean.\r\n\r\nMy name is Greg Scott (Violinist) and I can be contacted on my email address.\r\n\r\nI saw Drumchasers in Oxford and was really impressed with your work.  lease see more about me on www.gregscott.info\r\n\r\nI\'m back in the Uk in December and would be interested in meeting up with you to discuss further.  I love your percussive, original style and am also a massive fan of the music by Yanni.  My project would be to create a new show and Cd that I could sell on the cruise ships.  At the moment I normally sell 50 per show, which I would be happy to make a deal with you on.\r\n\r\nLook forward to hearing from you.\r\n\r\nGreg'),(42,'Dear Mr. Maltby,\r\n\r\nWould it be possible to call you tomorrow to discuss the possibility of you giving a masterclass at the Blackrock Animation Film Festival in Dublin, Ireland? We would be holding it on the 11th and 12th of October 2013. \r\n\r\nMy contact numbers are 0035312394750/00353863209697 or if you could send me your contact number, I would be very grateful.\r\n\r\nKind regards,\r\n\r\nFionnghuala Ni Neill,\r\nDun Laoghaire College of Art, Design and Technology, Dublin, Ireland'),(48,'Bonjour Mr Ethan Lewis Maltby. Je suis un jeune youtuber de 12 ans et j\'ai utilisé une de vos musiques sans savoir que je n\'en n\'avait pas le droit.Pour des questions de droits d\'auteur ma vidéo a été supprimée sans que je puisse vous demander l\'accord pour utiliser votre musique.\r\nDonc cher monsieur je voulais vous demander votre accord pour utiliser cette musique \"Begin The Odyssey\" et bien sûr en inscrivant votre nom et noter l\'adresse de votre site (ma vidéo a fait plus de 1000 vues).\r\nVotre accord serai ma plus grande joie.\r\nAvec toute mon attention.\r\nSivetyone Ky'),(51,'Dear Ethan Maltby,\r\n\r\nWe recently received a declaration form signed by you in support of Jenna Donnelly and her BA (Hons) in Commercial Music qualification from Canterbury Christchurch University. We now list this qualification as verified by our service. Please would you let us know that you are happy with this information. As part of our compliance process, we cross check all such declarations.\r\nMany thanks for your help.\r\n\r\nWith best wishes,\r\n\r\nLance\r\n\r\nMusicTeachers.co.uk'),(54,'Hello, can you please contact us regarding an unpaid invoice for C3U Records for £11.59. A copy of this was emailed to ethan.maltby@talktalk.net on 18.7.13 -can you please contact us via email or on 0208 378 7399 to discuss - Thank you'),(57,'Mulberry Handbags Outlet\r\nMulberry Bags Outlet\r\nMulberry Bags Sale\r\nMulberry Handbags Sale\r\nMulberry outlet sale\r\nMulberry On Sale\r\nMulberry Handbags Sale\r\nMulberry Sale UK\r\nMulberry Bags UK\r\nMulberry Bags Sale\r\nMulberry Handbags UK\r\nMulberry Sale\r\nMulberry Bags\r\nMulberry Handbags\r\nMulberry Handbags Sale http://www.hk-iscap.net'),(75,'You need targeted visitors for your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their website traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Check it out here: http://accessfree.info/1dxc'),(81,'Hi Ethan, \r\n\r\nHope you\'re good. I don\'t know if you recall we spoke at length at one point about some theatre stuff I was involved with. \r\n\r\nTo bring you up to date, I last year wrote a horror comedy movie that\'s currently with the producer of the \'Hellraiser\' movies. While he\'s off raising the money, I\'m preparing to shoot a short low budget film in London in early April. \r\n \r\nIt\'s an 11 minute black comedy suspense thriller horror called \'The Hands of a Collector\' and it\'s in the style of \'Tales From The Crypt\' and \'The Twilight Zone\'. We have a fantastic cast lined up and we\'re looking for a composer to score the film. I remembered you and thought I\'d touch base to offer you the chance to say yes or no! \r\n \r\nWe have about £100 to spend on a composer. I realise this is not a vast amount but we\'re managing - through sheer passion and dedication and people recognising we mean business - to get a great deal of high production value at a cost we can realistically afford and I really want the music to be an integral part of the story. \r\n\r\nThe film will be premiered at the Frightfest festival this summer (our turnaround time to shoot and complete post is pretty tight, but I\'m confident we can do it) and at a number of film festivals domestically and internationally, so it will be quite highly visible. \r\n\r\nIt\'s important to me that I work with people who are not only great at what they do and have a real sense of the film I\'m making, but also people that see what a great opportunity the film is to truly put something of themselves in it.\r\n \r\nIt\'s a small, intimate story told in a big way and I want to work with a composer that can help create this world musically. I want a dark, lonely, romantic score with moments to heighten the mystery and suspense, but the final act is all out terror, ending with a kind of quiet eeriness. I have a vague idea of where I\'d like the cues but I think that\'s best decided in collaboration. I guesstimate we\'d be looking at about six or seven minutes of music. \r\n\r\nWith the exception of some sample scores from other movies to give you an idea of the tone I\'m going for, you would have freedom to be as bold and creative as you wish. \r\n \r\nIf this interests you nothing would please me more than to have you work with us on this. Thanks for listening and I look forward to hearing from you!\r\n \r\nWith best wishes, \r\n \r\nAsh '),(84,'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it deserves. Visit us today: http://jtayl.org/qfm9\r\nLisa http://pay4by.cc/rnwh'),(132,'thanks for share!\r\nThis is the perfect choice for anyone looking for a vintage style 2013 http://www.9yfood.com/en/online.asp?/girl-on-toyota-supra-this-is-the-perfect-choice-for-anyone-looking-for-a-vintage-style-2013.html'),(171,'Hello, \r\n\r\nI saw your work with Spirit Young Performers company with Own This World and it was amazing I was wondering if you had the sheet music that you could send me because I can\'t stop listening to it and I really want to learn it on the piano. It is an amazing piece but if you had sheet music or a karaoke version I would love it even more :) thank you so much,\r\n\r\nAli Nauen'),(174,'I have posted my Festival contact with Jesús on the blog, and though that you might wish to know, as you are pictured / mentioned :\r\n\r\nhttp://unofficialcambridgefilmfestival.blogspot.co.uk/2014/10/camera-catalonia-at-cambridge-film.html\r\n\r\n\r\nCiao\r\n\r\n\r\n\r\nAnthony'),(180,'I\'ve just had a student come to me wanting to sing \"Own This World\" from \"Ada Lovelace\" after seeing it on YouTube. Is there some way one could obtain the sheet music? It\'s such a beautiful song! \r\n\r\nThanks for any help you can provide'),(189,'Hi,\r\n\r\n\r\n\r\n\r\nThanks for your quick response.\r\n\r\nYes, it would be for my daughter to perform to, it\'s such a lovely song and many of the lyrics are so meaningful to her life!\r\n\r\n\r\n\r\n\r\nKind Regards\r\n\r\n\r\n\r\n\r\nPhil'),(195,'Dear Ethanlewismaltby.com,\r\n\r\nI would like to take a few minutes from your schedule and ask for your attention towards Organic search engine traffic for your website : www.Ethanlewismaltby.com.\r\n\r\nAs a business Owner you might be interested to gain profit by placing your website on the first page of top search engines. Your website needs immediate improvement for some major issues with your website.\r\n\r\n1. Low online presence for many competitive keyword phrases.\r\n\r\n2. Social Media Profiles need a regular improvement.\r\n\r\n3. Your website need a mobile friendly Optimization to perform better in mobile searches.\r\n\r\nLooking at the above issues and other additional improvements for your website, I would like you to give us a chance to fix those issues. Our team of search engine and social media experts are here to serve you with best inputs. If you are interested.\r\n\r\nYou will feel the difference once you get services from our company as we never let our clients expectations go down. Being at the top left of Google (#1- #3 organic positions) is the best thing you can do for your company\'s website traffic and online reputation. You will be happy to know that, my team is willing to guarantee you 1st page Google ranking for most of your targeted local keyword phrases in our six month ongoing campaign.\r\n\r\nIf my proposal sound\'s interesting for your business goal, feel free to email us, or you can provide me with your phone number and the best time to call you. I am also available for an online meeting to present you this Website Audit Report.\r\n\r\n-----------------------------------------------------------------\r\nBest Regards,\r\nJoseph Fernandez\r\nMarketing Consultant\r\n\r\nPSI:  I am not spamming. I have studied your website and believe I can help with your business promotion. If you still want us to not contact you, you can ignore this email or ask to remove and I will not contact again.\r\n\r\nPS II: We do also provide website development and redesigning using future technologies such as HTML5 and Responsive Design to make your site more accessible in mobile phones, tablets etc.\r\n'),(198,'Dear Ethan,\r\n\r\nI was just wondering if the noise ensemble is still touring and if you are ever looking for new members? If so I would be very interested in auditioning. I am a drummer / percussionist, playing all sorts of world percussion as well as drum set. My website is www.mattfisherdrums.com if you would like more details and information on projects that I have been involved with. Hope to hear from you soon.\r\n\r\nMatt'),(204,'Hello Mr. Maltby,\r\nMy name is Macleish Day and I am a producer and actor of Film. I wanted to inquire if you would do me and the fellow producers of The Highwayman the honors of being our film Composer when we finish shooting principal photography. Our producer is keen to finishing this film that has taken almost a decade to make. Please let us know what your rates our so we can budget accordingly. \r\nThank you. '),(207,'Dear Mr Maltby, We are wondering if it is possible purchase the sheet music for \"Helpless\" (or indeed, for all the songs in \"Battle of the Boat\").  Helpless is a beautiful song and my 15 year old daughter who does a lot of musical theatre singing is keen to learn and perform it at school events etc.\r\nMany thanks,\r\nSimone Grinyer'),(210,'Dear Mr Maltby \r\n\r\nMy daughter and I love your and Ms Donnelly\'s musical Battle of Boat. Its simply beautiful.  Is there a place where we can purchase the sheet music for the Musical?  Or just the song Helpless?  We thank you for your assistance. \r\n\r\nRegards Michele Wallis ');
/*!40000 ALTER TABLE `wp_rg_lead_detail_long` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rg_lead_notes`
--

DROP TABLE IF EXISTS `wp_rg_lead_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rg_lead_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `lead_id` int(10) unsigned NOT NULL,
  `user_name` varchar(250) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `lead_id` (`lead_id`),
  KEY `lead_user_key` (`lead_id`,`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rg_lead_notes`
--

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

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

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

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(32,3,0),(33,3,0),(34,3,0),(454,4,0),(38,3,0),(143,3,0),(168,4,0),(172,4,0),(174,4,0),(176,4,0),(182,4,0),(184,4,0),(186,4,0),(188,4,0),(225,4,0),(315,1,0),(317,1,0),(7,1,0),(318,1,0),(319,1,0),(320,1,0),(15,1,0),(321,1,0),(351,1,0),(449,4,0),(458,4,0),(460,4,0),(463,4,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1,1,'category','',0,0),(2,2,'link_category','',0,7),(3,3,'nav_menu','',0,5),(4,4,'category','',0,14),(7,7,'link_category','',0,0),(8,8,'category','',0,0),(9,9,'category','',0,0),(10,10,'category','',0,0),(11,11,'category','',0,0),(12,12,'category','',0,0),(13,13,'category','',0,0),(14,14,'category','',11,0),(15,15,'category','',11,0),(16,16,'category','',11,0),(17,17,'category','',11,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'Main Menu','main-menu',0),(4,'Reviews','reviews',0),(7,'Links','links',0),(8,'Home Articles','home-articles',0),(9,'Home Slideshow Articles','home-slideshow-articles',0),(10,'News','news',0),(11,'Portfolio','portfolio',0),(12,'Services','services',0),(13,'Testimonials','testimonials',0),(14,'Video','video',0),(15,'Web Design','web-design',0),(16,'Logo &amp; Branding','logo-branding',0),(17,'Personal Work','personal-work',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:2:{s:13:\"administrator\";s:1:\"1\";s:17:\"gform_full_access\";s:1:\"1\";}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp330_saving_widgets,ngg-image_resize_pointer'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','537'),(15,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(16,1,'metaboxhidden_nav-menus','a:6:{i:0;s:8:\"add-post\";i:1;s:7:\"add-gig\";i:2;s:11:\"add-release\";i:3;s:17:\"add-stylico-slide\";i:4;s:12:\"add-post_tag\";i:5;s:9:\"add-genre\";}'),(17,1,'wp_user-settings','editor=tinymce&mfold=o&align=center&hidetb=1&m12=o&cats=pop&imgsize=full&ngg_upload_resize=1'),(18,1,'wp_user-settings-time','1421025233'),(19,1,'nav_menu_recently_edited','3'),(20,1,'closedpostboxes_post','a:0:{}'),(21,1,'metaboxhidden_post','a:7:{i:0;s:13:\"trackbacksdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";i:6;s:12:\"revisionsdiv\";}'),(22,1,'closedpostboxes_page','a:0:{}'),(23,1,'metaboxhidden_page','a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:7:\"slugdiv\";i:2;s:9:\"authordiv\";i:3;s:12:\"revisionsdiv\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1,'admin','$P$BaJwjHGTgdiRUhnWZT6siP5Vzf9Gmg.','admin','jenna_donnelly@yahoo.co.uk','','2012-01-05 14:12:33','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_vimeography_gallery`
--

DROP TABLE IF EXISTS `wp_vimeography_gallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_vimeography_gallery` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(150) NOT NULL,
  `date_created` datetime NOT NULL,
  `is_active` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_vimeography_gallery`
--

LOCK TABLES `wp_vimeography_gallery` WRITE;
/*!40000 ALTER TABLE `wp_vimeography_gallery` DISABLE KEYS */;
INSERT INTO `wp_vimeography_gallery` (`id`, `title`, `date_created`, `is_active`) VALUES (2,'Showreel','2014-01-08 14:31:49',1);
/*!40000 ALTER TABLE `wp_vimeography_gallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_vimeography_gallery_meta`
--

DROP TABLE IF EXISTS `wp_vimeography_gallery_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_vimeography_gallery_meta` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `gallery_id` mediumint(8) unsigned NOT NULL,
  `source_url` varchar(100) NOT NULL,
  `resource_uri` varchar(100) NOT NULL,
  `featured_video` varchar(100) DEFAULT NULL,
  `video_limit` mediumint(7) NOT NULL,
  `gallery_width` varchar(10) DEFAULT NULL,
  `cache_timeout` mediumint(7) NOT NULL,
  `theme_name` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_vimeography_gallery_meta`
--

LOCK TABLES `wp_vimeography_gallery_meta` WRITE;
/*!40000 ALTER TABLE `wp_vimeography_gallery_meta` DISABLE KEYS */;
INSERT INTO `wp_vimeography_gallery_meta` (`id`, `gallery_id`, `source_url`, `resource_uri`, `featured_video`, `video_limit`, `gallery_width`, `cache_timeout`, `theme_name`) VALUES (2,2,'https://vimeo.com/album/1811655','/albums/1811655','',25,'415px',3600,'bugsauce');
/*!40000 ALTER TABLE `wp_vimeography_gallery_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'ethanl6_ethanlewismaltbydata'
--

--
-- Dumping routines for database 'ethanl6_ethanlewismaltbydata'
--
/*!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 2019-04-23 13:23:50
