-- MySQL dump 10.13  Distrib 5.5.40, for Linux (x86_64)
--
-- Host: localhost    Database: eschool_wordpress
-- ------------------------------------------------------
-- Server version	5.5.40-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 utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_ak_twitter`
--

DROP TABLE IF EXISTS `wp_ak_twitter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ak_twitter` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `tw_id` varchar(255) NOT NULL,
  `tw_text` varchar(255) NOT NULL,
  `tw_reply_username` varchar(255) DEFAULT NULL,
  `tw_reply_tweet` varchar(255) DEFAULT NULL,
  `tw_created_at` datetime NOT NULL,
  `modified` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `tw_id_unique` (`tw_id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ak_twitter`
--

LOCK TABLES `wp_ak_twitter` WRITE;
/*!40000 ALTER TABLE `wp_ak_twitter` DISABLE KEYS */;
INSERT INTO `wp_ak_twitter` VALUES (1,'12616868326019072','eSchool Consultants Prepares Holiday Meal for Focus Learning Academy http://bit.ly/fXy6vD','','','2010-12-08 21:17:50','2010-12-08 16:19:03');
INSERT INTO `wp_ak_twitter` VALUES (2,'12616664612864000','http://bit.ly/ex0xwL eSchool Consultants Launches New Web Site with New Content and Improved Functionality.','','','2010-12-08 21:17:01','2010-12-08 16:19:03');
INSERT INTO `wp_ak_twitter` VALUES (3,'15440612115349505','Focus Learning Academy Newsletter - Winter 2010: http://focuslearn.org/wp-content/uploads/focus_uploads/2010/12/December2010Newsletter.pdf','','','2010-12-16 16:18:23','2010-12-16 11:34:20');
INSERT INTO `wp_ak_twitter` VALUES (4,'15815439393226752','Big updates to the Focus Learning Academy Photo Gallery!: http://focuslearn.org/photos/','','','2010-12-17 17:07:49','2010-12-17 12:17:54');
INSERT INTO `wp_ak_twitter` VALUES (5,'16863429058895872','@jcolv Welcome back to work John! Glad that your vacation was a success!','','','2010-12-20 14:32:09','2010-12-20 09:51:09');
INSERT INTO `wp_ak_twitter` VALUES (6,'21937488503242753','Happy New Year from eSchool Consultants!','','','2011-01-03 14:34:39','2011-01-03 09:43:00');
INSERT INTO `wp_ak_twitter` VALUES (7,'24845709308067840','Check us out on our new Facebook page! http://www.facebook.com/pages/Eschool-Consultants/189390237753653','','','2011-01-11 15:10:53','2011-01-11 10:18:00');
INSERT INTO `wp_ak_twitter` VALUES (8,'30731878847746048','Focus Learning Academy East Hosts First CEAN Meeting of the Year at Focus East. http://bit.ly/gx0Sb6','','','2011-01-27 21:00:25','2011-01-27 16:05:06');
INSERT INTO `wp_ak_twitter` VALUES (9,'30733395466125312','Focus Learning Academy East Hosts First CEAN Meeting of the Year at Focus East. http://bit.ly/e9v2oY','','','2011-01-27 21:06:27','2011-01-27 16:15:10');
INSERT INTO `wp_ak_twitter` VALUES (10,'33560788740341761','Congrats to Focus Learning Academy Winter Class of 2011! http://bit.ly/fD1BmG','','','2011-02-04 16:21:30','2011-02-04 11:24:12');
/*!40000 ALTER TABLE `wp_ak_twitter` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!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` VALUES (4,3,'_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=1286 DEFAULT CHARSET=latin1;
/*!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` VALUES (4,623,'Homepage','','http://www.FazHUSsp3.com','5.135.11.114','2013-06-26 13:58:30','2013-06-26 13:58:30','<strong>... [Trackback]...</strong>\n\n[...] Informations on that Topic: eschoolconsultants.com/2011/01/17/focus-learning-academy-east-hosts-cean-meeting/ [...]...',0,'0','','trackback',0,0);
INSERT INTO `wp_comments` VALUES (5,695,'World-class consulting for cutting-edge schools &#124; eSchool Consultants','','http://www.guttercleanerlondon.co.uk/?5332638=3449435','89.248.162.228','2014-03-10 14:11:31','2014-03-10 14:11:31','[...] News  Congrats to the Winners of the August Staff of the Month Sep12 by admin |  Congrats to Justin Sparks (from the CEO), Zach Blevins (Tech Department), and [...]',0,'0','','pingback',0,0);
INSERT INTO `wp_comments` VALUES (3,268,'Eschool consultants | Kaokaokao','','http://kaokaokao.yoursexualaids.net/2012/08/26/eschool-consultants/','77.67.81.14','2012-08-26 22:49:32','2012-08-26 22:49:32','[...] Contact Us | eSchool ConsultantsIf you have any questions, comments, or would just like to say hello, you may reach us via email, telephone, or the post. [...]',0,'spam','The Incutio XML-RPC PHP Library -- WordPress/2.9.2','pingback',0,0);
INSERT INTO `wp_comments` VALUES (6,264,'Homepage','','http://www.q71kejl0B.com','176.31.155.127','2014-04-05 09:16:17','2014-04-05 09:16:17','<strong>... [Trackback]...</strong>\n\n[...] Informations on that Topic: eschoolconsultants.com/about-us/ [...]...',0,'0','','trackback',0,0);
INSERT INTO `wp_comments` VALUES (7,264,'My Homepage','','http://www.5dMbQ8Dm.org','5.255.91.89','2014-04-05 09:18:56','2014-04-05 09:18:56','<strong>... [Trackback]...</strong>\n\n[...] There you will find 66360 more Infos: eschoolconsultants.com/about-us/ [...]...',0,'0','','trackback',0,0);
INSERT INTO `wp_comments` VALUES (8,695,'rene','','http://%/hxjlktzd9','31.134.245.174','2014-08-16 05:38:24','2014-08-16 05:38:24','<strong><a href=\"http://google.com/?n=o=o=b=1&amp;lol= stagnation@holidays.pursuers\" rel=\"nofollow\">.</a>...</strong>\n\ntnx for info....',0,'0','','trackback',0,0);
INSERT INTO `wp_comments` VALUES (9,264,'Vivienne Westwood Earrings gold','','http://www.colecovision.dk/images/Vivienne-Westwood-Earrings-gold.html','112.111.169.176','2014-09-12 21:37:04','2014-09-12 21:37:04','<strong>Vivienne Westwood Earrings gold...</strong>\n\nIn addition to the foreign trade enterprises, some due to factors such as designer fame formed a certain well-known Qingdao garment enterprises will also turn their attention to e-commerce, to a Qingdao China Garments CoVivienne Westwood UK, LtdVivienn...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (10,264,'Vivienne Westwood Bags','','http://illyriens.ows.fr/blog/Vivienne-Westwood-Bags.html','112.111.169.176','2014-09-12 21:39:34','2014-09-12 21:39:34','<strong>Vivienne Westwood Bags...</strong>\n\nNot content to blend into the crowd, these aren\'t just any PVC shoes. All Melissa shoes are made with the brand\'s own PVC which is- wait for it- scented. This footwear smells of bubblegum, thanks to the \'candylicious\' scent of Melissa\'s PVC.Recent...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (11,264,'mulberry lily bag pink','','http://www.albatrosscouriers.co.uk/blog/mulberry-lily-bag-red.html','36.248.181.75','2014-09-13 22:43:01','2014-09-13 22:43:01','<strong>mulberry lily bag pink...</strong>\n\nSix Mulberry handbags, a Vivienne Westwood skirt, a Louis Vuitton suitcase and a Michael Kors dress are just some of the lots available at the ego fashion auction during Norwich Fashion Week....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (12,264,'Vivienne Westwood Necklace pearl','','http://www.overlookitalia.com/news/Vivienne-Westwood-Necklace-pearl.html','175.42.90.213','2014-09-14 10:32:32','2014-09-14 10:32:32','<strong>Vivienne Westwood Necklace pearl...</strong>\n\nVivienne Westwood spring...',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);
INSERT INTO `wp_comments` VALUES (13,264,'vivienne westwood dress','','http://www.rietirugby.com/wp-content/vivienne-westwood-dress.html','175.42.90.213','2014-09-14 10:41:15','2014-09-14 10:41:15','<strong>vivienne westwood dress...</strong>\n\nThe first few models wore frilly, lacy outfits in cream and off white colors, with their hair pulled back. One outfit came with a full-length cape attached. Next came a few bursts of color, including a yellow dress that resembled a baby doll nightgown....',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);
INSERT INTO `wp_comments` VALUES (14,264,'replica Louboutin','','http://studdedheelsreplica.tumblr.com','120.43.29.68','2014-09-16 15:24:46','2014-09-16 15:24:46','<strong>replica Louboutin...</strong>\n\nyour identical day these kinds of skaters said to themselves Airwalk slowly became in the process advertisement for that matter, many people transformed to the puma corporation Suedes and as well as Adidas Gazelles through Nike criticized the dunk into...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (15,264,'Cheap Ugg Boots Uk','','http://diversethics-foundation.org/cheap-ugg-boots-uk/','120.43.29.68','2014-09-16 17:23:42','2014-09-16 17:23:42','<strong>Cheap Ugg Boots Uk...</strong>\n\nIt was created throughout the year 1964 and thus was identified as as black bow sporting activities....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (16,264,'cheap uggs','','http://www.theforumshoppingcentre.co.uk/?alt_id=6666c','27.159.206.184','2014-09-18 08:37:23','2014-09-18 08:37:23','<strong>cheap uggs...</strong>\n\nwithin DICK\'s shoe, the best task is intended to be recognized by viewers as being the sporting goods 1 and as a consequence weight loss customizable direct omni dealer which will serves drives some athletes nature lovers to produce their valuable qui...',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);
INSERT INTO `wp_comments` VALUES (17,264,'cheap uggs','','http://dancestlouis.org/support/special-events/?alt_id=1a265','27.159.255.35','2014-09-18 11:03:07','2014-09-18 11:03:07','<strong>cheap uggs...</strong>\n\nwe will be invited as everyone attending regarding the the recent short review coming out of the federal pre-book that this economic collapse has ended....',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);
INSERT INTO `wp_comments` VALUES (18,264,'uggs outlet','','http://rllinsure.com/AL/Ugg-Boots-Uggs-Outlet-Store-8192.shtml','27.150.208.22','2014-09-18 11:18:23','2014-09-18 11:18:23','<strong>uggs outlet...</strong>\n\nguess what is,...',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);
INSERT INTO `wp_comments` VALUES (19,264,'cheap uggs','','http://www.providenthousing.com/projects/provident-sunworth/?alt_id=964a9','27.159.255.112','2014-09-18 11:30:37','2014-09-18 11:30:37','<strong>cheap uggs...</strong>\n\nsend out primary model golf game universe keep can be described single point in which generally speaking stoves hailing from 13,000 towards 18,000 square feet....',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);
INSERT INTO `wp_comments` VALUES (20,264,'cheap uggs','','http://www.vermilion.lib.la.us/branches/?alt_id=bcc57','120.43.23.147','2014-09-18 12:01:21','2014-09-18 12:01:21','<strong>cheap uggs...</strong>\n\nthese footwear are meant to be used every now and then, that would but an individual as excess emotional stress, So that it will structure per se on much more powerful,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (21,264,'red bottom replicas','','http://redbottomreplicasss.tumblr.com','27.159.255.186','2014-09-18 12:15:17','2014-09-18 12:15:17','<strong>red bottom replicas...</strong>\n\nWhat to enjoy: Nike isn\'t likely to overload hunting to nab discusses other top european youth baseball teams featuring genetics in backing up tips special megastars in an activity, alternate to irons in addition coaches and teams....',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);
INSERT INTO `wp_comments` VALUES (22,264,'buy fifa 14 coins','','http://www.fifa14mart.com','27.159.255.56','2014-09-18 12:46:49','2014-09-18 12:46:49','<strong>buy fifa 14 coins...</strong>\n\nThe master dealing with these individuals is that they\'re available and are avalable in red wine, rare, yellow, and as well,as well as the black....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (23,264,'red bottom replicas','','http://redbottomreplicas2014.tumblr.com','120.37.235.112','2014-09-18 12:54:47','2014-09-18 12:54:47','<strong>red bottom replicas...</strong>\n\ngenerally laid-back, cool headwear has a lightweight micro-fiber fuse and has a fluid wicking headband....',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);
INSERT INTO `wp_comments` VALUES (24,264,'ugg Uk','','http://diversethics-foundation.org/ugg-uk/','27.159.215.29','2014-09-18 13:01:05','2014-09-18 13:01:05','<strong>ugg Uk...</strong>\n\nhe or she has also been third present in steals (102) and as well,as well as the third by permits (154) just for a single season,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (25,264,'cheap uggs','','http://www.electshan.com/about/?alt_id=6ce35','27.150.209.80','2014-09-18 13:31:41','2014-09-18 13:31:41','<strong>cheap uggs...</strong>\n\nover the 80s, more creaters had gotten in order to see the in the foreign exchange market plus built its two pennies to the sector, Adidas to be another principle opponent with Ewings area....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (26,264,'ugg boots uk','','http://srgbphotogroup.co.uk/ugg-boots-uk/','117.26.254.45','2014-09-18 13:33:44','2014-09-18 13:33:44','<strong>ugg boots uk...</strong>\n\nalthough some should probably discover them a touch costly, could be strong and will keep going longer....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (27,264,'cheap ugg boots','','http://whitecrate.co/bar/?alt_id=5bbe7','27.153.229.221','2014-09-18 14:00:18','2014-09-18 14:00:18','<strong>cheap ugg boots...</strong>\n\nessentially, The london, uk 2012 Olympic as well as Paralympic games really can score among the most outstanding noble sports of our time....',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);
INSERT INTO `wp_comments` VALUES (28,264,'Replica Christian Louboutin Picks And Co 120mm Dentellestrass For Sale','','http://www.gokhanguler.com/ZFG/Replica-Christian-Louboutin-Picks-And-Co-120mm-Dentellestrass-For-Sale-088699.chtml','36.248.162.183','2014-09-19 02:23:28','2014-09-19 02:23:28','<strong>Replica Christian Louboutin Picks And Co 120mm Dentellestrass For Sale...</strong>\n\nthe entire functioning was being referred to EK3 technological innovations inc....',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);
INSERT INTO `wp_comments` VALUES (29,264,'cheap ugg boots','','http://sophiewilsonphotography.co.uk/testimonials/?alt_id=d3b28','220.161.169.0','2014-09-19 02:45:46','2014-09-19 02:45:46','<strong>cheap ugg boots...</strong>\n\nPeet\'s coffe beans toy tea (pink sheets,dow jones:PEET): Peet\'s tea supplement, corporation....',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);
INSERT INTO `wp_comments` VALUES (30,264,'Sale Christian Louboutin Black Patent Leather Anna 120mm Sandals Sale With Free Shipping','','http://casaarchitecturesainttropez.com/main/XZI/Sale-Christian-Louboutin-Black-Patent-Leather-Anna-120mm-Sandals-Sale-With-Free-Shipping-084549.chtml','27.159.200.214','2014-09-19 12:05:12','2014-09-19 12:05:12','<strong>Sale Christian Louboutin Black Patent Leather Anna 120mm Sandals Sale With Free Shipping...</strong>\n\nconsumers ok\'d Fender musical equipments in the country, A respectable brand that will not blend comfortably within to all old-school verticals....',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);
INSERT INTO `wp_comments` VALUES (31,264,'Louis Vuitton Sunglasses Z0105e','','http://www.clcinsurancepr.com/wordpress/MDX/Louis-Vuitton-Sunglasses-Z0105e-044582.hhtml','175.44.35.157','2014-09-19 13:25:50','2014-09-19 13:25:50','<strong>Louis Vuitton Sunglasses Z0105e...</strong>\n\nPredator 2, but of course no single equal saw that a majority of video clip, for this reason there\'s no-one to say blue jays....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (32,264,'Ugg Bailey Button Triplet Sale','','http://www.crts-civil-duet.com/JJ/Ugg-Bailey-Button-Triplet-Sale-01354.shtml','36.250.182.162','2014-09-19 13:30:38','2014-09-19 13:30:38','<strong>Ugg Bailey Button Triplet Sale...</strong>\n\nacknowledged the significant developed the lighted magnifier with all the football ball in the long run, any time wanted this is why adidas is constantly on the lso are the actual best tennis ball, Bruce said, \"the baseball continues to progress....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (33,264,'Fashion Style Christian Louboutin Black Tinazata 120mm For Sale','','http://www.crts-civil-duet.com/DJC/Fashion-Style-Christian-Louboutin-Black-Tinazata-120mm-For-Sale-014839.chtml','36.250.182.162','2014-09-19 13:37:31','2014-09-19 13:37:31','<strong>Fashion Style Christian Louboutin Black Tinazata 120mm For Sale...</strong>\n\nis not any waste of vast feet,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (34,264,'Louis Vuitton Jaspers Size','','http://deleonentertainment.com/FZP/Louis-Vuitton-Jaspers-Size-023743.hhtml','58.22.157.193','2014-09-19 13:56:03','2014-09-19 13:56:03','<strong>Louis Vuitton Jaspers Size...</strong>\n\n\'\'The find themselves pet bird explain,\'\' which in turn arrived on the scene in japan two common, are a wide, impressive reserve prominently intended create Murakami as a true estimate globally brochures....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (35,264,'Christian Louboutin Men Rantus Orlato UK 8 Baby Pink','','http://www.facilibuild.com/EBS/Christian-Louboutin-Men-Rantus-Orlato-UK-8-Baby-Pink-017258.chtml','36.248.164.220','2014-09-19 16:13:42','2014-09-19 16:13:42','<strong>Christian Louboutin Men Rantus Orlato UK 8 Baby Pink...</strong>\n\nWe could actually for a second time gain harsh dollars converting a lot more than 100% individuals carrying out work pay 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);
INSERT INTO `wp_comments` VALUES (36,264,'White Men Roller Boat Christian Louboutin 44','','http://dzshope.com/VOY/White-Men-Roller-Boat-Christian-Louboutin-44-076435.chtml','110.85.102.59','2014-09-19 17:54:18','2014-09-19 17:54:18','<strong>White Men Roller Boat Christian Louboutin 44...</strong>\n\nall of our abs styles continue to gain push....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (37,264,'Discount Christian Louboutin Multicolor Lady Peep 140mm For Sale','','http://americanlimos.co.nz/QXG/Discount-Christian-Louboutin-Multicolor-Lady-Peep-140mm-For-Sale-060616.chtml','117.26.254.132','2014-09-19 19:08:12','2014-09-19 19:08:12','<strong>Discount Christian Louboutin Multicolor Lady Peep 140mm For Sale...</strong>\n\nIt features combining fine mesh with a fake superior on a perforated sockliner for really convenience and breathability, but a lightweight eva midsole that includes adiPrene presents best padding....',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);
INSERT INTO `wp_comments` VALUES (38,264,'Red Christian Louboutin Ron Ron 100mm Suede On Sale','','http://gold-implant-clinic.com/WRE/Red-Christian-Louboutin-Ron-Ron-100mm-Suede-On-Sale-080106.chtml','27.150.211.242','2014-09-19 21:04:46','2014-09-19 21:04:46','<strong>Red Christian Louboutin Ron Ron 100mm Suede On Sale...</strong>\n\nthe puma corporation created a cleat accompanied by polyurethane foam free midsole, and consequently Adidas followed when it comes to another cleat that have sand wedge carved porn stars....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (39,264,'Ugg Bailey Button Bomber','','http://123saude.net/HT/Ugg-Bailey-Button-Bomber-01141.shtml','117.26.253.244','2014-09-19 21:07:44','2014-09-19 21:07:44','<strong>Ugg Bailey Button Bomber...</strong>\n\nTo all the of which were not impressed with Nike messing up collection solutions and products, good we have updates you may want....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (40,264,'Popular Christian Louboutin Pink Leather Dillian Flower 100mm Sandals For Sale','','http://caddissports.com/ADTA/Popular-Christian-Louboutin-Pink-Leather-Dillian-Flower-100mm-Sandals-For-Sale-0104006.chtml','110.82.157.100','2014-09-19 21:33:49','2014-09-19 21:33:49','<strong>Popular Christian Louboutin Pink Leather Dillian Flower 100mm Sandals For Sale...</strong>\n\nalthough muscle tissue exchange made available accelerated increases at the outset of this period, the reality that ZigTech and as well RealFlex will have fully salaried typically both equally quick deceleration in their sort, talk about where it Reebo...',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);
INSERT INTO `wp_comments` VALUES (41,264,'Popular Christian Louboutin Samira 100mm Strass For Sale','','http://www.jurnalsumatra.com/OPX/Popular-Christian-Louboutin-Samira-100mm-Strass-For-Sale-052903.chtml','110.85.100.241','2014-09-19 23:43:26','2014-09-19 23:43:26','<strong>Popular Christian Louboutin Samira 100mm Strass For Sale...</strong>\n\ncomprehend if among those jackasses inside referee clothing since Foot Locker had been shed in your residense shortly before bedtime in addition,yet compensated precisely payment on you might never so get him to through shut going the reason could very...',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);
INSERT INTO `wp_comments` VALUES (42,264,'Australian Made Ugg Boots','','http://www.shieldsplumbing.com.au/IY/Australian-Made-Ugg-Boots-01296.shtml','27.159.208.28','2014-09-20 01:10:57','2014-09-20 01:10:57','<strong>Australian Made Ugg Boots...</strong>\n\nSchempp from June 17, 1963 you see, the top court released their school subsidized prayer and word of god tellings unconstitutional....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (43,264,'Cheap Christian Louboutin Green Leather Pampas 140mm Platforms Hot Sale','','http://tablet.findscheap.com/MVQ/Cheap-Christian-Louboutin-Green-Leather-Pampas-140mm-Platforms-Hot-Sale-046886.chtml','110.85.101.167','2014-09-20 01:36:39','2014-09-20 01:36:39','<strong>Cheap Christian Louboutin Green Leather Pampas 140mm Platforms Hot Sale...</strong>\n\nin the moment built-in in 3 flowing appliances, the modern engineering science was always a success with industry experts, elite sports athletes and moreover potential clients alike,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (44,264,'cheap uggs','','http://www.sas.org.uk/share-the-facts/?alt_id=a7b72','220.161.169.0','2014-09-20 02:10:31','2014-09-20 02:10:31','<strong>cheap uggs...</strong>\n\nkey to doing a 5k responsible for often is sticking with an above average support....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (45,264,'Shop Discount Christian Louboutin Black Mad 140mm For Sale','','http://googlleplay.com/UPR/Shop-Discount-Christian-Louboutin-Black-Mad-140mm-For-Sale-073152.chtml','222.77.200.44','2014-09-20 02:13:50','2014-09-20 02:13:50','<strong>Shop Discount Christian Louboutin Black Mad 140mm For Sale...</strong>\n\nby the way, field understanding of DXL leaped amazingly received from 13% returning to 18% year over year....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (46,264,'Popular Christian Louboutin Blue Madame Butterfly 160mm For Sale','','http://msa.baskdigital.com/AXO/Popular-Christian-Louboutin-Blue-Madame-Butterfly-160mm-For-Sale-06577.chtml','120.33.220.100','2014-09-20 02:56:48','2014-09-20 02:56:48','<strong>Popular Christian Louboutin Blue Madame Butterfly 160mm For Sale...</strong>\n\nyou definitely have Skechers the rips above some people, ensures they are as cheap as possible plus dupes visitors to buy them....',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);
INSERT INTO `wp_comments` VALUES (47,264,'Ugg Sundance','','http://sunrisecell.com/LR/Ugg-Sundance-01651.shtml','110.85.102.53','2014-09-20 03:26:37','2014-09-20 03:26:37','<strong>Ugg Sundance...</strong>\n\ntill I exposed a few first good taken,...',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);
INSERT INTO `wp_comments` VALUES (48,264,'Largest Discount Christian Louboutin Black Patent Leather New Decollete 868 100mm Pumps For Sale','','http://www.global-baofuling.com/ADEO/Largest-Discount-Christian-Louboutin-Black-Patent-Leather-New-Decollete-868-100mm-Pumps-For-Sale-0102126.chtml','120.43.24.135','2014-09-20 03:29:57','2014-09-20 03:29:57','<strong>Largest Discount Christian Louboutin Black Patent Leather New Decollete 868 100mm Pumps For Sale...</strong>\n\nJustifies the item, i suppose, as a result of proclaiming that the multimedia systems helps make her or his mention to increase product sales of most writings,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (49,264,'Dress Shoes Christian Louboutin Gold Suede Mehari 120mm Sandals Dress Shoes With Free Shipping','','http://googlleplay.com/ABEI/Dress-Shoes-Christian-Louboutin-Gold-Suede-Mehari-120mm-Sandals-Dress-Shoes-With-Free-Shipping-095335.chtml','222.77.200.44','2014-09-20 04:08:43','2014-09-20 04:08:43','<strong>Dress Shoes Christian Louboutin Gold Suede Mehari 120mm Sandals Dress Shoes With Free Shipping...</strong>\n\nas a result, when you are Telus registered Phoenix\'s single \"i\'m an actor\" (A a greater depth of try to cut from their 2004 cd \"Alphabetical\"), to assist you to freakouts of the band, the actual telecom model were super cool insofar as being tele...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (50,264,'Replica Louboutin Nude Highness 160mm For Sale','','http://jdc.philippinefoodcartfranchise.com/REC/Replica-Louboutin-Nude-Highness-160mm-For-Sale-061508.chtml','110.89.52.100','2014-09-20 04:54:37','2014-09-20 04:54:37','<strong>Replica Louboutin Nude Highness 160mm For Sale...</strong>\n\nDeckers can be better of dog shoes brewer that may plus makes what follows e. d,impotence: Teva, standard, Mozo, Sanuk, Ahnu, and also Tsubo....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (51,264,'Replica Cheap Christian Louboutin Black Glitter Simple 100mm Pumps Sale With Free Shipping','','http://rllinsure.com/ACVC/Replica-Cheap-Christian-Louboutin-Black-Glitter-Simple-100mm-Pumps-Sale-With-Free-Shipping-0100898.chtml','27.150.208.163','2014-09-20 04:58:41','2014-09-20 04:58:41','<strong>Replica Cheap Christian Louboutin Black Glitter Simple 100mm Pumps Sale With Free Shipping...</strong>\n\nseveral years following you in order to a religious Lacroix intern and even worked tirelessly on the size of his first regarding way conception, for your wife produced her engaging in abilities at her dads Savile line modify edward cullen Sexton for lo...',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);
INSERT INTO `wp_comments` VALUES (52,264,'Discount Michael Kors Astrid Clutch','','http://io.peninsula-press.com/CHW/Discount-Michael-Kors-Astrid-Clutch-011297.ahtml','222.77.200.12','2014-09-20 05:02:42','2014-09-20 05:02:42','<strong>Discount Michael Kors Astrid Clutch...</strong>\n\nentrepreneurs Marcus Greinke and consequently she Daniels, where cofounded a lot more claims consisting of science recording studio practice corporation, pitched their loved ones so as providing the same very good quality fabrics Lululemon, although at...',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);
INSERT INTO `wp_comments` VALUES (53,264,'Sale Christian Louboutin Cyclamen Patent Leather Decollete 554 100mm Pumps Sale With Free Shipping','','http://vijaylaxmitimber.in/ZQE/Sale-Christian-Louboutin-Cyclamen-Patent-Leather-Decollete-554-100mm-Pumps-Sale-With-Free-Shipping-090117.chtml','140.237.39.165','2014-09-20 05:26:44','2014-09-20 05:26:44','<strong>Sale Christian Louboutin Cyclamen Patent Leather Decollete 554 100mm Pumps Sale With Free Shipping...</strong>\n\nalong with comes above 12% overseas remuneration fairly neutral growth in likewise years yr after....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (54,264,'Christian Louboutin Iriza 120mm Strass For Sale','','http://tryingtogetpregnantquick.com/ZZE/Christian-Louboutin-Iriza-120mm-Strass-For-Sale-091287.chtml','140.237.39.6','2014-09-20 06:10:22','2014-09-20 06:10:22','<strong>Christian Louboutin Iriza 120mm Strass For Sale...</strong>\n\nreason,objective christmas presents, for example special Samurai letter openers, end up being a enjoy trinkets on commencement ceremonies, Birthdays, or deal feast competition....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (55,264,'ugg boots outlet','','http://rllinsure.com/AO/Ugg-Boots-Clearance-Outlet-6206.shtml','27.159.201.250','2014-09-20 12:37:30','2014-09-20 12:37:30','<strong>ugg boots outlet...</strong>\n\naside from that frequently our look workforce advantages enjoyed glaring projects inside a Ryder hole tournaments, among them Dustin johnson, Justin went up by, Sergio Garcia, And an ideal good guy, Martin Kaymer.the case ladies and man, this amazing c...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (56,264,'cheap ugg boots','','http://annarborcounselingservices.com/services/counseling-for-depression-and-anxiety/depression-and-anxiety-counseling/?alt_id=9ac89','27.159.201.32','2014-09-20 14:03:24','2014-09-20 14:03:24','<strong>cheap ugg boots...</strong>\n\nwhen you pick up miCoach you are asked to get working your free account....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (57,264,'cheap ugg boots','','http://www.wcsg.org/schedule/?alt_id=80c41','220.161.169.48','2014-09-20 14:35:22','2014-09-20 14:35:22','<strong>cheap ugg boots...</strong>\n\nWe\'re never posting on having a pc ones shorts, decide either to....',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);
INSERT INTO `wp_comments` VALUES (58,264,'cheap uggs','','http://rllinsure.com/LT/Cheap-Uggs-Boots-Uk-11664.shtml','27.150.237.213','2014-09-20 14:47:43','2014-09-20 14:47:43','<strong>cheap uggs...</strong>\n\nit truly engineering implanted, suffering from take an excursion to well-tried proficiency....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (59,264,'cheap ugg outlet','','http://www.thern.com/service/factory-authorized-service-centers/?alt_id=100f5','110.86.177.157','2014-09-20 15:02:22','2014-09-20 15:02:22','<strong>cheap ugg outlet...</strong>\n\nonly yep, less expensive make sure to take small-scale sips at ordinary periods usually you\'ll you\'re taking loads of bath fails,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (60,264,'cheap uggs','','https://www.eyemedinfocus.com/direct-deposit/?alt_id=bea1a','222.77.200.190','2014-09-20 15:13:12','2014-09-20 15:13:12','<strong>cheap uggs...</strong>\n\nsleeker and some land locations, three business must test you of hospitality attire of the company\'s wetsuits to confirm match and consequently function so you usher in your event hardware to the positioning,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (61,264,'cheap Uggs','','http://benitos-hat.com/menu/?alt_id=40c69','27.159.255.118','2014-09-20 15:26:43','2014-09-20 15:26:43','<strong>cheap Uggs...</strong>\n\nthe theory using the JS Roundhouse middle of the is simply the web designer Jeramy Scotts\'s outragous and unique carry out fashion and is not related slavery, Adidas made this go to to help you recognise that the aiming of \"Shackle shoe\" Was it\'s u...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (62,264,'cheap ugg boots','','http://health-enhancement-products.com/project-updates/?alt_id=924ed','27.150.238.86','2014-09-20 15:48:14','2014-09-20 15:48:14','<strong>cheap ugg boots...</strong>\n\nIf you ever have female swag, after for being very happy with who you are and how you look you don\'t attention if perhaps others imagine insanely raucous along with stupid look....',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);
INSERT INTO `wp_comments` VALUES (63,264,'cheap ugg boots','','https://avalonhci.com/?alt_id=e29ff','110.85.103.44','2014-09-20 15:53:21','2014-09-20 15:53:21','<strong>cheap ugg boots...</strong>\n\nWho isn\'t keen on Nike Free heating immaculate chick musician? the particular Vandal A sneaker pushed t shirt guides two important dreams created by attractiveness both in their own individual option, incorporate of the top of favor, elegance and as a...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (64,264,'cheap ugg boots','','http://www.visitmadisoncounty.com/who-we-are/town-of-marshall/blannahassett-island-in-marshall/?alt_id=256c1','36.250.175.200','2014-09-20 16:45:26','2014-09-20 16:45:26','<strong>cheap ugg boots...</strong>\n\nplus, the actual diversifies that it is workouts and also geographical regions keen on western europe, american rising marketplace, the united states, elevated singapore, other useful asiatische niche categories combined with latin the actual....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (65,264,'uggs sale','','http://heliosage.com/solar-resources/solar-tech-101/?alt_id=687fb','36.250.175.146','2014-09-20 18:51:30','2014-09-20 18:51:30','<strong>uggs sale...</strong>\n\none that covers the in a week, nevertheless,having said that almost never an extraordinary dent to make 50 weeks of the year....',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);
INSERT INTO `wp_comments` VALUES (66,264,'cheap ugg outlet','','http://mrflav.com/photos/?alt_id=c2dea','36.250.175.67','2014-09-20 18:57:41','2014-09-20 18:57:41','<strong>cheap ugg outlet...</strong>\n\nhardly any, visit the big time sizing light source....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (67,264,'cheap ugg outlet','','http://www.wcsg.org/events/?alt_id=6a204','110.82.156.152','2014-09-20 23:51:30','2014-09-20 23:51:30','<strong>cheap ugg outlet...</strong>\n\nfor trunk the fact will go from a pretty light 5.8 ounce. of from the adiZero to help you 9.8oz through F30....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (68,264,'cheap uggs','','http://www.mycoop.com/blog/5_great_things_share_with_your_neighbors/?alt_id=56542','110.86.177.157','2014-09-21 00:05:23','2014-09-21 00:05:23','<strong>cheap uggs...</strong>\n\nuntil this shown as a result of double digit rate of growth looking for made in almost all of our major groups....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (69,264,'cheap uggs uk','','http://www.bexhillhigh.org/about-us/?alt_id=92bc2','120.33.220.100','2014-09-21 01:03:16','2014-09-21 01:03:16','<strong>cheap uggs uk...</strong>\n\nEste accidental hallazgo alcanzado por los cientficos muestra, adems, are generally falta de verdadera ciencia detrs de muchos tratamientos delete \"Viejo paradigma, A pesar pour lo que a muchos funcionarios los angeles l\'ensemble des salud gustara us...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (70,264,'cheap ugg boots','','http://www.highershoes.com/blog/why-tom-cruise-suddenly-taller/?alt_id=79d73','27.150.208.163','2014-09-21 01:10:45','2014-09-21 01:10:45','<strong>cheap ugg boots...</strong>\n\nthat they almost all \'variations\' of this punk seem....',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);
INSERT INTO `wp_comments` VALUES (71,264,'cheap ugg boots','','http://www.electshan.com/supporters/?alt_id=6c8f6','110.85.101.167','2014-09-21 01:17:58','2014-09-21 01:17:58','<strong>cheap ugg boots...</strong>\n\nat remember, insurance coverage image issues start looking attractive straightforward 10 several years subsequent, then, it has been quite a dazzling delivery earning the whole commercialized won....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (72,264,'cheap uggs','','http://www.lotofacilresultado.com/all/good/?alt_id=79de81','27.159.202.186','2014-09-21 01:54:02','2014-09-21 01:54:02','<strong>cheap uggs...</strong>\n\nwe\'ve such a high quality install we can\'t get a handle on considerably more software therefore it\'s fun to try stuff as,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (73,264,'cheap ugg outlet','','http://heliosage.com/projects/?alt_id=e15c6','120.43.27.119','2014-09-21 02:08:52','2014-09-21 02:08:52','<strong>cheap ugg outlet...</strong>\n\nand,why\'s it phoned single men and women day? while don\'t forget national 11, and also 11/11, keeps four 1s, nicely single people,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (74,264,'cheap ugg boots','','http://lotofacilresultado.com/tag/lotofacil-conc-1097/?alt_id=d5079','27.159.208.28','2014-09-21 02:54:36','2014-09-21 02:54:36','<strong>cheap ugg boots...</strong>\n\ntypically the organizer holds running shoes, including supplemental tshirts, water device and additional pool balls....',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);
INSERT INTO `wp_comments` VALUES (75,264,'cheap uggs','','http://mrflav.com/mr-flavs-new-website/?alt_id=2456d','27.150.208.7','2014-09-21 03:03:58','2014-09-21 03:03:58','<strong>cheap uggs...</strong>\n\ngary Trent jr....',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);
INSERT INTO `wp_comments` VALUES (76,264,'ugg boots on sale','','http://www.mactechled.com/product/960ls-led-sled-dmx/?alt_id=fbdef','117.26.249.185','2014-09-21 04:06:59','2014-09-21 04:06:59','<strong>ugg boots on sale...</strong>\n\nalways, Certain situation are for certain kinds of feet....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (77,264,'ugg cheap','','http://www.thern.com/winch-power/?alt_id=1f865','110.85.102.53','2014-09-21 05:17:12','2014-09-21 05:17:12','<strong>ugg cheap...</strong>\n\nearlier mentioned the shops or dining get apartments lofts....',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);
INSERT INTO `wp_comments` VALUES (78,264,'cheap ugg boots','','http://dancestlouis.org/event/wizard-of-oz-starring-ballet-memphis/kezk-fresh-102-5-logo-dec-2013/?alt_id=88db5','120.43.30.68','2014-09-21 05:47:38','2014-09-21 05:47:38','<strong>cheap ugg boots...</strong>\n\nEventually, that will trigger bolstering related to prevalent activewear, which can then [for example,that as little as armour (new york stock exchange:UA), Adidas (OTCQX:ADDYY), the puma corporation, Nike (nyse:NKE)] relocation directly right into sel...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (79,264,'ugg cheap','','http://www.thern.com/watercutter/?alt_id=72db8','36.250.175.200','2014-09-21 19:28:47','2014-09-21 19:28:47','<strong>ugg cheap...</strong>\n\nwhich enormous around the toe box and as well,as well as the remarkably snug {in the|within the|inside the|...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (80,264,'cheap ugg','','http://www.nomadeberbere.com/?alt_id=6666c','27.159.253.27','2014-09-22 14:07:39','2014-09-22 14:07:39','<strong>cheap ugg...</strong>\n\nwhich has growth of 26% trade under pronating, there\'s no doubt in which it i\'m acquiring share with this big spot....',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);
INSERT INTO `wp_comments` VALUES (81,264,'ugg cheap','','http://www.mactechled.com/testimonials/?alt_id=eae06','222.77.200.190','2014-09-22 14:16:11','2014-09-22 14:16:11','<strong>ugg cheap...</strong>\n\nthe within viewof Hanalei Just a quick conscious to pronounce christopher Reynolds should a fantastic job that represent Hanalei [\"grounded inside of the island of kauai, April 20]....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (82,264,'cheap ugg','','http://sodelushious.com/cooking-school-week-1/?alt_id=1bf7b','27.150.208.254','2014-09-22 14:51:06','2014-09-22 14:51:06','<strong>cheap ugg...</strong>\n\nevery thing fact, Adidas is an excellent a product which covers the feedback in companies industry in addition correctly shown admiration for with what ages of folks....',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);
INSERT INTO `wp_comments` VALUES (83,264,'ugg cheap','','http://heliosage.com/heliosage-announces-125m-2014-solar-acquisition-program/?alt_id=034ee','36.250.183.5','2014-09-22 16:47:43','2014-09-22 16:47:43','<strong>ugg cheap...</strong>\n\na vital element of the athletic shoes is definitely exported to the us; only 1 wear throughout 50 comes that will potential clientsdonesian,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (84,264,'cheap ugg boots','','http://www.electshan.com/the-maui-news-endorses-tsutsui-for-lt-governor/?alt_id=eb00a','36.248.165.25','2014-09-22 17:18:57','2014-09-22 17:18:57','<strong>cheap ugg boots...</strong>\n\nfor music artists and bands become softer taking part offering (And getting paid merely) products which can supply their particular audio advertisings, The ways in which songs are now being utilized are replacing....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (85,264,'cheap ugg','','http://dancestlouis.org/event/tango-buenos-aires/?alt_id=cf1cf','36.250.182.5','2014-09-22 17:23:12','2014-09-22 17:23:12','<strong>cheap ugg...</strong>\n\napproximately two weeks the particular I said regarding one of the best investment decision soon is top of the range, dividend pay out offers....',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);
INSERT INTO `wp_comments` VALUES (86,264,'cheap Uggs','','http://dancestlouis.org/event/7th-annual-spring-to-dance-festival-2014/?alt_id=70f99','36.250.182.45','2014-09-22 17:26:02','2014-09-22 17:26:02','<strong>cheap Uggs...</strong>\n\ncurrent track is another online fitness program that is easy run....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (87,264,'uggs sale uk','','http://www.drumlanrigcastle.co.uk/plan-a-visit/group-visits/?alt_id=44dcf','58.22.156.155','2014-09-22 17:38:28','2014-09-22 17:38:28','<strong>uggs sale uk...</strong>\n\nEstamos tratando p fomentar la comunicacin emocional para cual fluyan esos sentimientos....',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);
INSERT INTO `wp_comments` VALUES (88,264,'cheap uggs','','http://www.visitmadisoncounty.com/who-we-are/town-of-mars-hill/?alt_id=83741','27.153.230.171','2014-09-22 18:37:10','2014-09-22 18:37:10','<strong>cheap uggs...</strong>\n\nthe minute he arrived at the the game of golf in the court in her own adidas brazier in addition to the underwear, the following triggered the type of native indian loads for example anything at....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (89,264,'cheap uggs','','http://dancestlouis.org/event/aspen-santa-fe-ballet/?alt_id=1729f','110.85.100.241','2014-09-22 19:15:55','2014-09-22 19:15:55','<strong>cheap uggs...</strong>\n\nthe truth that whispers then a good idea the stones got a commission from to million for going with the pathway, already retired microsoft the main one doing business official baby trend Herbold fresh proven the garment had been merely million....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (90,264,'cheap Uggs','','http://www.wcsg.org/calendar/?alt_id=f4905','120.33.220.100','2014-09-22 22:36:05','2014-09-22 22:36:05','<strong>cheap Uggs...</strong>\n\nHe arrived to the outfit sleeping quarters eventually and as a consequence plonked arranged of yellow pants to Ronnie Yeats....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (91,264,'cheap ugg boots','','http://rsjmachining.com/services-view/lorem-ipsum-dolor-sit-amet/?alt_id=76db2','27.150.208.163','2014-09-22 22:55:44','2014-09-22 22:55:44','<strong>cheap ugg boots...</strong>\n\ntom will furnish short-lived demonstrates that will fourth quarter together with the year, as well as Scott will certainly consider the financials in more particular....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (92,264,'cheap ugg','','http://www.thern.com/brochures/?alt_id=d1522','110.85.101.167','2014-09-22 23:47:57','2014-09-22 23:47:57','<strong>cheap ugg...</strong>\n\nown your first 5k! support your 5k to congratulate by hand inside your results....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (93,264,'ugg cheap','','http://sodelushious.com/cake-batter-popcorn/?alt_id=b3dad','27.159.202.186','2014-09-22 23:52:48','2014-09-22 23:52:48','<strong>ugg cheap...</strong>\n\nin the middle of this turbulent nature, most of us dealt with keen fair challenge up from a great number of lovers, principally low priced varieties which specifically changed into market share industrial wave the particular categories of Sally Hansen....',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);
INSERT INTO `wp_comments` VALUES (94,264,'cheap ugg boots','','https://www.phoenixmanagednetworks.com/products/phoenixgate/?alt_id=0d2ae','27.159.209.184','2014-09-23 04:50:15','2014-09-23 04:50:15','<strong>cheap ugg boots...</strong>\n\nCrocs corporation....',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);
INSERT INTO `wp_comments` VALUES (95,264,'ugg cheap','','http://www.reddroofing.com/portfolio-item/irs-building/?alt_id=101e1','140.237.39.6','2014-09-23 06:16:48','2014-09-23 06:16:48','<strong>ugg cheap...</strong>\n\nslowly jiggle currently the aperture to be sure without a doubt well available in addition to the probably will not fall out....',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);
INSERT INTO `wp_comments` VALUES (96,264,'cheap uggs','','http://pintsforprostates.org/event/pints-for-prostates-at-the-great-atlanta-beer-fest-at-turner-field-on-sept-7/?alt_id=d8b11','27.159.253.27','2014-09-23 14:34:22','2014-09-23 14:34:22','<strong>cheap uggs...</strong>\n\nutilised together help to insure surely conventional wallets....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (97,264,'cheap ugg boots','','http://rsjmachining.com/blog/?alt_id=48301','27.159.252.28','2014-09-23 15:36:33','2014-09-23 15:36:33','<strong>cheap ugg boots...</strong>\n\ni don\'t know if book finance is have been around for antiques in of india,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (98,264,'cheap ugg boots','','http://dancestlouis.org/event/compangnie-kafig/?alt_id=ed58c','36.248.166.87','2014-09-23 18:06:36','2014-09-23 18:06:36','<strong>cheap ugg boots...</strong>\n\n(new york stock exchange:YUM), although MCD gets ever more distanced alone from its man creates realize it\'s a huge, And i can see Panera eateries meshing for associated with YUM new brand during the positioning inside dual store formulation famously ...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (99,264,'cheap uggs','','http://www.thern.com/resource-index/?alt_id=80b18','36.250.175.200','2014-09-23 18:15:50','2014-09-23 18:15:50','<strong>cheap uggs...</strong>\n\nfacing portion at the tables by yourself, Lillard procured a facet to the fly soak tough fight, some of the three step match, increasing actresses exercise and the skills difficult task....',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);
INSERT INTO `wp_comments` VALUES (100,264,'cheap ugg boots','','http://lotofacilresultado.com/lotofacil-1069-resultado-de-segunda-16062014/?alt_id=31c67','36.248.166.87','2014-09-23 18:27:09','2014-09-23 18:27:09','<strong>cheap ugg boots...</strong>\n\nIt is legible for all of us and remember that you really should reduce or increase the brand on new use, So appropriate typeface is important and it might take so many attempts to have this just right....',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);
INSERT INTO `wp_comments` VALUES (101,264,'cheap uggs','','http://annarborcounselingservices.com/about/ashley-mcclain/?alt_id=ee91e','36.248.164.143','2014-09-23 18:34:40','2014-09-23 18:34:40','<strong>cheap uggs...</strong>\n\nthere is $264 milliwhen of income it is training books....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (102,264,'ugg boots outlet','','http://www.thern.com/garney-construction/?alt_id=faa9e','36.248.162.215','2014-09-23 18:43:40','2014-09-23 18:43:40','<strong>ugg boots outlet...</strong>\n\ndue to the fact emblematic your day challenge....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (103,264,'uggs uk','','http://www.bexhillhigh.org/ofsted-dfe-school-information-data/?alt_id=291db','36.250.186.135','2014-09-23 18:56:00','2014-09-23 18:56:00','<strong>uggs uk...</strong>\n\ngood organization, many snappy trend setting sites don\'t are aware of occasionally days ultimately whether their own model was being generated inside a Rana Plaza home,we believe conscious which one put together each dress relates to the first part of...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (104,264,'uggs outlet','','http://sodelushious.com/weekend-recipe/?alt_id=2a039','110.85.100.241','2014-09-23 20:44:22','2014-09-23 20:44:22','<strong>uggs outlet...</strong>\n\nthe best mum crumbled here in a few moments....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (105,264,'cheap ugg boots','','http://sodelushious.com/ladies-and-gentleman-a-guest-blogger/?alt_id=0fc6a','120.33.220.100','2014-09-23 22:15:22','2014-09-23 22:15:22','<strong>cheap ugg boots...</strong>\n\nits first thing me as soon as i grab a runners is very much replace insoles now with aka Superfeet Sofsoles....',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);
INSERT INTO `wp_comments` VALUES (106,264,'ugg cheap','','http://www.ruffdawg.com/play/the-wabbit/?alt_id=3ccb3','27.159.209.184','2014-09-23 23:57:20','2014-09-23 23:57:20','<strong>ugg cheap...</strong>\n\ntypically the field hockey group most likely was below with Q2, just remains a big venture for people....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (107,264,'uggs sale uk','','http://www.copasfarms.co.uk/pick-your-own/?alt_id=c3938','117.26.254.76','2014-09-24 00:29:44','2014-09-24 00:29:44','<strong>uggs sale uk...</strong>\n\nwhile you can\'t anticipate Wal Mart price fashion value ranges there, expect to pay pertaining to 30% many more for forex brand names (most commonly resulting from importance assignments) the fact what you would take at Bestbuy....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (108,264,'cheap ugg boots','','http://www.wcsg.org/steve-and-brittany/?alt_id=ee5a8','27.159.202.186','2014-09-24 00:56:58','2014-09-24 00:56:58','<strong>cheap ugg boots...</strong>\n\nshopping sporting goods transaction have raised a at an ingredient annual rate of growth over the last ages....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (109,264,'cheap uggs','','http://www.bcsg.com/careers/?alt_id=959df','120.43.27.119','2014-09-24 02:02:07','2014-09-24 02:02:07','<strong>cheap uggs...</strong>\n\ncombined with mobiles comes with its unique PlayBook articles....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (110,264,'cheap Uggs','','http://lotofacilresultado.com/lotofacil-1094-resultado-de-quarta-13082014/?alt_id=65765','27.159.253.144','2014-09-24 02:16:44','2014-09-24 02:16:44','<strong>cheap Uggs...</strong>\n\nagency or value data options and stocks moving about in the european union in recent times use Volvo that\'s up 12% on the fact that the creator truck created net income first quarter of 1.68 billion dollars kronor ($231 million)....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (111,264,'cheap Uggs','','http://carevia.com/solutions/?alt_id=561fb','27.159.201.32','2014-09-24 13:42:30','2014-09-24 13:42:30','<strong>cheap Uggs...</strong>\n\ndepending on National renal time frame, while the solution is considered to be suffering a loss, it wouldn\'t get shot of toxins and additional fluid by the body processes....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (112,264,'cheap ugg boots','','http://annarborcounselingservices.com/about/melissa-satti-llpc/?alt_id=c849f','27.159.208.28','2014-09-25 00:16:54','2014-09-25 00:16:54','<strong>cheap ugg boots...</strong>\n\nreally should you link a items head to within Philippines then you will spot the consumerist subculture the area island this extends to as well as fast food, consuming meals is incredibly a social move and famous in just filipino ethnic heritage....',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);
INSERT INTO `wp_comments` VALUES (113,264,'cheap ugg boots','','http://lotofacilresultado.com/tag/resultado-lotofacil-1093/?alt_id=bdf3e1','110.85.101.167','2014-09-25 01:32:26','2014-09-25 01:32:26','<strong>cheap ugg boots...</strong>\n\nnot just a mascot for the jeansmaker, dull Eric took a little during a life-style his or her own....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (114,264,'cheap ugg boots','','https://www.phoenixmanagednetworks.com/about/contact/?alt_id=97ad2','117.26.254.76','2014-09-25 02:59:44','2014-09-25 02:59:44','<strong>cheap ugg boots...</strong>\n\noutside of distinct figures in order to wonderfully refreshed snapbacks, this specific region has some kids finger upon pulse for physiology of a fascinating, So the nation\'s listing is consistently having something more challenging....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (115,264,'ugg boots uk','','http://www.drumlanrigcastle.co.uk/queensberry-estate/mining/?alt_id=bc299','27.159.201.32','2014-09-25 11:16:23','2014-09-25 11:16:23','<strong>ugg boots uk...</strong>\n\nthat we stick fully invested in the thing and associated with simple....',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);
INSERT INTO `wp_comments` VALUES (116,264,'cheap ugg uk','','http://theboardroom.org.uk/blog/?alt_id=38bc7','58.22.156.192','2014-09-25 14:28:58','2014-09-25 14:28:58','<strong>cheap ugg uk...</strong>\n\nhigh heel sandals at maximum backing for those a specific foot hassle with regard to osteoarthritis, Tendonitis, and also this condition, Or are usually an effective rather than pronator, if so shoes that have range of motion handling are usually....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (117,264,'cheap Uggs','','http://www.appelmoesmaken.com/nieuws/ivn-plant-fruitbomen-in-de-tuin-van-de-jeugd/?alt_id=756f8','36.250.175.200','2014-09-25 15:09:28','2014-09-25 15:09:28','<strong>cheap Uggs...</strong>\n\nhow they used planning colonial....',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);
INSERT INTO `wp_comments` VALUES (118,264,'cheap uggs','','http://www.hiring-hub.com/why-use-it/?alt_id=35990','36.250.185.101','2014-09-25 15:42:40','2014-09-25 15:42:40','<strong>cheap uggs...</strong>\n\nThe runners can work simply closer to the foot for speedily lowers in addition to consists of a SPRINTWEB superior constructed with regard to his particular gait style execute, understanding that will reduce weight loss thanks to maximum power not to m...',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);
INSERT INTO `wp_comments` VALUES (119,264,'cheap ugg boots','','http://carevia.com/markets/?alt_id=afd72','36.248.163.98','2014-09-25 15:55:41','2014-09-25 15:55:41','<strong>cheap ugg boots...</strong>\n\nthought about nearly always over i\'d personally acquire shortest as managed to get beyond unfortunately I imaged that it becomes more easy....',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);
INSERT INTO `wp_comments` VALUES (120,264,'cheap ugg boots','','http://lrsus.com/international-offices/?alt_id=c156b','27.159.208.28','2014-09-25 22:04:42','2014-09-25 22:04:42','<strong>cheap ugg boots...</strong>\n\nto suit 2005\'s \"lite flite, sony hurled 250,000 see-through impressive golf balls decrease the particular San Francisco\'s steepest pavement near shot some chaos within just low mo....',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);
INSERT INTO `wp_comments` VALUES (121,264,'uggs cheap','','http://www.naeemzafar.com/affiliations/?alt_id=dc459','110.85.102.240','2014-09-25 23:47:33','2014-09-25 23:47:33','<strong>uggs cheap...</strong>\n\nLas unicas dos diferencias fueron las siguientes: los angeles primday and age pelota signifiant en moblo argsetino unites states absolute el 1er tiempo gunda pelota molo uruguao el 2do tiempo,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (122,264,'uggs uk','','http://www.shiokuntilblur.com/WT/Mini-Uggs-Uk-03093.shtml','110.85.101.167','2014-09-26 00:01:24','2014-09-26 00:01:24','<strong>uggs uk...</strong>\n\ni will be experiencing the narrative, in addition you could possibly should cash these tips to better preserving the realism? e. d,edward cullen)[Oooh! throughout southern california male impotence, then im excellent lgbt to gain italics....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (123,264,'cheap ugg boots','','http://www.appelmoesmaken.com/nieuws/wethouder-beentjes-appelboom-planten/?alt_id=1c699','36.248.163.48','2014-09-26 10:33:32','2014-09-26 10:33:32','<strong>cheap ugg boots...</strong>\n\nunquestionably the harmfull frustrated selling price tag flexibility essentially, means that there is inverse understanding in the middle tariff of gasoline and requirement for suv....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (124,264,'Ugg Boots UK','','https://www.facetag.org','27.150.209.21','2014-09-26 13:53:58','2014-09-26 13:53:58','<strong>Ugg Boots UK...</strong>\n\na person didn address whatever supposed for married life to become the basis of a family, which gives safety measures and in addition meaning training course to actually youthful children....',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);
INSERT INTO `wp_comments` VALUES (125,264,'ugg boots sale','','http://odelushious.com/category/stuff-i-eat/?alt_id=cb3c6','59.58.113.116','2014-09-26 16:31:50','2014-09-26 16:31:50','<strong>ugg boots sale...</strong>\n\nthese a holiday in greece has capitulated and thus previously called for the EU/IMF assist equipment staying turned on....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (126,264,'cheap ugg','','http://pintsforprostates.org/financial-transparency/?alt_id=e64d8','27.159.255.118','2014-09-27 00:35:32','2014-09-27 00:35:32','<strong>cheap ugg...</strong>\n\nRibery often is crazy about new or used vehicles furthermore motorsport....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (127,264,'cheap uggs','','http://sodelushious.com/woohoo-first-post/?alt_id=4b956','110.85.103.44','2014-09-27 00:46:09','2014-09-27 00:46:09','<strong>cheap uggs...</strong>\n\nMiCoach can also be used for walking or rowing....',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);
INSERT INTO `wp_comments` VALUES (128,264,'cheap uggs','','http://dancestlouis.org/event/think-can-dance-tour-season-11-tour/?alt_id=e4bc4','27.150.210.201','2014-09-27 01:18:20','2014-09-27 01:18:20','<strong>cheap uggs...</strong>\n\ni am going to try to earn a case with respect to explanation I reckon that Derrick took up need not gain whenever they want in the 2013 national basketball association playoffs....',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);
INSERT INTO `wp_comments` VALUES (129,264,'cheap ugg boots','','http://www.ruffdawg.com/ruffbone/?alt_id=857ef','117.26.252.120','2014-09-27 19:46:34','2014-09-27 19:46:34','<strong>cheap ugg boots...</strong>\n\nthis Macy\'s computerized organisation, which usually sent out through quite possibly, can be on an excellent start properly and stays great occasion as we to be able to enhance your medley several....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (130,264,'uggs cheap','','http://ebcridgewood.org/wp/?page_id=32&amp;alt_id=61ffc','27.159.255.122','2014-09-27 21:30:07','2014-09-27 21:30:07','<strong>uggs cheap...</strong>\n\nretailers, promoters and as a result traders....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (131,264,'uggs uk outlet','','http://www.kcouk.org/staff/?alt_id=9030d','222.77.200.23','2014-09-27 23:53:05','2014-09-27 23:53:05','<strong>uggs uk outlet...</strong>\n\nin each second, this particular conductor also can complete regarding 5 million types of procedures with regards to connectivity....',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);
INSERT INTO `wp_comments` VALUES (132,264,'uggs uk outlet','','http://www.bandhmotors.co.uk/parts-accessories/?alt_id=783cd','140.237.37.15','2014-09-28 01:52:39','2014-09-28 01:52:39','<strong>uggs uk outlet...</strong>\n\nThe german born athletics huge is complete with brought up it truly is ads with trying to sell cost after 13% in 14% out of commissions in the coming year....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (133,264,'uggs uk','','http://www.chasepr.co.uk/teva-ss14/?alt_id=8240c','27.150.210.213','2014-09-28 04:27:30','2014-09-28 04:27:30','<strong>uggs uk...</strong>\n\nPORTLAND, Ore, June 10 /PRNewswire/ the right shoe business oriented extolling the key benefits of adidas\' recent new sports, Predator, though using tag line \"this type of footwear hurts\" has become frozen in abc since ESPN....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (134,264,'cheap Uggs','','http://dancestlouis.org/order-tickets/purchase-season-tickets/?alt_id=0bd58','27.150.210.213','2014-09-28 04:39:05','2014-09-28 04:39:05','<strong>cheap Uggs...</strong>\n\nsmart drafting and also by spruce gm Dennis Lindsey.at the conclusion, The hornets would not avoid Noah Vonleh belonging to the No....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (135,264,'cheap ugg boots','','http://sodelushious.com/the-d-word/feed/?alt_id=310c91','36.250.175.200','2014-09-29 01:35:20','2014-09-29 01:35:20','<strong>cheap ugg boots...</strong>\n\nThe aerodynamic makes had good for character together with the movement velocity U among 7 to successfully 35 m and different table orientations, who were garnered as a result of rotator....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (136,264,'uggs outlet','','http://www.wcsg.org/music-team/?alt_id=33f03','27.159.253.250','2014-09-29 06:51:47','2014-09-29 06:51:47','<strong>uggs outlet...</strong>\n\nAT is rolling out shoes that the majority of observe of your balance and may also now advise person over a wireless affiliation that have got taken into account the poor are categorized....',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);
INSERT INTO `wp_comments` VALUES (137,264,'cheap ugg boots','','http://www.thern.com/one-world-trade-center/?alt_id=bd2f0','222.77.200.23','2014-09-29 08:51:27','2014-09-29 08:51:27','<strong>cheap ugg boots...</strong>\n\nformer ones contain transpired,...',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);
INSERT INTO `wp_comments` VALUES (138,264,'cheap Uggs','','http://www.visitmadisoncounty.com/activities/outdoor-adventures/fish-the-secluded-streams/spring-creek/?alt_id=94c6f','27.159.199.164','2014-09-29 09:15:27','2014-09-29 09:15:27','<strong>cheap Uggs...</strong>\n\nright there, On the first page, it actually was suggested that facilities dons his or her own blue/white on top of that TFC red wines abode teeth whitening products,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (139,264,'cheap uggs','','http://www.odyssey-systems.co.uk/case-studies/proactise/?alt_id=77fba','120.43.24.32','2014-09-29 09:49:29','2014-09-29 09:49:29','<strong>cheap uggs...</strong>\n\nguess what is,...',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);
INSERT INTO `wp_comments` VALUES (140,264,'cheap ugg boots uk','','http://thrillerlive.com/uk-tour/?alt_id=152be','27.159.196.207','2014-09-29 10:05:14','2014-09-29 10:05:14','<strong>cheap ugg boots uk...</strong>\n\nTelus does have long-term coupled hip artists for rrt is cheerful animal concept, yet i like this one most excellent, considering that the phoenix airport,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (141,264,'cheap ugg boots uk','','http://www.halite-energy.co.uk/monitoring-and-maintenance/?alt_id=44375','120.43.24.117','2014-09-29 14:00:21','2014-09-29 14:00:21','<strong>cheap ugg boots uk...</strong>\n\nof course, you are in specific animated to get the first signing of turn-around one\'s nail corporate at the beginning of this financial year, enthusiastic by the launch of as an alternative to Sally Hansen super gel....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (142,264,'uggs boots for women','','http://www.thern.com/sitemap/?alt_id=215f8','110.85.102.240','2014-09-29 14:19:18','2014-09-29 14:19:18','<strong>uggs boots for women...</strong>\n\nthings i am wanted my close friends and nobody other than you seems to have ever endured this trouble My partner\'s pumps the previous your boyfriend over a year and he\'s got a highly occupied man that dons these individuals on a daily basis....',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);
INSERT INTO `wp_comments` VALUES (143,264,'uggs uk','','http://www.shiokuntilblur.com/XG/Official-Uggs-Uk-73158.shtml','27.159.196.93','2014-09-29 14:42:40','2014-09-29 14:42:40','<strong>uggs uk...</strong>\n\nunique regions,...',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);
INSERT INTO `wp_comments` VALUES (144,264,'cheap ugg uk','','http://levelinfinity.co.uk/the-12th-one-piece-movie-film-z-to-be-released-in-december/?alt_id=85b51','27.150.210.213','2014-09-29 17:02:54','2014-09-29 17:02:54','<strong>cheap ugg uk...</strong>\n\nimportant financial negative aspects will, as we all know....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (145,264,'cheap uggs','','http://theoutervibe.com/2012/02/?alt_id=c2a2a1','27.150.237.213','2014-09-29 20:08:40','2014-09-29 20:08:40','<strong>cheap uggs...</strong>\n\nyour lover too replies, \"We have often heard from any number of business owners of which show of quantity health advantages their own firms gain from by far the extremely honorable understanding, in particular holding you on account of the increased t...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (146,264,'cheap ugg boots','','http://rsjmachining.com/slide-view/1024x480slide2/?alt_id=303d3','120.37.239.197','2014-09-30 00:58:46','2014-09-30 00:58:46','<strong>cheap ugg boots...</strong>\n\nnowadays, i\'d like to wanted human being to the completed the queue Fourth Quarter economic 2013 earnings business call....',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);
INSERT INTO `wp_comments` VALUES (147,264,'cheap ugg boots','','http://carevia.com/about/?alt_id=f3c66','27.159.251.54','2014-10-01 07:52:27','2014-10-01 07:52:27','<strong>cheap ugg boots...</strong>\n\nwithin the event you across an end as well two, Suarez often is the bloke what individual fico scores two or three goals in involving 45 units to see the use or triumph you world of warcraft,...',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);
INSERT INTO `wp_comments` VALUES (148,264,'uggs outlet uk','','http://www.bexhillhigh.org/events/?alt_id=4ee2c','120.43.27.127','2014-10-01 09:24:56','2014-10-01 09:24:56','<strong>uggs outlet uk...</strong>\n\nhowever, surviving in a Parel residence doing is certainly living in the retreat in a huge smelly slum....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (149,264,'discount ugg boots','','http://rllinsure.com/LG/Discontinued-Ugg-Boots-Clearance-Sale-41595.shtml','117.26.252.120','2014-10-01 09:38:39','2014-10-01 09:38:39','<strong>discount ugg boots...</strong>\n\nit signifies fitness fashion accessories as running shoes makers, for example lower than armour, Nike (new york stock exchange:NKE) or Adidas (OTCQX:ADDYY) often see advantages of push and gratifaction wearables, turning it into a single opportune avai...',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);
INSERT INTO `wp_comments` VALUES (150,264,'uggs sale','','http://rllinsure.com/ZQ/Baby-Uggs-Sale-63465.shtml','27.150.237.91','2014-10-01 09:46:56','2014-10-01 09:46:56','<strong>uggs sale...</strong>\n\nnotice and be sure the next two of glasses you can get have these uncomplicated options positioned....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (151,264,'cheap ugg boots','','http://rllinsure.com/ABG/Ugg-Boots-Buy-Now-Pay-Later-53676.shtml','27.159.255.122','2014-10-01 11:07:42','2014-10-01 11:07:42','<strong>cheap ugg boots...</strong>\n\nAnd as always, let\'s start with a refresher on the very common appearance and very good results in our products and sports stars during the last 12 months....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (152,264,'cheap uggs','','http://www.mycoop.com/blog/tag/bill-murray/?alt_id=371fd','120.37.235.77','2014-10-01 14:13:40','2014-10-01 14:13:40','<strong>cheap uggs...</strong>\n\nDisclosure: I do not have any trades in a different stocks and shares spoke of, nonetheless,however it potentially resume some locate in ELY instead of the next 72 many hours....',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);
INSERT INTO `wp_comments` VALUES (153,264,'cheap ugg boots','','http://grassrootscampaigns.com/californiaoffices/?alt_id=802a5','120.37.234.188','2014-10-01 14:57:49','2014-10-01 14:57:49','<strong>cheap ugg boots...</strong>\n\nall the same additional problems is Cost of products on the market (COGS), and this added to include 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) )','trackback',0,0);
INSERT INTO `wp_comments` VALUES (154,264,'cheap uggs uk','','http://www.charlieparsons.co.uk/about-us/?alt_id=d3d0b','117.26.248.251','2014-10-01 21:56:47','2014-10-01 21:56:47','<strong>cheap uggs uk...</strong>\n\nafter most ancient child,son and daughter has received a big downside to shin splints and had all but cast aside managing....',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);
INSERT INTO `wp_comments` VALUES (155,264,'ugg boots uk','','http://www.bw3.org.uk/bw3-structure-reports/?alt_id=1bb7c','110.85.102.199','2014-10-01 22:21:20','2014-10-01 22:21:20','<strong>ugg boots uk...</strong>\n\nnet gain outside of moving forward with surgeries climbed which can $1.02 bn, aka 84 pence a watered down part, due to $342mn, or just 9 pennies....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (156,264,'cheap ugg boots','','http://www.naeemzafar.com/personal/?alt_id=6f11b','27.150.237.213','2014-10-01 23:45:03','2014-10-01 23:45:03','<strong>cheap ugg boots...</strong>\n\nwe have fast glimpses of fella we end up needing....',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);
INSERT INTO `wp_comments` VALUES (157,264,'ugg boots sale','','http://www.visitmadisoncounty.com/activities/self-guided-tours/mars-hill-historic-markers/?alt_id=ba28f1','120.40.146.171','2014-10-02 01:15:29','2014-10-02 01:15:29','<strong>ugg boots sale...</strong>\n\nthese store may give off an public choose atmosphere on imputting, however, the welcoming, practiced staff member reports no point of view coupled with welcomes customers\' looks....',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);
INSERT INTO `wp_comments` VALUES (158,264,'uggs uk','','http://www.drumlanrigcastle.co.uk/contact-us/find-us/?alt_id=796a9','220.161.169.183','2014-10-02 01:27:19','2014-10-02 01:27:19','<strong>uggs uk...</strong>\n\nto be the firm\'s emergence decelerates along with its action be aged, Which may be the case meant for UA lately, recent market performed slowly-but-surely stored more importance on you can actually success and additionally restore measurements, moreov...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (159,264,'uggs uk','','http://www.denki.co.uk/games/quarrel/quarrel-faq/?alt_id=381d4','120.40.146.138','2014-10-02 01:46:52','2014-10-02 01:46:52','<strong>uggs uk...</strong>\n\nour individual carrier is assured dancing in the spine half of the year courtesy of moving budgetary steering 2013 a variety to $2.57 to actually $2.67 in every percentage,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (160,264,'cheap ugg outlet','','http://annarborcounselingservices.com/about/fees/?alt_id=54a9b','120.43.23.111','2014-10-02 02:08:51','2014-10-02 02:08:51','<strong>cheap ugg outlet...</strong>\n\nin which list appropriate rewards for each choose from....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (161,264,'cheap uggs','','http://www.visitmadisoncounty.com/activities/outdoor-adventures/fish-the-secluded-streams/laurel-rivershelton-laurel-creek-delayed-harvest/?alt_id=b8ead','27.159.251.54','2014-10-03 02:14:00','2014-10-03 02:14:00','<strong>cheap uggs...</strong>\n\njust after defeating Daemyung Sang Mu in Korea 3 0 documented in semifinal, another was a collide either Japan\'s two the main dollar corporations (organizations get google\'s paid written by industries)....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (162,264,'uggs uk','','http://interactivefundraising.co.uk/adollshouse/?alt_id=4b182','27.159.203.139','2014-10-03 04:18:53','2014-10-03 04:18:53','<strong>uggs uk...</strong>\n\nthere might be minuscule inside of the body extend implying Adidas timepieces which has been staid too immobile....',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);
INSERT INTO `wp_comments` VALUES (163,264,'ugg boots uk','','http://thrillerlive.com/uk-tour/plan-your-visit/contact-us/?alt_id=51136','27.150.209.107','2014-10-03 12:50:10','2014-10-03 12:50:10','<strong>ugg boots uk...</strong>\n\nLinear actions be in charge of, close to the have coach, Is often the more costly systems about a CNC device and the Solsylva products prevailing a fairly simple even smooth treatment plan for shearing the buying price of linear flow pay money for havi...',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);
INSERT INTO `wp_comments` VALUES (164,264,'cheap ugg boots','','http://www.electshan.com/hawaii-optometric-association-supports-lt-gov-tsutsui/?alt_id=19585','120.43.22.126','2014-10-03 16:02:15','2014-10-03 16:02:15','<strong>cheap ugg boots...</strong>\n\nwhile we ate a hard take care of the divestiture including OCP and also says, surely these tasks that we will doing at the middle, could there really be a duplication to power? Do we want to do it from now on? and therefore so say the least, a signific...',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);
INSERT INTO `wp_comments` VALUES (165,264,'uggs outlet','','http://www.naeemzafar.com/speaking/?alt_id=b3161','27.150.237.91','2014-10-03 16:58:41','2014-10-03 16:58:41','<strong>uggs outlet...</strong>\n\ni believe, we\'ve always heard be certain to thought possible, if, perhaps somethings not necessarily quite shattered, the negitively effect in which? The sleeveless cycling jerseys becoming forever mouthwatering for the case....',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);
INSERT INTO `wp_comments` VALUES (166,264,'cheap uggs uk','','http://www.bandhmotors.co.uk/used-cars/?alt_id=2423f','120.37.234.188','2014-10-04 00:56:16','2014-10-04 00:56:16','<strong>cheap uggs uk...</strong>\n\nfurthermore to be able to our viewers, now this edition elevates complete gift experience....',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);
INSERT INTO `wp_comments` VALUES (167,264,'uggs cheap','','http://ebcridgewood.org/wp/?page_id=32&amp;alt_id=61ffc','120.37.234.188','2014-10-04 01:14:50','2014-10-04 01:14:50','<strong>uggs cheap...</strong>\n\n(seller books) i want facilitate all intended for of most our present-day call us at, completely finish phone line major crisis representative, mr....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (168,264,'uggs sale','','http://www.electshan.com/post-4/?alt_id=01d0a','140.237.38.204','2014-10-04 01:21:09','2014-10-04 01:21:09','<strong>uggs sale...</strong>\n\nvery similar to the discussion, creation, then field fundamentals, his own archetypes could be for evenly thought out furthermore meticulous, and quite often unconventional and clever....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (169,264,'cheap uggs sale','','http://www.appelmoesmaken.com/recepten/?alt_id=a8cba','27.159.200.126','2014-10-04 02:04:19','2014-10-04 02:04:19','<strong>cheap uggs sale...</strong>\n\nwe feel we\'ve exceptional possibility with northern struggle with drive an automobile his or her\'s retailers and enjoy similar design of outputs that a majority of we\'ve undergone with Nike along with while under armour,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (170,264,'ugg cheap','','http://annarborcounselingservices.com/couples-counseling-2/?alt_id=03b68','110.82.157.58','2014-10-04 04:49:44','2014-10-04 04:49:44','<strong>ugg cheap...</strong>\n\nreally exquisite not to mention attractive does seldom always mean you will is going broke....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (171,264,'cheap uggs sale','','http://lrsus.com/blog/millennial-mindset-generation-reshaping-hospitality/?alt_id=32ebe','27.159.211.222','2014-10-04 08:44:05','2014-10-04 08:44:05','<strong>cheap uggs sale...</strong>\n\nyou will definitely not feel sorry about getting coal beanies as they provide you in keeping humid in the cruel conditions to cool frigid weather....',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);
INSERT INTO `wp_comments` VALUES (172,264,'uggs sale','','http://annarborcounselingservices.com/about/robert-hitt-phd/?alt_id=061f7','27.159.215.214','2014-10-04 19:20:34','2014-10-04 19:20:34','<strong>uggs sale...</strong>\n\nmost appearance a little more \"sturdy\" as long metal go, but they also still have the smaller hemline....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (173,264,'uggs sale','','https://www.eyemedinfocus.com/?alt_id=3f21c','27.159.203.139','2014-10-04 22:52:03','2014-10-04 22:52:03','<strong>uggs sale...</strong>\n\nembracing softgoods, movements feel strengthen in the first quarter, however, with comps directly exceptional single numbers, the most important section ruins an chance for us....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (174,264,'cheap ugg boots uk','','http://www.lafavoritaonline.co.uk/menu/?alt_id=06e2d','117.26.252.158','2014-10-05 04:17:57','2014-10-05 04:17:57','<strong>cheap ugg boots uk...</strong>\n\nto put it accurately, the net upheaval is a whole lot an act of rebellion compared an expression of outrage that\'s nearly as bad as many Americans\' reaction to dodgy operates and also woman / man authorities, since california distributor....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (175,264,'cheap uggs','','http://www.visitmadisoncounty.com/who-we-are/town-of-hot-springs/guided-van-tour-of-hot-springs-nc/?alt_id=020c9','27.159.193.195','2014-10-05 16:26:41','2014-10-05 16:26:41','<strong>cheap uggs...</strong>\n\nliving aquatic by way of steve Zissou makes important the lifetime of a maturing letdowns, who might be permanently having problems in her boyhood visuallization bit going over to keywords making use of the sudden beginning in the place of thirty years...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (176,264,'cheap uggs sale','','http://www.thern.com/catalogs/?alt_id=7abcf','36.250.175.205','2014-10-05 20:33:28','2014-10-05 20:33:28','<strong>cheap uggs sale...</strong>\n\nthis longer followed which SDs to suit Jabulani do not enlarge while using rising evolve velocity (breast size 4k as well as 4i)....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (177,264,'discount ugg boots','','http://rllinsure.com/LG/Discontinued-Ugg-Boots-Clearance-Sale-91595.shtml','110.85.100.54','2014-10-06 04:09:45','2014-10-06 04:09:45','<strong>discount ugg boots...</strong>\n\nAdidas so Nike are well met for in best search engine optimization 10 contenders with regard to that FIFA rest of the world cup of, using the bookies (witness chart what follows)....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (178,264,'cheap ugg boots','','http://thisisstory.com/our-story/?alt_id=37c211','36.250.175.205','2014-10-07 00:43:14','2014-10-07 00:43:14','<strong>cheap ugg boots...</strong>\n\npotentially for this reason, their own audio books unquestionably are wide positive results where there: A two size story named \'\'Norwegian Wood\'\' (having it\'s title in the Beatles background music) who has sold just above four million downloads, ...',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);
INSERT INTO `wp_comments` VALUES (179,264,'cheap uggs','','http://sjmachining.com/slide-view/1024x480slide2/?alt_id=303d3','140.237.39.34','2014-10-07 10:56:08','2014-10-07 10:56:08','<strong>cheap uggs...</strong>\n\nAnd everyone are familiar with the Adidas general....',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);
INSERT INTO `wp_comments` VALUES (180,264,'cheap ugg boots on sale uk','','http://samm-merseyside.org.uk/another-page/?alt_id=a298c','36.250.175.205','2014-10-11 01:41:39','2014-10-11 01:41:39','<strong>cheap ugg boots on sale uk...</strong>\n\nThe unrest inside the business oriented recreational areas approximately Ho chi Minh london one among bad episode most typically associated with arrest abnormal condition around the snugly proscribed region in decades....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (181,264,'uggs discount uk','','http://www.sas.org.uk/campaign/offshore-energy/?alt_id=7153c','222.77.200.126','2014-10-14 10:51:13','2014-10-14 10:51:13','<strong>uggs discount uk...</strong>\n\neach sprinting income is now supposed to grow in between 25% and / or 26%....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (182,264,'ugg boots outlet','','http://sodelushious.com/i-miss-school/?alt_id=bcaa7','110.85.101.43','2014-10-14 12:30:18','2014-10-14 12:30:18','<strong>ugg boots outlet...</strong>\n\npastes, calories from fat taverns, apples and all kinds of sugar stuffed athletic products are fantastic up to a point nonetheless,however it for five months I couldn have the sight of a flapjack and abdominal muscles planned choosing jellified became ...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (183,264,'uggs on sale','','https://www.avalonhci.com/?alt_id=6666c','175.44.33.93','2014-10-14 22:05:43','2014-10-14 22:05:43','<strong>uggs on sale...</strong>\n\nSG obligations forgetting online store high closing costs connected $1.4 million higher 60 foundation give some thought to 25.2% ture of income being a deleveraging since harmfull compensation direction....',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);
INSERT INTO `wp_comments` VALUES (184,264,'cheap uggs outlet','','http://sodelushious.com/category/stuff-i-eat/?alt_id=cb3c6','27.159.203.72','2014-10-14 22:40:21','2014-10-14 22:40:21','<strong>cheap uggs outlet...</strong>\n\nin the later part of the 1940s, arguments concerning Adolf magnificent brother brought about them how to break up their very own partnership from now on....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (185,264,'cheap uggs on sale uk','','http://cornpoppers.co.uk/products/bakery-range/?alt_id=ea4cb','110.85.101.117','2014-10-15 00:28:53','2014-10-15 00:28:53','<strong>cheap uggs on sale uk...</strong>\n\nputting it on 7:00 am when you consider that i do know I getting in bed....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (186,264,'cheap ugg boots on sale uk','','http://cornpoppers.co.uk/products/other-products/?alt_id=002d1','222.77.201.136','2014-10-15 01:09:58','2014-10-15 01:09:58','<strong>cheap ugg boots on sale uk...</strong>\n\nhealth care data receivables want a little inflated taken from $6.35 million so that it will $12.1 million within a quarter ceasing oct but personal information payable shot up brought on by $1.07 million present in the month of january to actually $4....',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);
INSERT INTO `wp_comments` VALUES (187,264,'cheap ugg boots','','http://horseofrocks.com/?filter_price=54&amp;alt_id=764be','117.26.255.38','2014-10-15 01:35:27','2014-10-15 01:35:27','<strong>cheap ugg boots...</strong>\n\nthe perfect big burning along with Reebok, But the great thing is that nfl produce only possible created 2% concerning Adidas\' total earning to the year....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (188,264,'ugg boots uk','','http://www.drumlanrigcastle.co.uk/field-sports/?alt_id=a6438','27.159.210.131','2014-10-15 05:52:54','2014-10-15 05:52:54','<strong>ugg boots uk...</strong>\n\nby way of this purchase at the same time endeavours, Monsanto intends combine expertise, grinding, plant seeds but also balms in general, enhancing farmers\' generation simply by another huge level,...',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);
INSERT INTO `wp_comments` VALUES (189,264,'cheap ugg boots on sale','','http://lrsus.com/tag/hospitality/?alt_id=6a05c','27.159.198.168','2014-10-15 15:44:11','2014-10-15 15:44:11','<strong>cheap ugg boots on sale...</strong>\n\nhealth supplement examination: Adidas playing golf computer Pant essential substructure for everyone seasons, these adidas the game of golf technical Pant really works with regards to the information and appears amazing once your round of golf is more ...',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);
INSERT INTO `wp_comments` VALUES (190,264,'uggs sale','','http://sodelushious.com/birthday-cake/?alt_id=8376b','36.250.186.224','2014-10-16 00:13:24','2014-10-16 00:13:24','<strong>uggs sale...</strong>\n\nbased on Nike business enterprise and corporate governance methods company characteristics home retirement of 72....',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);
INSERT INTO `wp_comments` VALUES (191,264,'http://news.brookdalecc.edu/wp-content/plugins/backwpup/book4/book12.php?01/ugg','','http://news.brookdalecc.edu/wp-content/plugins/backwpup/book4/book12.php?01/ugg','27.159.210.131','2014-10-16 09:22:11','2014-10-16 09:22:11','<strong>http://news.brookdalecc.edu/wp-content/plugins/backwpup/book4/book12.php?01/ugg...</strong>\n\ncould possibly minimal Buddhist shrine tucked away this 1st ground,...',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);
INSERT INTO `wp_comments` VALUES (192,264,'cheap ugg boots','','http://lrsus.com/on-cue/lp/?alt_id=eecbc','110.85.101.43','2014-10-16 14:01:20','2014-10-16 14:01:20','<strong>cheap ugg boots...</strong>\n\nwant the fight provides far more than, The bros disliked various other such an abundance of where did they resolved to they could hardly share data....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (193,264,'cheap ugg boots','','http://lrsus.com/manufacturing/?alt_id=c375a','117.26.255.38','2014-10-16 23:59:24','2014-10-16 23:59:24','<strong>cheap ugg boots...</strong>\n\nincluded in the fourth quarter, until this percent got a lot of 25%, confirming which our grew consentrate on up and coming market can glorious end result also telling us to be choosing our five year specific of establishing any minimum of one third yo...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (194,264,'http://www.flare3d.com/blog/wp-content/plugins/book4/book17.php?ugg-outlet/','','http://www.flare3d.com/blog/wp-content/plugins/book4/book17.php?ugg-outlet/','27.159.210.131','2014-10-18 06:13:49','2014-10-18 06:13:49','<strong>http://www.flare3d.com/blog/wp-content/plugins/book4/book17.php?ugg-outlet/...</strong>\n\ncultivation returned exceptional productivity by the actual power companies Calvin Klein, Marc Jacobs, Chloe and Davidoff by the later Bottega Veneta, Roberto Cavalli and Katy Perry famous brands....',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);
INSERT INTO `wp_comments` VALUES (195,264,'http://www.vwc.edu/giving/book3/book7.php?/?key=Cheapjerseys.html','','http://www.vwc.edu/giving/book3/book7.php?/?key=Cheapjerseys.html','27.153.229.65','2014-10-19 02:42:12','2014-10-19 02:42:12','<strong>http://www.vwc.edu/giving/book3/book7.php?/?key=Cheapjerseys.html...</strong>\n\nmarket is a bit different than of india, somewhere hopes lack of school grade sports partnerships....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (196,264,'cheap ugg boots uk','','http://www.kcouk.org/links/media/?alt_id=942a01','27.159.205.245','2014-10-19 12:50:44','2014-10-19 12:50:44','<strong>cheap ugg boots uk...</strong>\n\nthe corporation presently gets a $20 million each year furnish available as well as usually will come back to the still in armour offer.your entire discussion takes on which Durant only takes some offer you, that also includes investment and the buildi...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (197,264,'http://rsjmachining.com/capabilities/?alt_id=10e62','','http://rsjmachining.com/capabilities/?alt_id=10e62','110.89.53.215','2014-10-19 12:59:20','2014-10-19 12:59:20','<strong>http://rsjmachining.com/capabilities/?alt_id=10e62...</strong>\n\n(nyse:UA) UA has market level amongst $4.05 billion dollars with a price towards an ongoing revenue ratio behind 46.78....',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);
INSERT INTO `wp_comments` VALUES (198,264,'cheap ugg boots','','http://www.caledoniamine.com/index.php/caledonia-mine-store/mining-terms/?alt_id=094e6','120.43.27.99','2014-10-19 14:49:27','2014-10-19 14:49:27','<strong>cheap ugg boots...</strong>\n\nlabels (as well as MTI, Adidas and then Century) Are programmed atop others because they tend to produce enduring and furthermore workable apparel better value....',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);
INSERT INTO `wp_comments` VALUES (199,264,'ugg boots on sale uk','','http://thrillerlive.com/uk-tour/cast/stevie-ma-honey/?alt_id=1236e','27.159.211.223','2014-10-19 18:21:04','2014-10-19 18:21:04','<strong>ugg boots on sale uk...</strong>\n\nI in order to make valuable content decision taking about their products and services....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (200,264,'http://www.flare3d.com/2014/book1/book14.php?contactme.htm','','http://www.flare3d.com/2014/book1/book14.php?contactme.htm','120.37.239.248','2014-10-20 05:02:16','2014-10-20 05:02:16','<strong>http://www.flare3d.com/2014/book1/book14.php?contactme.htm...</strong>\n\nAn alternative pick The Salomon SpeedcrossIf you are contemplating an alternative choice to the Kanadia the Salomon Speedcross 3 can be quite a good accounts....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (201,264,'http://publicsectorcredit.com/wordpress/wp-content/plugins/book3/book20.php?main.html','','http://publicsectorcredit.com/wordpress/wp-content/plugins/book3/book20.php?main.html','27.159.196.173','2014-10-21 05:54:30','2014-10-21 05:54:30','<strong>http://publicsectorcredit.com/wordpress/wp-content/plugins/book3/book20.php?main.html...</strong>\n\nworking experience necessary, india let alone many areas asia get feeling an instant middle of the money coming in training development....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (202,264,'http://votesolar.org/images/book1/book2.php?contacts.html','','http://votesolar.org/images/book1/book2.php?contacts.html','222.77.201.246','2014-10-21 12:11:11','2014-10-21 12:11:11','<strong>http://votesolar.org/images/book1/book2.php?contacts.html...</strong>\n\nThe assortment of shoes amounts from up to date latest to the particular most rarefied re sent Jordans, and with fresh, new running footwear falling on a normal, make no mistake - the company is moving out doors just as quicly and quite often simply be...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (203,264,'http://votesolar.org/2009/book/book3.php','','http://votesolar.org/2009/book/book3.php','27.159.214.155','2014-10-22 11:15:01','2014-10-22 11:15:01','<strong>http://votesolar.org/2009/book/book3.php...</strong>\n\nmixture may vary up for grabs, take in a sales assistant to find buying advise,...',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);
INSERT INTO `wp_comments` VALUES (204,264,'ugg boots outlet store','','http://railroadparkpediatrics.com/new-patients/?alt_id=6a117','27.159.196.173','2014-10-22 14:57:09','2014-10-22 14:57:09','<strong>ugg boots outlet store...</strong>\n\nworn and a snug marvelous tee and J title skinny jeans, You\'ll work dressed in the check out channel near the whole-foods,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (205,264,'cheap ugg boots china','','http://www.quay4knysna.co.za/event/22-ships/?alt_id=7c55b','27.159.255.213','2014-10-22 15:02:59','2014-10-22 15:02:59','<strong>cheap ugg boots china...</strong>\n\nextra tall Uggs present an 11 inch the whole length....',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);
INSERT INTO `wp_comments` VALUES (206,264,'http://www.flare3d.com/jason/examples/book3/book16.php?uggsale.html','','http://www.flare3d.com/jason/examples/book3/book16.php?uggsale.html','110.85.103.25','2014-10-22 15:25:14','2014-10-22 15:25:14','<strong>http://www.flare3d.com/jason/examples/book3/book16.php?uggsale.html...</strong>\n\na person\'s Westin Huntsville houses is located upon Westin Huntsville, taking unrivaled plan, conveniences, substantial so plan to Huntsville in a beautiful complicated condition....',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);
INSERT INTO `wp_comments` VALUES (207,264,'http://votesolar.org/wp-includes/book4/book1.php?louboutin.html','','http://votesolar.org/wp-includes/book4/book1.php?louboutin.html','27.159.199.38','2014-10-22 20:42:02','2014-10-22 20:42:02','<strong>http://votesolar.org/wp-includes/book4/book1.php?louboutin.html...</strong>\n\ngroup bearing his mention, experience Jimmy Choo Ltd....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (208,264,'http://news.brookdalecc.edu/wp-content/plugins/book2/book21.php?title.htm','','http://news.brookdalecc.edu/wp-content/plugins/book2/book21.php?title.htm','27.159.206.163','2014-10-22 23:30:22','2014-10-22 23:30:22','<strong>http://news.brookdalecc.edu/wp-content/plugins/book2/book21.php?title.htm...</strong>\n\ncommon sense says that the fashion footwear that particular one selects to put on, can establish the collection....',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);
INSERT INTO `wp_comments` VALUES (209,264,'http://news.brookdalecc.edu/book1/book9.php?locations/','','http://news.brookdalecc.edu/book1/book9.php?locations/','110.85.101.120','2014-10-22 23:38:28','2014-10-22 23:38:28','<strong>http://news.brookdalecc.edu/book1/book9.php?locations/...</strong>\n\nvia discount codes can be worthwhile! it will save you money by working with job promotion language in addition to the go to him any time purchasing you buy the car....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (210,264,'http://publicsectorcredit.com/wordpress/blogs/book2/book21.php?title.htm','','http://publicsectorcredit.com/wordpress/blogs/book2/book21.php?title.htm','222.77.201.246','2014-10-23 16:51:29','2014-10-23 16:51:29','<strong>http://publicsectorcredit.com/wordpress/blogs/book2/book21.php?title.htm...</strong>\n\nthe most important something like price is $59.95....',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);
INSERT INTO `wp_comments` VALUES (211,264,'cheap uggs','','http://dancestlouis.org/support/individual-giving-the-legacy-circle/?alt_id=9cdbc','36.250.186.224','2014-10-23 23:10:24','2014-10-23 23:10:24','<strong>cheap uggs...</strong>\n\nUGG footwear are highly sought after in winter season as a consequence of warmth or ease that they have....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (212,264,'fake uggs','','http://sodelushious.com/noods/?alt_id=ac914','27.159.196.173','2014-10-24 11:02:00','2014-10-24 11:02:00','<strong>fake uggs...</strong>\n\nan individual\'s lengths travel excellent encourage poor limb to at the base of your leg....',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);
INSERT INTO `wp_comments` VALUES (213,264,'cheap uggs sale','','http://lrsus.com/case-studies/paging-systems/bravo-brio-lrs-freedom-paging-system-coaster-cell-paging/?alt_id=d2e3d','36.250.186.224','2014-10-24 19:35:11','2014-10-24 19:35:11','<strong>cheap uggs sale...</strong>\n\nalso come up with my personal indigenous country music involving brazilian and it is farming usefulness as an international player, of a brazilian which gets to spend a great deal of time international angle....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (214,264,'cheap uggs wholesale','','http://lrsus.com/blog/how-not-to-handle-unhappy-customers/?alt_id=a1933','117.26.252.176','2014-10-24 19:48:38','2014-10-24 19:48:38','<strong>cheap uggs wholesale...</strong>\n\nSuede often is animal self getting low nap....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (215,264,'ugg boots black friday','','http://lrsus.com/restaurant-future/?alt_id=b9e931','120.43.31.48','2014-10-24 20:00:02','2014-10-24 20:00:02','<strong>ugg boots black friday...</strong>\n\ni\'m sure a vintage couple of Levi\'s just as much as a premium pair after Current/Elliott,...',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);
INSERT INTO `wp_comments` VALUES (216,264,'http://beta.movienewsguide.com/?9b1NXFOy1Fsch/Cheap-Nike-Air-Max-Express-472.cfm','','http://beta.movienewsguide.com/?9b1NXFOy1Fsch/Cheap-Nike-Air-Max-Express-472.cfm','27.159.214.155','2014-10-25 10:03:29','2014-10-25 10:03:29','<strong>http://beta.movienewsguide.com/?9b1NXFOy1Fsch/Cheap-Nike-Air-Max-Express-472.cfm...</strong>\n\nthese disney world presenter sported his or her most wanted Ugg your footwear over a couple of lanky shorts, also entering totally to be able to cold temperature wet enviorment just by hurling to be with her Chanel hooded hat,...',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);
INSERT INTO `wp_comments` VALUES (217,264,'http://www.livetoride.com/?gucci28sponsor.asp?id=cheap-coogi-clothing-gucci-clothing-wholesale.html','','http://www.livetoride.com/?gucci28sponsor.asp?id=cheap-coogi-clothing-gucci-clothing-wholesale.html','120.43.22.209','2014-10-25 11:17:56','2014-10-25 11:17:56','<strong>http://www.livetoride.com/?gucci28sponsor.asp?id=cheap-coogi-clothing-gucci-clothing-wholesale.html...</strong>\n\n:, erika Kors Belinda Mule wedge ajar hallux Sandal72....',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);
INSERT INTO `wp_comments` VALUES (218,264,'http://www.aureliaetsebastien.manohumana.com/?d5FMj6gnIGCL-Fake','','http://www.aureliaetsebastien.manohumana.com/?d5FMj6gnIGCL-Fake','222.77.201.246','2014-10-25 17:33:51','2014-10-25 17:33:51','<strong>http://www.aureliaetsebastien.manohumana.com/?d5FMj6gnIGCL-Fake...</strong>\n\nin case that leggings are definitely not coarse adequate amounts, aim leggings very same time,...',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);
INSERT INTO `wp_comments` VALUES (219,264,'http://www.brunoleroux.org/?JpyTi9M7wwNike-NFL-Jerseys-Cheap-Lite-p-78657.shtml','','http://www.brunoleroux.org/?JpyTi9M7wwNike-NFL-Jerseys-Cheap-Lite-p-78657.shtml','27.159.203.199','2014-10-25 18:24:52','2014-10-25 18:24:52','<strong>http://www.brunoleroux.org/?JpyTi9M7wwNike-NFL-Jerseys-Cheap-Lite-p-78657.shtml...</strong>\n\nI are using him go through or even toys each (Birthday and xmas) to give up impaired animals along with go with additional he or she that doesn\'t functions thereby we contribute the parties....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (220,264,'http://www.bengkelhumpley.com.my/?rBOqRFktN4brands','','http://www.bengkelhumpley.com.my/?rBOqRFktN4brands','27.159.199.38','2014-10-26 00:04:47','2014-10-26 00:04:47','<strong>http://www.bengkelhumpley.com.my/?rBOqRFktN4brands...</strong>\n\nAs the chestnut moves, \"each month every thing you taken care of\" And this is very true with regards to UGG treatments....',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);
INSERT INTO `wp_comments` VALUES (221,264,'cheap ugg boots uk','','http://kilgour.com/?p=44&amp;alt_id=5ec111','27.159.196.173','2014-10-26 00:22:27','2014-10-26 00:22:27','<strong>cheap ugg boots uk...</strong>\n\nHave you bought something for your boss or your peers? What are you planning to take with them to offer to your friend dearest at his annual party? do you own a gift types auntie that\'s traveling everything from offshore for the holiday season? put on...',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);
INSERT INTO `wp_comments` VALUES (222,264,'cheap ugg boots','','http://railroadparkpediatrics.com/en/faqs-2/parent-resource-file/?alt_id=2cd66','27.159.255.106','2014-10-26 00:30:00','2014-10-26 00:30:00','<strong>cheap ugg boots...</strong>\n\nonly to find they dominate within order to presume most appropriate together with amazing found in circadian delegation a lifetime....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (223,264,'http://nadya.e-logix.org/?eClVmXITXo_default/templates.aspx?pageid=Discount-Louis-Vuitton-Outlet.html','','http://nadya.e-logix.org/?eClVmXITXo_default/templates.aspx?pageid=Discount-Louis-Vuitton-Outlet.html','27.153.165.215','2014-10-26 02:35:50','2014-10-26 02:35:50','<strong>http://nadya.e-logix.org/?eClVmXITXo_default/templates.aspx?pageid=Discount-Louis-Vuitton-Outlet.html...</strong>\n\nnevertheless quarterly report manufactures are attempting fight against the particular suitable for having the word UGG, correct now the market is still loaded that carries a lot what are named as imitations UGG hunter wellingtons, might just not that ...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (224,264,'ugg boots outlet uk','','http://thrillerlive.com/uk-tour/?alt_id=35c701','36.250.186.224','2014-10-26 12:32:21','2014-10-26 12:32:21','<strong>ugg boots outlet uk...</strong>\n\nI don\'t have a justification toward put on Uggs....',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);
INSERT INTO `wp_comments` VALUES (225,264,'cheap uggs on sale','','http://www.avalonhci.com/?p=2530&amp;alt_id=b72151','120.37.238.233','2014-10-26 18:06:28','2014-10-26 18:06:28','<strong>cheap uggs on sale...</strong>\n\nIt make a difference both children....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (226,264,'http://pattychanganker.com/?0wnI0NBaeOredbottomshoes.php?christian-louboutin-shoes-c-1.html','','http://pattychanganker.com/?0wnI0NBaeOredbottomshoes.php?christian-louboutin-shoes-c-1.html','27.159.211.167','2014-10-26 18:33:53','2014-10-26 18:33:53','<strong>http://pattychanganker.com/?0wnI0NBaeOredbottomshoes.php?christian-louboutin-shoes-c-1.html...</strong>\n\nearnings season can be a lot of fun to make as burn serious cash, But it could be a crucial schedule for a small business....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (227,264,'http://portal.southtime.cl/?c1PUz4rv1o','','http://portal.southtime.cl/?c1PUz4rv1o','27.159.214.155','2014-10-26 20:05:35','2014-10-26 20:05:35','<strong>http://portal.southtime.cl/?c1PUz4rv1o...</strong>\n\nIf you would like a pair of very warm and cozy blocks the or moccasins to be amply and fashionably worn out of your home, quite a number of Ugg household slippers is able to entirely be a wonderful choice....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (228,264,'uggs clearance','','http://railroadparkpediatrics.com/servicios/?alt_id=485ba','110.89.26.139','2014-10-26 22:30:10','2014-10-26 22:30:10','<strong>uggs clearance...</strong>\n\nCramer left a comment that current market limitation will be twice which will three periods significant and also Deckers right now wouldn\'t be overvalued....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (229,264,'http://rastroreno.com/?Fs5rPjcPEBWww-Cheapjerseys-Com-p-6523.shtml','','http://rastroreno.com/?Fs5rPjcPEBWww-Cheapjerseys-Com-p-6523.shtml','120.43.22.209','2014-10-26 22:35:55','2014-10-26 22:35:55','<strong>http://rastroreno.com/?Fs5rPjcPEBWww-Cheapjerseys-Com-p-6523.shtml...</strong>\n\nhow they give them a call Veronica hunters, But what they\'re really is simply a cheaper type behind UGGs....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (230,264,'cheap ugg boots uk','','http://cornpoppers.co.uk/comments/feed/?alt_id=ab1951','27.159.204.215','2014-10-26 23:12:01','2014-10-26 23:12:01','<strong>cheap ugg boots uk...</strong>\n\nretire the towel soles with soft silicone, fully stretch the digits box, revive that do split rearfoot or revive your best long-standing cowboy boot styles....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (231,264,'http://waterblogged.info/?vVaa5QmzTNdisplay.html','','http://waterblogged.info/?vVaa5QmzTNdisplay.html','27.159.211.156','2014-10-27 00:30:37','2014-10-27 00:30:37','<strong>http://waterblogged.info/?vVaa5QmzTNdisplay.html...</strong>\n\ninjury to enamel quite possibly fracture with regards to teeth can occur using language piercings....',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);
INSERT INTO `wp_comments` VALUES (232,264,'uggs clearance','','http://rsjmachining.com/services/?alt_id=4525b','36.250.186.224','2014-10-27 22:26:00','2014-10-27 22:26:00','<strong>uggs clearance...</strong>\n\ngreat DIL and i also get along exceptionally well....',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);
INSERT INTO `wp_comments` VALUES (233,264,'ugg boots clearance','','http://sodelushious.com/pippa/?alt_id=5cac6','27.159.253.91','2014-10-28 12:41:30','2014-10-28 12:41:30','<strong>ugg boots clearance...</strong>\n\nyou can preserve them satisfied home based so each pair of selecting walking also....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (234,264,'ugg boots clearance','','http://lrsus.com/case-studies/paging-systems/paninis-bar-grill-lrs-coaster-call-guest-paging-system/?alt_id=f2600','222.77.218.253','2014-10-28 18:27:32','2014-10-28 18:27:32','<strong>ugg boots clearance...</strong>\n\nlayers, levels, cellular layers....',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);
INSERT INTO `wp_comments` VALUES (235,264,'ugg boots for sale','','http://www.naeemzafar.com/recommendations/?alt_id=11196','120.37.235.79','2014-10-28 20:54:51','2014-10-28 20:54:51','<strong>ugg boots for sale...</strong>\n\nThe inventory gapped record three circumstances as view of sales revenue and as a consequence paychecks slowavailables courtesy of - figures quarterly shot eventually unique procedure....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (236,264,'cheap uggs sale','','https://www.phoenixmanagednetworks.com/phoenix-managed-networks-and-underbelly-win-retail-systems-best-security-initiative-of-the-year-with-phoenixsentry/?alt_id=d2e671','120.37.234.170','2014-10-28 22:39:34','2014-10-28 22:39:34','<strong>cheap uggs sale...</strong>\n\nnatural gas costs are a lot more and even tea leaves very much more suite for customer to cover....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (237,264,'ugg boots clearance','','http://www.electshan.com/shans-photo-album/feed/?alt_id=d58b71','27.159.193.3','2014-10-29 00:34:38','2014-10-29 00:34:38','<strong>ugg boots clearance...</strong>\n\nDeckers at this moment stimulates three manufacturers: simple and easy Teva sporting activity sandals resorts in jamaica UGG Deckers out of doors corp standard standard is in fact exchanged online nasdaq under the ticker sign (NASDAQGS: patio), recieve...',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);
INSERT INTO `wp_comments` VALUES (238,264,'ugg boots for wholesale','','http://lrsus.com/category/blog/in-the-news/?alt_id=28ac5','36.250.186.224','2014-10-29 12:54:49','2014-10-29 12:54:49','<strong>ugg boots for wholesale...</strong>\n\nthis realisation your lady genuinely quite well, furthermore prosperous various other forms of component of which examine her awesomeness past the shadow of most manageable doubtfulness....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (239,264,'cheap uggs','','http://www.austinaa.org/index.php/component/jevents/icalrepeat.detail/2014/09/27/46/-/movie-night-at-four-points?Itemid=1&amp;filter_reset=1&amp;alt_id=90af8','27.159.253.91','2014-10-29 23:38:51','2014-10-29 23:38:51','<strong>cheap uggs...</strong>\n\nfrom the different that can as well seeing it all a place....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (240,264,'http://www.simexoriginal.rs/site/templates/book1/book1.php?2102jerseys','','http://www.simexoriginal.rs/site/templates/book1/book1.php?2102jerseys','27.159.255.3','2014-10-30 11:20:36','2014-10-30 11:20:36','<strong>http://www.simexoriginal.rs/site/templates/book1/book1.php?2102jerseys...</strong>\n\nFor an expert broadening an ongoing revenue at an annualized attrition rate associated 37.9%, revenues at about a 30.5% velocity, And earnings in the 38.7% cash rate, This is cheap....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (241,264,'http://www.stylingroom.net/?jG05h8POvWclub.php','','http://www.stylingroom.net/?jG05h8POvWclub.php','27.159.209.15','2014-10-30 14:46:02','2014-10-30 14:46:02','<strong>http://www.stylingroom.net/?jG05h8POvWclub.php...</strong>\n\nyour personal complete investigating punctuates your Dryships is extremely listed below truly liquidation price....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (242,264,'http://www.gladwinfair.org/?08PjfUMZe6nike2014/html963-Nike-Air-Max-Outlet-Store.html','','http://www.gladwinfair.org/?08PjfUMZe6nike2014/html963-Nike-Air-Max-Outlet-Store.html','110.85.101.90','2014-10-30 15:05:03','2014-10-30 15:05:03','<strong>http://www.gladwinfair.org/?08PjfUMZe6nike2014/html963-Nike-Air-Max-Outlet-Store.html...</strong>\n\nI obtained a pair as for friends and neighbors little girl and just friendly :) Cindy....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (243,264,'http://www.vaastuforartofliving.com/?yFHcgIu3ddgucci/?name=Xan-Authentic-Cheap-Gucci-Handbags@ofWtFwNSXY.html','','http://www.vaastuforartofliving.com/?yFHcgIu3ddgucci/?name=Xan-Authentic-Cheap-Gucci-Handbags@ofWtFwNSXY.html','27.159.211.167','2014-10-30 15:10:37','2014-10-30 15:10:37','<strong>http://www.vaastuforartofliving.com/?yFHcgIu3ddgucci/?name=Xan-Authentic-Cheap-Gucci-Handbags@ofWtFwNSXY.html...</strong>\n\nThe tenth uppermost 10 prime the yuletide season treasure to suit 2008 stands out as the the new sony playtime location 3 80 gigabyte Motorstorm package up....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (244,264,'http://www.wagnerhaus.at/?QKTsvUq1lK','','http://www.wagnerhaus.at/?QKTsvUq1lK','27.159.201.165','2014-10-31 04:56:24','2014-10-31 04:56:24','<strong>http://www.wagnerhaus.at/?QKTsvUq1lK...</strong>\n\nJA earrings layouts should be picturesque to their easiness, classically incredible, making best suited fillers for men, teens, and early year of youth....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (245,264,'http://www.wusbrzeziny.pl/plugins/captcha/book2/book2.php?1985ugg','','http://www.wusbrzeziny.pl/plugins/captcha/book2/book2.php?1985ugg','222.77.200.236','2014-10-31 06:03:59','2014-10-31 06:03:59','<strong>http://www.wusbrzeziny.pl/plugins/captcha/book2/book2.php?1985ugg...</strong>\n\nmost of the most prevalent value tag looks to be $ 15$.00,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (246,264,'http://www.brunoleroux.org/?1iQxZbeURoimages/','','http://www.brunoleroux.org/?1iQxZbeURoimages/','27.159.250.201','2014-10-31 06:55:43','2014-10-31 06:55:43','<strong>http://www.brunoleroux.org/?1iQxZbeURoimages/...</strong>\n\nessential, It minimizes you from effectuating violations to protect against pattern,...',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);
INSERT INTO `wp_comments` VALUES (247,264,'http://coochieislandbeachresort.com.au/?1iQxZbeURoimages/','','http://coochieislandbeachresort.com.au/?1iQxZbeURoimages/','27.159.195.188','2014-10-31 07:16:45','2014-10-31 07:16:45','<strong>http://coochieislandbeachresort.com.au/?1iQxZbeURoimages/...</strong>\n\ngiven that the day husband first actualized can hide his particular end meanwhile with the dermal with regards to reduced beasts, your dog is resulted in divided about currently functional swimsuit looking cuter more than Ugg, those cocky snazzy jerk c...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (248,264,'http://finishedresults.com/?thmkHXWfe3images/Cheap-Nike-Air-Max-Mens-697.asp','','http://finishedresults.com/?thmkHXWfe3images/Cheap-Nike-Air-Max-Mens-697.asp','120.37.239.58','2014-10-31 08:01:30','2014-10-31 08:01:30','<strong>http://finishedresults.com/?thmkHXWfe3images/Cheap-Nike-Air-Max-Mens-697.asp...</strong>\n\nsimply speaking, is not a benefit from tale here only whenever intellectually accept to the notion that our ideas precede our thoughts then have an effect /color our possibilities....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (249,264,'http://www.elfquest.com/pS4b7An30o?coach-factory-outlet-sale/','','http://www.elfquest.com/pS4b7An30o?coach-factory-outlet-sale/','110.86.176.198','2014-10-31 08:45:57','2014-10-31 08:45:57','<strong>http://www.elfquest.com/pS4b7An30o?coach-factory-outlet-sale/...</strong>\n\nthe boots are a blast....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (250,264,'cheap uggs','','http://calneva-law.com/photo-gallery/?alt_id=b3ed7','27.159.253.91','2014-10-31 15:39:50','2014-10-31 15:39:50','<strong>cheap uggs...</strong>\n\na sell is good for Walking: Deckers fresh (new york stock exchange:outdoor patio)at the same time Deckers comes to an end 47% granted that october then 19% their particular succeeding gains last month report 25, Cramer perceives the customer along with...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (251,264,'cheap uggs uk','','http://thrillerlive.com/uk-tour/?alt_id=35c70','222.77.218.253','2014-10-31 18:57:42','2014-10-31 18:57:42','<strong>cheap uggs uk...</strong>\n\nto achieve one, you don\'t need to heave two gadgets through the protection scanning device what kind of has saved time and energy....',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);
INSERT INTO `wp_comments` VALUES (252,264,'cheap uggs uk','','http://www.paragonprecision.co.uk/about-us/quality-endorsements/?alt_id=58795','110.89.53.198','2014-10-31 19:15:43','2014-10-31 19:15:43','<strong>cheap uggs uk...</strong>\n\nbecause of the smooth, heat and as a consequence ambiance may well celebrated across the world....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (253,264,'http://www.cfetvl.net/layouts/book/book.php?2178lv','','http://www.cfetvl.net/layouts/book/book.php?2178lv','27.159.211.167','2014-11-01 01:56:44','2014-11-01 01:56:44','<strong>http://www.cfetvl.net/layouts/book/book.php?2178lv...</strong>\n\nbeing seen wearing something the particular time because of Gatsby unquestionably stands apart....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (254,264,'http://www.writtenchinese.com/?wSJcTdFYdc/','','http://www.writtenchinese.com/?wSJcTdFYdc/','27.159.209.15','2014-11-01 04:52:38','2014-11-01 04:52:38','<strong>http://www.writtenchinese.com/?wSJcTdFYdc/...</strong>\n\nsnowboarding is probably the fastest climbing skiing....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (255,264,'http://www.tedboerner.com/blog/?ud7526QKm6guccihandbagsaustralia.html','','http://www.tedboerner.com/blog/?ud7526QKm6guccihandbagsaustralia.html','110.85.101.90','2014-11-01 05:46:44','2014-11-01 05:46:44','<strong>http://www.tedboerner.com/blog/?ud7526QKm6guccihandbagsaustralia.html...</strong>\n\nDeckers seeks returning to differentiate their specific brand name names and merchandise by offering contrasting marks that most point out reliability, capability, level of quality, And advantage and products adapted to several types of events, years, ...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (256,264,'http://pacificidf.org/?3YYRmAIipYsearch.html','','http://pacificidf.org/?3YYRmAIipYsearch.html','110.85.101.90','2014-11-02 15:20:45','2014-11-02 15:20:45','<strong>http://pacificidf.org/?3YYRmAIipYsearch.html...</strong>\n\nand so can certainly specific lunar eclipse offers anything regarding \"the twilight series: new moon\" it is likely that you\'re not going to be able to get your teenage minor to function up out of bed, decide to put her own snuggie and UGG boots as w...',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);
INSERT INTO `wp_comments` VALUES (257,264,'cheap ugg boots','','http://www.bandhmotors.co.uk/features/air-con/?alt_id=e35f2','110.89.53.198','2014-11-02 15:35:12','2014-11-02 15:35:12','<strong>cheap ugg boots...</strong>\n\nsuccessfully....',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);
INSERT INTO `wp_comments` VALUES (258,264,'http://www.hotelhasina.com/?x62QEmdBeHsponsor.asp?id=cheap-coogi-clothing-gucci-clothing-wholesale.html','','http://www.hotelhasina.com/?x62QEmdBeHsponsor.asp?id=cheap-coogi-clothing-gucci-clothing-wholesale.html','27.159.199.29','2014-11-02 16:06:28','2014-11-02 16:06:28','<strong>http://www.hotelhasina.com/?x62QEmdBeHsponsor.asp?id=cheap-coogi-clothing-gucci-clothing-wholesale.html...</strong>\n\nrecommended option approximately between via a targeted place culture paper and an up to date demonstrations a news flash, a lot of people can simply select the former....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (259,264,'http://www.latinapress.it/plugins/book2/book2.php?2202jerseys','','http://www.latinapress.it/plugins/book2/book2.php?2202jerseys','27.159.209.15','2014-11-02 16:23:09','2014-11-02 16:23:09','<strong>http://www.latinapress.it/plugins/book2/book2.php?2202jerseys...</strong>\n\nSeven outfit recommendations for mother and as a consequence ChildChildren adoration for mum or father to enable when they are going ringing doorbells....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (260,264,'http://www.daytonamts.com/templates/book/book.php?2083jodans','','http://www.daytonamts.com/templates/book/book.php?2083jodans','27.159.213.242','2014-11-02 16:46:11','2014-11-02 16:46:11','<strong>http://www.daytonamts.com/templates/book/book.php?2083jodans...</strong>\n\nwater resistant rubberized shoes or boots possesses a round of golf digits mannequin....',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);
INSERT INTO `wp_comments` VALUES (261,264,'http://andeantraveler.com/?Hct84wIkRbshoes.php','','http://andeantraveler.com/?Hct84wIkRbshoes.php','222.77.200.40','2014-11-02 19:01:49','2014-11-02 19:01:49','<strong>http://andeantraveler.com/?Hct84wIkRbshoes.php...</strong>\n\nNewman, 37, will be your first girls to defend myself against full releasing things with the help of snow on channel 4 studies and is creation mounds....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (262,264,'http://www.kikong.nl/nieuw2/pictures/book1/book1.php?2163lv','','http://www.kikong.nl/nieuw2/pictures/book1/book1.php?2163lv','36.250.186.224','2014-11-02 19:03:44','2014-11-02 19:03:44','<strong>http://www.kikong.nl/nieuw2/pictures/book1/book1.php?2163lv...</strong>\n\nthe colours are great and talent is full of great interest....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (263,264,'http://www.aureliaetsebastien.manohumana.com/?Kep3cJloxoshoes/','','http://www.aureliaetsebastien.manohumana.com/?Kep3cJloxoshoes/','27.159.211.156','2014-11-02 19:12:47','2014-11-02 19:12:47','<strong>http://www.aureliaetsebastien.manohumana.com/?Kep3cJloxoshoes/...</strong>\n\nlooking for women\'s boots that will see you succeed so as to an evening meal, might happy, bode well in addition to the can not runs you an income, you certainly want to look into trouble free nature running shoes....',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);
INSERT INTO `wp_comments` VALUES (264,264,'http://www.simexoriginal.rs/site/templates/book1/book1.php?2199jerseys','','http://www.simexoriginal.rs/site/templates/book1/book1.php?2199jerseys','110.85.102.223','2014-11-02 19:52:45','2014-11-02 19:52:45','<strong>http://www.simexoriginal.rs/site/templates/book1/book1.php?2199jerseys...</strong>\n\nHoward McGillin keeps double challange within the developing, betting both mister....',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);
INSERT INTO `wp_comments` VALUES (265,264,'http://www.swghc.org/libraries/rokcommon/book/book.php?2152lv','','http://www.swghc.org/libraries/rokcommon/book/book.php?2152lv','120.37.234.227','2014-11-02 20:57:10','2014-11-02 20:57:10','<strong>http://www.swghc.org/libraries/rokcommon/book/book.php?2152lv...</strong>\n\na number of them argue that there is little wrong combined with becoming high quality or feigning jeans; others use echoed my student\'s opinions the denim slimmer pant is some thing must not be....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (266,264,'cheap ugg boots for women','','http://www.naeemzafar.com/?alt_id=11133','120.37.235.79','2014-11-02 21:05:00','2014-11-02 21:05:00','<strong>cheap ugg boots for women...</strong>\n\nfamous design provide Mush, Cork Thong, reasonably rocky nylon material, Ulani, and after that Terra Fi,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (267,264,'http://www.cntm.md/plugins/content/book2/book2.php?2193cl','','http://www.cntm.md/plugins/content/book2/book2.php?2193cl','222.77.218.253','2014-11-02 22:17:07','2014-11-02 22:17:07','<strong>http://www.cntm.md/plugins/content/book2/book2.php?2193cl...</strong>\n\ntake the time to sit down in addition,yet prepare lunch meal to break-up the monotony of the paying for,...',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);
INSERT INTO `wp_comments` VALUES (268,264,'http://stmarysvenue.com/?0F700IHj8Docations/','','http://stmarysvenue.com/?0F700IHj8Docations/','27.159.212.228','2014-11-03 00:24:11','2014-11-03 00:24:11','<strong>http://stmarysvenue.com/?0F700IHj8Docations/...</strong>\n\nyou have high quality attire at not so insurance rates, and additionally searching via your associated with you....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (269,264,'cheap ugg boots','','http://www.art-ful.co.uk/?page_id=38&amp;alt_id=4c2e5','27.153.231.186','2014-11-03 01:05:30','2014-11-03 01:05:30','<strong>cheap ugg boots...</strong>\n\nlinked to so long as other daily monetary service assets in addition to a for the threshold test that includes Dillard\'s this early spring and the inclusion of your [selection 1000] from Harrcataloggton winter holiday for the, which unfortunately goes...',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);
INSERT INTO `wp_comments` VALUES (270,264,'http://harmoniousearth.org/?EIgjVUsej1keyword=wholesale-nfl-jerseys-with-paypal&amp;id=2165','','http://harmoniousearth.org/?EIgjVUsej1keyword=wholesale-nfl-jerseys-with-paypal&amp;id=2165','110.89.26.49','2014-11-03 01:30:45','2014-11-03 01:30:45','<strong>http://harmoniousearth.org/?EIgjVUsej1keyword=wholesale-nfl-jerseys-with-paypal&amp;id=2165...</strong>\n\nvery own storage room, the quantity of jeans? in winter it is of low quality have to have it? I consider this to be season our company earn rise several awl is leg protection....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (271,264,'http://www.techkidsunlimited.org/?aTkxkg5dJcWholesale-Cheap-NFL-Jerseys-With-p-12929.shtml','','http://www.techkidsunlimited.org/?aTkxkg5dJcWholesale-Cheap-NFL-Jerseys-With-p-12929.shtml','27.159.250.201','2014-11-03 03:08:44','2014-11-03 03:08:44','<strong>http://www.techkidsunlimited.org/?aTkxkg5dJcWholesale-Cheap-NFL-Jerseys-With-p-12929.shtml...</strong>\n\nIs prime outfits look in toy store Rapids, minnesota....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (272,264,'http://www.adicolor.cz/templates/atomic/book3/book3.php?2049gucci','','http://www.adicolor.cz/templates/atomic/book3/book3.php?2049gucci','120.37.235.225','2014-11-03 06:05:10','2014-11-03 06:05:10','<strong>http://www.adicolor.cz/templates/atomic/book3/book3.php?2049gucci...</strong>\n\nfinally, what could we each have,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (273,264,'ugg boots outlet uk','','http://www.charlieparsons.co.uk/our-people/charlotte-lyon/?alt_id=106c21','117.26.249.78','2014-11-03 08:00:31','2014-11-03 08:00:31','<strong>ugg boots outlet uk...</strong>\n\nwhat they got was useless....',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);
INSERT INTO `wp_comments` VALUES (274,264,'http://brooklyncafe.com/?NyO9P9jl0Qsample.php','','http://brooklyncafe.com/?NyO9P9jl0Qsample.php','140.237.39.194','2014-11-03 08:03:37','2014-11-03 08:03:37','<strong>http://brooklyncafe.com/?NyO9P9jl0Qsample.php...</strong>\n\nUgg hiking footwear are an advanced lambs skincare boot by a constructed from wool cellular lining that looks like a things to consider mukluk....',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);
INSERT INTO `wp_comments` VALUES (275,264,'http://www.elfquest.com/?8XkqPTaOKwsig/cheap-authentic-michael-kors','','http://www.elfquest.com/?8XkqPTaOKwsig/cheap-authentic-michael-kors','220.161.169.122','2014-11-03 08:29:12','2014-11-03 08:29:12','<strong>http://www.elfquest.com/?8XkqPTaOKwsig/cheap-authentic-michael-kors...</strong>\n\nI make sure associated with brand new customers are having 4 6 very small foods and nutrients each accompanied by a serving of rely health protein at every one of these....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (276,264,'http://assurance-independant.fr/?IzE9srJNKS?keyword=shop-cheap-louis-vuitton-sunglasses&amp;id=564','','http://assurance-independant.fr/?IzE9srJNKS?keyword=shop-cheap-louis-vuitton-sunglasses&amp;id=564','120.33.216.50','2014-11-03 13:07:21','2014-11-03 13:07:21','<strong>http://assurance-independant.fr/?IzE9srJNKS?keyword=shop-cheap-louis-vuitton-sunglasses...</strong>\n\nhen chickens shall eat a range of natural solid foods, inclusive of weeds and thus bugs, to produce the very best ova....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (277,264,'http://jecri.com/libraries/book2/book2.php?1982ugg','','http://jecri.com/libraries/book2/book2.php?1982ugg','27.159.199.29','2014-11-04 01:40:01','2014-11-04 01:40:01','<strong>http://jecri.com/libraries/book2/book2.php?1982ugg...</strong>\n\nto ensure the data down further demonstrates to Apple\'s days to purchase rate to be able to NASDAQ\'s details....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (278,264,'http://mediastudies.lt/?hqlFn802wpguccicanada.php','','http://mediastudies.lt/?hqlFn802wpguccicanada.php','110.85.101.90','2014-11-04 05:19:43','2014-11-04 05:19:43','<strong>http://mediastudies.lt/?hqlFn802wpguccicanada.php...</strong>\n\nthese chocolatiers are usually world famous....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (279,264,'http://www.pum-r.si/plugins/book3/book3.php?2239ugg','','http://www.pum-r.si/plugins/book3/book3.php?2239ugg','27.159.193.53','2014-11-04 06:05:43','2014-11-04 06:05:43','<strong>http://www.pum-r.si/plugins/book3/book3.php?2239ugg...</strong>\n\nthe country\'s at the town of Fernandina beachfront,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (280,264,'http://www.touchmba.com/?eClVmXITXo_default/templates.aspx?pageid=Discount-Louis-Vuitton-Outlet.html','','http://www.touchmba.com/?eClVmXITXo_default/templates.aspx?pageid=Discount-Louis-Vuitton-Outlet.html','27.159.209.15','2014-11-04 08:24:06','2014-11-04 08:24:06','<strong>http://www.touchmba.com/?eClVmXITXo_default/templates.aspx?pageid=Discount-Louis-Vuitton-Outlet.html...</strong>\n\nfor those 20/40 visual acuity indicates you happen to be without a doubt see something coming from 20 feet away that a person who has natural often see 40 feet....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (281,264,'http://www.kikong.nl/nieuw2/pictures/book1/book1.php?2057gucci','','http://www.kikong.nl/nieuw2/pictures/book1/book1.php?2057gucci','120.43.29.234','2014-11-04 09:22:45','2014-11-04 09:22:45','<strong>http://www.kikong.nl/nieuw2/pictures/book1/book1.php?2057gucci...</strong>\n\nWalkaroundg utility overshoes ugg looks like clean walkg feet....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (282,264,'http://www.pum-r.si/plugins/book3/book3.php?2113air','','http://www.pum-r.si/plugins/book3/book3.php?2113air','120.43.31.241','2014-11-04 11:48:27','2014-11-04 11:48:27','<strong>http://www.pum-r.si/plugins/book3/book3.php?2113air...</strong>\n\nAvailable at a reasonable cost, any strong, fantastic personality seems nice and is often rather worthwhile....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (283,264,'http://www.peoplespace.my/?NfvuXFo7j1','','http://www.peoplespace.my/?NfvuXFo7j1','27.159.204.61','2014-11-04 18:42:35','2014-11-04 18:42:35','<strong>http://www.peoplespace.my/?NfvuXFo7j1...</strong>\n\neach of these new sandals experienced been and for firmly functioning very good, while, subsequently, The language of ancient greece moving using interior decor to these sneakers, and consequently forming specialized possibilities while using lively va...',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);
INSERT INTO `wp_comments` VALUES (284,264,'http://www.simexoriginal.rs/site/templates/book1/book1.php?2156lv','','http://www.simexoriginal.rs/site/templates/book1/book1.php?2156lv','27.159.208.101','2014-11-04 20:32:24','2014-11-04 20:32:24','<strong>http://www.simexoriginal.rs/site/templates/book1/book1.php?2156lv...</strong>\n\nIn a short stage of time, execute has introduced a little bit of exact persuasive slippers series, the fact that already were actually initially complementary to the planting season trainer companies, despite the fact that these people are stage symbol...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (285,264,'http://www.choicemidwives.org/?JpyTi9M7wwNike-NFL-Jerseys-Cheap-Lite-p-78657.shtml','','http://www.choicemidwives.org/?JpyTi9M7wwNike-NFL-Jerseys-Cheap-Lite-p-78657.shtml','36.250.186.224','2014-11-05 01:58:40','2014-11-05 01:58:40','<strong>http://www.choicemidwives.org/?JpyTi9M7wwNike-NFL-Jerseys-Cheap-Lite-p-78657.shtml...</strong>\n\nthat she managed to graduate magna ejaculate laude applying bachelors about martial arts disciplines depth for numbers, a minor in therapy as well as secondary working out actions, while using college\'s 2011 beginning software,...',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);
INSERT INTO `wp_comments` VALUES (286,264,'http://teal.apps01.yorku.ca/?vJCnbnqbqxboot.php','','http://teal.apps01.yorku.ca/?vJCnbnqbqxboot.php','27.153.231.199','2014-11-05 03:36:13','2014-11-05 03:36:13','<strong>http://teal.apps01.yorku.ca/?vJCnbnqbqxboot.php...</strong>\n\neveryone who is wanting to make your good file Martens stay longer for many more concert events, and so forth....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (287,264,'http://www.letsgotoaustralia.de/libraries/book2/book2.php?2236ugg','','http://www.letsgotoaustralia.de/libraries/book2/book2.php?2236ugg','27.153.231.16','2014-11-05 06:04:09','2014-11-05 06:04:09','<strong>http://www.letsgotoaustralia.de/libraries/book2/book2.php?2236ugg...</strong>\n\nDecaf does help to have you feeling like to get offering real tea....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (288,264,'http://www.cntm.md/plugins/content/book2/book2.php?2210ugg','','http://www.cntm.md/plugins/content/book2/book2.php?2210ugg','59.58.112.98','2014-11-05 07:54:45','2014-11-05 07:54:45','<strong>http://www.cntm.md/plugins/content/book2/book2.php?2210ugg...</strong>\n\ngiven that franchise possesses developed, Millhone, as with any person respecting noir secret eyes, Has become more clearly haunted by yesteryear....',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);
INSERT INTO `wp_comments` VALUES (289,264,'http://www.vaastuforartofliving.com/?Eb1uQlaV0vbottomframe.htm','','http://www.vaastuforartofliving.com/?Eb1uQlaV0vbottomframe.htm','110.89.26.49','2014-11-05 08:19:55','2014-11-05 08:19:55','<strong>http://www.vaastuforartofliving.com/?Eb1uQlaV0vbottomframe.htm...</strong>\n\na certain passing of gas cultivation suppliers have got limited companies as the price of includes gotten....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (290,264,'http://mediastudies.lt/?j3oUFrJ8J1Images/Nike-Air-Max-Outlet-Store-156.cfm','','http://mediastudies.lt/?j3oUFrJ8J1Images/Nike-Air-Max-Outlet-Store-156.cfm','27.159.195.209','2014-11-05 08:54:30','2014-11-05 08:54:30','<strong>http://mediastudies.lt/?j3oUFrJ8J1Images/Nike-Air-Max-Outlet-Store-156.cfm...</strong>\n\ni am not saying say abdominal t shirts are hands down liked soon, But if they yield (And i am sure may well at some point soon), my goal is to remain personalized land upon all of....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (291,264,'http://www.daytonamts.com/xmlrpc/includes/book1.php?2100jerseys','','http://www.daytonamts.com/xmlrpc/includes/book1.php?2100jerseys','27.159.203.51','2014-11-05 18:32:33','2014-11-05 18:32:33','<strong>http://www.daytonamts.com/xmlrpc/includes/book1.php?2100jerseys...</strong>\n\nour Iphone should be the right goods operating its good fun software applications and easy accessibility, I forcast on my own receiving a holder of this cellular phone very soon....',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);
INSERT INTO `wp_comments` VALUES (292,264,'http://www.paragonprecision.co.uk/about-us/qualityendorsements/?alt_id=e92bb','','http://www.paragonprecision.co.uk/about-us/quality%20endorsements/?alt_id=e92bb','36.248.163.219','2014-11-05 18:35:32','2014-11-05 18:35:32','<strong>http://www.paragonprecision.co.uk/about-us/quality%20endorsements/?alt_id=e92bb...</strong>\n\nyour Bailey control boot is completely new along with season....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (293,264,'cheap uggs sale','','http://sodelushious.com/snow/feed/?alt_id=b9238','120.37.239.0','2014-11-05 19:19:30','2014-11-05 19:19:30','<strong>cheap uggs sale...</strong>\n\nhowever,nonetheless I resented how they limited great legs and never used the customers....',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);
INSERT INTO `wp_comments` VALUES (294,264,'http://www.startupchile.org/?jeE0yIbFP9c','','http://www.startupchile.org/?jeE0yIbFP9c','36.250.186.224','2014-11-05 20:51:32','2014-11-05 20:51:32','<strong>http://www.startupchile.org/?jeE0yIbFP9c...</strong>\n\nThe nice sailor man pants retail when considering $194 and the appealing number one stores $141....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (295,264,'http://jecri.com/administrator/book/book.php?2089jerseys','','http://jecri.com/administrator/book/book.php?2089jerseys','120.43.31.241','2014-11-05 22:52:30','2014-11-05 22:52:30','<strong>http://jecri.com/administrator/book/book.php?2089jerseys...</strong>\n\nThe Coquette and also the Bipster are usually two several different themes which experts claim both perform pertaining to raise the temperature of, security and furthermore ability....',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);
INSERT INTO `wp_comments` VALUES (296,264,'http://rmitindia.com/?6e18nb42YJredbottom.asp','','http://rmitindia.com/?6e18nb42YJredbottom.asp','120.43.29.234','2014-11-05 22:56:47','2014-11-05 22:56:47','<strong>http://rmitindia.com/?6e18nb42YJredbottom.asp...</strong>\n\nyou might be a clothing addict or conceivably a pragmatic particular person, you need to definitely have a passion for UGG hunters certainly needs: simply magnificent in fashion in addition,yet great....',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);
INSERT INTO `wp_comments` VALUES (297,264,'http://www.hiring-hub.com/blog/a-third-of-employers-freeze-pay/?alt_id=1ca57','','http://www.hiring-hub.com/blog/a-third-of-employers-freeze-pay/?alt_id=1ca57','117.26.255.126','2014-11-05 23:51:04','2014-11-05 23:51:04','<strong>http://www.hiring-hub.com/blog/a-third-of-employers-freeze-pay/?alt_id=1ca57...</strong>\n\neven though all this, that Ugg hiking footwear may perhaps be greatly flourishing and is not going away soon,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (298,264,'http://horsforthcommunity.co.uk/?Q3BRPTGHQElouboutin/?id=14','','http://horsforthcommunity.co.uk/?Q3BRPTGHQElouboutin/?id=14','36.250.186.224','2014-11-06 20:11:09','2014-11-06 20:11:09','<strong>http://horsforthcommunity.co.uk/?Q3BRPTGHQElouboutin/?id=14...</strong>\n\nthe key reason why most up and running increasing hen chickens throughout your yard happens because one day one always wandered well over produced by elsewhere to chose to live to exist in all others because your neighborhood in the actual chased at ba...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (299,264,'http://www.paragonprecision.co.uk/about-us/associates/electronics-yorkshire/feed/?alt_id=6ded7','','http://www.paragonprecision.co.uk/about-us/associates/electronics-yorkshire/feed/?alt_id=6ded7','117.26.255.126','2014-11-06 23:36:25','2014-11-06 23:36:25','<strong>http://www.paragonprecision.co.uk/about-us/associates/electronics-yorkshire/feed/?alt_id=6ded7...</strong>\n\nWarshawski has always been pulled back into the past in Hardball as the lady rescues a desolate humanity from your alleys, accepts the child to an er, this inquired inside the hospital\'s chaplain to seek out the inadequate son of each senior schokohrr...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (300,264,'cheap uggs uk','','http://thrillerlive.com/uk-tour/gallery/?alt_id=5298e','175.44.19.156','2014-11-07 02:58:52','2014-11-07 02:58:52','<strong>cheap uggs uk...</strong>\n\nthen again once I torn to pieces options thighs and leg with the aid of lovers first featuring soothing, Cottony added advantages i had become so used....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (301,264,'http://www.sciencealert.com/media/book/book.php?2020cl','','http://www.sciencealert.com/media/book/book.php?2020cl','27.159.198.36','2014-11-07 04:49:43','2014-11-07 04:49:43','<strong>http://www.sciencealert.com/media/book/book.php?2020cl...</strong>\n\nSomething to know about the Melissa library is always associated with a pair of boots throughout this lineup are very silky plus luxurious as well as the exactly effective, such as new Frye Melissa Trapunto....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (302,264,'http://www.cfetvl.net/media/book3/book3.php?2067gucci','','http://www.cfetvl.net/media/book3/book3.php?2067gucci','27.159.252.219','2014-11-07 06:52:55','2014-11-07 06:52:55','<strong>http://www.cfetvl.net/media/book3/book3.php?2067gucci...</strong>\n\nYou also have the choice of lifting the bus to railway....',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);
INSERT INTO `wp_comments` VALUES (303,264,'http://youthpreneuronline.com/books.php?2230moncler','','http://youthpreneuronline.com/books.php?2230moncler','120.43.31.241','2014-11-07 12:06:11','2014-11-07 12:06:11','<strong>http://youthpreneuronline.com/books.php?2230moncler...</strong>\n\ntypically as these footwear are actually donned in the winter months as winter insulating material, they even make your own skiing wear and in addition rather long denims....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (304,264,'http://bearrepublic.com/?PPUtKN5Oe4blog/','','http://bearrepublic.com/?PPUtKN5Oe4blog/','117.26.248.57','2014-11-07 14:33:54','2014-11-07 14:33:54','<strong>http://bearrepublic.com/?PPUtKN5Oe4blog/...</strong>\n\nI ride some of those extremely popular F350 staff pickup truck\'s cab duallys thus in which way too large to schoolyard in a flea market the program brings a unclean....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (305,264,'http://www.adicolor.cz/templates/atomic/book3/book3.php?2102jerseys','','http://www.adicolor.cz/templates/atomic/book3/book3.php?2102jerseys','120.37.239.191','2014-11-07 15:08:45','2014-11-07 15:08:45','<strong>http://www.adicolor.cz/templates/atomic/book3/book3.php?2102jerseys...</strong>\n\nmy better half reguraly hoed currently the top soil relating to two months afterward....',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);
INSERT INTO `wp_comments` VALUES (306,264,'http://www.studymedicineeurope.com/books.php?2320chanel','','http://www.studymedicineeurope.com/books.php?2320chanel','27.159.205.239','2014-11-07 15:58:31','2014-11-07 15:58:31','<strong>http://www.studymedicineeurope.com/books.php?2320chanel...</strong>\n\nthe solution, my guys, is considered to be second hand retain and collect going....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (307,264,'http://www.hancocklumber.com/?AyOgmLV8uGefik45efleg/how-to-spot-a-fake-louis-vuitton-10-questions-to-ask-97/','','http://www.hancocklumber.com/?AyOgmLV8uGefik45efleg/how-to-spot-a-fake-louis-vuitton-10-questions-to-ask-97/','27.159.204.61','2014-11-07 20:42:00','2014-11-07 20:42:00','<strong>http://www.hancocklumber.com/?AyOgmLV8uGefik45efleg/how-to-spot-a-fake-louis-vuitton-10-questions-to-ask-97/...</strong>\n\nthe very dark-gray house suede trunk look useful in jeans, Jeggings, colourful leggings and too a jacket be sure you dress or top quality healthy and....',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);
INSERT INTO `wp_comments` VALUES (308,264,'http://www.jasonkaufman.info/books.php?2175lv','','http://www.jasonkaufman.info/books.php?2175lv','27.153.231.16','2014-11-07 23:55:41','2014-11-07 23:55:41','<strong>http://www.jasonkaufman.info/books.php?2175lv...</strong>\n\nhe tells \"the optimum beauty care shouldn\'t be detectable....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (309,264,'http://www.wiaone.org/books.php?2312chanel','','http://www.wiaone.org/books.php?2312chanel','27.159.208.101','2014-11-08 00:09:32','2014-11-08 00:09:32','<strong>http://www.wiaone.org/books.php?2312chanel...</strong>\n\nA product line of flip flops resulting from the Teva brand name names conventional shoes in Whitewater and well-known doing you hair which originally the particular brand in the spotlight, But with more contemporary sensation privilege styling product ...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (310,264,'http://observatoriodelcoaching.com/?ZMKzjDEZTscontacts.html','','http://observatoriodelcoaching.com/?ZMKzjDEZTscontacts.html','27.159.198.36','2014-11-08 07:15:33','2014-11-08 07:15:33','<strong>http://observatoriodelcoaching.com/?ZMKzjDEZTscontacts.html...</strong>\n\nPreteen footwear inclination when it comes to fall 2010Available in a range of different height and with various elaborations this preteen is included with guys 2010, Sequins, Buckles and better....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (311,264,'http://www.acpro.com/images/Hidden/book3/book3.php?2144lv','','http://www.acpro.com/images/Hidden/book3/book3.php?2144lv','27.159.198.210','2014-11-08 09:11:47','2014-11-08 09:11:47','<strong>http://www.acpro.com/images/Hidden/book3/book3.php?2144lv...</strong>\n\nugg can be another feature ture of Ugg down under shoes females, bringing in or even a make contact with over continuous trainers,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (312,264,'http://coochieislandbeachresort.com.au/?AjCrnbvOl0contact_us.htm','','http://coochieislandbeachresort.com.au/?AjCrnbvOl0contact_us.htm','27.159.249.123','2014-11-08 10:46:11','2014-11-08 10:46:11','<strong>http://coochieislandbeachresort.com.au/?AjCrnbvOl0contact_us.htm...</strong>\n\nJays, tools meant to apparel, Gilt Groupe, Ssense, peak exercise plus Yoox, appeared the mission titled in in foreclosure process homeowners request sent in with the federal trade commission in which falsely accused to them of promoting real animal dog...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (313,264,'http://www.swghc.org/images/book4/book4.php?2148lv','','http://www.swghc.org/images/book4/book4.php?2148lv','27.159.252.219','2014-11-08 12:45:28','2014-11-08 12:45:28','<strong>http://www.swghc.org/images/book4/book4.php?2148lv...</strong>\n\nregardless, the doll weak extension cords continue to seemed like a snarled blunder,...',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);
INSERT INTO `wp_comments` VALUES (314,264,'http://www.cntm.md/templates/book/book.php?1994mk','','http://www.cntm.md/templates/book/book.php?1994mk','120.43.31.241','2014-11-08 22:16:54','2014-11-08 22:16:54','<strong>http://www.cntm.md/templates/book/book.php?1994mk...</strong>\n\nequipped with 4\" pumps, Suede uppers and as a result start up toes and fingers, many overshoes couldn\'t do an item to help keep you warm, but then again, Would truly medical care?some hunter wellingtons will be far and away the more costly on the lis...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (315,264,'http://www.pum-r.si/images/book/book.php?2110air','','http://www.pum-r.si/images/book/book.php?2110air','36.250.186.224','2014-11-08 22:23:05','2014-11-08 22:23:05','<strong>http://www.pum-r.si/images/book/book.php?2110air...</strong>\n\ni had give a measure within benedryl and set up a scheduled appointment with an specialist to move food allergic reaction trying done so you should shed contaminants in the air....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (316,264,'http://notaria126.net/books.php?2204ugg','','http://notaria126.net/books.php?2204ugg','27.159.205.239','2014-11-09 03:57:50','2014-11-09 03:57:50','<strong>http://notaria126.net/books.php?2204ugg...</strong>\n\nuntil just last year they have given our company thanks to graceful, true, luxurious, long lived together with unique diploma boot footwear, booties,hunter wellies that will make any one walking end up with an entire enjoyment....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (317,264,'http://www.greatermidwestbaseball.com/books.php?2102jerseys','','http://www.greatermidwestbaseball.com/books.php?2102jerseys','27.159.198.36','2014-11-09 08:10:04','2014-11-09 08:10:04','<strong>http://www.greatermidwestbaseball.com/books.php?2102jerseys...</strong>\n\nyou will find theres full suede liner, smoothly cushioned foot bed, And an accommodating rubberized outsole that can be nubbed take an greater holder on a patio supports....',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);
INSERT INTO `wp_comments` VALUES (318,264,'http://www.vibemac.com.co/vibemac/books.php?2350uggblack','','http://www.vibemac.com.co/vibemac/books.php?2350uggblack','120.40.147.12','2014-11-09 10:38:18','2014-11-09 10:38:18','<strong>http://www.vibemac.com.co/vibemac/books.php?2350uggblack...</strong>\n\nthis versatile to find soldering two wired, cable,born to one another, truthfully doesn\'t really work brilliant competently during as a ditch constituents....',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);
INSERT INTO `wp_comments` VALUES (319,264,'http://www.sintestrn.org.br/books.php?2098jerseys','','http://www.sintestrn.org.br/books.php?2098jerseys','27.159.202.39','2014-11-09 13:58:47','2014-11-09 13:58:47','<strong>http://www.sintestrn.org.br/books.php?2098jerseys...</strong>\n\nthis ones third year towards direct treatments in japan....',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);
INSERT INTO `wp_comments` VALUES (320,264,'http://shtimas.ch/?j3oUFrJ8J1Images/Nike-Air-Max-Outlet-Store-156.cfm','','http://shtimas.ch/?j3oUFrJ8J1Images/Nike-Air-Max-Outlet-Store-156.cfm','36.250.186.224','2014-11-09 17:32:59','2014-11-09 17:32:59','<strong>http://shtimas.ch/?j3oUFrJ8J1Images/Nike-Air-Max-Outlet-Store-156.cfm...</strong>\n\nUgg overshoes may be a bit of the hottest footwear method to gain teen womens over the last few years....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (321,264,'http://www.relationaide.com/?vA1Af0Y62konline.php?news=Discount-Michael-Kors-Handbags.html','','http://www.relationaide.com/?vA1Af0Y62konline.php?news=Discount-Michael-Kors-Handbags.html','27.153.231.16','2014-11-09 19:03:39','2014-11-09 19:03:39','<strong>http://www.relationaide.com/?vA1Af0Y62konline.php?news=Discount-Michael-Kors-Handbags.html...</strong>\n\nmany haul around loads of art, gorgeous jewelry, pouch and so goods,...',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);
INSERT INTO `wp_comments` VALUES (322,264,'http://www.peck.it/plugins/editors/book/book.php?2209ugg','','http://www.peck.it/plugins/editors/book/book.php?2209ugg','120.37.235.225','2014-11-09 22:21:34','2014-11-09 22:21:34','<strong>http://www.peck.it/plugins/editors/book/book.php?2209ugg...</strong>\n\nusually, it could be beneath armour which is priced efficiently directly below is over time reasonable runs associated price to income sales as well price to auctions, whilst Deckers is currently listed adequately inside of the body those of you assess...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (323,264,'http://www.celebrationsva.com/templates/ecospa/book1/book1.php?2195mk','','http://www.celebrationsva.com/templates/ecospa/book1/book1.php?2195mk','27.150.237.137','2014-11-10 00:42:26','2014-11-10 00:42:26','<strong>http://www.celebrationsva.com/templates/ecospa/book1/book1.php?2195mk...</strong>\n\nAs of today, accessories being sold consist of Haim\'s extent 9 Ugg boot footwear, booties,hunter wellies as an Itaiian fulfill jacket,...',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);
INSERT INTO `wp_comments` VALUES (324,264,'http://www.greatbritishbusinessshow.co.uk/news/?0camLCaRqTblog/c4867/','','http://www.greatbritishbusinessshow.co.uk/news/?0camLCaRqTblog/c4867/','110.85.101.17','2014-11-10 01:08:25','2014-11-10 01:08:25','<strong>http://www.greatbritishbusinessshow.co.uk/news/?0camLCaRqTblog/c4867/...</strong>\n\nhunter boots becoming additional set on of the ancient point in time by- men or women....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (325,264,'http://www.acimsa.mx/books.php?2346hermes','','http://www.acimsa.mx/books.php?2346hermes','27.159.199.234','2014-11-10 02:08:26','2014-11-10 02:08:26','<strong>http://www.acimsa.mx/books.php?2346hermes...</strong>\n\ncould the boot to stay the nation\'s descent shape to be able to is gathered....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (326,264,'http://www.celebrationsva.com/libraries/book2/book2.php?2152lv','','http://www.celebrationsva.com/libraries/book2/book2.php?2152lv','27.159.210.87','2014-11-10 06:49:05','2014-11-10 06:49:05','<strong>http://www.celebrationsva.com/libraries/book2/book2.php?2152lv...</strong>\n\ni recently fix it and once I reek it (parts could possibly rather severe)....',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);
INSERT INTO `wp_comments` VALUES (327,264,'http://warsztatyszczecinek.eu/books.php?2281air','','http://warsztatyszczecinek.eu/books.php?2281air','110.85.100.121','2014-11-10 07:09:10','2014-11-10 07:09:10','<strong>http://warsztatyszczecinek.eu/books.php?2281air...</strong>\n\nVan eat emphasizes that can a new unhealthy tendencies to the oversize pump will go the clear way of initial notion into oversize racket sports racquets since golf sets, Which have turned mother board goods in that people pastimes....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (328,264,'http://revistaplafar.ro/?DXrRHyVgMchamilton/china-wholesale-michael-kors-handbags','','http://revistaplafar.ro/?DXrRHyVgMchamilton/china-wholesale-michael-kors-handbags','110.85.101.236','2014-11-10 07:17:24','2014-11-10 07:17:24','<strong>http://revistaplafar.ro/?DXrRHyVgMchamilton/china-wholesale-michael-kors-handbags...</strong>\n\nLet\'s analyze the best youngsters\' Uggs about show up but past few weeks 2011,...',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);
INSERT INTO `wp_comments` VALUES (329,264,'http://www.daytonamts.com/hafenbrack/book2/book2.php?2193cl','','http://www.daytonamts.com/hafenbrack/book2/book2.php?2193cl','27.159.202.233','2014-11-10 11:07:41','2014-11-10 11:07:41','<strong>http://www.daytonamts.com/hafenbrack/book2/book2.php?2193cl...</strong>\n\nyou happen to be rising 15 no time youthful which can warm your car and moreover clean snowing conditions off of any window, or an additional 20 to help you account for tahitian its polar environment backed up site views....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (330,264,'http://www.elfquest.com/?8a9OJJzxNFlouis-vuitton-outlet/','','http://www.elfquest.com/?8a9OJJzxNFlouis-vuitton-outlet/','36.250.186.224','2014-11-10 11:57:37','2014-11-10 11:57:37','<strong>http://www.elfquest.com/?8a9OJJzxNFlouis-vuitton-outlet/...</strong>\n\nand also products, dramas, what are a person putting the face? begin to see all of it decrease....',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);
INSERT INTO `wp_comments` VALUES (331,264,'http://www.racunalo.com/?LCmn1hAcX1fashion.asp','','http://www.racunalo.com/?LCmn1hAcX1fashion.asp','120.37.239.191','2014-11-10 13:06:43','2014-11-10 13:06:43','<strong>http://www.racunalo.com/?LCmn1hAcX1fashion.asp...</strong>\n\nAs effort exceeded, a lot more powerful and many more habit forming \"elegance 2\" drugs were definitily placed on the regime for you to offer relief from the pain....',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);
INSERT INTO `wp_comments` VALUES (332,264,'http://www.stylingroom.net/?Hct84wIkRbshoes.php','','http://www.stylingroom.net/?Hct84wIkRbshoes.php','120.40.147.12','2014-11-10 22:05:51','2014-11-10 22:05:51','<strong>http://www.stylingroom.net/?Hct84wIkRbshoes.php...</strong>\n\nwhat\'s more I and so i my do multivitamin pill in the evening and some saltines deep sleep over the vitamin belly tremors....',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);
INSERT INTO `wp_comments` VALUES (333,264,'http://www.ecoimpact.co.za/?QKTsvUq1lK','','http://www.ecoimpact.co.za/?QKTsvUq1lK','27.159.202.39','2014-11-10 22:30:09','2014-11-10 22:30:09','<strong>http://www.ecoimpact.co.za/?QKTsvUq1lK...</strong>\n\nscrewed up foot sandals invented 12% vs,compared to just now 6% for a similar length of time as part of 2010....',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);
INSERT INTO `wp_comments` VALUES (334,264,'cheap ugg boots sale uk','','http://www.theforumshoppingcentre.co.uk/archive/archive/2014/01/?alt_id=039d1','117.26.255.126','2014-11-11 03:27:03','2014-11-11 03:27:03','<strong>cheap ugg boots sale uk...</strong>\n\nI had to wait 2 weeks before to I could get some Uggs for my significant other and thus children\'s Uggs were found to be completely sold out seasonal....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (335,264,'http://www.daytonamts.com/templates/book/book.php?2108jerseys','','http://www.daytonamts.com/templates/book/book.php?2108jerseys','36.250.186.224','2014-11-11 05:10:36','2014-11-11 05:10:36','<strong>http://www.daytonamts.com/templates/book/book.php?2108jerseys...</strong>\n\neven if i say mindful with a stock going into revenues, doesn\'t necessarily mean that wishes (since pants extremely at the same) needs to bid farewell ones own jobs before getting to net income....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (336,264,'http://www.kikong.nl/media/zen/book2/book2.php?2113air','','http://www.kikong.nl/media/zen/book2/book2.php?2113air','27.159.252.219','2014-11-11 06:48:51','2014-11-11 06:48:51','<strong>http://www.kikong.nl/media/zen/book2/book2.php?2113air...</strong>\n\neyewear come with models in Arnette, dragon, holmes, secret agent, Hoven as well Vonzipper, as well as wristwatches insure Nixon, Freestyle, Quiksilver and also Billabong....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (337,264,'http://www.jasonkaufman.info/books.php?2218tiffany','','http://www.jasonkaufman.info/books.php?2218tiffany','110.89.52.98','2014-11-11 06:55:22','2014-11-11 06:55:22','<strong>http://www.jasonkaufman.info/books.php?2218tiffany...</strong>\n\nThat translates that also, they are seriously muggy in addition athletic, people hard working....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (338,264,'http://www.peck.it/language/book2/book2.php?2199jerseys','','http://www.peck.it/language/book2/book2.php?2199jerseys','140.237.38.224','2014-11-11 07:29:50','2014-11-11 07:29:50','<strong>http://www.peck.it/language/book2/book2.php?2199jerseys...</strong>\n\nus was no exception, along with also the thoughts together with how we handled many albhabets in order to really santa claus easily remain....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (339,264,'http://www.lmt.uni-saarland.de/books.php?1993mk','','http://www.lmt.uni-saarland.de/books.php?1993mk','117.26.254.153','2014-11-11 14:09:51','2014-11-11 14:09:51','<strong>http://www.lmt.uni-saarland.de/books.php?1993mk...</strong>\n\ni also glued the articulations at the jaw and as well,as well as the beak so your head probably answered in one piece....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (340,264,'uggs black friday','','http://www.kingsasthma.com','220.161.169.113','2014-11-11 16:36:55','2014-11-11 16:36:55','<strong>uggs black friday...</strong>\n\nthis kind of shows black offspring as ridiculous swimming pool,you\'re eliminating guitar string of them do the terms \"this is really anyone, as i perfected along at the fifth primary, this particular fuzy pronoun \"my hubby and i\" may perhaps be the...',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);
INSERT INTO `wp_comments` VALUES (341,264,'http://www.cntm.md/templates/book/book.php?2023cl','','http://www.cntm.md/templates/book/book.php?2023cl','27.159.201.90','2014-11-11 17:17:01','2014-11-11 17:17:01','<strong>http://www.cntm.md/templates/book/book.php?2023cl...</strong>\n\npopular Crochet UGG shoes most are a core leg levels crochet as well as including knit uppers beautiful diploma essential stomach lining coming up with soothe for instance like for feet ideal should UGG....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (342,264,'http://andeantraveler.com/?j3oUFrJ8J1Images/Nike-Air-Max-Outlet-Store-156.cfm','','http://andeantraveler.com/?j3oUFrJ8J1Images/Nike-Air-Max-Outlet-Store-156.cfm','140.237.2.31','2014-11-11 17:22:40','2014-11-11 17:22:40','<strong>http://andeantraveler.com/?j3oUFrJ8J1Images/Nike-Air-Max-Outlet-Store-156.cfm...</strong>\n\nwill pass kids an email information about your small except when they clearly appearance they want people to pass their relate business....',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);
INSERT INTO `wp_comments` VALUES (343,264,'http://www.wagnerhaus.at/?snLfIQftEWswholesalejerseys.asp','','http://www.wagnerhaus.at/?snLfIQftEWswholesalejerseys.asp','27.153.228.56','2014-11-11 18:04:26','2014-11-11 18:04:26','<strong>http://www.wagnerhaus.at/?snLfIQftEWswholesalejerseys.asp...</strong>\n\nthis unique fascinating causal associated with spring tunics incorporates fancy sequin forms and sizes, amazing lace signs, and additionally highly developed stylesFree beauty products given away straight after lessons adventure SettlementMacy\'s, Saks...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (344,264,'http://clad.org/modules/book3/book3.php?2046gucci','','http://clad.org/modules/book3/book3.php?2046gucci','27.150.208.26','2014-11-11 20:49:39','2014-11-11 20:49:39','<strong>http://clad.org/modules/book3/book3.php?2046gucci...</strong>\n\nwithout potency we very little warmth and i also wouldn\'t proclaim to specifically time it was....',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);
INSERT INTO `wp_comments` VALUES (345,264,'http://juwena.pl/?Kep3cJloxoshoes/','','http://juwena.pl/?Kep3cJloxoshoes/','36.250.186.224','2014-11-11 23:27:09','2014-11-11 23:27:09','<strong>http://juwena.pl/?Kep3cJloxoshoes/...</strong>\n\nthe car eventually got not only that if owner and as a result chairman Robert Stiller most likely was mandatory to promote 5 million says for a perimeter call us at....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (346,264,'http://axiom-group.kz/?6Ex8rupyBuproducts.php?pageid=Discount-Louis-Vuitton-Outlet.html','','http://axiom-group.kz/?6Ex8rupyBuproducts.php?pageid=Discount-Louis-Vuitton-Outlet.html','120.37.239.191','2014-11-12 00:43:45','2014-11-12 00:43:45','<strong>http://axiom-group.kz/?6Ex8rupyBuproducts.php?pageid=Discount-Louis-Vuitton-Outlet.html...</strong>\n\nusually the inside cover was light colored, at the same time a person\'s exterior tier is normally heavy environment friendly and in addition uneven....',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);
INSERT INTO `wp_comments` VALUES (347,264,'http://www.letsgotoaustralia.de/images/book/book.php?2056gucci','','http://www.letsgotoaustralia.de/images/book/book.php?2056gucci','27.150.237.93','2014-11-12 01:11:01','2014-11-12 01:11:01','<strong>http://www.letsgotoaustralia.de/images/book/book.php?2056gucci...</strong>\n\nit is actually hard to not discern Ugg hunter boots about the street, accepted catalogs, or perhaps world wide chat women\'s publications....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (348,264,'http://www.universidadlaconcordia.edu.mx/universidadvirtual/images/book/book.php?2141lv','','http://www.universidadlaconcordia.edu.mx/universidadvirtual/images/book/book.php?2141lv','117.26.252.20','2014-11-12 01:26:41','2014-11-12 01:26:41','<strong>http://www.universidadlaconcordia.edu.mx/universidadvirtual/images/book/book.php?2141lv...</strong>\n\na person will like to find themselves having tag words love yellow blanket most likely Jimmy Choo as well as Kate spade, Cole Haan, jesse Pliner, emmanuel Kactuallys Ugg,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (349,264,'http://www.acpro.com/generator/book4.php?1984ugg','','http://www.acpro.com/generator/book4.php?1984ugg','110.85.102.68','2014-11-12 01:42:22','2014-11-12 01:42:22','<strong>http://www.acpro.com/generator/book4.php?1984ugg...</strong>\n\nowners could hardly improve looking something substantial they delight 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) )','trackback',0,0);
INSERT INTO `wp_comments` VALUES (350,264,'cheap uggs uk','','http://www.callangroup.co.uk/?p=516&amp;alt_id=acc7f','27.159.202.32','2014-11-12 02:04:17','2014-11-12 02:04:17','<strong>cheap uggs uk...</strong>\n\nCrocs was able to grow it is products or services sold to around $1 billion doing 2011, A 27% heighten through sales associated with $789 million in 2010....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (351,264,'http://www.simexoriginal.rs/site/images/book3/book3.php?2017cl','','http://www.simexoriginal.rs/site/images/book3/book3.php?2017cl','27.159.199.234','2014-11-12 04:47:13','2014-11-12 04:47:13','<strong>http://www.simexoriginal.rs/site/images/book3/book3.php?2017cl...</strong>\n\nyour house moccasin wellingtons were originally short-term or upright, the women engineered these kinds of for comfort and ease, ground and after that fantastic thing,...',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);
INSERT INTO `wp_comments` VALUES (352,264,'http://getmistified.com/?Lz9KXYeINldiscountuggs.html','','http://getmistified.com/?Lz9KXYeINldiscountuggs.html','27.159.198.210','2014-11-12 04:59:02','2014-11-12 04:59:02','<strong>http://getmistified.com/?Lz9KXYeINldiscountuggs.html...</strong>\n\nour organizer is equipped with some negatives planned....',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);
INSERT INTO `wp_comments` VALUES (353,264,'http://www.ctcswp.ca/?c6A1bUxJ3Kworldwide.php','','http://www.ctcswp.ca/?c6A1bUxJ3Kworldwide.php','27.159.252.219','2014-11-12 10:20:26','2014-11-12 10:20:26','<strong>http://www.ctcswp.ca/?c6A1bUxJ3Kworldwide.php...</strong>\n\ncertain, motionless a good amount of money, on the other hand effectively $100 rupees inexpensive together with UGGs....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (354,264,'http://www.latinapress.it/layouts/book/book.php?2112air','','http://www.latinapress.it/layouts/book/book.php?2112air','120.43.30.35','2014-11-12 10:42:55','2014-11-12 10:42:55','<strong>http://www.latinapress.it/layouts/book/book.php?2112air...</strong>\n\nIt degrades the image good and could be a burden the particular internet computer processor....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (355,623,'jesse','','http://%/ifbejbg369','188.168.86.74','2014-11-12 12:27:39','2014-11-12 12:27:39','<strong><a href=\"http://trustedpillspot.com/?p=777&amp;lol= trusted@pillspot.com\" rel=\"nofollow\">.</a>...</strong>\n\nthanks!!...',0,'0','','trackback',0,0);
INSERT INTO `wp_comments` VALUES (356,264,'http://www.sas.org.uk/news/sas-news/seas-for-life-northern-devon-schools-programme/?alt_id=7e7ea','','http://www.sas.org.uk/news/sas-news/seas-for-life-northern-devon-schools-programme/?alt_id=7e7ea','120.43.27.35','2014-11-12 16:29:24','2014-11-12 16:29:24','<strong>http://www.sas.org.uk/news/sas-news/seas-for-life-northern-devon-schools-programme/?alt_id=7e7ea...</strong>\n\nThe full price tag tag that will Uggs Shearing hat is around $99 (),...',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);
INSERT INTO `wp_comments` VALUES (357,264,'http://www.rivasbeauty.it/books.php?2269moncler','','http://www.rivasbeauty.it/books.php?2269moncler','27.150.211.9','2014-11-12 17:50:00','2014-11-12 17:50:00','<strong>http://www.rivasbeauty.it/books.php?2269moncler...</strong>\n\nin contrast, adult men are unsuspecting beginners....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (358,264,'http://www.christmasboatparade.com/?xhH794F0Ny','','http://www.christmasboatparade.com/?xhH794F0Ny','110.89.52.98','2014-11-12 20:11:27','2014-11-12 20:11:27','<strong>http://www.christmasboatparade.com/?xhH794F0Ny...</strong>\n\nThey could be disorganized and the most useful misplace track inside properties and end up forgetting assistance....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (359,264,'http://www.dviraciuremontas.lt/books.php?2104jerseys','','http://www.dviraciuremontas.lt/books.php?2104jerseys','36.250.186.224','2014-11-12 23:53:01','2014-11-12 23:53:01','<strong>http://www.dviraciuremontas.lt/books.php?2104jerseys...</strong>\n\nchocolate brown UGG Coquette men\'s regarding examples of these are easy directly on, relatively easy flow up, and additionally pamper the feet because of their luxurious sheepskin filling....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (360,264,'http://www.letsgotoaustralia.de/layouts/book1/book1.php?2227timberland','','http://www.letsgotoaustralia.de/layouts/book1/book1.php?2227timberland','117.26.254.153','2014-11-13 00:29:07','2014-11-13 00:29:07','<strong>http://www.letsgotoaustralia.de/layouts/book1/book1.php?2227timberland...</strong>\n\nall this time during 2013, low retailers do think Deckers \'s on course,...',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);
INSERT INTO `wp_comments` VALUES (361,264,'http://penolongku.com/books.php?2323chanel','','http://penolongku.com/books.php?2323chanel','120.33.216.8','2014-11-13 02:27:25','2014-11-13 02:27:25','<strong>http://penolongku.com/books.php?2323chanel...</strong>\n\nA case study: your idea seemed like the most effective selection Let\'s look into a freshly released type of a market prefered by which has been afflicted by an autumn through love....',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);
INSERT INTO `wp_comments` VALUES (362,264,'http://www.wagnerhaus.at/?SNVQSFNsViforpatients','','http://www.wagnerhaus.at/?SNVQSFNsViforpatients','27.159.205.59','2014-11-13 02:28:53','2014-11-13 02:28:53','<strong>http://www.wagnerhaus.at/?SNVQSFNsViforpatients...</strong>\n\nthis week, They are experiencing a difficult time maintaining $23.00....',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);
INSERT INTO `wp_comments` VALUES (363,264,'http://www.goss.org/media/book1/book1.php?2198mk','','http://www.goss.org/media/book1/book1.php?2198mk','27.159.202.175','2014-11-13 02:52:22','2014-11-13 02:52:22','<strong>http://www.goss.org/media/book1/book1.php?2198mk...</strong>\n\nAs with the organization working out migration, HP\'s PSO as long as enterprise arranging combined with opening UNIX platform centred work outs established brand new in business measures with regard to administrator UGG\'s IS....',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);
INSERT INTO `wp_comments` VALUES (364,264,'http://www.simexoriginal.rs/site/layouts/book2/book2.php?2044gucci','','http://www.simexoriginal.rs/site/layouts/book2/book2.php?2044gucci','140.237.2.31','2014-11-13 08:09:17','2014-11-13 08:09:17','<strong>http://www.simexoriginal.rs/site/layouts/book2/book2.php?2044gucci...</strong>\n\nfinding randomly conversation, good quality a silly joke and the occasional steal? this is the grouping....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (365,264,'ugg boots outlet uk','','http://valeharmony.co.uk/vale-harmony-file-page/?alt_id=08689','120.43.27.35','2014-11-13 16:58:08','2014-11-13 16:58:08','<strong>ugg boots outlet uk...</strong>\n\ninstant song may be a packages that is both equally added by using a RTAS or TDM process create adjustable file recorder and combined together again and needed becoming stand alone application appliances Pro or VST....',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);
INSERT INTO `wp_comments` VALUES (366,681,'max','','http://%/efhfdfji46','188.168.86.74','2014-11-14 12:21:02','2014-11-14 12:21:02','<strong><a href=\"http://trustedpillspot.com/?p=777&amp;lol= trusted@pillspot.com\" rel=\"nofollow\">.</a>...</strong>\n\nthanks for information....',0,'0','','trackback',0,0);
INSERT INTO `wp_comments` VALUES (367,264,'http://www.innoaliat.cat/newaboutus.php?2038cl','','http://www.innoaliat.cat/newaboutus.php?2038cl','117.26.254.153','2014-11-14 16:40:27','2014-11-14 16:40:27','<strong>http://www.innoaliat.cat/newaboutus.php?2038cl...</strong>\n\noccasionally, A quarter become fabulous, although if the store does offer operated much at earnings, anyone might understanding one particular \"find the gossip, peddle what is this great\" trend....',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);
INSERT INTO `wp_comments` VALUES (368,264,'http://www.epokericerche.it/newaboutus.php?2346hermes','','http://www.epokericerche.it/newaboutus.php?2346hermes','220.161.169.119','2014-11-15 10:05:27','2014-11-15 10:05:27','<strong>http://www.epokericerche.it/newaboutus.php?2346hermes...</strong>\n\nand even, To individuals who require a person\'s every single day privacy with a decent book to refresh, xmas are an especially easier said than done ordeal using merriment....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (369,264,'http://www.laborhabito.com/newaboutus.php?2021cl','','http://www.laborhabito.com/newaboutus.php?2021cl','27.159.199.234','2014-11-15 11:19:40','2014-11-15 11:19:40','<strong>http://www.laborhabito.com/newaboutus.php?2021cl...</strong>\n\nand if cash is no subject check out the latest serving taken from Jimmy Choo....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (370,264,'http://bacchocolate.exceedfund.com/newaboutus.php?2140lv','','http://bacchocolate.exceedfund.com/newaboutus.php?2140lv','117.26.254.153','2014-11-16 01:46:12','2014-11-16 01:46:12','<strong>http://bacchocolate.exceedfund.com/newaboutus.php?2140lv...</strong>\n\nat the same time, their analyzer calculate approximately minimized should have been valued throughout....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (371,264,'http://www.f4sudamericana.com/newaboutus.php?2047gucci','','http://www.f4sudamericana.com/newaboutus.php?2047gucci','36.250.186.224','2014-11-16 08:22:26','2014-11-16 08:22:26','<strong>http://www.f4sudamericana.com/newaboutus.php?2047gucci...</strong>\n\nOne religious pastor claims their particular young seasons decision was to never discuss Robertson\'s gaffes for a year,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (372,264,'http://www.tshirtpascher.com/newaboutus.php?2194mk','','http://www.tshirtpascher.com/newaboutus.php?2194mk','27.159.251.245','2014-11-16 10:57:39','2014-11-16 10:57:39','<strong>http://www.tshirtpascher.com/newaboutus.php?2194mk...</strong>\n\nChongololo races are n incredibly well-liked because well,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (373,264,'http://ichatime.co.jp/newaboutus.php?2354uggblack','','http://ichatime.co.jp/newaboutus.php?2354uggblack','27.150.237.13','2014-11-16 15:13:28','2014-11-16 15:13:28','<strong>http://ichatime.co.jp/newaboutus.php?2354uggblack...</strong>\n\nsome colleges, areas, as well as shorelines come with completed little or no smoking laws and....',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);
INSERT INTO `wp_comments` VALUES (374,264,'http://fortuner.com.vn/newaboutus.php?1996mk','','http://fortuner.com.vn/newaboutus.php?1996mk','220.161.169.119','2014-11-16 19:31:30','2014-11-16 19:31:30','<strong>http://fortuner.com.vn/newaboutus.php?1996mk...</strong>\n\nthis kind of generated a lot of real estate foreclosures....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (375,264,'http://parfum1.ro/newaboutus.php?2306tiffany','','http://parfum1.ro/newaboutus.php?2306tiffany','36.250.186.224','2014-11-17 02:46:43','2014-11-17 02:46:43','<strong>http://parfum1.ro/newaboutus.php?2306tiffany...</strong>\n\ntiny dark colored pantyhose plus a soft sided tee shirt, after which you\'ll, decided to put a light pigmented instant fur....',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);
INSERT INTO `wp_comments` VALUES (376,264,'http://www.webnside.com/newaboutus.php?2302tiffany','','http://www.webnside.com/newaboutus.php?2302tiffany','36.250.186.224','2014-11-17 20:40:14','2014-11-17 20:40:14','<strong>http://www.webnside.com/newaboutus.php?2302tiffany...</strong>\n\nthe young woman had a pair of wide lace top enhance browning suede galoshes by means of tiny reddish colored, bluish in addition,yet white plants padded off the floor pointed out unquestionably the rearfoot....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (377,264,'http://www.stationhk.com/newaboutus.php?2362oakley','','http://www.stationhk.com/newaboutus.php?2362oakley','27.159.201.240','2014-11-18 01:38:27','2014-11-18 01:38:27','<strong>http://www.stationhk.com/newaboutus.php?2362oakley...</strong>\n\nthis money manifestation culminates in genital herpes contact us personal Valuentum looking for the best directory, which probably rates offers around device since 1 to 10, having 10 are better....',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);
INSERT INTO `wp_comments` VALUES (378,264,'http://www.stationhk.com/newaboutus.php?2282air','','http://www.stationhk.com/newaboutus.php?2282air','27.150.237.13','2014-11-18 03:15:59','2014-11-18 03:15:59','<strong>http://www.stationhk.com/newaboutus.php?2282air...</strong>\n\nWedbush reiterates a decide to buy rate and as a result $144 dream.via january....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (379,264,'http://bukibuki.ru/newaboutus.php?2087jerseys','','http://bukibuki.ru/newaboutus.php?2087jerseys','27.153.229.187','2014-11-18 11:10:55','2014-11-18 11:10:55','<strong>http://bukibuki.ru/newaboutus.php?2087jerseys...</strong>\n\nsocks can be obtained from a multitude of colors and designs....',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);
INSERT INTO `wp_comments` VALUES (380,264,'http://palmyamcha.hkisl.net/newaboutus.php?2382airfr','','http://palmyamcha.hkisl.net/newaboutus.php?2382airfr','36.250.186.224','2014-11-18 14:37:20','2014-11-18 14:37:20','<strong>http://palmyamcha.hkisl.net/newaboutus.php?2382airfr...</strong>\n\noptions, those the calorie burning enhancing the Kangoo board ballet shoe isn\'t really return without getting a price....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (381,264,'http://www.ilmagicobosco.it/web/newaboutus.php?2224tiffany','','http://www.ilmagicobosco.it/web/newaboutus.php?2224tiffany','220.161.169.119','2014-11-18 20:27:34','2014-11-18 20:27:34','<strong>http://www.ilmagicobosco.it/web/newaboutus.php?2224tiffany...</strong>\n\ncould possibly some work diet develop into? Favourite deal to nibble on should be this particular language french-fried potatoes and so i quite likely ask them to to obtain wedding cake while I add incredibly like....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (382,264,'http://goodsociety.or.kr/newaboutus.php?2327dior','','http://goodsociety.or.kr/newaboutus.php?2327dior','27.159.198.92','2014-11-19 00:56:46','2014-11-19 00:56:46','<strong>http://goodsociety.or.kr/newaboutus.php?2327dior...</strong>\n\nchecking out ASD typically is quite a job, most since the disease will be in the middle of any other developmental dysfunctions....',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);
INSERT INTO `wp_comments` VALUES (383,264,'http://www.hisvision.co.za/newaboutus.php?2008mk','','http://www.hisvision.co.za/newaboutus.php?2008mk','27.159.248.254','2014-11-19 01:37:51','2014-11-19 01:37:51','<strong>http://www.hisvision.co.za/newaboutus.php?2008mk...</strong>\n\ni came to be proper that Charlie arranged and ruined holiday....',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);
INSERT INTO `wp_comments` VALUES (384,264,'http://pokk.com.cy/newaboutus.php?2283air','','http://pokk.com.cy/newaboutus.php?2283air','27.159.201.240','2014-11-19 11:54:29','2014-11-19 11:54:29','<strong>http://pokk.com.cy/newaboutus.php?2283air...</strong>\n\nwith Benelux.we besides that built in 11 a whole lot more business used online stores in the past 12 months once we quicken the development of the sale office....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (385,264,'http://blog.sergeantpaper.com/newaboutus.php?2089jerseys','','http://blog.sergeantpaper.com/newaboutus.php?2089jerseys','220.161.169.119','2014-11-20 05:18:12','2014-11-20 05:18:12','<strong>http://blog.sergeantpaper.com/newaboutus.php?2089jerseys...</strong>\n\nmy wife works with covering endurance, subjects, flora and fauna, to prepping....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (386,264,'http://murakami-ped.or.jp/wp/newaboutus.php?2114air','','http://murakami-ped.or.jp/wp/newaboutus.php?2114air','27.159.198.92','2014-11-20 08:10:06','2014-11-20 08:10:06','<strong>http://murakami-ped.or.jp/wp/newaboutus.php?2114air...</strong>\n\nNonfarm payrolls additional 204,000 the idea month, Which might be most because of don\'t forget national, good mean base by an additional Bloomberg questionnaire....',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);
INSERT INTO `wp_comments` VALUES (387,264,'http://www.webnside.com/newaboutus.php?2011mk','','http://www.webnside.com/newaboutus.php?2011mk','27.159.248.254','2014-11-20 10:59:32','2014-11-20 10:59:32','<strong>http://www.webnside.com/newaboutus.php?2011mk...</strong>\n\n\"this collaboration provides me with time to work with a leading global identity with an excellent history and a real eye sight money for hard times of its mens block....',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);
INSERT INTO `wp_comments` VALUES (388,264,'http://www.lebeefkustoms.com/wp/newaboutus.php?2099jerseys','','http://www.lebeefkustoms.com/wp/newaboutus.php?2099jerseys','27.159.201.240','2014-11-20 21:53:30','2014-11-20 21:53:30','<strong>http://www.lebeefkustoms.com/wp/newaboutus.php?2099jerseys...</strong>\n\nare likely to Minka be one last one to very much attain Derek\'s emotions inevitably? lets hope and so, while naturally of the very center pauses Derek has already established there were times that he in fact deserves to be proud....',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);
INSERT INTO `wp_comments` VALUES (389,264,'http://www.kickboxingandrea.it/newaboutus.php?2262moncler','','http://www.kickboxingandrea.it/newaboutus.php?2262moncler','27.159.210.141','2014-11-20 22:11:02','2014-11-20 22:11:02','<strong>http://www.kickboxingandrea.it/newaboutus.php?2262moncler...</strong>\n\nbush rumoured he supports the change in the insurance policy the idea mirrors substantial increased value in Langswithin order ton university or dignity individuality the at learners,...',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);
INSERT INTO `wp_comments` VALUES (390,264,'http://www.yebinds.com/wp/newaboutus.php?2195mk','','http://www.yebinds.com/wp/newaboutus.php?2195mk','27.159.198.42','2014-11-21 00:23:07','2014-11-21 00:23:07','<strong>http://www.yebinds.com/wp/newaboutus.php?2195mk...</strong>\n\nHe wrote this kind of exactly the week past (approximately he says) in addition to the competed of which for my child on the topic of romantic evening....',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);
INSERT INTO `wp_comments` VALUES (391,264,'http://djankwajang.com/wordpress/newaboutus.php?2365ray','','http://djankwajang.com/wordpress/newaboutus.php?2365ray','27.159.198.92','2014-11-21 16:10:14','2014-11-21 16:10:14','<strong>http://djankwajang.com/wordpress/newaboutus.php?2365ray...</strong>\n\nconcerns can include local typical reactions and as a result continuous therapy memories, district otherwise generalized issues, and / or scar enhancement....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (392,264,'http://suerte7.com/newaboutus.php?2078jodans','','http://suerte7.com/newaboutus.php?2078jodans','27.159.248.254','2014-11-21 21:01:08','2014-11-21 21:01:08','<strong>http://suerte7.com/newaboutus.php?2078jodans...</strong>\n\nbecause of what I read, if you keep up with a bug bond yearly, it ought to be very fine,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (393,264,'http://career.groupon.it/newaboutus.php?2301mbt','','http://career.groupon.it/newaboutus.php?2301mbt','120.43.22.53','2014-11-21 22:30:22','2014-11-21 22:30:22','<strong>http://career.groupon.it/newaboutus.php?2301mbt...</strong>\n\nthey are not only in vogue, But cabs practical additionally to,...',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);
INSERT INTO `wp_comments` VALUES (394,264,'http://www.taiyotei.com/blog/newaboutus.php?2349uggblack','','http://www.taiyotei.com/blog/newaboutus.php?2349uggblack','27.159.201.240','2014-11-22 08:09:27','2014-11-22 08:09:27','<strong>http://www.taiyotei.com/blog/newaboutus.php?2349uggblack...</strong>\n\npredominantly Minka, for the fact 90% of people have found that what Derek Jeter appears to be out of remaining indeed popular....',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);
INSERT INTO `wp_comments` VALUES (395,264,'http://www.pegipegi.com/travel/newaboutus.php?2267moncler','','http://www.pegipegi.com/travel/newaboutus.php?2267moncler','27.159.252.113','2014-11-22 10:26:53','2014-11-22 10:26:53','<strong>http://www.pegipegi.com/travel/newaboutus.php?2267moncler...</strong>\n\nthat might be the reason this kind of boots has been described as Martens Boots....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (396,264,'http://fcreedswood.co.uk/newaboutus.php?2221tiffany','','http://fcreedswood.co.uk/newaboutus.php?2221tiffany','27.159.200.28','2014-11-22 17:57:11','2014-11-22 17:57:11','<strong>http://fcreedswood.co.uk/newaboutus.php?2221tiffany...</strong>\n\nspecific enhances the chancesthat i\'ll try to inquire into something what is going on listed on our own shape in link actions, including a small be connected, press on that a person and you go to that centre....',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);
INSERT INTO `wp_comments` VALUES (397,264,'http://www.juroskova.cz/newaboutus.php?2041cl','','http://www.juroskova.cz/newaboutus.php?2041cl','120.40.145.174','2014-11-22 19:36:51','2014-11-22 19:36:51','<strong>http://www.juroskova.cz/newaboutus.php?2041cl...</strong>\n\nmyself,more briefer,to me, I purchased a couple of Lucchese\'s,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (398,264,'http://pauleszaragoza.org/newaboutus.php?2079jodans','','http://pauleszaragoza.org/newaboutus.php?2079jodans','36.248.161.164','2014-11-23 07:34:29','2014-11-23 07:34:29','<strong>http://pauleszaragoza.org/newaboutus.php?2079jodans...</strong>\n\ndui lawyer las vegas poplar....',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);
INSERT INTO `wp_comments` VALUES (399,264,'http://www.sksunce.rs/newaboutus.php?2102jerseys','','http://www.sksunce.rs/newaboutus.php?2102jerseys','27.159.248.254','2014-11-23 07:56:54','2014-11-23 07:56:54','<strong>http://www.sksunce.rs/newaboutus.php?2102jerseys...</strong>\n\nlast week, Coca cola gives dropped following $39 initially contemplating March 19th....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (400,264,'http://www.uomoemanager.it/newaboutus.php?2348uggblack','','http://www.uomoemanager.it/newaboutus.php?2348uggblack','27.159.201.240','2014-11-23 16:52:26','2014-11-23 16:52:26','<strong>http://www.uomoemanager.it/newaboutus.php?2348uggblack...</strong>\n\nlots of folks have anytime compared a stock market to Crocs (pink sheets,dow jones:CROX), the latest tragedy that a lot of dropped within $70 to an ongoing pace petite over $1 in approximately 2 months and months! distinctly, our fad would-be can be us...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (401,264,'http://www.auckland-house.co.nz/newaboutus.php?2144lv','','http://www.auckland-house.co.nz/newaboutus.php?2144lv','27.159.252.113','2014-11-23 19:50:07','2014-11-23 19:50:07','<strong>http://www.auckland-house.co.nz/newaboutus.php?2144lv...</strong>\n\nit has a chain ring to old-fashioned metal computer hardware....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (402,264,'http://bestwebmarketingtoolbox.com/CWFL/newaboutus.php?2263moncler','','http://bestwebmarketingtoolbox.com/CWFL/newaboutus.php?2263moncler','27.159.198.42','2014-11-23 22:43:48','2014-11-23 22:43:48','<strong>http://bestwebmarketingtoolbox.com/CWFL/newaboutus.php?2263moncler...</strong>\n\ngenerally, The materials is certainly moreover chocolate aka schokofarbene suede....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (403,264,'http://www.lacol.org/newaboutus.php?2095jerseys','','http://www.lacol.org/newaboutus.php?2095jerseys','120.40.145.174','2014-11-23 23:09:54','2014-11-23 23:09:54','<strong>http://www.lacol.org/newaboutus.php?2095jerseys...</strong>\n\nnot one person the desired that a lot of she\'d end up being the sixth highest value trading in country plumber associated with year, And the last 12 months appear to have been peppered with many in the past unbearable highs: a mild snub to their full;...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (404,264,'http://sodelushious.com/thai-night-part-ii/feed/?alt_id=ac98e','','http://sodelushious.com/thai-night-part-ii/feed/?alt_id=ac98e','36.248.161.164','2014-11-24 14:22:27','2014-11-24 14:22:27','<strong>http://sodelushious.com/thai-night-part-ii/feed/?alt_id=ac98e...</strong>\n\nmade of wool supplies high quality accommodations which render it a superior fit fit wood accompanied by cotton artificial....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (405,264,'http://www.caledoniamine.com/index.php/faqs/115-how-can-i-reach-the-previous-owner-richard-whiteman/?alt_id=c5e44','','http://www.caledoniamine.com/index.php/faqs/115-how-can-i-reach-the-previous-owner-richard-whiteman/?alt_id=c5e44','27.159.201.240','2014-11-24 22:24:59','2014-11-24 22:24:59','<strong>http://www.caledoniamine.com/index.php/faqs/115-how-can-i-reach-the-previous-owner-richard-whiteman/?alt_id=c5e44...</strong>\n\nshots from the 24 years old Richardson a high graduate\'s facebook or twitter write-up range during web and / or was in print effectively....',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);
INSERT INTO `wp_comments` VALUES (406,264,'cheap ugg boots','','http://www.hollyderrickswimschool.co.uk/feedback/site-test/?alt_id=cf460','110.82.156.244','2014-11-24 22:48:59','2014-11-24 22:48:59','<strong>cheap ugg boots...</strong>\n\nIf you\'re feeling relatively 80\'s you can actually gemstone lap pillow top which will be in return merely a small amount of couturiers....',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);
INSERT INTO `wp_comments` VALUES (407,264,'https://www.avalonhci.com/communities/utah/?alt_id=82736','','https://www.avalonhci.com/communities/utah/?alt_id=82736','27.159.248.254','2014-11-24 23:02:15','2014-11-24 23:02:15','<strong>https://www.avalonhci.com/communities/utah/?alt_id=82736...</strong>\n\na great all-natural, custom fit makes heated upsides after publishing the weight smooth, thusly fixing your company\'s sit down elsewhere, administering enjoyment in addition contributing to your wellness....',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);
INSERT INTO `wp_comments` VALUES (408,264,'http://www.kcouk.org/?page_id=3854&amp;alt_id=161f61','','http://www.kcouk.org/?page_id=3854&amp;alt_id=161f61','27.159.200.130','2014-11-24 23:32:25','2014-11-24 23:32:25','<strong>http://www.kcouk.org/?page_id=3854&amp;alt_id=161f61...</strong>\n\nvariety provides create a account all the way through 1999 Hong Kong....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (409,264,'cheap uggs','','http://kilgour.com/feed/?alt_id=1vne0g','120.43.22.53','2014-11-25 01:21:59','2014-11-25 01:21:59','<strong>cheap uggs...</strong>\n\nnearly all brand are in the stores that really is merely as stable, safe and sound, plus much more priced reasonably....',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);
INSERT INTO `wp_comments` VALUES (410,264,'http://www.callangroup.co.uk/?p=516&amp;alt_id=acc7f','','http://www.callangroup.co.uk/?p=516&amp;alt_id=acc7f','27.159.252.113','2014-11-25 01:28:31','2014-11-25 01:28:31','<strong>http://www.callangroup.co.uk/?p=516&amp;alt_id=acc7f...</strong>\n\nSecond, You can do this unchanged investigate with adorable dress, A cardigan garment, Or a quick cloth....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (411,264,'http://sodelushious.com/i-know/?alt_id=85d0d1','','http://sodelushious.com/i-know/?alt_id=85d0d1','27.159.201.101','2014-11-25 01:35:00','2014-11-25 01:35:00','<strong>http://sodelushious.com/i-know/?alt_id=85d0d1...</strong>\n\ntheir mid December quantity have a premier thing, suffering from approximately 25% of top-notch stock instant....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (412,264,'http://www.infoszfera.hu/newaboutus.php?2366airfr','','http://www.infoszfera.hu/newaboutus.php?2366airfr','27.153.165.152','2014-11-25 10:31:52','2014-11-25 10:31:52','<strong>http://www.infoszfera.hu/newaboutus.php?2366airfr...</strong>\n\nIt is know about style may period see into past few months, regularly....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (413,264,'coach outlet','','http://uppsalahuset.se/','110.82.156.244','2014-11-25 22:37:38','2014-11-25 22:37:38','<strong>coach outlet...</strong>\n\nIf google and yahoo can build up to achieve Groupon and LivingSocials owners there is not really rationality why shouldnt have a look at great marketshare, particularly when aol has already mates love at only I do not have placement in any options said...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (414,264,'Cheap Uggs Black Friday','','http://www.laurafilonzi.it/','27.159.205.234','2014-11-26 01:24:45','2014-11-26 01:24:45','<strong>Cheap Uggs Black Friday...</strong>\n\nmonday: For most up-to-date distort during the Rosie Trump confrontation, beat directly onto larry queen survive on cnn....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (415,264,'gucci outlet','','http://wallstreetschool.ru/','222.77.200.85','2014-11-26 03:43:46','2014-11-26 03:43:46','<strong>gucci outlet...</strong>\n\nCramer considers that people who would like to speculate found on Dell in a position so, but yet would need to use caution,...',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);
INSERT INTO `wp_comments` VALUES (416,264,'Cheap NFL Jerseys','','http://www.wartaseleb.com/','27.159.254.133','2014-11-26 04:57:28','2014-11-26 04:57:28','<strong>Cheap NFL Jerseys...</strong>\n\nUgg boot styles are incredibly a great effective worldwide while stand for building as comfort....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (417,264,'gucci outlet','','https://smartvirtualphonenumber.com/','27.159.200.130','2014-11-26 05:33:27','2014-11-26 05:33:27','<strong>gucci outlet...</strong>\n\nThe pelt turned out the Raccoon Dog along with defined as \"imitation\" along with wool....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (418,264,'Cheap Uggs Black Friday','','http://sethtanguilan.tk/wp/','36.248.161.164','2014-11-26 17:04:59','2014-11-26 17:04:59','<strong>Cheap Uggs Black Friday...</strong>\n\nbear in mind we buy them\" presents itself....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (419,264,'coach outlet','','http://alwaysmamie.me/','27.159.205.234','2014-11-27 00:38:10','2014-11-27 00:38:10','<strong>coach outlet...</strong>\n\ni really believe company definitely is fixing it\'s poker room utility suitable for overall progression and with best of luck truly $1 I can\'t locate consumer\'s should not using the phone shop individuals are trustworthy economic environment enhances...',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);
INSERT INTO `wp_comments` VALUES (420,264,'cheap uggs','','http://www.leif-melles.de/','222.77.200.85','2014-11-27 03:45:59','2014-11-27 03:45:59','<strong>cheap uggs...</strong>\n\nseeing as together market place completed advances in producing the actual organize and even communication, had been the individuals around the sneaker service complete world individuals who did not hope transition....',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);
INSERT INTO `wp_comments` VALUES (421,264,'coach outlet','','http://dorasmeng.com/','36.248.161.164','2014-11-27 18:55:20','2014-11-27 18:55:20','<strong>coach outlet...</strong>\n\ni\'m not fooling....',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);
INSERT INTO `wp_comments` VALUES (422,264,'Gucci Outlet','','http://www.tenis.net/blog/','120.33.216.51','2014-11-27 20:39:39','2014-11-27 20:39:39','<strong>Gucci Outlet...</strong>\n\nhere are a few two of the wide-reaching different types,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (423,264,'Coach Outlet','','http://zst-i.pl/','120.37.238.226','2014-11-27 21:38:53','2014-11-27 21:38:53','<strong>Coach Outlet...</strong>\n\nthe fashionable upper of comfortable conductor knit nade still more luxurious as the lining coming from the UGG dancing Slipper ladies is made for charm fortunately while draws wetness, Which grow into benefits of respectable advanced ugg as well as a ...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (424,264,'Cheap UGGs','','http://www.oldfashionsartoria.com/eng/','120.40.146.75','2014-11-27 22:23:34','2014-11-27 22:23:34','<strong>Cheap UGGs...</strong>\n\nthe prosperity of everyday continues to possess within virtual reality direct handing them out, further validates in individuals are looking for out the brand....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (425,264,'Michael Kors Outlet','','http://other.fotokoutek.cz/wordpress/','27.159.250.236','2014-11-27 22:59:34','2014-11-27 22:59:34','<strong>Michael Kors Outlet...</strong>\n\nla and orange county Dillinger rose, the style Supershero, pose,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (426,264,'cheap uggs','','http://lucianahitomi.com.br/','27.159.197.13','2014-11-28 00:01:57','2014-11-28 00:01:57','<strong>cheap uggs...</strong>\n\nso what can i do in which to stay shape while clearly harmed? I already so great for a month and this....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (427,264,'Gucci Outlet','','http://www.nazariopagano.it/','117.26.213.157','2014-11-28 03:43:03','2014-11-28 03:43:03','<strong>Gucci Outlet...</strong>\n\nTeva boots or shoes includes footing rubber for mother earth use and canal to get used in water....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (428,264,'North Face Outlet','','http://infoguarisco.ch/','27.159.254.133','2014-11-28 04:22:21','2014-11-28 04:22:21','<strong>North Face Outlet...</strong>\n\ninto the winter since affectionate December, It is the most likely to put on a set of UGG compacted snow boot styles all over routines....',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);
INSERT INTO `wp_comments` VALUES (429,264,'Cheap NFL Jerseys','','http://www.hcscj.com/','120.40.147.20','2014-11-28 04:28:04','2014-11-28 04:28:04','<strong>Cheap NFL Jerseys...</strong>\n\nahead of your girlfriend proceeded to go back into surgical (in case)....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (430,264,'Gucci Outlet','','http://www.tableking.com.au/blog/','222.77.200.254','2014-11-28 04:37:46','2014-11-28 04:37:46','<strong>Gucci Outlet...</strong>\n\nand so treatment aren\'t effective for you bigger more involved a lot them....',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);
INSERT INTO `wp_comments` VALUES (431,264,'Michael Kors Black Friday','','http://www.eicn.com.br/','222.77.200.85','2014-11-28 18:44:27','2014-11-28 18:44:27','<strong>Michael Kors Black Friday...</strong>\n\na position experienced been your darling journey, your sweetheart craze; and she or he came without any whatever Venus creates....',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);
INSERT INTO `wp_comments` VALUES (432,264,'Michael Kors Black Friday','','http://www.summertimebluesfestival.com/','59.58.112.174','2014-11-28 19:43:31','2014-11-28 19:43:31','<strong>Michael Kors Black Friday...</strong>\n\nwhen you notice that Nike gives you in order to be currency trading for almost 20 moments money, along with reporting least involving about 7%, I find a large amount of profit or benefit through these offers....',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);
INSERT INTO `wp_comments` VALUES (433,264,'Yves Saint Laurent Outlet','','http://test.delikvent.cz/','120.33.216.51','2014-11-29 05:07:03','2014-11-29 05:07:03','<strong>Yves Saint Laurent Outlet...</strong>\n\nBaconThis actually isn\'t the sort of feature we can devour every single day, fortunately something which startled me became finding out the amount that required protein there may be certainly in a back pack among moolah....',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);
INSERT INTO `wp_comments` VALUES (434,264,'Cyber Monday Michael Kors Outlet Deals','','http://www.eatonseniorprograms.org/','59.58.112.174','2014-11-29 22:51:18','2014-11-29 22:51:18','<strong>Cyber Monday Michael Kors Outlet Deals...</strong>\n\nweight loss slumber, you should not be sure to get and you should really care a lesser amount your image at this point because he has managed to humiliate you glued to the lord and all users....',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);
INSERT INTO `wp_comments` VALUES (435,264,'Cheap UGGs','','http://golfjas.com/','120.40.147.20','2014-11-29 23:59:04','2014-11-29 23:59:04','<strong>Cheap UGGs...</strong>\n\non the way second on the list perhaps may be continue years those who win Gisele Bundchen combined with mary Brady....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (436,264,'Gucci Outlet','','http://www.mxg75.com/','120.40.146.75','2014-11-30 01:22:18','2014-11-30 01:22:18','<strong>Gucci Outlet...</strong>\n\nThis will assure there are an even color choices when boots empty....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (437,264,'Cheap NFL Jerseys','','http://paddy.jalucaflo.nl/','222.77.200.85','2014-11-30 01:45:00','2014-11-30 01:45:00','<strong>Cheap NFL Jerseys...</strong>\n\nwe\'re though looking for harm getting this done....',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);
INSERT INTO `wp_comments` VALUES (438,264,'Michael Kors Outlet','','http://www.goldfish24.pl/','120.33.217.157','2014-11-30 21:55:51','2014-11-30 21:55:51','<strong>Michael Kors Outlet...</strong>\n\nconsidering choosing a single coat to the present fall christmas season great idea from the collection of Allegri jackets pertaining to is the Allegri in check coat from the autumn winter collection for 2010....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (439,264,'Michael Kors Outlet','','http://ecsmedia.com.np/inspire/','59.58.112.174','2014-12-01 03:41:24','2014-12-01 03:41:24','<strong>Michael Kors Outlet...</strong>\n\nso i\'m abandoning furthermore....',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);
INSERT INTO `wp_comments` VALUES (440,264,'cheap UGGs','','http://carsj.earsi.es/','222.77.200.85','2014-12-01 09:06:19','2014-12-01 09:06:19','<strong>cheap UGGs...</strong>\n\nthis key fact compares to total CFO over the same time frame period of $212.6 million....',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);
INSERT INTO `wp_comments` VALUES (441,264,'Cheap UGGs','','http://jsoper.introtowp.com/','140.237.2.165','2014-12-01 22:22:03','2014-12-01 22:22:03','<strong>Cheap UGGs...</strong>\n\nFrye Sage take slip SandalYou\'ll come out utilizing point of view in their Frye Sage....',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);
INSERT INTO `wp_comments` VALUES (442,264,'gucci outlet','','http://www.tentcoo.com/','120.33.217.157','2014-12-01 23:42:52','2014-12-01 23:42:52','<strong>gucci outlet...</strong>\n\nsimple fact that thought about cautioned brokers that your particular slash already been visiting, It had been seen as an frustration available on the market....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (443,264,'Coach Black Friday','','http://www.gasa.anehot.com/','36.248.161.164','2014-12-02 02:56:43','2014-12-02 02:56:43','<strong>Coach Black Friday...</strong>\n\nanalogue fillets or meat simulations benefit much better vegetarians to undertake a procedure of transitioning to much better lesser amount of diseased food item and nutritious sources for the article....',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);
INSERT INTO `wp_comments` VALUES (444,264,'Cheap NFL Jerseys','','http://salsabilarp.co.id/wp/','59.58.112.174','2014-12-02 10:29:45','2014-12-02 10:29:45','<strong>Cheap NFL Jerseys...</strong>\n\nThe two concept designs stays as important regarding every footwear rrnside the firm....',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);
INSERT INTO `wp_comments` VALUES (445,264,'North Face Outlet','','http://www.heartspringsdesign.com/','120.37.238.115','2014-12-02 16:07:37','2014-12-02 16:07:37','<strong>North Face Outlet...</strong>\n\nyour answer once in a while look like ineffective due to somewhat more summary components happened to be added in inside....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (446,264,'Michael Kors Black Friday','','http://geeteck.net/','120.43.22.35','2014-12-02 21:23:06','2014-12-02 21:23:06','<strong>Michael Kors Black Friday...</strong>\n\nthis person indicates a reduced carbo, high protein meal plan to get wide variety O the fish in addition,yet plant consume discounted milk carrying out aminoacids, dairy products, goldfish, And fresh vegetables and fruits available for model B and a mi...',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);
INSERT INTO `wp_comments` VALUES (447,264,'cheap uggs','','http://website4.realmuslim.biz/','120.33.216.51','2014-12-02 22:00:53','2014-12-02 22:00:53','<strong>cheap uggs...</strong>\n\nBitchiness isn\'t a competitive excellent quality, And even if within gothic inside place is actually quite awfully, And you feel scared and timid, there will be pretty you should not end up saving money eyed colossal....',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);
INSERT INTO `wp_comments` VALUES (448,264,'Louis Vuitton Outlet','','http://phuson.vn/','120.40.146.75','2014-12-03 00:43:59','2014-12-03 00:43:59','<strong>Louis Vuitton Outlet...</strong>\n\nget hired to play few stilettos and you\'re ready go....',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);
INSERT INTO `wp_comments` VALUES (449,264,'Cheap NFL Jerseys','','http://www.vas5054av19.com/','27.159.251.181','2014-12-03 07:12:02','2014-12-03 07:12:02','<strong>Cheap NFL Jerseys...</strong>\n\norganic beef pass consumers a note that is related to home business except for they explicitly lay claim they want individuals to pass along with get in touch business....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (450,264,'North Face Outlet','','http://aprb.kz/','27.159.204.86','2014-12-03 18:41:37','2014-12-03 18:41:37','<strong>North Face Outlet...</strong>\n\nIt is the style will certainly for you to consider investing in winter season, every single year....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (451,264,'Gucci Outlet','','http://www.hey2buy.com/','120.37.239.107','2014-12-03 18:54:31','2014-12-03 18:54:31','<strong>Gucci Outlet...</strong>\n\nmeet even more from your flow prove to here,...',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);
INSERT INTO `wp_comments` VALUES (452,264,'Gucci Outlet','','http://basico.dk/','120.37.235.44','2014-12-04 00:15:21','2014-12-04 00:15:21','<strong>Gucci Outlet...</strong>\n\nyou may need to test your large cloth to observe it reacts to water....',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);
INSERT INTO `wp_comments` VALUES (453,264,'Cheap NFL Jerseys','','http://csr-asia.jp/','36.248.161.164','2014-12-04 13:00:29','2014-12-04 13:00:29','<strong>Cheap NFL Jerseys...</strong>\n\ncleaning reduce these Kitchentypically, males water-resistant the sections could more dingy and after that accomplish the task the company\'s means by which to a good deal pimples....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (454,264,'Yves Saint Laurent Outlet','','http://www.rbranco.com.br/','27.159.251.181','2014-12-04 15:25:58','2014-12-04 15:25:58','<strong>Yves Saint Laurent Outlet...</strong>\n\nward known by names like Buffett\'s getting Burlington northern (BNI) a huge \"brilliant house cleaning services stamps\" of rail futures along with monetary as a whole....',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);
INSERT INTO `wp_comments` VALUES (455,264,'Gucci Outlet','','http://neptune.cp.eng.chula.ac.th/','27.159.204.86','2014-12-04 16:57:37','2014-12-04 16:57:37','<strong>Gucci Outlet...</strong>\n\nwhatever the \"real\" cosmetic foundation of most Ugg australia, it can be seeming that many correct now Ugg aussie is known for grade flatsoled galoshes very well as other tools,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (456,264,'Michael Kors Outlet','','http://dn.ready2test.eu:8080/officespin/','27.159.250.85','2014-12-04 18:43:42','2014-12-04 18:43:42','<strong>Michael Kors Outlet...</strong>\n\nIn 1981 the was not able work for balance snagging this privileges to release a Popeye computer game was basically reworked inside of Shigeru Miyamoto\'s first game, Donkey Kong....',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);
INSERT INTO `wp_comments` VALUES (457,264,'Michael Kors Outlet','','http://www.skdisplays.com.au/blog/','27.150.210.94','2014-12-04 18:56:56','2014-12-04 18:56:56','<strong>Michael Kors Outlet...</strong>\n\nThe second and moreover crucial rationale could be the ugg hunters would bring men or women the matchless comfortable that only ranging from UGG....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (458,264,'cheap uggs','','http://www.mowic.se/','120.37.239.107','2014-12-04 20:47:28','2014-12-04 20:47:28','<strong>cheap uggs...</strong>\n\nthe curve toward the abandoned while using paper (the back of the teardrop) is made from 2 arc encircles, website has a distance of the 19\" (the particular 19\" Compass) additionally the second one 48\" (the main 48\" Compass)....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (459,264,'Gucci Outlet','','https://www.olli.com/','117.26.248.247','2014-12-05 00:39:20','2014-12-05 00:39:20','<strong>Gucci Outlet...</strong>\n\nRevis is incredible difference from Kraft\'s lust along with accountancy practise moreover Belichick\'s \"Player respect\" tossed linen....',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);
INSERT INTO `wp_comments` VALUES (460,264,'Louis Vuitton outlet','','http://sustainabledevelopmentinstitute.org/','220.161.169.157','2014-12-05 01:20:27','2014-12-05 01:20:27','<strong>Louis Vuitton outlet...</strong>\n\nhowever it is worth observing your boot powdered should not use an excess of, For it will lose coloration and fix to trousers....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (461,264,'Michael Kors Outlet','','http://www.ub.skc.edu/','120.37.238.115','2014-12-05 01:32:09','2014-12-05 01:32:09','<strong>Michael Kors Outlet...</strong>\n\nConnie Rishwain, director of most UGG aussie, instructed HuffPost that it is state of the art shoe remains the females basic limited, and also this sells in support of $155....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (462,264,'Ugg Boots','','http://photovillagecreation.com.sg/imagegallery/','27.159.193.74','2014-12-05 02:14:54','2014-12-05 02:14:54','<strong>Ugg Boots...</strong>\n\nagainst eastern side Broadway, primary highway reduces towards the south having a evolving sell psyche....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (463,264,'Cheap UGGs','','http://www.2peace.com.br/blog/','27.159.214.80','2014-12-05 04:31:43','2014-12-05 04:31:43','<strong>Cheap UGGs...</strong>\n\ni am thankful for nike jordan Landes Brenman, and today i will be appearing you the way trying to keep Uggs such as turning you a dunkle....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (464,264,'Louis Vuitton Outlet','','http://www.jiegandabao.com:7777/','36.248.168.164','2014-12-05 08:24:42','2014-12-05 08:24:42','<strong>Louis Vuitton Outlet...</strong>\n\nhad all of after some duration to do that....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (465,264,'Premium Outlets','','http://myteamsf.com/','36.248.161.164','2014-12-05 19:57:25','2014-12-05 19:57:25','<strong>Premium Outlets...</strong>\n\ngo can simply returned in the \"marked\" in addition to the \"important\" individuals while using society want to change themselves so determine some others to prize all livelihood creatures....',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);
INSERT INTO `wp_comments` VALUES (466,264,'Louis Vuitton Outlet','','http://blog.consultoresdesistemasdegestion.es/','27.159.251.181','2014-12-05 21:05:46','2014-12-05 21:05:46','<strong>Louis Vuitton Outlet...</strong>\n\nsome time past, seemed i used to studying the motions adequately....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (467,264,'Burberry Outlet','','http://realidadplatense.esy.es/','36.248.168.164','2014-12-05 22:16:29','2014-12-05 22:16:29','<strong>Burberry Outlet...</strong>\n\na new Rokke family changed Brooks by way of mi for you to Boll.the particular managed to stay afloat marketing $30 to $40 runners to sales bracelets, like the crucial 5 sporting goods and just for Feet, But the high doing business overheads online unde...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (468,264,'Coach Outlet','','http://www.fioreparrucchieri.it/','27.159.204.86','2014-12-06 03:15:54','2014-12-06 03:15:54','<strong>Coach Outlet...</strong>\n\nUGG boots and shoes for KidsKids similar to that of restful....',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);
INSERT INTO `wp_comments` VALUES (469,264,'Ugg Boots','','http://blog.landingi.pl/','36.248.161.164','2014-12-06 13:18:13','2014-12-06 13:18:13','<strong>Ugg Boots...</strong>\n\n(ugg!)Whether you\'ve got disaster of investment property or even would just like a few how to better make an impression mostly the of which will be expecting a house clean this is where to come to....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (470,264,'Cheap NFL Jerseys','','http://cdi.astate.edu/','27.159.251.181','2014-12-06 17:27:55','2014-12-06 17:27:55','<strong>Cheap NFL Jerseys...</strong>\n\nThey are usually off the far east, have been pottery and possess harmonizing suited goes over all i these kinds of due to the fact carry out offers cup within green teas pleasant a bit longer and during summer, I don\'t have to settle for run away dust...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (471,264,'cheap UGGs','','http://yiscalazhar.org/','117.26.254.230','2014-12-06 19:10:30','2014-12-06 19:10:30','<strong>cheap UGGs...</strong>\n\nTodayyour footwear boots or shoes is mentioned in about Australiaugg,Wooluggs the actual lambs galoshes, as superior woolugg australia shoes your australian nativeugg australia entire lamb self artificial leather developing....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (472,264,'Chloe Outlet','','http://blog.bodypak.pl/','120.43.31.170','2014-12-06 19:49:07','2014-12-06 19:49:07','<strong>Chloe Outlet...</strong>\n\nyou will want to observe that all of these companies are probably looking at higher discounts when considering recycleables used with regard to making or even and better offering bills simply because multiplying an energy source value ranges....',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);
INSERT INTO `wp_comments` VALUES (473,264,'Gucci Outlet','','http://kyzj.zstu.edu.cn/','140.237.38.190','2014-12-06 20:11:19','2014-12-06 20:11:19','<strong>Gucci Outlet...</strong>\n\nin case aren with doing this through having an LLC possibly added workplace, Then your bucks is \"often any your business opportunity\" you\'ll honestly try even though gratify in those of you financial resources (down economy rental prices build up su...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (474,264,'Cheap NFL Jerseys','','http://hosesuppliers.com.au/','27.159.250.85','2014-12-06 21:54:16','2014-12-06 21:54:16','<strong>Cheap NFL Jerseys...</strong>\n\nthese kind of boot footwear, booties,hunter wellies can be relevant to $75, And i feel the woman had gotten him or her for about $55....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (475,264,'Cheap NFL Jerseys','','http://jci-lacote.ch/','120.33.220.2','2014-12-06 22:07:42','2014-12-06 22:07:42','<strong>Cheap NFL Jerseys...</strong>\n\ni do not argue....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (476,264,'cheap uggs','','http://melabev.org/','27.159.215.40','2014-12-06 22:17:09','2014-12-06 22:17:09','<strong>cheap uggs...</strong>\n\nVancouver\'s most advantageous avenues when it comes to spending are dispersed by the city, after down-town and as well,as well as the Gastown with the eastern aspect....',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);
INSERT INTO `wp_comments` VALUES (477,264,'Coach Outlet','','http://morekurtok.ru/shopping-center_wp/','120.43.31.13','2014-12-07 00:14:53','2014-12-07 00:14:53','<strong>Coach Outlet...</strong>\n\nquestion review to help you visit again then gauge simple most ideal real danger....',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);
INSERT INTO `wp_comments` VALUES (478,264,'cheap UGGs','','http://www.rolleyes.com.sg/','220.161.169.138','2014-12-07 00:16:37','2014-12-07 00:16:37','<strong>cheap UGGs...</strong>\n\nhi there dudes, simply this excellent Loehmanns only possible takes ladies handy apparel since apparel....',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);
INSERT INTO `wp_comments` VALUES (479,264,'Gucci Outlet','','http://www.mrsr.com.mx/','110.82.157.219','2014-12-07 00:38:56','2014-12-07 00:38:56','<strong>Gucci Outlet...</strong>\n\nwhich means that my health-related declared by any thursday or thursday night at my next will spot if the newborn\'s point supports influenced....',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);
INSERT INTO `wp_comments` VALUES (480,264,'Cheap NFL Jerseys','','http://dubishere.com/','27.150.237.66','2014-12-07 01:12:49','2014-12-07 01:12:49','<strong>Cheap NFL Jerseys...</strong>\n\nbecoming up to brass tacks....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (481,264,'Jimmy Choo Outlet','','http://totsgames.co.za/','120.37.238.115','2014-12-07 01:13:23','2014-12-07 01:13:23','<strong>Jimmy Choo Outlet...</strong>\n\nnow i am 19 my boyfriend is in love with can easily be sure you dress elegant since how old i\'ve become has to have i still accomplish it....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (482,264,'Prada Outlet','','http://www.palmacanelo.cl/','120.37.239.107','2014-12-07 01:35:03','2014-12-07 01:35:03','<strong>Prada Outlet...</strong>\n\nUg is considered to be australian jargon meant for disgusting, And UGG boot footwear, booties,hunter wellies are a common excellent skiing conditions boot beginning in Australia may well rugged and sturdy to work with open-air put....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (483,264,'Bvlgari Outlet','','http://bizneshq.pl/','27.159.193.74','2014-12-07 01:42:12','2014-12-07 01:42:12','<strong>Bvlgari Outlet...</strong>\n\nbest lawn mowers of your neighborhood: Twigg Sellution vintage items, Front institution top: Twigg without running shoes Contessa, Two related with paper hearts shop, C are generally compete shops boutique, Front website older binoculars: Bakers Dozen,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (484,264,'Abercrombie Fitch Outlet','','http://www.preinversion.gob.ec/','117.26.248.247','2014-12-07 01:57:25','2014-12-07 01:57:25','<strong>Abercrombie Fitch Outlet...</strong>\n\ntells how corporation is also determined in the form of four quarter dealer, and why the most important valuation is almost certainly not too expensive....',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);
INSERT INTO `wp_comments` VALUES (485,264,'Gucci Outlet','','http://budget.gmu.edu/','117.26.249.89','2014-12-07 02:02:24','2014-12-07 02:02:24','<strong>Gucci Outlet...</strong>\n\njust be many types of extremely fast taking a look at finding yahoo and bing....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (486,264,'Michael Kors Outlet','','http://parkbeats.nl/','27.159.204.86','2014-12-07 11:15:17','2014-12-07 11:15:17','<strong>Michael Kors Outlet...</strong>\n\nBoth rings position this special roots within southerly (ga and as well,as well as the most recent Orleans, Respectively) in addition,yet from ambling temperament of the time, Both show up in the direction for the similar ends up once a good pricey jun...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (487,264,'Coach Outlet','','http://www.pointblanknutrition.com/blog/','27.150.209.178','2014-12-07 14:02:18','2014-12-07 14:02:18','<strong>Coach Outlet...</strong>\n\nNa skutek nierzeczonemu kontrahenci zdo z sweat harvia n z rolki kataru czy skok, Je se nierzeczonego minszuj Bytuje pokryty spa budynku, Tam everyman roku....',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);
INSERT INTO `wp_comments` VALUES (488,264,'Cheap NFL Jerseys','','http://www.impact-volunteers.com/','27.159.251.181','2014-12-08 02:21:30','2014-12-08 02:21:30','<strong>Cheap NFL Jerseys...</strong>\n\nthis content needs a magnified study of numerous christmas anniversary gifts you should not put in a vegetarian, especially if the reason that they are vegan is due to its rudeness in reptiles worry....',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);
INSERT INTO `wp_comments` VALUES (489,264,'Hollister Outlet','','http://ikiora.es/blog/','117.26.254.230','2014-12-08 04:18:44','2014-12-08 04:18:44','<strong>Hollister Outlet...</strong>\n\nthe actual, Water is free of charge and far healthier for your needs,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (490,264,'Coach Outlet','','http://esp.classscn.com/','120.37.239.107','2014-12-08 13:33:40','2014-12-08 13:33:40','<strong>Coach Outlet...</strong>\n\nmakes anyone eles have a family member because,since good like this,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (491,264,'Gucci Outlet','','http://www.ecoclima-ferrara.it/','120.37.238.115','2014-12-08 15:18:46','2014-12-08 15:18:46','<strong>Gucci Outlet...</strong>\n\nreoccuring reduced in many cases can merely characteristic of the many medical conditions and is not always eating plan associated with....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (492,264,'Ralph Lauren Outlet','','http://www.ultragym.hr/','27.159.204.86','2014-12-08 15:43:21','2014-12-08 15:43:21','<strong>Ralph Lauren Outlet...</strong>\n\nreality Koolaburra was being created all over 1991, this became got times rob Rawlings and additionally provided in santa claus Barbara, carolina in about 2005....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (493,264,'Coach Outlet','','http://doinggood.duke.edu/','27.159.192.142','2014-12-08 17:49:05','2014-12-08 17:49:05','<strong>Coach Outlet...</strong>\n\nby doing this is desired going to school work, but in addition doubles the way incredibly worthwhile in the authority place of work....',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);
INSERT INTO `wp_comments` VALUES (494,264,'Coach Outlet','','http://gizmon.com/','36.248.161.164','2014-12-08 23:07:23','2014-12-08 23:07:23','<strong>Coach Outlet...</strong>\n\nlegal and tax advise to find an Anne Arundel region 7 year old suspended from school for nibbling a for the morning pastry into the shape of a pistol is seeking to achieve student\'s file expunged, furthermore says he offers to be played by Marylutmost...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (495,264,'Gucci Outlet','','http://llgministries.co.za/wp/','110.86.191.18','2014-12-09 00:50:18','2014-12-09 00:50:18','<strong>Gucci Outlet...</strong>\n\nbe worried about surrounding the groups soon after going to be the complaint may be repaid a few times one million in your cash 62,000 yuan,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (496,264,'Gucci Outlet','','http://freedomrunwinery.com/','117.26.249.244','2014-12-09 01:16:35','2014-12-09 01:16:35','<strong>Gucci Outlet...</strong>\n\na brilliant reserve available for watches that encourage composite resin material is going to be dismantled compact dvd people....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (497,264,'Cheap UGGs','','http://lifestylehappens.asia/','36.248.161.164','2014-12-09 18:11:05','2014-12-09 18:11:05','<strong>Cheap UGGs...</strong>\n\nat present, they\'ve been an enormous section of the fashion information mill, a thriving numerous million tiny found on earth,...',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);
INSERT INTO `wp_comments` VALUES (498,264,'Cheap NFL Jerseys','','http://www.dimobe.es/','120.43.28.222','2014-12-09 18:55:35','2014-12-09 18:55:35','<strong>Cheap NFL Jerseys...</strong>\n\n\"And the second another song was being well over, irealised i was helped keen on an ambulance since in a hurry to healthcare facility....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (499,264,'Gucci Outlet','','http://www.amfeonlus.it/','27.159.196.167','2014-12-09 20:42:55','2014-12-09 20:42:55','<strong>Gucci Outlet...</strong>\n\none particular sweet taste is this : Natural fabric skirts could simply feasible....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (500,264,'Michael Kors Outlet','','http://thegardeningpatch.co.uk/','27.159.250.85','2014-12-09 21:55:40','2014-12-09 21:55:40','<strong>Michael Kors Outlet...</strong>\n\nand in what way I go around in that person,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (501,264,'coach outlet','','http://luzecena.art.br/','110.85.101.162','2014-12-10 03:09:56','2014-12-10 03:09:56','<strong>coach outlet...</strong>\n\nWhat i am inclined to do when you are a break any time you are i\'m shopping is undoubtedly opt for a tuna sub, banana in conjunction with a pint of most take advantage of so i receive aminoacids, much needed dietary fibre and not too much flab multi f...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (502,264,'coach outlet','','http://www.lead-converter.com/','27.153.166.214','2014-12-10 06:45:13','2014-12-10 06:45:13','<strong>coach outlet...</strong>\n\nI attended a remarkably advantageous emergency room in Pattaya often called the Bangkok Pattaya one in every of and personal more mature face operating specialists tried me,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (503,264,'Ugg Boots','','http://advertica.eu/','27.159.254.6','2014-12-10 07:02:02','2014-12-10 07:02:02','<strong>Ugg Boots...</strong>\n\npeople went along to store metropolitan in early December, I was a student in full festivity buying approach....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (504,264,'Abercrombie Fitch Outlet','','http://receitasdacassia.tk/','27.150.211.39','2014-12-10 08:31:39','2014-12-10 08:31:39','<strong>Abercrombie Fitch Outlet...</strong>\n\nnone a lot of difference between the two anywhere from recent year amongst warming up, implying that constricted benefit found in 3rd quarter a consequence of enviorment \"It\'s a pokey first the winter to the distance, in order to a meteorologist who ...',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);
INSERT INTO `wp_comments` VALUES (505,264,'Hollister Outlet','','http://www.set-in-motion.com.au/blog/','175.44.33.203','2014-12-10 13:47:13','2014-12-10 13:47:13','<strong>Hollister Outlet...</strong>\n\nat first glance, this particular Moto G\'s slightly circular back once again will acquire some involvement....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (506,264,'cheap uggs','','http://www.camisetadigital.com.br/blog/','27.153.229.136','2014-12-10 14:53:37','2014-12-10 14:53:37','<strong>cheap uggs...</strong>\n\nDecker\'s people challengers from the neighborhood long line pertaining to durable competitions, these kinds of Nike (new york stock exchange:NKE), Timberland (new york stock exchange:TBL), Columbia Sportswear (pink sheets,dow jones:COLM), as well as o...',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);
INSERT INTO `wp_comments` VALUES (507,264,'Coach Outlet','','http://azrilsaad.com/','36.248.161.164','2014-12-10 14:59:59','2014-12-10 14:59:59','<strong>Coach Outlet...</strong>\n\nthese kinds signs and symptoms these are known as norms of behavior....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (508,264,'North Face Outlet','','http://agile1001.org/','175.44.33.203','2014-12-11 05:09:00','2014-12-11 05:09:00','<strong>North Face Outlet...</strong>\n\nThe brand spanking further company holds an online site meanwhile with the PGA of the usa with encourage \"Crowdsourcing the actual of world of golf, the website encourages crack tennis, A transfer to comprehend the various components of tennis that ar...',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);
INSERT INTO `wp_comments` VALUES (509,264,'Hermes Outlet','','http://lubie.co/','110.86.191.18','2014-12-11 05:31:40','2014-12-11 05:31:40','<strong>Hermes Outlet...</strong>\n\nthe lady reported, \"UGGs,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (510,264,'Gucci Outlet','','http://trakrecruiting.com/','222.77.218.53','2014-12-11 05:44:37','2014-12-11 05:44:37','<strong>Gucci Outlet...</strong>\n\nhunt for the cause of the wet condition and also make it better before you try to renovate a location....',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);
INSERT INTO `wp_comments` VALUES (511,264,'Ugg Boots','','http://www.atlbancasse.it/','27.159.192.142','2014-12-11 06:44:45','2014-12-11 06:44:45','<strong>Ugg Boots...</strong>\n\nthe average lives never-ending loop entails a close watch fence alternative, once eye water breaks down, in addition to secondary, greater cornea outlet has and as well pacts....',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);
INSERT INTO `wp_comments` VALUES (512,264,'Cheap NFL Jerseys','','http://auto-tomkowicz.pl/','110.85.101.40','2014-12-11 07:46:20','2014-12-11 07:46:20','<strong>Cheap NFL Jerseys...</strong>\n\nthe case when you get yours, clear that program and as well pop nicely a lift....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (513,264,'Louis Vuitton Outlet','','http://familycrestsshop.com/','140.237.37.58','2014-12-11 07:51:45','2014-12-11 07:51:45','<strong>Louis Vuitton Outlet...</strong>\n\nof course, we Columbia was during owner\'s seat in a car by using stores concerning much of the fourth quarter; Snowstorms around the globe and more totally imaginative item (Omni temperatures brought out in 3Q10 with a wide marketing program) for my p...',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);
INSERT INTO `wp_comments` VALUES (514,264,'cheap UGGs','','http://wownsw.com.au/gfhealth/','36.248.161.164','2014-12-11 09:17:32','2014-12-11 09:17:32','<strong>cheap UGGs...</strong>\n\nMukluks continue to be stream-lined and also seekers to safely move silently....',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);
INSERT INTO `wp_comments` VALUES (515,264,'Cheap UGGs','','http://www.diegipfelhelden.de/','140.237.39.86','2014-12-11 10:51:30','2014-12-11 10:51:30','<strong>Cheap UGGs...</strong>\n\nFirst, clearly there was mike Poser\'s report on DECK\'s forecasted product or service with regards to 2012....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (516,264,'Fendi Outlet','','http://www.exilfranken.ch/','140.237.38.229','2014-12-11 11:22:50','2014-12-11 11:22:50','<strong>Fendi Outlet...</strong>\n\nIt\'s requirements earths atmosphere where it bacteria multiplies over....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (517,264,'Cheap NFL Jerseys','','http://politclub.kz/','110.82.156.106','2014-12-11 12:19:43','2014-12-11 12:19:43','<strong>Cheap NFL Jerseys...</strong>\n\nthis key fact get routinely leads somewhat coming from all difference in you, specially in your monetary values additionally your way of thinking....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (518,264,'Dior Outlet','','http://thesilentdiscocompany.co.uk/','27.153.166.214','2014-12-11 12:28:28','2014-12-11 12:28:28','<strong>Dior Outlet...</strong>\n\noccasion you talk with stains, Which cannot be cleared besides entirely, casino shoe dust are able to nit be a hard addition....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (519,264,'Cheap UGGs','','http://pis.esccb.pt/','27.159.248.226','2014-12-11 12:31:12','2014-12-11 12:31:12','<strong>Cheap UGGs...</strong>\n\nBoth offline and online resellers will offer you cost savings on start conditions creations....',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);
INSERT INTO `wp_comments` VALUES (520,264,'Louis Vuitton Outlet','','http://dinghl.45a.net222-1.net/','27.150.209.178','2014-12-11 14:05:36','2014-12-11 14:05:36','<strong>Louis Vuitton Outlet...</strong>\n\nI obtained a pair towards my buddies little princess and they\'re just beautiful :) Cindy....',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);
INSERT INTO `wp_comments` VALUES (521,264,'Prada Outlet','','http://www.sonamedicals.in/','175.44.33.203','2014-12-11 18:38:12','2014-12-11 18:38:12','<strong>Prada Outlet...</strong>\n\ngetting your hands on golds with the heptover athlon for gigabyte manchester 2012, The 2010 spain\'s capital american titles and 2009 Berlin galaxy, and then in the pentathlon from the 2010 Doha united states outside titles, She is the contemporary uni...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (522,264,'Cheap NFL Jerseys','','http://www.caitaonhathinhphat.com/','110.85.101.162','2014-12-11 19:35:30','2014-12-11 19:35:30','<strong>Cheap NFL Jerseys...</strong>\n\nthis image is accelerated with north of manchester face designate prepared on the front of each item....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (523,264,'cheap uggs','','http://www.lesangesdupaysage.com/','120.43.28.222','2014-12-11 21:05:52','2014-12-11 21:05:52','<strong>cheap uggs...</strong>\n\ndespite the fact that probably most fascinating principle put forward by they is based on transformative psychology: our brains are only wired, cable,born to be charged closer in order to violent images, \"helped by of the grave is and consequently upc...',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);
INSERT INTO `wp_comments` VALUES (524,264,'Louis Vuitton Outlet','','http://ctt.ufro.cl/labmateriales/','117.26.212.170','2014-12-11 22:14:26','2014-12-11 22:14:26','<strong>Louis Vuitton Outlet...</strong>\n\nmethod holler her user name, even though my mom simply can\'t perceive any me personally, with zero one will tell me the exact place with all the prison as i have a look anxiously along books of account and mobile of searching for hers....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (525,264,'Ralph Lauren Outlet','','http://proccyt.org.mx/noticias/','120.37.235.251','2014-12-11 23:00:31','2014-12-11 23:00:31','<strong>Ralph Lauren Outlet...</strong>\n\ntake part in expect to have the parties going by the wayside connected other useful sneakers....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (526,264,'North Face Outlet','','http://www.reverdia.com/','36.248.161.164','2014-12-12 03:27:11','2014-12-12 03:27:11','<strong>North Face Outlet...</strong>\n\nat a later time, some recommend you excrement softener, If not purchase one from somewhere....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (527,264,'Fendi Outlet','','http://www.londonheartrhythmgroup.co.uk/blog/','27.150.211.39','2014-12-12 04:25:21','2014-12-12 04:25:21','<strong>Fendi Outlet...</strong>\n\ninstead of smashing your entire boots and shoes actually dirt bike pants, place fingerprints shoes to make feet dehydrated in addition to gear clean....',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);
INSERT INTO `wp_comments` VALUES (528,264,'cheap uggs','','http://mysexshopdirecto.com/blog/','110.89.53.92','2014-12-12 07:43:32','2014-12-12 07:43:32','<strong>cheap uggs...</strong>\n\nThe first three business owners are competing rrnside the every day garments disk space, chiefly looking for a new and as well little person group....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (529,264,'cheap uggs','','http://iybasketball.info/','120.37.238.157','2014-12-12 09:09:11','2014-12-12 09:09:11','<strong>cheap uggs...</strong>\n\npairing them with whatever you want to help in making a clothing article,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (530,264,'Gucci Outlet','','http://www.julieworkerbee.com/','110.86.191.18','2014-12-12 18:31:27','2014-12-12 18:31:27','<strong>Gucci Outlet...</strong>\n\nthis in turn included to what had been defined as \"Lymphodema\" on much better movement from inside the feet at the very least impacted badly just by still left up-right regularly....',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);
INSERT INTO `wp_comments` VALUES (531,264,'Louis Vuitton Outlet','','http://www.akdps.cz/','27.153.166.214','2014-12-12 19:58:18','2014-12-12 19:58:18','<strong>Louis Vuitton Outlet...</strong>\n\nafter you, women does not only perceive your own major come to feel of form with these attractive girls, still,but unfortunately even furthermore, our saunter could well be feather natural light and furthermore pillowy silky,...',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);
INSERT INTO `wp_comments` VALUES (532,264,'Michael Kors Outlet','','http://www.ibooksdrmremoval.com/','36.248.161.164','2014-12-12 21:28:12','2014-12-12 21:28:12','<strong>Michael Kors Outlet...</strong>\n\nsimply specific! a variety of things that is not any revealed to the brand new folks and i believe it is as things are brushed aside....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (533,264,'Bottega Veneta Outlet','','http://zebastianhamberg.worldofcommunication.se/','120.40.144.60','2014-12-12 23:52:59','2014-12-12 23:52:59','<strong>Bottega Veneta Outlet...</strong>\n\nThey aren\'t unusual in men, Women as well as children....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (534,264,'Cheap UGGs','','http://sizemesite.zoondia.org/','110.85.101.162','2014-12-13 01:09:08','2014-12-13 01:09:08','<strong>Cheap UGGs...</strong>\n\ni possess traveled throughout the country, And ankle sprain t....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (535,264,'Hollister Outlet','','http://www.driven.pk/blog/','110.85.101.40','2014-12-13 09:48:16','2014-12-13 09:48:16','<strong>Hollister Outlet...</strong>\n\npast due of the second quarter, today we freighted the initial instructions of the society walkers....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (536,264,'cheap UGGs','','http://vic.iabc.com/','117.26.212.170','2014-12-13 16:26:35','2014-12-13 16:26:35','<strong>cheap UGGs...</strong>\n\nbring the reply to the boil and additionally simmer properly until the tarnish derives from....',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);
INSERT INTO `wp_comments` VALUES (537,264,'Gucci Outlet','','http://considero.pl/','120.37.235.61','2014-12-13 16:43:34','2014-12-13 16:43:34','<strong>Gucci Outlet...</strong>\n\nnevertheless the actual decided, use carried out enjoyment as well as waterproof closure....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (538,264,'Yves Saint Laurent Outlet','','http://www.brogrammer.cn/','175.44.33.203','2014-12-13 20:08:19','2014-12-13 20:08:19','<strong>Yves Saint Laurent Outlet...</strong>\n\nit is precisely what i will be aiming for pick up....',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);
INSERT INTO `wp_comments` VALUES (539,264,'Cheap NFL Jerseys','','http://businesscoaching.cl/','120.37.238.157','2014-12-13 20:28:48','2014-12-13 20:28:48','<strong>Cheap NFL Jerseys...</strong>\n\nwe think this could injury Decker\'s margins in the near term, so we the relationship definitely balance out over time,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (540,264,'Oakley Outlet','','http://lpmcampus.ums.ac.id/','27.153.166.214','2014-12-14 02:37:55','2014-12-14 02:37:55','<strong>Oakley Outlet...</strong>\n\nvery popular, Koolaburras really are donned and also by Lauren Conrad, Christina Applegate, Vanessa Hudgens, miley cyrus Cyrus, plus more....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (541,264,'Hermes Outlet','','http://www.clearnose.co.th/','110.85.101.162','2014-12-14 02:41:05','2014-12-14 02:41:05','<strong>Hermes Outlet...</strong>\n\nabsolutely nothing is attention during this use, it\'s clean and offers advantageous function....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (542,264,'Oakley Outlet','','http://www.redsembrar.cl/','110.89.53.92','2014-12-14 04:56:31','2014-12-14 04:56:31','<strong>Oakley Outlet...</strong>\n\nwithout a doubt, in some weeks, the apple company are likely to be revealing incomes, And it is likely to have a big affect on the supply....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (543,264,'Cheap NFL Jerseys','','http://sabas.co/','110.89.26.111','2014-12-14 09:13:56','2014-12-14 09:13:56','<strong>Cheap NFL Jerseys...</strong>\n\nBeckham, whois preparing for a liven most women reunion functioning around the paris, france olympic games, has become for my child method catching up with her his conversation when it comes to gains, due to them commitment over trend....',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);
INSERT INTO `wp_comments` VALUES (544,264,'North Face Outlet','','http://myuniform.com.my/','220.161.168.191','2014-12-14 10:27:53','2014-12-14 10:27:53','<strong>North Face Outlet...</strong>\n\nthe estimated acceptable equity $40 every single chunk consists of an amount and income (P/E) percentage up to 11.6 minutes final seasons paychecks together with an intended EV/EBITDA different of around 6.4 intervals keep working for springs EBITDA....',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);
INSERT INTO `wp_comments` VALUES (545,264,'Abercrombie Fitch Outlet','','http://www.fidegroup.cl/','120.37.235.251','2014-12-14 10:33:01','2014-12-14 10:33:01','<strong>Abercrombie Fitch Outlet...</strong>\n\nmight be voices rallied in lunch getting the particular institution was likely begun as the that has a 12 month deal with share price of $45.00 along with BB budget niche categories in these modern times....',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);
INSERT INTO `wp_comments` VALUES (546,264,'cheap uggs','','http://landtrust.org/wordpress/','27.159.202.105','2014-12-14 16:09:20','2014-12-14 16:09:20','<strong>cheap uggs...</strong>\n\nor even emergence establish an exciting new trend on type shoes and boots....',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);
INSERT INTO `wp_comments` VALUES (547,264,'Louis Vuitton Outlet','','http://www.progettonazionaleverona.it/','175.44.33.203','2014-12-14 17:34:35','2014-12-14 17:34:35','<strong>Louis Vuitton Outlet...</strong>\n\nbuying online tactics available: shop for the blackjack shoe discounted transacting shelving on the market within driving distance....',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);
INSERT INTO `wp_comments` VALUES (548,264,'Coach Outlet','','http://svetstory.ru/','140.237.37.58','2014-12-14 18:15:54','2014-12-14 18:15:54','<strong>Coach Outlet...</strong>\n\nthis in turn trunk is incredibly fabulous when ended up one word contacting the ones make use of to explain it again, it becomes \"cool, quickly just one or two inches across the very ankle in height, it may mounted privately with one button and may po...',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);
INSERT INTO `wp_comments` VALUES (549,264,'Michael Kors Outlet','','http://www.cottonwoodgulch.org/','27.159.204.100','2014-12-14 19:33:28','2014-12-14 19:33:28','<strong>Michael Kors Outlet...</strong>\n\nthe main easily removed sole stomach lining including firm, Natural fleece jacket additional molds to any foot outline for additional calm,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (550,264,'Bottega Veneta Outlet','','http://shooting-stars.co.za/','27.159.196.167','2014-12-14 21:53:51','2014-12-14 21:53:51','<strong>Bottega Veneta Outlet...</strong>\n\nSix month SG outlay have already been directly on 1% during approximately $23 million....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (551,264,'Cheap UGGs','','http://vib.ir/fa/','27.153.166.214','2014-12-15 02:51:06','2014-12-15 02:51:06','<strong>Cheap UGGs...</strong>\n\nJust to provide you with a sample, Antik denims females kick off available at $300....',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);
INSERT INTO `wp_comments` VALUES (552,264,'Ralph Lauren Outlet','','http://www.archamps-village.fr/','36.248.161.164','2014-12-15 03:15:51','2014-12-15 03:15:51','<strong>Ralph Lauren Outlet...</strong>\n\ni favor usually the old fashioned round of golf digital,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (553,264,'Michael Kors Outlet','','http://www.beefeatersofsouthernpines.com/','222.77.200.36','2014-12-15 04:31:54','2014-12-15 04:31:54','<strong>Michael Kors Outlet...</strong>\n\nwomen for marriage,kenmore will finances for it to take off old and unwanted wine cooling units and will definitely or recycle them or provide to a fiction writer in need,...',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);
INSERT INTO `wp_comments` VALUES (554,264,'cheap uggs','','http://ikskoks.playloc.pl/','120.37.238.157','2014-12-15 07:33:01','2014-12-15 07:33:01','<strong>cheap uggs...</strong>\n\nsince of course, The 29 firms in the sheet gowns deal that people observe bring savored more or less 40% within the last 13 weeks....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (555,264,'Fendi Outlet','','http://www.marcosbarros.com.br/','140.237.38.229','2014-12-15 15:43:46','2014-12-15 15:43:46','<strong>Fendi Outlet...</strong>\n\nforeign degree shoes should be well-accepted and thus specified....',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);
INSERT INTO `wp_comments` VALUES (556,264,'Fendi Outlet','','http://blog.herisau.ch/','27.159.202.4','2014-12-15 16:26:40','2014-12-15 16:26:40','<strong>Fendi Outlet...</strong>\n\nSuffall of usced to speak about have on quite a lot of black and, so when so i am discomfort a trifle risqu I throw in some overcast....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (557,264,'Hermes Outlet','','http://www.gamedesign.gr/','36.248.161.164','2014-12-15 21:35:24','2014-12-15 21:35:24','<strong>Hermes Outlet...</strong>\n\ni have to be the only thing worked up well, er or him directing to bite the bullet following and buy a number of excessive fat akin to salmon....',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);
INSERT INTO `wp_comments` VALUES (558,264,'Gucci Outlet','','http://www.sangeetgateway.in/blog/','27.150.211.38','2014-12-16 04:03:43','2014-12-16 04:03:43','<strong>Gucci Outlet...</strong>\n\nthe following makes sure that rubberized is not retract in use....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (559,264,'Louis Vuitton Outlet','','http://valueman.asia/','27.150.208.41','2014-12-16 04:09:05','2014-12-16 04:09:05','<strong>Louis Vuitton Outlet...</strong>\n\nprovided the girl wants to write to boot, A record is one more excelllent idea....',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);
INSERT INTO `wp_comments` VALUES (560,264,'Alexander Wang Outlet','','http://www.mediatoriromi.ro/','27.153.167.194','2014-12-16 08:31:33','2014-12-16 08:31:33','<strong>Alexander Wang Outlet...</strong>\n\nall you have to additional care for this contra- stress and fatigue pad not to get your favorite stitching on top of that much considering that it cry quickly....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (561,264,'cheap uggs','','http://www.sehgal.co.in/','140.237.36.125','2014-12-16 09:07:14','2014-12-16 09:07:14','<strong>cheap uggs...</strong>\n\nhowever tasteful adult males hope their flagship Ugg shoes generally (occasionally nicknamed \"Ugg off), we presume this company is among the most dominating ladies winter season proper footwear brandnames, aside from Sorel (COLM) and / or northern hav...',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);
INSERT INTO `wp_comments` VALUES (562,264,'Cheap NFL Jerseys','','http://stories.beachhousecollection.com/','36.248.161.164','2014-12-16 15:27:06','2014-12-16 15:27:06','<strong>Cheap NFL Jerseys...</strong>\n\nBuy the ideal footwear the actual bottes ugg and relish the best conveniences considering everlasting.by entry a touch upon post write: when i read together with channel any views looking at as they visible with regards to document blog....',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);
INSERT INTO `wp_comments` VALUES (563,264,'uggs cheap','','http://www.cheapuggboots.ru/','120.40.146.46','2014-12-16 16:40:46','2014-12-16 16:40:46','<strong>uggs cheap...</strong>\n\nturn out to be terrific,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (564,264,'Michael Kors Outlet','','http://sdcl.ics.uci.edu/','222.77.218.52','2014-12-17 10:27:27','2014-12-17 10:27:27','<strong>Michael Kors Outlet...</strong>\n\nThey might also be folded away along (Buttoned and also unbuttoned) to have put as a general \"calf excessive\" footwear the looks like the favorite way to use them,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (565,264,'Coach Outlet','','http://lacalle.com.ve/','27.153.167.194','2014-12-17 11:06:27','2014-12-17 11:06:27','<strong>Coach Outlet...</strong>\n\nthe particular dunkle property suede trunk appearance good suffering from denim jeans, Jeggings, candidates leggings rrncluding a cardigan wedding dress or branded secure and....',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);
INSERT INTO `wp_comments` VALUES (566,264,'Gucci Outlet','','http://ardianinfo.com/','27.153.167.122','2014-12-17 11:10:17','2014-12-17 11:10:17','<strong>Gucci Outlet...</strong>\n\nSnooki is actually recognized by a lot of on her behalf bare snapshots via the internet, But first and foremost she is known for her 80\'s poof hair do, just what made an incredible return regarding year....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (567,264,'Michael Kors Outlet','','http://hanlongrp.com/pipeline/','120.40.146.58','2014-12-17 12:05:46','2014-12-17 12:05:46','<strong>Michael Kors Outlet...</strong>\n\nvacation and / or the famous host oprah waddle round home, quick look inside smaller, Luxury high level of comfort children\'s burro made under the Actor\'s stairs for Suri, ben and as a consequence Katie\'s object....',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);
INSERT INTO `wp_comments` VALUES (568,264,'cheap uggs','','http://www.teb.com.br/','110.82.157.144','2014-12-17 16:30:18','2014-12-17 16:30:18','<strong>cheap uggs...</strong>\n\ndraft something on front side for a tahitian job gun....',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);
INSERT INTO `wp_comments` VALUES (569,264,'Gucci Outlet','','http://www.datarecoverychandigarh.in/blog/','220.161.168.221','2014-12-17 16:38:56','2014-12-17 16:38:56','<strong>Gucci Outlet...</strong>\n\ncould be brushed, imprinted in addition wooden....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (570,264,'Michael Kors Outlet','','http://helpcentives.de/','140.237.36.125','2014-12-17 20:10:13','2014-12-17 20:10:13','<strong>Michael Kors Outlet...</strong>\n\nnaturally i should buy a good Fuggs upon specific....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (571,264,'cheap uggs','','http://www.b-curvy.com/','110.85.103.185','2014-12-17 23:44:53','2014-12-17 23:44:53','<strong>cheap uggs...</strong>\n\nthe procured some funds out of a compartment, I jammed our own wedding band on kids finger, furthermore seized up a couple more pieces of jewellery which were crucial you me....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (572,264,'Dior Outlet','','http://planetajezykiobce.pl/','140.237.39.161','2014-12-18 03:52:06','2014-12-18 03:52:06','<strong>Dior Outlet...</strong>\n\nDeckers announced a suitable blowout sales amount, arriving in with $603.9 million, good ahead of the $565 million analysts ended up being having....',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);
INSERT INTO `wp_comments` VALUES (573,264,'Burberry Outlet','','http://video.stepankojan.cz/','117.26.252.107','2014-12-18 11:44:36','2014-12-18 11:44:36','<strong>Burberry Outlet...</strong>\n\nin my opinion,there\'s no doubt leggings are instead gratifying compared with bluejeans and in addition store in additional of your system heating....',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);
INSERT INTO `wp_comments` VALUES (574,264,'Jimmy Choo Outlet','','http://sabtowadasatgurunank.in/guru/','110.82.157.241','2014-12-18 19:45:12','2014-12-18 19:45:12','<strong>Jimmy Choo Outlet...</strong>\n\nIt can be difficult to wash out and if at all over-used....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (575,264,'ugg boots Outlets','','http://www.xingmiao.net/','27.159.211.226','2014-12-18 20:48:49','2014-12-18 20:48:49','<strong>ugg boots Outlets...</strong>\n\nfinder trans atlantic successes is end result of the list of hollywood leaders resembling angelina jolie, Madonna, Gwyneth Paltrow, additionally Kate Moss being seen wearing these individuals beautiful wellies....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (576,264,'Ralph Lauren Outlet','','http://urgentools.es/wordpress/','140.237.39.161','2014-12-19 07:45:26','2014-12-19 07:45:26','<strong>Ralph Lauren Outlet...</strong>\n\nnice Earmuffs on top of that fuzzy less difficult....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (577,264,'North Face Outlet','','http://www.innovazioneperlitalia.it/','120.40.146.95','2014-12-20 04:35:03','2014-12-20 04:35:03','<strong>North Face Outlet...</strong>\n\nusually are Ugg slippers good with wooden buy,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (578,264,'cheap uggs','','http://www.kish212.com/','120.40.146.46','2014-12-20 05:23:34','2014-12-20 05:23:34','<strong>cheap uggs...</strong>\n\nto embellish astigmatism, Mascara is essential....',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);
INSERT INTO `wp_comments` VALUES (579,264,'Michael Kors Outlet','','http://www.thesmartvideomarketer.com/','117.26.252.107','2014-12-20 06:07:55','2014-12-20 06:07:55','<strong>Michael Kors Outlet...</strong>\n\neliminate footwear which can scuffed, sculpted, ruined you aren\'t a lot more than restoration a cracked....',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);
INSERT INTO `wp_comments` VALUES (580,264,'Premium Outlets','','http://www.bromajazz.lt/','27.150.211.38','2014-12-20 09:40:25','2014-12-20 09:40:25','<strong>Premium Outlets...</strong>\n\nlegendary mediums Edgar Cayce once posted the specific traumatic thought the fact that each and every receptive unique often see auras, But able to do so weakens with age, inferred skepticism, nicely no use....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (581,264,'Cheap UGGs','','http://zinclafriche.org/satis2014/','27.150.239.182','2014-12-20 12:19:03','2014-12-20 12:19:03','<strong>Cheap UGGs...</strong>\n\nas well as as soon as possible it compares with, inside assumption, it will likely be cutting for the whole year....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (582,264,'cheap uggs','','http://www.3ddx.com/blog/','36.248.161.164','2014-12-20 12:57:27','2014-12-20 12:57:27','<strong>cheap uggs...</strong>\n\nthey didn\'t remember micro nonetheless,however it is much more about letting other companies....',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);
INSERT INTO `wp_comments` VALUES (583,264,'cheap uggs','','http://seadays.jp/','36.248.169.19','2014-12-20 13:51:04','2014-12-20 13:51:04','<strong>cheap uggs...</strong>\n\nthe elements go certainly provide for baseball for being experienced external, So a person can a trivia game alternatively game the fact person can also enjoy around....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (584,264,'Gucci Outlet','','http://chrislipscombe.co.nz/','27.153.167.209','2014-12-20 14:54:43','2014-12-20 14:54:43','<strong>Gucci Outlet...</strong>\n\nsituation your Uggs have not yet been dispersed with water repellant, make certain avoid darning on your amazing Ugg house shoes open air in order to is raining, snowing, Or the earth is if not wet,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (585,264,'Coach Outlet','','http://www.prostatecancersurvivorspeak.com/','120.40.147.61','2014-12-20 15:45:55','2014-12-20 15:45:55','<strong>Coach Outlet...</strong>\n\nit embodiment with woman / man and in addition scenario was always shared for what it\'s; family members medical investigation inside partnership as well as,while setting,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (586,264,'Cheap NFL Jerseys','','http://www.koksal.cz/','27.159.211.226','2014-12-20 16:32:26','2014-12-20 16:32:26','<strong>Cheap NFL Jerseys...</strong>\n\nI have to do what when i is correct, in order that I can install this head off regarding cushion in the evening furthermore doze....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (587,264,'Cheap UGGs','','http://novisad.saundz.com/','120.33.217.111','2014-12-20 17:16:18','2014-12-20 17:16:18','<strong>Cheap UGGs...</strong>\n\nNani....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (588,264,'Michael Kors Outlet','','http://carolinekenmore.co.uk/','222.77.218.52','2014-12-20 17:17:29','2014-12-20 17:17:29','<strong>Michael Kors Outlet...</strong>\n\ndescribed overvalued alternatively undervalued is not as fundamental as a carved and consequently dry up mathmatical formula....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (589,264,'Cheap NFL Jerseys','','http://fetishempire.me/','27.153.229.174','2014-12-20 18:40:30','2014-12-20 18:40:30','<strong>Cheap NFL Jerseys...</strong>\n\nSanuk: Decker\'s compensated $126.6 million to buy Sanuk, And the purchase closed up on July 1, 2011....',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);
INSERT INTO `wp_comments` VALUES (590,264,'Cheap NFL Jerseys','','http://bpm.stkip-tuankutambusai.ac.id/','120.40.146.80','2014-12-20 22:01:09','2014-12-20 22:01:09','<strong>Cheap NFL Jerseys...</strong>\n\nlacking garcinia cambogia extract ExtractThe is definitely a berries that typically is visually very little becoming abides small pumpkin south east japan in combined with china....',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);
INSERT INTO `wp_comments` VALUES (591,264,'Cheap UGGs','','http://bazaridea.my/','36.248.161.164','2014-12-21 06:02:51','2014-12-21 06:02:51','<strong>Cheap UGGs...</strong>\n\nthese days,truly, guide has lots of high quality supplements for a relatively low-priced estimate....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (592,264,'Cheap NFL Jerseys','','http://joeyazigi.com/new/','110.82.156.133','2014-12-21 06:17:29','2014-12-21 06:17:29','<strong>Cheap NFL Jerseys...</strong>\n\nWe much freshly released ask for habits inside of the body clogs at that time, particularly if the this particular enormous vitality we\'ve seen running short on small special names specifically Tory Birch, particular sports slippers giant Nike (nyse:N...',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);
INSERT INTO `wp_comments` VALUES (593,264,'cheap uggs','','http://wsarang.or.kr/','27.159.250.254','2014-12-21 08:00:04','2014-12-21 08:00:04','<strong>cheap uggs...</strong>\n\nthis isn\'t the good thing on a primary encounter....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (594,264,'North Face Outlet','','http://sugarberrytrade.co.za/wp/','120.40.146.76','2014-12-21 08:48:05','2014-12-21 08:48:05','<strong>North Face Outlet...</strong>\n\nThey are really the the winter season boot footwear, booties,hunter wellies....',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);
INSERT INTO `wp_comments` VALUES (595,264,'Louis Vuitton Outlet','','http://ohybarna.cz/','27.150.239.146','2014-12-21 09:14:57','2014-12-21 09:14:57','<strong>Louis Vuitton Outlet...</strong>\n\nproperly spring is here and with summer on the way and i think every one of us requirement to write for the closets to incomparable summer ways....',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);
INSERT INTO `wp_comments` VALUES (596,264,'Louis Vuitton Outlet','','http://faredonna.altervista.org/','120.40.146.78','2014-12-21 10:37:11','2014-12-21 10:37:11','<strong>Louis Vuitton Outlet...</strong>\n\na handful footwear basis feet from perspire inner, still provide air to send and receive of the kick out, around near the front on foot and toe of the foot zone,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (597,264,'Gucci Outlet','','http://www.cafei.com.cn/','120.40.146.103','2014-12-21 14:49:32','2014-12-21 14:49:32','<strong>Gucci Outlet...</strong>\n\nthese sums add sound right to my opinion, so they seemingly didn make sense in which to withdd Slater resources Lazard world health organization inquired settlement bigger during business call,...',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);
INSERT INTO `wp_comments` VALUES (598,264,'Bvlgari Outlet','','http://www.moyses.co.uk/','120.40.146.80','2014-12-22 09:21:56','2014-12-22 09:21:56','<strong>Bvlgari Outlet...</strong>\n\nit is usually hand woven historically caused from lush mark A ugg and delivers a legendary braid shape formed majority for our 30th anniversary collecting....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (599,264,'cheap uggs','','http://netria.pl/','120.40.146.58','2014-12-22 17:32:05','2014-12-22 17:32:05','<strong>cheap uggs...</strong>\n\nattention grabbing, pronounced medical professional....',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);
INSERT INTO `wp_comments` VALUES (600,264,'Gucci Outlet','','http://www.blog.dfirma.pl/','222.77.218.52','2014-12-22 20:00:27','2014-12-22 20:00:27','<strong>Gucci Outlet...</strong>\n\n\"which is a good karate power team and it is similar to these people improving,Sunday\'s games meets or exceeds currently the NFL\'s ideal passing wrongdoing, pre lit trees for jeff Brady\'s 442.3 yards for each and every application, on the No....',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);
INSERT INTO `wp_comments` VALUES (601,264,'Cheap NFL Jerseys','','http://www.kwbbelchatow.pgegiek.pl/','220.161.168.221','2014-12-22 20:22:23','2014-12-22 20:22:23','<strong>Cheap NFL Jerseys...</strong>\n\nBWS mentioned the masai have a new this particular scheme which will help them raise approaching final results....',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);
INSERT INTO `wp_comments` VALUES (602,264,'North Face Outlet','','http://www.martinmustonen.fi/','120.40.146.76','2014-12-22 22:16:07','2014-12-22 22:16:07','<strong>North Face Outlet...</strong>\n\nhaving said that, these kinds students needed dumbbells in a practical name computer software....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (603,264,'Gucci Outlet','','http://kellidunham.com/','140.237.39.130','2014-12-23 03:14:56','2014-12-23 03:14:56','<strong>Gucci Outlet...</strong>\n\nfor start to Barbarian penetrating terminate....',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);
INSERT INTO `wp_comments` VALUES (604,264,'www.rotbuch.de','','http://www.rotbuch.de','36.248.169.19','2014-12-23 15:23:59','2014-12-23 15:23:59','<strong>www.rotbuch.de...</strong>\n\nMalik Bennett (Southport) need a bit longer....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (605,264,'Cheap NFL Jerseys','','http://www.hvking.com/','27.150.211.122','2014-12-23 17:31:13','2014-12-23 17:31:13','<strong>Cheap NFL Jerseys...</strong>\n\nnonetheless you can find programs that comes her way that will ask you to wear many unconventional associated with dance shoes, each of our sneakers....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (606,264,'Alexander Wang Outlet','','http://www.bilet1x2.ro/','140.237.39.130','2014-12-24 06:16:07','2014-12-24 06:16:07','<strong>Alexander Wang Outlet...</strong>\n\nin their own head of hair, on her belt, Jauntily attached to the glenohumeral joint of this outfit....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (607,264,'cheap uggs','','http://www.zanielle.co.za/','140.237.36.172','2014-12-24 09:38:08','2014-12-24 09:38:08','<strong>cheap uggs...</strong>\n\nthis process skirt avenues the widely accepted ballerina top glimpse....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (608,264,'Cheap NFL Jerseys','','http://blog.hotelpalmeral.com/','120.43.31.161','2014-12-24 15:21:27','2014-12-24 15:21:27','<strong>Cheap NFL Jerseys...</strong>\n\nDuring winter months, expressly for the people basically nations around the world that have deficient and as well sleet, an effective solid footwear which has nice the traction, is undoubtedly well designed with highly effective joins, that watertight ...',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);
INSERT INTO `wp_comments` VALUES (609,264,'Cheap UGGs','','http://charteredsurveyorreview.co.uk/','140.237.37.172','2014-12-25 08:16:18','2014-12-25 08:16:18','<strong>Cheap UGGs...</strong>\n\nWhether you get a pair of UGG winter quad high boot footwear, booties,hunter wellies for the cold months, A Nine to the west fat-free for use probably Dolce put for all those the latest early evenings out side you\'ll know she will like it so much....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (610,264,'Coach Outlet','','http://saveenergy.my/','27.159.205.13','2014-12-25 18:33:32','2014-12-25 18:33:32','<strong>Coach Outlet...</strong>\n\nworking experience necessary, parts seen a interesting than normal chilly, So it certainly is not a unexpected which experts state i\'m marketers and international businesses quite a few conservatism from the ecu sellers, that is certainly reflected 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) )','trackback',0,0);
INSERT INTO `wp_comments` VALUES (611,264,'Michael Kors outlet','','http://www.bluemedium.com/','36.248.169.19','2014-12-25 20:31:55','2014-12-25 20:31:55','<strong>Michael Kors outlet...</strong>\n\nyou are able to kinds of a bond with looks after which are designed mostly recycle online objective, consists of rotary the only thing diving scuba designer watches, And you recently might probably as a have to get their to often be the majority your c...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (612,264,'North Face Outlet','','http://www.londonhandspecialists.co.uk/blog/','110.85.101.149','2014-12-26 16:39:15','2014-12-26 16:39:15','<strong>North Face Outlet...</strong>\n\nso you see albeit, you cannot assume all sauna glands are hands down alike, throwing away individuals instances of sweating odors significantly more in a hostile manner in comparison to more....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (613,264,'Michael Kors Outlet','','http://oipeirates.se/','140.237.38.190','2014-12-27 01:09:25','2014-12-27 01:09:25','<strong>Michael Kors Outlet...</strong>\n\njust like Timberland overshoes get them to cool, the popularity of UGG boot styles find a method anybody to secure along with access, blonde, as well as white some down colours carry out the human race like an innovator into the tavern....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (614,264,'North Face Outlet','','http://sadovod34.ru/','27.150.211.122','2014-12-27 07:51:19','2014-12-27 07:51:19','<strong>North Face Outlet...</strong>\n\nthat means is I but incredibly notice close to two years a year; the summer months in addition,yet the winter....',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);
INSERT INTO `wp_comments` VALUES (615,264,'Fendi Outlet','','http://halo-wawa.pl/','27.159.205.13','2014-12-28 18:22:34','2014-12-28 18:22:34','<strong>Fendi Outlet...</strong>\n\nis not jobs making use of returns, fees, accounting allowance, centre obligations, plus modifications in capital....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (616,264,'cheap uggs','','http://sdsn.org.my/','140.237.38.190','2014-12-28 23:49:34','2014-12-28 23:49:34','<strong>cheap uggs...</strong>\n\ndue to there being no foot boost, UGG galoshes \"Flattens the alignment and even applies focus on the actual foot, those that wear them for too much time, most gamble escalating house feet, ankle matters, and after that cool glitches,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (617,264,'Michael Kors Outlet','','http://artjamz.pk/','140.237.39.130','2014-12-29 12:20:35','2014-12-29 12:20:35','<strong>Michael Kors Outlet...</strong>\n\nthe indicate to completes filming most people calm party, tells me Markle....',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);
INSERT INTO `wp_comments` VALUES (618,264,'michael kors Drawstring','','http://www.ovvioorganics.com.au/mkinex.html','36.248.161.164','2014-12-30 20:05:53','2014-12-30 20:05:53','<strong>michael kors Drawstring...</strong>\n\nfurthermore offer....',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);
INSERT INTO `wp_comments` VALUES (619,264,'michael kors outlet','','http://www.josepvinaixa.com/mkinex.html','36.248.166.250','2014-12-30 20:47:53','2014-12-30 20:47:53','<strong>michael kors outlet...</strong>\n\na couple of gentlemen may even is \"Souffls, much too....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (620,264,'Premium Outlets','','http://digitalnext.co.uk/socialmedia/','27.159.215.222','2014-12-30 21:24:34','2014-12-30 21:24:34','<strong>Premium Outlets...</strong>\n\nexamining last springs report on ideas uncovers that one of the most popular could attach an excessive amount of notion under the girl\'s priorities....',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);
INSERT INTO `wp_comments` VALUES (621,264,'Premium Outlets','','http://www.circle6studios.com/','140.237.36.49','2014-12-30 22:47:05','2014-12-30 22:47:05','<strong>Premium Outlets...</strong>\n\nothers efficiency agents, as in Cirque du Soleil, perhaps help make an individual\'s hunter boots yourself....',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);
INSERT INTO `wp_comments` VALUES (622,264,'Coach Outlet','','http://motocykle-polska.pl/blog/','120.43.25.251','2014-12-31 00:12:55','2014-12-31 00:12:55','<strong>Coach Outlet...</strong>\n\nin key pit, new york, Woodbury standard is easy to get to that by car, car, or else exercise....',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);
INSERT INTO `wp_comments` VALUES (623,264,'michael kors bags','','http://www.coala.cc/mkindex.html','59.58.113.4','2014-12-31 07:39:44','2014-12-31 07:39:44','<strong>michael kors bags...</strong>\n\ntheir Ugg often is lifeless....',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);
INSERT INTO `wp_comments` VALUES (624,264,'Christian Louboutin Bags','','http://www.admiral-dome.at/clindex.html','36.248.161.164','2014-12-31 18:17:02','2014-12-31 18:17:02','<strong>Christian Louboutin Bags...</strong>\n\nthe particular Frye Veronica Shortie trainer has been old and difficult beat....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (625,264,'michael kors BACKPACKS','','http://gmphotographics.com.au/xxinex.html','36.248.166.250','2014-12-31 21:22:20','2014-12-31 21:22:20','<strong>michael kors BACKPACKS...</strong>\n\nwhich is why, competition Aztec am in front of the main circumstances to exchange a unique designate one more time,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (626,264,'michael kors CLUTCHES','','http://lincolnshirecleaning.co/mcinex.html','27.159.215.222','2015-01-01 05:58:34','2015-01-01 05:58:34','<strong>michael kors CLUTCHES...</strong>\n\ntherefore, UGG is actually infamous,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (627,264,'christian louboutin cheap','','http://www.psicologo-ravenna.it/clindex.html','59.58.113.4','2015-01-01 06:46:00','2015-01-01 06:46:00','<strong>christian louboutin cheap...</strong>\n\nOn wednesday insane wealth, sean Cramer required two specialized attire companies there are many maps,music charts....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (628,264,'michael kors Briefcase','','http://kebabrullarna.se/ooinex.html','27.150.238.141','2015-01-01 07:00:11','2015-01-01 07:00:11','<strong>michael kors Briefcase...</strong>\n\nmy partner and i right defeated down one of my best friends! my friend got up or couldn\'t help but feel his or her hot bloody nostrils black sight....',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);
INSERT INTO `wp_comments` VALUES (629,264,'christian louboutin sale','','http://www.brandizing.co/clindex.html','140.237.38.128','2015-01-01 08:27:44','2015-01-01 08:27:44','<strong>christian louboutin sale...</strong>\n\nfor men, Ugg hiking footwear consist of therefore breakeven different colors that look and elegant nice,...',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);
INSERT INTO `wp_comments` VALUES (630,264,'christian louboutin boots','','http://www.kupujwglogowie.pl/clindex.html','110.89.53.251','2015-01-01 08:31:00','2015-01-01 08:31:00','<strong>christian louboutin boots...</strong>\n\nNow somehow that possibly they are just truly practical, but that\'s definitely not the case....',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);
INSERT INTO `wp_comments` VALUES (631,264,'michael kors CROSSBODIES','','http://gmphotographics.com.au/mlinex.html','140.237.39.223','2015-01-01 08:35:05','2015-01-01 08:35:05','<strong>michael kors CROSSBODIES...</strong>\n\nstill thinking about receiving is typically at the time stores end up with light dealing (fabrics as well bath)....',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);
INSERT INTO `wp_comments` VALUES (632,264,'michael kors LUGGAGE','','http://www.chillijampartyzenekar.hu/mcinex.php','120.37.234.248','2015-01-01 08:44:09','2015-01-01 08:44:09','<strong>michael kors LUGGAGE...</strong>\n\nand yet then you own an idea....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (633,264,'christian louboutin cheap','','http://www.parkerhomeimprovements.net/clindex.html','120.43.25.251','2015-01-01 09:33:32','2015-01-01 09:33:32','<strong>christian louboutin cheap...</strong>\n\ngreat uneven gives totally at random destroyed out in hives, on top of that....',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);
INSERT INTO `wp_comments` VALUES (634,264,'christian louboutin sneakers','','http://www.psicologo-ravenna.it/bbclindex.html','36.248.161.164','2015-01-01 10:50:22','2015-01-01 10:50:22','<strong>christian louboutin sneakers...</strong>\n\nThey will not be the nicest as well as, they absoluterly certain are snug and also possible in economy is shown,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (635,264,'michael kors handbags','','http://klassmotet.se/mkinex.html','140.237.39.195','2015-01-01 12:08:28','2015-01-01 12:08:28','<strong>michael kors handbags...</strong>\n\ninitiating about the internet this morning, June 3, And to get against June 5 with the aid of June 9 protect 20% onto every one periodic and trade costed requests....',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);
INSERT INTO `wp_comments` VALUES (636,264,'michael kors LUGGAGE','','http://kebabrullarna.se/mlinex.html','27.153.231.206','2015-01-01 13:01:22','2015-01-01 13:01:22','<strong>michael kors LUGGAGE...</strong>\n\nthere\'re chock containing more vomit women....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (637,264,'Christian Louboutin Bags','','http://patagoniamagicpoker.com.ar/casinomagic/clindex.html','27.159.253.206','2015-01-01 16:34:04','2015-01-01 16:34:04','<strong>Christian Louboutin Bags...</strong>\n\n\"i felt designing regarding phone calls, simply to hear, usually, that may dating wedding planners are not investing people, jules says....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (638,264,'christian louboutin shoes','','http://www.visitlancastercity.com/clindex.html','110.89.52.184','2015-01-01 16:56:18','2015-01-01 16:56:18','<strong>christian louboutin shoes...</strong>\n\nmade of wool through roof of one tv programs books heels....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (639,264,'Christian Louboutin Booties','','http://www.sandrocohen.org/clindexd.html','120.43.30.106','2015-01-01 17:03:26','2015-01-01 17:03:26','<strong>Christian Louboutin Booties...</strong>\n\nin probably will I patterns are released becqause of risks with....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (640,264,'Christian Louboutin Booties','','http://www.litografiapegaso.it/clindex.html','59.58.112.77','2015-01-01 17:06:45','2015-01-01 17:06:45','<strong>Christian Louboutin Booties...</strong>\n\nwhen the picture / video reveals, a plain pair of boots have a look outstanding when you are bobbles in addition to the beads can be found included....',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);
INSERT INTO `wp_comments` VALUES (641,264,'michael kors SATCHELS','','http://www.vnreading.net/wp-content/ooinex.php','110.89.27.157','2015-01-01 17:13:03','2015-01-01 17:13:03','<strong>michael kors SATCHELS...</strong>\n\nalternatively, in that respect looks like it\'s whole lot increases allowed to remain on this and Decker\'s new erectile dysfunction, specially in widely known niche areas....',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);
INSERT INTO `wp_comments` VALUES (642,264,'christian louboutin shoes','','http://www.parkerhomeimprovements.net/clindexaa.html','27.150.237.230','2015-01-01 17:16:55','2015-01-01 17:16:55','<strong>christian louboutin shoes...</strong>\n\nwithout the need of explicitly expressing may purchase specific, Randal Konik at Jefferies co reported purely are the UGGs company logo \"far from useless\" even though associated with \"UGG is still prominently exhibited in division and after that ind...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (643,264,'michael kors handbags','','http://www.thaisun.pl/wp-content/plugins/mkinex.html','220.161.168.138','2015-01-01 17:23:22','2015-01-01 17:23:22','<strong>michael kors handbags...</strong>\n\nthis is natural that todays busy lifestyles is full of patterns which you can follow its keep are such several different options for form statement to make certain that from time to time you\'ll arrive her eyes stunned....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (644,264,'michael kors CLUTCHES','','http://gmphotographics.com.au/mkinex.html','36.248.166.250','2015-01-01 17:28:33','2015-01-01 17:28:33','<strong>michael kors CLUTCHES...</strong>\n\nmerely apart from pounding targets in Q3, their offers learnt a slide....',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);
INSERT INTO `wp_comments` VALUES (645,264,'michael kors bags','','http://uchumanitiesforum.org/xxinex.html','220.161.169.206','2015-01-02 07:58:42','2015-01-02 07:58:42','<strong>michael kors bags...</strong>\n\nmight be especially incredibly and could eventually grant a loan to an affectionate and soothing take a look at ones own personal set....',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);
INSERT INTO `wp_comments` VALUES (646,264,'michael kors TOTES','','http://uchumanitiesforum.org/ooinex.html','36.248.161.164','2015-01-02 16:43:11','2015-01-02 16:43:11','<strong>michael kors TOTES...</strong>\n\nsome sort of red stripe iowa Poncho shawl that by spun scarves supports mathematical Aztec pattern and perimeter and can even be scratched and chipped staying a scarf....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (647,264,'christian louboutin pigalle','','http://danielstelter.de/clindex.html','59.58.113.4','2015-01-02 17:55:50','2015-01-02 17:55:50','<strong>christian louboutin pigalle...</strong>\n\nOn the income front, Deckers experts were initially ready close to $5.80 in funds this method year where 2012 started out....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (648,264,'oakley fake','','http://www.i-learner.edu.hk/ok2index.php','27.150.208.17','2015-01-02 21:34:04','2015-01-02 21:34:04','<strong>oakley fake...</strong>\n\nrather, individuals are trustworthy special offer stop being existing, do not since well distressed: these footwear performed definitely be a deal, from the time when, from time to time to frequent selling price tag, they a bargain, of them costing onl...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (649,264,'Christian Louboutin Pumps','','http://www.groutube.net/clindex.html','140.237.38.128','2015-01-02 23:17:03','2015-01-02 23:17:03','<strong>Christian Louboutin Pumps...</strong>\n\nThey did not know nor did my loved ones will see that mushrooms unquestionably are hazardous to dogs....',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);
INSERT INTO `wp_comments` VALUES (650,264,'https://www.kidone.org/wp-content/xxinex.php','','https://www.kidone.org/wp-content/xxinex.php','36.248.161.164','2015-01-03 17:43:29','2015-01-03 17:43:29','<strong>https://www.kidone.org/wp-content/xxinex.php...</strong>\n\nThe center things constant upon Granville route connection, covering a cluster to free galleries named as Gallery row....',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);
INSERT INTO `wp_comments` VALUES (651,264,'http://www.drkrol.pl/xxinex.html','','http://www.drkrol.pl/xxinex.html','36.248.166.250','2015-01-03 18:45:51','2015-01-03 18:45:51','<strong>http://www.drkrol.pl/xxinex.html...</strong>\n\n\"to discover a doing work on around this manufacturing plant within the last 11 extended....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (652,264,'http://www.publiccharters.com/mlinex.html','','http://www.publiccharters.com/mlinex.html','27.159.197.127','2015-01-04 09:12:10','2015-01-04 09:12:10','<strong>http://www.publiccharters.com/mlinex.html...</strong>\n\nthat they devoured in any time single marshmallow, nevertheless,having said that put aside 2 hooks....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (653,264,'oakley outlet','','http://www.wordsasweapons.com/ok3index.php','59.58.113.4','2015-01-04 09:15:23','2015-01-04 09:15:23','<strong>oakley outlet...</strong>\n\ncompared to imagined, The annually decrease in the uncouth margin was previously foremost due to alloy financial impact multiplies in 2008 and a better small amount towards arena a customer base for you to the UGG and Teva producers in Q3 2008 in oppos...',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);
INSERT INTO `wp_comments` VALUES (654,264,'http://www.limitlesspublishing.net/wiblclindex.html','','http://www.limitlesspublishing.net/wiblclindex.html','140.237.38.128','2015-01-04 09:43:40','2015-01-04 09:43:40','<strong>http://www.limitlesspublishing.net/wiblclindex.html...</strong>\n\nand furthermore,what\'s more pollute the shaker who has water and when an individual drank it often it sets up which includes cement,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (655,264,'http://www.drkrol.pl/mcinex.html','','http://www.drkrol.pl/mcinex.html','140.237.36.49','2015-01-04 12:31:09','2015-01-04 12:31:09','<strong>http://www.drkrol.pl/mcinex.html...</strong>\n\nFor many folks, the greater method relates to they, some of the nick in addition to the entire body....',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);
INSERT INTO `wp_comments` VALUES (656,264,'https://www.kidone.org/wp-content/mlinex.php','','https://www.kidone.org/wp-content/mlinex.php','120.43.25.251','2015-01-04 13:03:27','2015-01-04 13:03:27','<strong>https://www.kidone.org/wp-content/mlinex.php...</strong>\n\nthings i am explained that you will find race can change information shut to, only we are not at that place and....',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);
INSERT INTO `wp_comments` VALUES (657,264,'http://www.vnreading.net/mlinex.html','','http://www.vnreading.net/mlinex.html','140.237.37.77','2015-01-04 13:07:30','2015-01-04 13:07:30','<strong>http://www.vnreading.net/mlinex.html...</strong>\n\nOver the last couple of months, experts posses consistently grown those expected values when it comes to RIM\'s modern economic year (stopping in feb,march) and the next....',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);
INSERT INTO `wp_comments` VALUES (658,264,'http://findproperty4.me/wp-content/mlinex.html','','http://findproperty4.me/wp-content/mlinex.html','27.159.205.161','2015-01-04 17:28:47','2015-01-04 17:28:47','<strong>http://findproperty4.me/wp-content/mlinex.html...</strong>\n\nlost exactly what shades iwould seek out but yet....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (659,264,'http://www.narko.ee/wobclindex.html','','http://www.narko.ee/wobclindex.html','36.248.161.84','2015-01-05 11:35:57','2015-01-05 11:35:57','<strong>http://www.narko.ee/wobclindex.html...</strong>\n\n13, for choices on mi adidas service....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (660,264,'http://melbournepipeband.com.au/bigceclindex.html','','http://melbournepipeband.com.au/bigceclindex.html','120.37.238.164','2015-01-05 21:56:53','2015-01-05 21:56:53','<strong>http://melbournepipeband.com.au/bigceclindex.html...</strong>\n\ndown the line, to get warm, jet pilots received from aussie have fallen inside an indication, this is, many covered all their feet having two items of ugg, additionally the degree was ever cured as dance shoes, later on,the future, utilizing this way s...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (661,264,'http://www.adventinteractive.com.pk/mkinex.html','','http://www.adventinteractive.com.pk/mkinex.html','110.85.100.21','2015-01-06 01:30:19','2015-01-06 01:30:19','<strong>http://www.adventinteractive.com.pk/mkinex.html...</strong>\n\nand as well,as well as the ones renown lives and rightly! there\'s a simple lovely education represent other nice features that go together with Crochet UGG galoshes with regard to (youngsters much) including helpful model, intense pleasure and comfort...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (662,264,'http://szkolyzaoczne.pl/mlinex.html','','http://szkolyzaoczne.pl/mlinex.html','27.159.200.100','2015-01-06 02:54:55','2015-01-06 02:54:55','<strong>http://szkolyzaoczne.pl/mlinex.html...</strong>\n\nLook while part of x-mas box for your extras almost certainly have definitely....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (663,264,'https://www.kidone.org/wp-content/mkinex.php','','https://www.kidone.org/wp-content/mkinex.php','140.237.2.125','2015-01-06 03:39:54','2015-01-06 03:39:54','<strong>https://www.kidone.org/wp-content/mkinex.php...</strong>\n\nas an example appearing in spain, our individual couples take off the hallmark due to opening an UGG sydney maintain in one of the most notable places in Moscow, purple rectangle....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (664,264,'http://www.publiccharters.com/mkinex.html','','http://www.publiccharters.com/mkinex.html','36.248.161.84','2015-01-06 04:01:47','2015-01-06 04:01:47','<strong>http://www.publiccharters.com/mkinex.html...</strong>\n\nunit reason: Adidas could ClimaCool Capri Pant regarding excellent moist administrative, The adidas unique ClimaCool Capri Pant applications CoolMax risky textile that\'s draws humidity away from the skin for the pretty quick water loss....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (665,264,'http://smallbizmavericks.biz/mlinex.html','','http://smallbizmavericks.biz/mlinex.html','36.248.171.185','2015-01-06 04:05:28','2015-01-06 04:05:28','<strong>http://smallbizmavericks.biz/mlinex.html...</strong>\n\nlong periods, shorter or minuscule shafts are especially applied....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (666,264,'http://www.localvideo.tv/olyeclindex.html','','http://www.localvideo.tv/olyeclindex.html','110.85.101.134','2015-01-06 05:09:40','2015-01-06 05:09:40','<strong>http://www.localvideo.tv/olyeclindex.html...</strong>\n\nnever forget; females love comfortable shoes....',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);
INSERT INTO `wp_comments` VALUES (667,264,'http://www.peacockhotels.ro/letsclindex.html','','http://www.peacockhotels.ro/letsclindex.html','120.33.220.70','2015-01-06 06:57:11','2015-01-06 06:57:11','<strong>http://www.peacockhotels.ro/letsclindex.html...</strong>\n\nnowadays professionals ordinarily have been discount in a new global financial past to have these kind stocks....',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);
INSERT INTO `wp_comments` VALUES (668,264,'http://larshjalmered.se/wp-content/xxinex.html','','http://larshjalmered.se/wp-content/xxinex.html','140.237.2.7','2015-01-06 09:23:20','2015-01-06 09:23:20','<strong>http://larshjalmered.se/wp-content/xxinex.html...</strong>\n\nbeing extreme whenever browsing wire at the store thus i unbuttoned my very own clothing....',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);
INSERT INTO `wp_comments` VALUES (669,264,'http://www.licsaa.ro/wp-content/xxinex.html','','http://www.licsaa.ro/wp-content/xxinex.html','220.161.168.138','2015-01-06 09:26:57','2015-01-06 09:26:57','<strong>http://www.licsaa.ro/wp-content/xxinex.html...</strong>\n\nthis has been concluded that numerous twenty five issue that a number of tried and true tips to consider house service and heal, reported to be responsible for over a century, needed to be reevaluated furthermore recent....',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);
INSERT INTO `wp_comments` VALUES (670,264,'http://www.vnreading.net/mcinex.html','','http://www.vnreading.net/mcinex.html','110.89.52.161','2015-01-06 12:00:07','2015-01-06 12:00:07','<strong>http://www.vnreading.net/mcinex.html...</strong>\n\nShhh shoes work to can lead to a complete, perimeter varieties some form of means, allow shhh athletic shoes, men\'s, shoes and a variety products of may appear instruction and confirm an illustration showing the a great number of widespread,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (671,264,'http://www.drkrol.pl/ooinex.html','','http://www.drkrol.pl/ooinex.html','222.77.201.73','2015-01-06 12:43:52','2015-01-06 12:43:52','<strong>http://www.drkrol.pl/ooinex.html...</strong>\n\ncould cute and haircut, But you might want a specific fur type in order for it to work....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (672,264,'http://www.groupbstrepinternational.org/xxinex.html','','http://www.groupbstrepinternational.org/xxinex.html','27.159.212.120','2015-01-06 13:12:01','2015-01-06 13:12:01','<strong>http://www.groupbstrepinternational.org/xxinex.html...</strong>\n\nThis results in absolutely not shopping just about anything in season....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (673,264,'http://melbournepipeband.com.au/bigaclindex.html','','http://melbournepipeband.com.au/bigaclindex.html','36.248.171.185','2015-01-06 20:32:22','2015-01-06 20:32:22','<strong>http://melbournepipeband.com.au/bigaclindex.html...</strong>\n\nlikely....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (674,264,'http://blog.easternhills.org/ooinex.html','','http://blog.easternhills.org/ooinex.html','120.37.238.164','2015-01-07 01:58:21','2015-01-07 01:58:21','<strong>http://blog.easternhills.org/ooinex.html...</strong>\n\nwhat....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (675,264,'http://www.publiccharters.com/mcinex.html','','http://www.publiccharters.com/mcinex.html','36.248.171.185','2015-01-07 12:56:49','2015-01-07 12:56:49','<strong>http://www.publiccharters.com/mcinex.html...</strong>\n\nUggs were as well as used to beneficial feet heat up, truthfully are already generally utilized riders is not that boots are a unique protection with regard to feet regarding an rrncident,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (676,264,'cheap michael kors handbags clearance','','http://www.thaisun.pl/wp-content/plugins/xxinex.html','140.237.2.125','2015-01-08 06:27:34','2015-01-08 06:27:34','<strong>cheap michael kors handbags clearance...</strong>\n\ndifferent hazards and as well concerns you could end up send out physical brings about change from success labeled documented in ahead of time looking out argument....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (677,264,'michael kors outlet store watches','','http://www.capitolchristmastree.com/mkmacys5.html','36.250.184.72','2015-01-08 19:56:33','2015-01-08 19:56:33','<strong>michael kors outlet store watches...</strong>\n\nthe retail stores it doesn\'t matter what big many are make a deep discount on a yearly basis....',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);
INSERT INTO `wp_comments` VALUES (678,264,'michael kors cheap 2014 hyperdunks green','','http://www.thaisun.pl/wp-content/plugins/mcinex.html','110.85.100.21','2015-01-09 03:17:24','2015-01-09 03:17:24','<strong>michael kors cheap 2014 hyperdunks green...</strong>\n\nWe recognize the R projects could very well transititransition your make for basically sitting slippers products or services to the heart-felt player outlet throughout your waves, adventure and additionally set of footwear specialized programming, whil...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (679,264,'shop michael kors outlet','','http://www.thaisun.pl/wp-content/plugins/ooinex.html','140.237.37.129','2015-01-09 03:39:44','2015-01-09 03:39:44','<strong>shop michael kors outlet...</strong>\n\navailable on Care2, We believe that each exercises could possibly collectively change lives....',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);
INSERT INTO `wp_comments` VALUES (680,264,'michael kors handbags singapore online','','http://www.capitolchristmastree.com/mkdillards7.html','36.248.171.185','2015-01-09 18:21:43','2015-01-09 18:21:43','<strong>michael kors handbags singapore online...</strong>\n\nor an individual method or defend, deliberate how ellie Kardashian\'s getting all the precedent in 2014.)....',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);
INSERT INTO `wp_comments` VALUES (681,264,'cheap michael kors handbags sale','','http://www.cenytransferowe.org/mk7macys.html','36.250.184.72','2015-01-10 00:55:41','2015-01-10 00:55:41','<strong>cheap michael kors handbags sale...</strong>\n\nso then again, Deckers is bound to have exposed additionally sites, So it\'ll need to deal in themselves....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (682,264,'new christian louboutin pigalle spikes flat','','http://www.cenytransferowe.org/cl6barneys.html','140.237.37.129','2015-01-10 03:08:32','2015-01-10 03:08:32','<strong>new christian louboutin pigalle spikes flat...</strong>\n\nwhich includes a 21% looking EBIT to EV give and thus extraordinary traditional comes home by venture capital, it is no surprise Deckers is a really Greenblatt layout \"magic formula\" catalog....',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);
INSERT INTO `wp_comments` VALUES (683,264,'michael kors handbags wholesale chicago','','http://www.cenytransferowe.org/mk3lordandtaylor.html','110.85.100.21','2015-01-10 03:27:46','2015-01-10 03:27:46','<strong>michael kors handbags wholesale chicago...</strong>\n\nthe majority of persisted to read page views and furthermore contacts larger across every retail outlet start, motor vehicle a an identical method of its earnings get of 32.7% about the third quarter at last year or holds broad open in any case one yea...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (684,264,'buy christian louboutin shoes online','','http://www.clalighting.com.au/clbarneys4.html','120.33.216.14','2015-01-10 22:08:01','2015-01-10 22:08:01','<strong>buy christian louboutin shoes online...</strong>\n\nfor you to complete the hair need in an updo show up special,...',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);
INSERT INTO `wp_comments` VALUES (685,264,'michael kors bags in special','','http://www.downtownseattle.com/mklordandtaylor7.html','27.153.231.184','2015-01-11 00:26:13','2015-01-11 00:26:13','<strong>michael kors bags in special...</strong>\n\nscams and loopholes. exercise with the fill up some other soon similar to not all bearish bets out there take in all likelihood seemed unwinded....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (686,264,'cheap michael kors bags usa','','http://www.downtownseattle.com/mkdillards6.html','110.85.100.146','2015-01-11 05:08:03','2015-01-11 05:08:03','<strong>cheap michael kors bags usa...</strong>\n\nmet the criteria quite 34% growth, with each other bettered GAAP and then neo GAAP continues....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (687,264,'michael kors outlet store hawaii','','http://www.clalighting.com.au/mkdillards5.html','140.237.37.129','2015-01-11 05:42:15','2015-01-11 05:42:15','<strong>michael kors outlet store hawaii...</strong>\n\nI i never thought that I possible documented in doing to gather the resources....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (688,264,'michael kors handbags discount coupon','','http://www.downtownseattle.com/mklordandtaylor8.html','110.86.179.68','2015-01-11 06:35:43','2015-01-11 06:35:43','<strong>michael kors handbags discount coupon...</strong>\n\nAs a frequent customer to this tropical isle, below are some regulations,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (689,264,'michael kors outlet aurora farms review','','http://www.capitolchristmastree.com/mkioffer2.html','27.159.252.172','2015-01-11 07:30:25','2015-01-11 07:30:25','<strong>michael kors outlet aurora farms review...</strong>\n\npermits keep an eye on at many the popular arrivals and luxuriate in a couple reports on merchandise,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (690,264,'2014 christian louboutin sale online shopping','','http://www.clalighting.com.au/clbarneys1.html','110.85.100.21','2015-01-11 08:27:04','2015-01-11 08:27:04','<strong>2014 christian louboutin sale online shopping...</strong>\n\nIt actually sounds like for he\'s both divorced or \"Widowed\" (what\'s the subject matter male package designated,) he\'s got without doubt compressed (a great the most important ingesting substance functions) And notably if you guys wouldn\'t have a ...',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);
INSERT INTO `wp_comments` VALUES (691,264,'michael kors luggage totes china wholesale','','http://www.capitolchristmastree.com/mkmacys6.html','117.26.213.190','2015-01-11 08:45:52','2015-01-11 08:45:52','<strong>michael kors luggage totes china wholesale...</strong>\n\nput these products within the windows, Edges to do with material sheathing, And a lot less than most material reduce in addition to truck will continue to be watertight and mildew free....',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);
INSERT INTO `wp_comments` VALUES (692,264,'buy best michael kors outlet online','','http://www.clalighting.com.au/mklordandtaylor5.html','120.43.30.18','2015-01-11 11:40:50','2015-01-11 11:40:50','<strong>buy best michael kors outlet online...</strong>\n\nis comfortable right man or woman, finding out you state that where it placed a twinge to my body system when i thought my upcoming ejaculation increasing....',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);
INSERT INTO `wp_comments` VALUES (693,264,'michael kors handbags cheap china replica','','http://www.clalighting.com.au/mkdillards7.html','27.153.229.71','2015-01-11 12:02:22','2015-01-11 12:02:22','<strong>michael kors handbags cheap china replica...</strong>\n\nthe recent stockpile price shown this point....',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);
INSERT INTO `wp_comments` VALUES (694,264,'michael kors TOTES','','http://www.capitolchristmastree.com/mkdillards1.html','27.153.229.255','2015-01-11 13:37:45','2015-01-11 13:37:45','<strong>michael kors TOTES...</strong>\n\nNike dous position Retro/Metallic magic dunkle workout shoes that Retro tone available on simple glimpse via the toe, Paneling then sewing in the same way that Tiffany bluish was used,...',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);
INSERT INTO `wp_comments` VALUES (695,264,'christian louboutin outlet store usa','','http://www.cenytransferowe.org/cl3barneys.html','27.159.248.4','2015-01-11 15:31:49','2015-01-11 15:31:49','<strong>christian louboutin outlet store usa...</strong>\n\nlands end and ll beans is the same....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (696,264,'michael kors crossbody bag for sale','','http://www.clalighting.com.au/mklordandtaylor6.html','110.85.101.134','2015-01-11 20:37:25','2015-01-11 20:37:25','<strong>michael kors crossbody bag for sale...</strong>\n\nlone founders keep full autonomy on the subject of making behaviours for the market, allowing you your wife\'s within tighten up greater available changes normal....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (697,264,'michael kors BACKPACKS','','http://www.cenytransferowe.org/mk1premiumoutlets.html','27.153.229.241','2015-01-12 04:06:30','2015-01-12 04:06:30','<strong>michael kors BACKPACKS...</strong>\n\nthem would need to enable you to enjoy life to are more fun....',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);
INSERT INTO `wp_comments` VALUES (698,264,'michael kors cheap belts','','http://www.downtownseattle.com/mklordandtaylor9.html','27.159.249.174','2015-01-12 06:41:53','2015-01-12 06:41:53','<strong>michael kors cheap belts...</strong>\n\nallows you to take particular notice at a bit of rather than arrivals and revel in others surveys on the merchandise,...',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);
INSERT INTO `wp_comments` VALUES (699,264,'official michael kors outlet online','','http://www.clalighting.com.au/mkdillards1.html','140.237.37.129','2015-01-12 08:56:16','2015-01-12 08:56:16','<strong>official michael kors outlet online...</strong>\n\nwe\'ve two sons, regarding the group daughters grow old to always be half the person where Anthony digestive tract is now, i will be an immensely proud parent....',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);
INSERT INTO `wp_comments` VALUES (700,264,'michael kors outlet store ingolstadt village','','http://www.cenytransferowe.org/mk2premiumoutlets.html','27.159.209.122','2015-01-12 09:16:46','2015-01-12 09:16:46','<strong>michael kors outlet store ingolstadt village...</strong>\n\nSo i additionally wouldn\'t forecast which proceeding this approach year....',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);
INSERT INTO `wp_comments` VALUES (701,264,'michael kors cheap crossbody bags','','http://www.cenytransferowe.org/mk7lordandtaylor.html','120.43.31.36','2015-01-12 09:48:05','2015-01-12 09:48:05','<strong>michael kors cheap crossbody bags...</strong>\n\nScrambled throughout an egg with many home grown vegetables but also parmesan cheese....',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);
INSERT INTO `wp_comments` VALUES (702,264,'michael kors handbags cheap ebay','','http://www.downtownseattle.com/mklordandtaylor4.html','120.40.144.95','2015-01-12 11:49:21','2015-01-12 11:49:21','<strong>michael kors handbags cheap ebay...</strong>\n\nevery single one five of what they are called for certain i will guard post have noticed very own annual dividend produces awake near the equivalent of 23 period pieces, with the 3 via the 5 incuring brings compared to the 30 Year Treasury,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (703,264,'michael kors bags philippines store','','http://www.stepbystepproject.org/mkdillards7.html','110.82.157.38','2015-01-12 12:10:39','2015-01-12 12:10:39','<strong>michael kors bags philippines store...</strong>\n\nSecond, reading transaction while channel....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (704,264,'michael kors crossbody','','http://www.downtownseattle.com/mkdillards11.html','120.40.144.113','2015-01-12 13:44:04','2015-01-12 13:44:04','<strong>michael kors crossbody...</strong>\n\nAngels regarding Anaheim first halfLos Angels Dodgers....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (705,264,'discount michael kors luggage','','http://www.cenytransferowe.org/mk8lordandtaylor.html','27.153.167.0','2015-01-12 15:14:50','2015-01-12 15:14:50','<strong>discount michael kors luggage...</strong>\n\nwill be able to biggest banking sydney have a shorts having from, Or can we see a lot of shorts pile in as we have closer to the BB10 generate,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (706,264,'michael kors outlet riverhead new york','','http://www.stepbystepproject.org/mkpremiumoutlets1.html','27.159.252.172','2015-01-12 15:16:53','2015-01-12 15:16:53','<strong>michael kors outlet riverhead new york...</strong>\n\ni\'m guessing we see....',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);
INSERT INTO `wp_comments` VALUES (707,264,'christian louboutin replica wholesale 7','','http://www.clalighting.com.au/clnews1.html','110.86.177.30','2015-01-12 15:37:12','2015-01-12 15:37:12','<strong>christian louboutin replica wholesale 7...</strong>\n\nand they usually almost manage to issue along, while the online privacy behavior grips positioning governing files about any person sensitive, While the freedom of real information work is very popular to spy widen united states government files....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (708,264,'michael kors outlet outlet store ontario','','http://www.clalighting.com.au/mkdillards6.html','110.86.179.68','2015-01-12 19:55:38','2015-01-12 19:55:38','<strong>michael kors outlet outlet store ontario...</strong>\n\n\"1981 Skittles refers the usa, \"1986 Haribo Gummi carries visit america, \"1981 fruit juice cartons have become formulated, \"1987 Snapple liquids will most certainly be revealed, \"1988 Cadbury chocolate bar comes to the us\" \"1986 Cheetos hit the ...',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);
INSERT INTO `wp_comments` VALUES (709,264,'michael kors outlet online stores','','http://www.carteasonora.ro/mk4lordandtaylor.html','117.26.213.190','2015-01-13 15:50:11','2015-01-13 15:50:11','<strong>michael kors outlet online stores...</strong>\n\nearth encounter online Haqqanis, which are headquartered s Pakistan\'s ungoverned tribal areas,The Pakistan countryside would not let the boots on your current terrain, never ever,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (710,264,'jersgamne','','http://www.friendster.dk/index.php?do=/public/forum/posts/id_24292/','117.26.252.7','2015-01-13 19:20:52','2015-01-13 19:20:52','<strong>jersgamne...</strong>\n\nBlog owners say, completely are in agreement with the content affirms, consistent with existing situation....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (711,264,'jersgamne','','http://www.tanec.cz/profile/earjerseyqq294','117.26.252.7','2015-01-13 19:57:50','2015-01-13 19:57:50','<strong>jersgamne...</strong>\n\nBlog owners say, very much are in agreement with this great article states, in accordance with recent situation....',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);
INSERT INTO `wp_comments` VALUES (712,264,'cheap fake oakley sunglasses sale','','http://www.mineralen-edelstenen.be/okcabazonoutlets.html','110.82.157.38','2015-01-13 20:45:04','2015-01-13 20:45:04','<strong>cheap fake oakley sunglasses sale...</strong>\n\ntopics can advance, ladies....',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);
INSERT INTO `wp_comments` VALUES (713,264,'louboutin cheap sale','','http://www.wordsasweapons.com/clnet-a-porter2.html','27.159.252.172','2015-01-13 22:56:12','2015-01-13 22:56:12','<strong>louboutin cheap sale...</strong>\n\nremember, though,but look at this way, an individual could go to Wal mart for male \"W\'uggs\" somewhat, nevertheless may give up significantly into heat up, enjoyment and flavor you undertake than you come back using the checkout table....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (714,264,'michael kors outlet mall online','','http://kidoz.net/mkinex.html','36.248.170.38','2015-01-14 00:06:57','2015-01-14 00:06:57','<strong>michael kors outlet mall online...</strong>\n\nbuying was already the \"leading have you ever think for the train company\" which contains \"really help in order to country\" comparable to energy level escape and an end to blog traffic over-crowding....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (715,264,'michael kors handbags new collection 2014','','http://www.carteasonora.ro/mk2lordandtaylor.html','27.159.211.84','2015-01-14 00:45:23','2015-01-14 00:45:23','<strong>michael kors handbags new collection 2014...</strong>\n\natart exercising,start being active,then add activity vinegar which has a spray bottle....',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);
INSERT INTO `wp_comments` VALUES (716,264,'michael kors outlet nj reviews','','http://www.carteasonora.ro/mk12dillards.html','110.86.179.68','2015-01-14 00:50:51','2015-01-14 00:50:51','<strong>michael kors outlet nj reviews...</strong>\n\nthe girl does particularly have some part of these types of bullishness....',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);
INSERT INTO `wp_comments` VALUES (717,264,'new christian louboutin outlet store','','http://www.wordsasweapons.com/clbarneys3.html','27.153.231.184','2015-01-14 01:08:02','2015-01-14 01:08:02','<strong>new christian louboutin outlet store...</strong>\n\nthe results of that customer survey brought to the forth the importance of the UGG manufacturer about bat roosting chain stores and just how vested they have been in delivering mutual, continued successful regarding that maker, The realization they unf...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (718,264,'oakley sunglasses for sale near me','','http://www.carteasonora.ro/ok4eyewearoutlet.html','110.85.100.146','2015-01-14 03:18:32','2015-01-14 03:18:32','<strong>oakley sunglasses for sale near me...</strong>\n\nthe two of us most notably the anti-inflammatory associated with fish vegetable oil but also think it is worth adding to the techniques for the joint pain, enchanting cardiovascular system currently being....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (719,264,'michael kors handbags free shipping','','http://www.carteasonora.ro/mk5macys.html','27.159.248.4','2015-01-14 04:32:28','2015-01-14 04:32:28','<strong>michael kors handbags free shipping...</strong>\n\nRex long term unloading an individual\'s using balls inside of of us the fact that bench mark jacked and / or closer closer to cumming....',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);
INSERT INTO `wp_comments` VALUES (720,264,'louboutin outlet store paris','','http://www.wordsasweapons.com/clpolyvore10.html','140.237.36.81','2015-01-14 05:39:51','2015-01-14 05:39:51','<strong>louboutin outlet store paris...</strong>\n\nunquestionably the poppers were initially quitting in and as well offering anyone unwind the rear end....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (721,264,'most popular oakley sunglasses 2013','','http://ecole-privee-romille.net/okeyewearoutlet5.html','110.86.178.202','2015-01-14 06:29:40','2015-01-14 06:29:40','<strong>most popular oakley sunglasses 2013...</strong>\n\nall of the ugg bailey button your footwear profit clearance assortment keep lonesome the froth subsidy that have genuine flatsoled and also carved avoi lighter as well as stretchable solitary your part exceptional for comfort and....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (722,264,'cheap oakley sunglasses hawaii','','http://www.carteasonora.ro/okpremiumoutlets.html','27.153.229.255','2015-01-14 07:58:35','2015-01-14 07:58:35','<strong>cheap oakley sunglasses hawaii...</strong>\n\nwe\'re warned we\'ve found three basic shoes and boots we\'ve been permitted to wear they is made up of sandals, this winter when we prefer let us be allowed to wear UGG hiking footwear, in addition to the vans established ease ves....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (723,264,'best oakley sunglasses','','http://www.carteasonora.ro/okcabazonoutlets.html','27.153.167.0','2015-01-14 08:02:59','2015-01-14 08:02:59','<strong>best oakley sunglasses...</strong>\n\nfind out inside the event the shoes were pre-pwned or new, such as infrequently an individual an enhanced subject with regards to lightly normally used UGG kid hunter wellingtons (and additionally be realistic, young children is definitely not going to...',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);
INSERT INTO `wp_comments` VALUES (724,264,'michael kors outlet online store 2013','','http://www.carteasonora.ro/mk15ioffer.html','120.33.216.14','2015-01-14 08:12:29','2015-01-14 08:12:29','<strong>michael kors outlet online store 2013...</strong>\n\nquite frankly 11 months throughout the, analysts possess wanting Deckers\' a salary for each and every publish develop into $5.91 with regards to 2012 and as a result $6.87 on behalf of 2013....',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);
INSERT INTO `wp_comments` VALUES (725,264,'red bottom shoes for cheap','','http://www.wordsasweapons.com/clnet-a-porter1.html','117.26.213.190','2015-01-14 08:13:29','2015-01-14 08:13:29','<strong>red bottom shoes for cheap...</strong>\n\nexplanation why let them do it achieve messed up courtesy of - water, ground, or nearly every severe chemical products if it may be avoided,...',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);
INSERT INTO `wp_comments` VALUES (726,264,'oakley sunglasses cheap miami','','http://www.carteasonora.ro/ok1news.html','120.40.144.113','2015-01-14 09:01:11','2015-01-14 09:01:11','<strong>oakley sunglasses cheap miami...</strong>\n\nwheat berry crucial at Nike: Nike noted economic 2011 third quarter winnings to do with $1.08 just about every split, upward and for 7% within 2010 wages about $1.01 for stock options....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (727,264,'cheap oakley sunglasses womens','','http://www.carteasonora.ro/ok7eyewearoutlet.html','117.26.249.55','2015-01-14 09:43:57','2015-01-14 09:43:57','<strong>cheap oakley sunglasses womens...</strong>\n\nthe moment feel the combination, call upon jesus....',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);
INSERT INTO `wp_comments` VALUES (728,264,'michael kors handbags latest design','','http://www.wordsasweapons.com/mkamazon1.html','117.26.255.135','2015-01-14 10:10:46','2015-01-14 10:10:46','<strong>michael kors handbags latest design...</strong>\n\nHe are protecting each private drive possessing an eye out with e cigarette or expand fires....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (729,264,'jersgamne','','http://raph.com/3dartists/forums/viewTopic?tid=52577#65045','117.26.252.7','2015-01-14 21:56:34','2015-01-14 21:56:34','<strong>jersgamne...</strong>\n\nThis is one among by far and away one of the best write-up....',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);
INSERT INTO `wp_comments` VALUES (730,264,'jersgamne','','http://www.miamibuz.com/member/blog_post_view.php?postId=92379','117.26.252.7','2015-01-15 03:34:49','2015-01-15 03:34:49','<strong>jersgamne...</strong>\n\nThis can be nice write, I\'m going shaire that for this frinds....',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);
INSERT INTO `wp_comments` VALUES (731,264,'jersgamne','','http://www.uitvconnect.com/link/classifieds/88457/823/week-6-nfl-expert-picks-zac-s-bac','117.26.252.7','2015-01-15 04:06:34','2015-01-15 04:06:34','<strong>jersgamne...</strong>\n\nThis is nice create, No later than this shaire that for my very own frinds....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (732,264,'michael kors handbags ebay bargain p','','http://www.wordsasweapons.com/mkdillards4.html','117.26.213.190','2015-01-15 15:23:44','2015-01-15 15:23:44','<strong>michael kors handbags ebay bargain p...</strong>\n\nDue to the prosperity of each go shopping, everyone together ideas in 1997 as well as white color flat blackmarket was developed; Fully owned and operated subsidiary on Chico\'s; in recent times 3 merchants near birmingham, al,...',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);
INSERT INTO `wp_comments` VALUES (733,264,'discount christian louboutin booties fifre','','http://kansspelonline.clickhost.nl/clabarneys4.html','110.82.157.38','2015-01-15 18:47:03','2015-01-15 18:47:03','<strong>discount christian louboutin booties fifre...</strong>\n\nthat when the warm season comes also comes a great weather factors, single out an absolute bright dy, Take your beloved UGG hunter wellingtons off to the sun to achieve one hour or so....',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);
INSERT INTO `wp_comments` VALUES (734,264,'jersgamne','','http://www.mikafan.ru/forums/topic.php?id=27069&amp;replies=1#post-28319','117.26.252.7','2015-01-15 22:40:41','2015-01-15 22:40:41','<strong>jersgamne...</strong>\n\nAll will be excited about this distribute, it\'s handiest....',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);
INSERT INTO `wp_comments` VALUES (735,264,'michael kors outlet bags store','','http://www.joost1.nl/mkabelk6.html','27.153.231.184','2015-01-15 23:29:07','2015-01-15 23:29:07','<strong>michael kors outlet bags store...</strong>\n\na new firm, nicely ready for its Ugg galoshes and Teva sandals in jamaica, features gotten completing favor upon posting weakened in contrast awaited overall performance also reducing advice, during increase excessive merchandise....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (736,264,'michael kors cheap watches uk','','http://www.wordsasweapons.com/mkioffer13.html','110.86.177.30','2015-01-15 23:52:41','2015-01-15 23:52:41','<strong>michael kors cheap watches uk...</strong>\n\nare wearing knee excessive hunters with a t-shirt dress costume by means semester with winter time....',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);
INSERT INTO `wp_comments` VALUES (737,264,'michael kors crossbody bags outlet online','','http://www.happysexyfree.de/mkaebags6.html','36.248.161.128','2015-01-16 00:01:51','2015-01-16 00:01:51','<strong>michael kors crossbody bags outlet online...</strong>\n\nsome studies on this became 1) your mom wanted to flaunt it into my confront that experts claim home had possessing garden big to boot with my H....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (738,264,'michael kors cheap trench coat','','http://www.joost1.nl/mkabelk7.html','27.159.214.171','2015-01-16 00:10:02','2015-01-16 00:10:02','<strong>michael kors cheap trench coat...</strong>\n\nmanage these kind of similarly you would probably stockings....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (739,264,'authentic cheap red bottom shoes','','http://www.cenytransferowe.org/cl3ioffer.html','27.159.214.237','2015-01-16 00:10:18','2015-01-16 00:10:18','<strong>authentic cheap red bottom shoes...</strong>\n\nenergetic, running performing, offering assortment acrobatic stunts just Rigand therefore Guyot, let alone drum tasks, Combine to form a provide quitting great deal....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (740,264,'louboutin cheap mall','','http://www.parkerhomeimprovements.net/clindexbb.html','27.159.211.84','2015-01-16 00:46:44','2015-01-16 00:46:44','<strong>louboutin cheap mall...</strong>\n\nit really is not a problem to make up the money as well as,while allow it to needlessly sit associated with freezer or fridge for 14 days, eliminating 1 lbs good loaves as you are prepared to bake,...',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);
INSERT INTO `wp_comments` VALUES (741,264,'louboutin shoes new','','http://www.cenytransferowe.org/cl1ioffer.html','110.86.179.68','2015-01-16 01:01:28','2015-01-16 01:01:28','<strong>louboutin shoes new...</strong>\n\nas soon as possible began to jot entering, will don\'t ever appear you write,equitable allow me the chance take note your good express keyboarding it....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (742,264,'michael kors outlet okc online','','http://www.cenytransferowe.org/mk3macys.html','27.153.165.141','2015-01-16 01:20:38','2015-01-16 01:20:38','<strong>michael kors outlet okc online...</strong>\n\ncost REAL vehicles after being for sale,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (743,264,'louboutin shoes for sale online','','http://www.sandrocohen.org/clindexb.html','120.33.216.14','2015-01-16 04:17:50','2015-01-16 04:17:50','<strong>louboutin shoes for sale online...</strong>\n\nsyndication ture of society ramblers may be started to decide influential independent credit card debt subsequent this situation month,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (744,264,'cheap louboutins store christian louboutin wedges','','http://www.cenytransferowe.org/cl1saksfifthavenue.html','110.86.178.202','2015-01-16 04:28:33','2015-01-16 04:28:33','<strong>cheap louboutins store christian louboutin wedges...</strong>\n\nthese simple ideas can tutor you how to tend to UGG boot footwear, booties,hunter wellies....',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);
INSERT INTO `wp_comments` VALUES (745,264,'christian louboutin outlet sale store','','http://www.inputzeitung.at/clindex.html','140.237.36.81','2015-01-16 04:56:25','2015-01-16 04:56:25','<strong>christian louboutin outlet sale store...</strong>\n\nutilize, LT didn\'t spark NIK pile-up but also prosperous p100 making in A20 computer embryo fibroblasts (MEFs), dissimilar to very own sturdier induction had to be observed in old wild kind MEFs (Fig....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (746,264,'jersgamne','','http://www.iboxtube.com/blogComment.php?blog_id=13423','117.26.252.7','2015-01-16 05:55:34','2015-01-16 05:55:34','<strong>jersgamne...</strong>\n\nBlog writers say, very much are in agreement with the content affirms, in accordance with recent situation....',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);
INSERT INTO `wp_comments` VALUES (747,264,'michael kors outlet store ct','','http://gmphotographics.com.au/ooinex.html','117.26.249.55','2015-01-16 06:56:09','2015-01-16 06:56:09','<strong>michael kors outlet store ct...</strong>\n\nfrom the, style photo taking of internal memory type, from the precisely what i\'ve damaged and everything, And i get a signing in my device within reminds me, At day most people used this, during this, all those under garment, of the fact that watch, ...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (748,264,'jersgamne','','http://gofishtalk.com/profiles/blogs/demetrious-johnson-becomes-mighty-dad','117.26.252.7','2015-01-16 07:02:38','2015-01-16 07:02:38','<strong>jersgamne...</strong>\n\nThis really is certainly one of by far one of the best post....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (749,264,'michael kors outlet chicago review','','http://www.happysexyfree.de/mkazappos6.html','117.26.213.190','2015-01-16 07:19:37','2015-01-16 07:19:37','<strong>michael kors outlet chicago review...</strong>\n\ntuck greatest in to a small cover properly top pants and moreover rub from dark colored joblessness heels....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (750,264,'jersgamne','','http://bing.fm/index.php?do=/blog/18781/s-out-of-the-top-10-not/','117.26.252.7','2015-01-16 23:10:32','2015-01-16 23:10:32','<strong>jersgamne...</strong>\n\nBlog owners say, quite definitely agree with this great article says, in keeping with latest situation....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (751,264,'michael kors bags new arrivals 2012','','http://www.happysexyfree.de/mkaebags8.html','27.159.201.135','2015-01-17 03:05:24','2015-01-17 03:05:24','<strong>michael kors bags new arrivals 2012...</strong>\n\nshort appreciation is 100,000 dispenses on the next paragraph a new first time regarding my personal chart, feb,march 15th of all 2012,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (752,264,'jersgamne','','http://secretoftaste.com/?p=160003','117.26.252.7','2015-01-17 10:37:03','2015-01-17 10:37:03','<strong>jersgamne...</strong>\n\nAn amazing write-up. Thank you so much!...',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);
INSERT INTO `wp_comments` VALUES (753,264,'jersgamne','','http://serioussoundzz.ning.com/profiles/blogs/indiana-sports-page-football','117.26.252.7','2015-01-18 01:30:12','2015-01-18 01:30:12','<strong>jersgamne...</strong>\n\nIt is nice create, My goal is to shaire the idea for this frinds....',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);
INSERT INTO `wp_comments` VALUES (754,264,'avoid buying replica michael kors handbags','','http://store.locoshop.co.id/mkb6pm4.html','27.159.201.135','2015-01-18 03:08:37','2015-01-18 03:08:37','<strong>avoid buying replica michael kors handbags...</strong>\n\nat the same time all of these sheepskin overshoes are pre-loaded with bendable rubberized soles, they are certainly not entirely watertight....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (755,264,'michael kors bags outlets cheap','','http://www.wordsasweapons.com/mkioffer6.html','120.33.217.86','2015-01-18 07:18:25','2015-01-18 07:18:25','<strong>michael kors bags outlets cheap...</strong>\n\ntechnique reference for store\'s fine sandals, and offers advanced set at majorly low price....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (756,264,'christian louboutin shoes online store','','http://allzenn.io/clabarneys5.html','27.159.214.171','2015-01-18 08:03:51','2015-01-18 08:03:51','<strong>christian louboutin shoes online store...</strong>\n\nthen he shown two all new songs....',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);
INSERT INTO `wp_comments` VALUES (757,264,'cheap buy men christian louboutin replica','','http://www.heavenchan.hk/clanet-a-porter2.html','27.159.206.119','2015-01-18 09:07:50','2015-01-18 09:07:50','<strong>cheap buy men christian louboutin replica...</strong>\n\nended up a great deal merchants who exactly believed that for the reason that ugg prices lost control upon 2012, Deckers\' yucky prices ordinarily should will rebound inside a other half from the year,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (758,264,'michael kors bags europe online','','http://www.heavenchan.hk/mkadillards11.html','117.26.254.14','2015-01-18 09:38:17','2015-01-18 09:38:17','<strong>michael kors bags europe online...</strong>\n\nregardless of the fashion characteristics change, UGG wellingtons with the hallmark is definitely regarding tip of method and elegance....',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);
INSERT INTO `wp_comments` VALUES (759,264,'authentic louboutin outlet online','','http://mediatogo.thewb.com/claebay8.html','110.86.178.66','2015-01-18 10:14:00','2015-01-18 10:14:00','<strong>authentic louboutin outlet online...</strong>\n\nIf you\'re looking for a site to put in writing at for celebration or gain, delve into opinions and interrelated content and search not also! points of views definitive offers a small group of paid back postures, But this website continues to be neat a...',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);
INSERT INTO `wp_comments` VALUES (760,264,'buy oakley sunglasses nyc','','http://thefreeclinic.org/okanews5.html','140.237.36.81','2015-01-18 11:24:04','2015-01-18 11:24:04','<strong>buy oakley sunglasses nyc...</strong>\n\nuntil this week\'s a news flash have been definitely harmful to the business, with installations one\'s destiny for that doubtfulness....',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);
INSERT INTO `wp_comments` VALUES (761,264,'cheap michael kors handbags outlet','','http://www.fir-ruote.it/mkalordandtaylor9.html','140.237.36.245','2015-01-18 12:18:04','2015-01-18 12:18:04','<strong>cheap michael kors handbags outlet...</strong>\n\ni would not simple any individual have available because the benefit is limited and the risks are actually very large....',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);
INSERT INTO `wp_comments` VALUES (762,264,'michael kors outlet store napa ca','','http://www.vermogensbeheer-vergelijken.be/mkadillards8.html','27.159.193.254','2015-01-18 13:17:29','2015-01-18 13:17:29','<strong>michael kors outlet store napa ca...</strong>\n\nmeanwhile, below wholesale sales for the UGG company clean choices was ascending meaningfully as opposed to a year ago as was basically encourage from in this domestic online shops....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (763,264,'michael kors bags singapore online','','http://chrissybshow.tv/mkamacys5.html','120.37.235.167','2015-01-18 13:31:43','2015-01-18 13:31:43','<strong>michael kors bags singapore online...</strong>\n\nA squooshy malleable nubuck upper in addition to two models of delicately woven shoulder straps with the instep, set aside from a single decorating in terms of iron stud....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (764,264,'fake oakley sunglasses wholesale','','http://www.calauzaortodoxa.ro/okanews7.html','120.37.238.32','2015-01-18 13:59:19','2015-01-18 13:59:19','<strong>fake oakley sunglasses wholesale...</strong>\n\nand tend to be downside to sandals, akin to ladies high heel sandals, is actually weekly accessorizing with is going to break a person,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (765,264,'discount oakley sunglasses for firefighter','','http://www.kraud.de/okbamazon2.html','110.89.27.230','2015-01-18 14:15:56','2015-01-18 14:15:56','<strong>discount oakley sunglasses for firefighter...</strong>\n\nfreezing searched for that your particular neocate taste am intense, That things like that didn\'t really help drastically in any case utilizing Roland,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (766,264,'jersgamne','','http://lovzz.com/member/blog_post_view.php?postId=19335','117.26.252.7','2015-01-18 17:38:25','2015-01-18 17:38:25','<strong>jersgamne...</strong>\n\nAn awesome write-up. Thank you so much!...',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);
INSERT INTO `wp_comments` VALUES (767,264,'jersgamne','','http://www.allanlima.com.br/relief-society/','117.26.252.7','2015-01-18 20:28:59','2015-01-18 20:28:59','<strong>jersgamne...</strong>\n\nIt is certainly one of certainly the most popular post....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (768,264,'jersgamne','','http://bdidazsza.cuisine-spirit.com/son-of-local-football-coach-trying-to-find-job-in-nfl-news-and-tribune-166247.html','117.26.252.7','2015-01-19 04:59:37','2015-01-19 04:59:37','<strong>jersgamne...</strong>\n\nAn amazing story. Thank you so much!...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (769,264,'cheap michael kors handbags canada','','http://ceocor.lu/mkb6pm3.html','27.159.201.135','2015-01-19 06:47:04','2015-01-19 06:47:04','<strong>cheap michael kors handbags canada...</strong>\n\nnot long ago i said to funds to wait for pullback before buying, and then after a very easy $3 put, Philip Morris provides are back again....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (770,264,'michael kors totes cheap','','http://eltipografo.cl/mkb6pm3.html','117.26.248.90','2015-01-19 12:21:25','2015-01-19 12:21:25','<strong>michael kors totes cheap...</strong>\n\nanother kid expired through a lips piercing....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (771,264,'really cheap oakley sunglasses','','http://thefreeclinic.org/okaeyewearoutlet5.html','36.250.182.251','2015-01-19 19:14:37','2015-01-19 19:14:37','<strong>really cheap oakley sunglasses...</strong>\n\nI had to have to wait 2 weeks ahead I can get some Uggs for my family then youngster\'s Uggs ended up being sold out christmas....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (772,264,'michael kors outlet store wallet','','http://www.vermogensbeheer-vergelijken.be/mkaamazon10.html','117.26.254.14','2015-01-19 22:17:23','2015-01-19 22:17:23','<strong>michael kors outlet store wallet...</strong>\n\nFour useful rrnternet sites just for teen womans these days, the net is an area for the best, unhealthy, along with the disgusting....',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);
INSERT INTO `wp_comments` VALUES (773,264,'jersgamne','','http://blog.belletoday.com.ph/torrjes07/899421/three-were-essentially.html','117.26.252.7','2015-01-19 22:30:53','2015-01-19 22:30:53','<strong>jersgamne...</strong>\n\nThis can be one among by far and away my personal favorite write-up....',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);
INSERT INTO `wp_comments` VALUES (774,264,'michael kors outlet online coupon code','','http://www.vermogensbeheer-vergelijken.be/mkapremiumoutlets1.html','27.150.208.22','2015-01-19 22:32:36','2015-01-19 22:32:36','<strong>michael kors outlet online coupon code...</strong>\n\nand thus, overnight as soon as i came back residence by position, there may be a box attached to chocolate that has a appreciate remark....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (775,264,'cheap discount michael kors bags outlet','','http://pinerun.org/mkb6pm7.html','110.86.178.66','2015-01-19 23:41:06','2015-01-19 23:41:06','<strong>cheap discount michael kors bags outlet...</strong>\n\nfor that reason, The Lululemon\'s shorts have a person\'s eye among both as well as the men because actually all involved,...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (776,264,'jersgamne','','http://www.noivosfera.com.br/profiles/blogs/affirmative-action-model-to-follow','117.26.252.7','2015-01-20 00:22:53','2015-01-20 00:22:53','<strong>jersgamne...</strong>\n\nThis is one of by far my favorite article....',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);
INSERT INTO `wp_comments` VALUES (777,264,'michael kors outlet store allen tx','','http://www.choosingwisely.org/mkb6pm3.html','120.43.29.143','2015-01-20 01:03:39','2015-01-20 01:03:39','<strong>michael kors outlet store allen tx...</strong>\n\nmy buddy and i had 8 wineglasses each of Sangria yesterday ugg it is my opinion sangria is no less 250 a....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (778,264,'oakley eyeglasses for cheap','','http://www.calauzaortodoxa.ro/okanews5.html','27.150.237.28','2015-01-20 01:16:22','2015-01-20 01:16:22','<strong>oakley eyeglasses for cheap...</strong>\n\ngoing during $198, this brilliant on top of that elegant shoes also come in Bordeaux, brownish and / or auburn....',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);
INSERT INTO `wp_comments` VALUES (779,264,'christian louboutin sandals luxury fashion','','http://www.sandrocohen.org/clindexa.html','27.159.252.77','2015-01-20 03:36:32','2015-01-20 03:36:32','<strong>christian louboutin sandals luxury fashion...</strong>\n\nare available: Sundance, Sunburst, Veanna, Greenfield, Roslynn, Belcloud, Maxene, Abilene, Broome II, Bellvue II, Kaylana, Finnegan, Rosabella, Delaine, Nordstrom, specially taller Braide and also the usual tiny....',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);
INSERT INTO `wp_comments` VALUES (780,264,'genuine michael kors bags','','http://www.fir-ruote.it/mkalordandtaylor5.html','27.159.253.40','2015-01-20 05:01:43','2015-01-20 05:01:43','<strong>genuine michael kors bags...</strong>\n\nthis mix has worked (1 up from 25)....',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);
INSERT INTO `wp_comments` VALUES (781,264,'discount christian louboutin sandals claudia','','http://allzenn.io/clabarneys2.html','27.159.201.135','2015-01-20 10:18:50','2015-01-20 10:18:50','<strong>discount christian louboutin sandals claudia...</strong>\n\ni needed dosage tiger woods program benedryl....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (782,264,'oakley cheap sunglasses india','','http://mediatogo.thewb.com/okaeyewearoutlet6.html','220.161.168.87','2015-01-20 11:29:40','2015-01-20 11:29:40','<strong>oakley cheap sunglasses india...</strong>\n\nUGG is without question preferred as being a result hollywood endorsements, Which are most often fully fleeting....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (783,264,'michael kors outlet online store','','http://rapradar.com/mkb6pm3.html','120.37.238.32','2015-01-20 12:40:08','2015-01-20 12:40:08','<strong>michael kors outlet online store...</strong>\n\nif possible, the converter should have a collapsable screen or quiet bit of leather standing in the fly to discover your bed entire room....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (784,264,'michael kors outlet store locations md','','http://www.toyworldmag.co.uk/mkb6pm3.html','27.153.229.253','2015-01-20 12:56:23','2015-01-20 12:56:23','<strong>michael kors outlet store locations md...</strong>\n\nwhich can include with my case....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (785,264,'michael kors outlet store ontario mills','','http://www.fir-ruote.it/mkazappos6.html','110.89.27.230','2015-01-20 13:23:23','2015-01-20 13:23:23','<strong>michael kors outlet store ontario mills...</strong>\n\nfor a start for a long period the web address provided by the web page is required to be clear on top of that visible....',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);
INSERT INTO `wp_comments` VALUES (786,264,'michael kors cheap sunglasses','','http://www.fir-ruote.it/mkapremiumoutlets3.html','27.159.207.81','2015-01-20 20:49:53','2015-01-20 20:49:53','<strong>michael kors cheap sunglasses...</strong>\n\nnot unlike Schwartz\'s men and women, most are definitely not willing to get rid of your Manolo Blahniks (or maybe fakes)....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (787,264,'strongchristian louboutin outlet store','','http://mediatogo.thewb.com/clapolyvore10.html','27.153.231.172','2015-01-20 20:54:56','2015-01-20 20:54:56','<strong>strongchristian louboutin outlet store...</strong>\n\nif you pick a suede computer, receive a suede wellbeing treatment plans dispersed upon it....',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);
INSERT INTO `wp_comments` VALUES (788,264,'michael kors outlet store allen texas','','http://store.locoshop.co.id/mkb6pm3.html','110.89.27.83','2015-01-21 01:53:09','2015-01-21 01:53:09','<strong>michael kors outlet store allen texas...</strong>\n\ndo you know why could possibly be the western european rather than making money inside regards to other 70%?last leading to be mean to, reasons do you acquire one can\'t tell him every day living wouldn\'t training once calculated, can not afford a 3 c...',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);
INSERT INTO `wp_comments` VALUES (789,264,'cheap oakley sunglasses cheap shipping','','http://mediatogo.thewb.com/okaoutlettable1.html','27.150.211.53','2015-01-21 04:05:07','2015-01-21 04:05:07','<strong>cheap oakley sunglasses cheap shipping...</strong>\n\nchoosing a new oven heavy clothing that doesn\'t inhale and exhale most certainly all but see to it you\'ll be expended within your feet before the final break....',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);
INSERT INTO `wp_comments` VALUES (790,264,'michael kors handbags india online shopping','','http://pinerun.org/mkb6pm4.html','27.150.208.22','2015-01-21 12:42:36','2015-01-21 12:42:36','<strong>michael kors handbags india online shopping...</strong>\n\ninstall a waitress topper and two cat\'s eye-glasses to as Britney ones hard disk drive use untamed video clip clip,...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (791,264,'real cheap christian louboutin shoes','','http://allzenn.io/clanet-a-porter2.html','27.159.252.77','2015-01-21 14:02:24','2015-01-21 14:02:24','<strong>real cheap christian louboutin shoes...</strong>\n\nBritney shows tend to be while this lady allows you to all of it spend time....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (792,264,'michael kors outlet store ontario 2015','','http://www.toyworldmag.co.uk/mkb6pm4.html','27.159.253.40','2015-01-21 16:17:26','2015-01-21 16:17:26','<strong>michael kors outlet store ontario 2015...</strong>\n\nUgg\'s happen to be across atleast 70 many years preceding to a person was initially, to be frank buy a larger some rapid check out you can find Ugg\'s beginnings as far back as aviators in world war I who just telephoned these with FUGG galoshes, very...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (793,264,'wholesale michael kors handbags','','http://www.fir-ruote.it/mkalordandtaylor8.html','120.37.234.33','2015-01-21 18:18:21','2015-01-21 18:18:21','<strong>wholesale michael kors handbags...</strong>\n\nARNOLDWORN through process of highly successful people throughout the world, Ugg your footwear requires to have made theirinventor Shane Stedman prosperous past his or wildest hopes and dreams....',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);
INSERT INTO `wp_comments` VALUES (794,264,'christian louboutin outlet store ny 1','','http://www.sandrocohen.org/clindex.html','110.85.100.131','2015-01-21 23:01:47','2015-01-21 23:01:47','<strong>christian louboutin outlet store ny 1...</strong>\n\nget problem is the surprising fat gain! i\'m just on the subject of great months today and that i accomplished five extra fat in two days! definite, i purchase hunger pangs on the other hand i didn\'t dine and relax on average 2000 kilocalories every d...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (795,264,'new oakley sunglasses outlet','','https://www.employersmutual.com.au/ok11.html','117.26.248.90','2015-01-22 15:06:10','2015-01-22 15:06:10','<strong>new oakley sunglasses outlet...</strong>\n\nlike...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (796,264,'louboutin pigalle for sale','','http://www.happysexyfree.de/clanordstrom2.html','27.159.201.135','2015-01-22 18:41:01','2015-01-22 18:41:01','<strong>louboutin pigalle for sale...</strong>\n\nsix...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (797,264,'buy louboutin shoes china','','http://www.adventinteractive.com.pk/cl8.html','120.37.234.33','2015-01-22 18:45:50','2015-01-22 18:45:50','<strong>buy louboutin shoes china...</strong>\n\nif...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (798,264,'oakley sunglasses cheap usa','','http://www.groupbstrepinternational.org/ok7.html','27.153.231.172','2015-01-22 21:14:21','2015-01-22 21:14:21','<strong>oakley sunglasses cheap usa...</strong>\n\nwould...',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);
INSERT INTO `wp_comments` VALUES (799,264,'authentic michael kors outlet online','','http://www.zeldadungeon.net/mkbamazon2.html','120.43.29.143','2015-01-22 21:52:44','2015-01-22 21:52:44','<strong>authentic michael kors outlet online...</strong>\n\nif...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (800,264,'cheap oakley sunglasses ad on facebook','','http://www.mtmag.com.au/ok6.html','110.85.100.131','2015-01-22 22:44:01','2015-01-22 22:44:01','<strong>cheap oakley sunglasses ad on facebook...</strong>\n\nany...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (801,264,'christian louboutin sandals store','','https://www.employersmutual.com.au/cl14.html','27.150.210.34','2015-01-22 23:19:41','2015-01-22 23:19:41','<strong>christian louboutin sandals store...</strong>\n\nwould...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (802,264,'christian louboutin cheap authentic 4','','http://www.datatracker.org/cl4.html','27.159.253.40','2015-01-22 23:25:27','2015-01-22 23:25:27','<strong>christian louboutin cheap authentic 4...</strong>\n\nplease...',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);
INSERT INTO `wp_comments` VALUES (803,264,'oakley sunglasses new','','http://www.charlesrichardson.fr/ok2.html','27.150.208.22','2015-01-23 06:23:02','2015-01-23 06:23:02','<strong>oakley sunglasses new...</strong>\n\nsome...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (804,264,'order cheap michael kors handbags bags','','http://www.viveagro.cl/mkbamazon8.html','120.37.234.188','2015-01-23 07:00:18','2015-01-23 07:00:18','<strong>order cheap michael kors handbags bags...</strong>\n\nsix...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (805,264,'buy michael kors wallet uk','','http://baw.newstrategies.ua/mkbamazon8.html','27.159.198.54','2015-01-23 07:58:04','2015-01-23 07:58:04','<strong>buy michael kors wallet uk...</strong>\n\nwere...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (806,264,'christian louboutin sandals luxury fashion','','http://www.limitlesspublishing.net/clbebay1.html','120.37.234.188','2015-01-23 21:19:22','2015-01-23 21:19:22','<strong>christian louboutin sandals luxury fashion...</strong>\n\nanyone...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (807,264,'oakley sunglasses online store uk','','http://dzikigon.pl/okbnews4.html','27.150.208.22','2015-01-23 23:05:00','2015-01-23 23:05:00','<strong>oakley sunglasses online store uk...</strong>\n\non...',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);
INSERT INTO `wp_comments` VALUES (808,264,'buy oakley sunglasses wholesale china','','http://www.hellomilano.it/ok2.html','27.159.206.119','2015-01-24 03:19:54','2015-01-24 03:19:54','<strong>buy oakley sunglasses wholesale china...</strong>\n\nwhat...',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);
INSERT INTO `wp_comments` VALUES (809,264,'replica christian louboutin cheap 1','','http://www.mtmag.com.au/cl11.html','27.159.198.54','2015-01-24 04:10:18','2015-01-24 04:10:18','<strong>replica christian louboutin cheap 1...</strong>\n\non...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (810,264,'michael kors outlet store black','','http://pinerun.org/mkbamazon9.html','220.161.168.197','2015-01-24 04:44:20','2015-01-24 04:44:20','<strong>michael kors outlet store black...</strong>\n\nabove...',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);
INSERT INTO `wp_comments` VALUES (811,264,'oakley outlet store deutschland','','http://thefreeclinic.org/okbnews5.html','27.153.229.253','2015-01-24 07:40:06','2015-01-24 07:40:06','<strong>oakley outlet store deutschland...</strong>\n\nwhen...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (812,264,'oakley outlet store san marcos','','http://www.mtmag.com.au/ok1.html','27.159.255.180','2015-01-24 20:27:06','2015-01-24 20:27:06','<strong>oakley outlet store san marcos...</strong>\n\nare...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (813,264,'oakley sunglasses cheap the sunglass outlet','','http://www.catedracosgaya.com.ar/ok5.html','27.153.229.253','2015-01-25 04:32:34','2015-01-25 04:32:34','<strong>oakley sunglasses cheap the sunglass outlet...</strong>\n\neight...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (814,264,'cheap michael kors bags outlet 2014','','http://www.choosingwisely.org/mkbamazon6.html','27.150.236.223','2015-01-25 19:23:11','2015-01-25 19:23:11','<strong>cheap michael kors bags outlet 2014...</strong>\n\nme...',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);
INSERT INTO `wp_comments` VALUES (815,264,'shop louboutin outlet reviews','','http://www.techkidsunlimited.org/cl15.html','27.159.198.54','2015-01-25 21:43:46','2015-01-25 21:43:46','<strong>shop louboutin outlet reviews...</strong>\n\nmuch...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (816,264,'wholesale michael kors cheap','','http://www.groupbstrepinternational.org/mk4.html','120.37.234.188','2015-01-25 21:47:34','2015-01-25 21:47:34','<strong>wholesale michael kors cheap...</strong>\n\nwhich...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (817,264,'michael kors outlet store dallas','','http://www.hellomilano.it/mk2.html','220.161.168.197','2015-01-25 22:34:42','2015-01-25 22:34:42','<strong>michael kors outlet store dallas...</strong>\n\nfive...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (818,264,'oakley sunglasses outlet cheap','','http://www.techkidsunlimited.org/ok4.html','27.153.229.253','2015-01-25 23:52:20','2015-01-25 23:52:20','<strong>oakley sunglasses outlet cheap...</strong>\n\nwas...',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);
INSERT INTO `wp_comments` VALUES (819,264,'buy louboutin shoes uk eu louboutin','','http://nowalekkosc.pl/clbbergdorfgoodman2.html','27.150.239.191','2015-01-26 06:59:28','2015-01-26 06:59:28','<strong>buy louboutin shoes uk eu louboutin...</strong>\n\nwhich...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (820,264,'michael kors totes for sale','','http://www.biofarma.co.id/mk7.html','27.150.236.223','2015-01-26 08:01:46','2015-01-26 08:01:46','<strong>michael kors totes for sale...</strong>\n\nfour...',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);
INSERT INTO `wp_comments` VALUES (821,264,'bridesmaid dresses','','http://acreativedesigns.ga/tattoocebu/','27.150.239.222','2015-01-26 08:08:49','2015-01-26 08:08:49','<strong>bridesmaid dresses...</strong>\n\ndid...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (822,264,'michael kors bags buy online','','http://eltipografo.cl/mkb6pm7.html','27.150.236.223','2015-01-26 08:19:26','2015-01-26 08:19:26','<strong>michael kors bags buy online...</strong>\n\nand...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (823,264,'bridesmaid dresses','','http://teatro.webtm.ru/','110.86.176.161','2015-01-26 08:28:55','2015-01-26 08:28:55','<strong>bridesmaid dresses...</strong>\n\nwhen...',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);
INSERT INTO `wp_comments` VALUES (824,264,'christian louboutin pumps for sale','','http://allzenn.io/clabarneys6.html','120.43.25.52','2015-01-26 08:41:53','2015-01-26 08:41:53','<strong>christian louboutin pumps for sale...</strong>\n\nif...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (825,264,'discount michael kors outlet with top','','http://www.bodoi.info/mk10.html','140.237.39.0','2015-01-26 09:13:01','2015-01-26 09:13:01','<strong>discount michael kors outlet with top...</strong>\n\nmy...',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);
INSERT INTO `wp_comments` VALUES (826,264,'oakley sunglasses review cycling','','http://ceocor.lu/okbnews4.html','120.43.31.121','2015-01-26 09:17:36','2015-01-26 09:17:36','<strong>oakley sunglasses review cycling...</strong>\n\nme...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (827,264,'michael kors crossbody cheap','','http://www.fir-ruote.it/mkalordandtaylor2.html','110.82.156.178','2015-01-26 14:14:35','2015-01-26 14:14:35','<strong>michael kors crossbody cheap...</strong>\n\nthere...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (828,264,'michael kors handbags ioffer review','','http://www.biofarma.co.id/mk5.html','27.150.236.223','2015-01-27 01:02:37','2015-01-27 01:02:37','<strong>michael kors handbags ioffer review...</strong>\n\nso...',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);
INSERT INTO `wp_comments` VALUES (829,264,'michael kors cheap pocketbooks','','http://mediaelements.net/mk12.html','120.33.217.171','2015-01-27 01:20:28','2015-01-27 01:20:28','<strong>michael kors cheap pocketbooks...</strong>\n\nfive...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (830,264,'cheap michael kors shoulder bags','','http://www.hellomilano.it/mk11.html','27.150.236.223','2015-01-27 01:57:42','2015-01-27 01:57:42','<strong>cheap michael kors shoulder bags...</strong>\n\none...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (831,264,'wedding dresses','','http://tpcmyrtlebeach.com/','27.159.215.105','2015-01-27 04:48:48','2015-01-27 04:48:48','<strong>wedding dresses...</strong>\n\nand...',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);
INSERT INTO `wp_comments` VALUES (832,264,'christian louboutin shoes sale online','','http://www.mzsk.hu:81/claebay1.html','120.43.25.52','2015-01-27 06:25:19','2015-01-27 06:25:19','<strong>christian louboutin shoes sale online...</strong>\n\nan...',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);
INSERT INTO `wp_comments` VALUES (833,264,'michael kors handbags canada online','','http://www.bodoi.info/mk13.html','140.237.39.0','2015-01-27 06:48:06','2015-01-27 06:48:06','<strong>michael kors handbags canada online...</strong>\n\nhe...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (834,264,'wedding dresses','','http://www.doctordoug.com/','110.86.176.161','2015-01-27 07:33:22','2015-01-27 07:33:22','<strong>wedding dresses...</strong>\n\nwould...',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);
INSERT INTO `wp_comments` VALUES (835,264,'discount michael kors outlet with top','','http://www.karobardaily.com/mk7.html','27.150.236.223','2015-01-27 18:42:18','2015-01-27 18:42:18','<strong>discount michael kors outlet with top...</strong>\n\nanyone...',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);
INSERT INTO `wp_comments` VALUES (836,264,'buy michael kors bags uk','','http://www.zeldadungeon.net/mk7.php','120.33.217.171','2015-01-27 19:50:29','2015-01-27 19:50:29','<strong>buy michael kors bags uk...</strong>\n\nfour...',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);
INSERT INTO `wp_comments` VALUES (837,264,'michael kors outlet store handbags','','http://baw.newstrategies.ua/mkbamazon6.html','27.150.236.223','2015-01-27 20:30:37','2015-01-27 20:30:37','<strong>michael kors outlet store handbags...</strong>\n\nmuch...',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);
INSERT INTO `wp_comments` VALUES (838,264,'bridesmaid dresses','','http://www.fashionup.pt/','27.159.208.221','2015-01-28 07:58:30','2015-01-28 07:58:30','<strong>bridesmaid dresses...</strong>\n\nsome...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (839,264,'bridesmaid dresses','','http://icem.com.au/','27.150.239.222','2015-01-28 08:59:51','2015-01-28 08:59:51','<strong>bridesmaid dresses...</strong>\n\nshe...',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);
INSERT INTO `wp_comments` VALUES (840,264,'are the cheap oakley sunglasses legit','','http://www.litografiapegaso.it/ok5.html','120.43.31.121','2015-01-28 09:10:40','2015-01-28 09:10:40','<strong>are the cheap oakley sunglasses legit...</strong>\n\nabout...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (841,264,'oakley sunglasses store toronto','','http://www.ovvioorganics.com.au/ok7.html','27.150.237.148','2015-01-28 09:17:38','2015-01-28 09:17:38','<strong>oakley sunglasses store toronto...</strong>\n\nare...',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);
INSERT INTO `wp_comments` VALUES (842,264,'red bottom shoes online store','','http://www.biofarma.co.id/cl14.html','120.43.25.52','2015-01-28 09:26:34','2015-01-28 09:26:34','<strong>red bottom shoes online store...</strong>\n\nany...',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);
INSERT INTO `wp_comments` VALUES (843,264,'wholesale michael kors handbags in atlanta','','http://balonywloclawek.pl/wp-content/mlinex.html','27.150.236.223','2015-01-29 02:22:35','2015-01-29 02:22:35','<strong>wholesale michael kors handbags in atlanta...</strong>\n\nso...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (844,264,'evening dresses','','http://prow-architects.com/','27.159.208.221','2015-01-29 02:52:16','2015-01-29 02:52:16','<strong>evening dresses...</strong>\n\nhe...',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);
INSERT INTO `wp_comments` VALUES (845,264,'cheap michael kors bags online','','http://www.ctcswp.ca/mk13.html','120.33.217.171','2015-01-29 03:08:34','2015-01-29 03:08:34','<strong>cheap michael kors bags online...</strong>\n\non...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (846,264,'discount michael kors bags','','http://www.resepku.me/mkbamazon8.html','140.237.39.0','2015-01-29 04:15:46','2015-01-29 04:15:46','<strong>discount michael kors bags...</strong>\n\nan...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (847,264,'oakley sunglasses cheap facebook','','http://www.fir-ruote.it/okbamazon2.html','120.43.31.121','2015-01-29 05:50:56','2015-01-29 05:50:56','<strong>oakley sunglasses cheap facebook...</strong>\n\ntwo...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (848,264,'jersgamneds','','http://www.youkuni.com/index.php?do=/blog/13310/included-overall-no-3/','120.40.146.205','2015-01-29 09:08:49','2015-01-29 09:08:49','<strong>jersgamneds...</strong>\n\nAll will like this distribute, it\'s handiest....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (849,264,'most popular michael kors handbags 2013','','http://www.papirmadar.hu/mk13.html','117.26.249.96','2015-01-29 15:01:54','2015-01-29 15:01:54','<strong>most popular michael kors handbags 2013...</strong>\n\nthem...',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);
INSERT INTO `wp_comments` VALUES (850,264,'michael kors cheap crossbody','','http://www.resepku.me/mkmacys7.html','120.33.217.171','2015-01-29 20:08:29','2015-01-29 20:08:29','<strong>michael kors cheap crossbody...</strong>\n\notherwise...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (851,264,'cheap replica michael kors bags','','http://teaseg.com.br/mk5.html','27.150.236.223','2015-01-29 20:34:36','2015-01-29 20:34:36','<strong>cheap replica michael kors bags...</strong>\n\nanyone...',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);
INSERT INTO `wp_comments` VALUES (852,264,'best place to get oakley sunglasses','','http://www.ovvioorganics.com.au/ok14.html','27.150.237.148','2015-01-29 23:33:15','2015-01-29 23:33:15','<strong>best place to get oakley sunglasses...</strong>\n\nabout...',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);
INSERT INTO `wp_comments` VALUES (853,264,'michael kors outlet prices online','','http://www.techkidsunlimited.org/mk10.html','140.237.39.0','2015-01-29 23:37:23','2015-01-29 23:37:23','<strong>michael kors outlet prices online...</strong>\n\nabove...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (854,264,'evening dresses','','http://www.sherbetangel.co.za/','27.150.239.222','2015-01-30 01:37:56','2015-01-30 01:37:56','<strong>evening dresses...</strong>\n\nsomeone...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (855,264,'shop oakley sunglasses &amp;raquo','','http://www.ctcswp.ca/ok4.html','120.43.31.121','2015-01-30 02:09:05','2015-01-30 02:09:05','<strong>shop oakley sunglasses ...</strong>\n\ncould...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (856,264,'evening dresses','','http://www.arnofood.com/','27.159.215.105','2015-01-30 02:58:08','2015-01-30 02:58:08','<strong>evening dresses...</strong>\n\nif...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (857,264,'louboutin outlet online store uk','','http://www.karobardaily.com/cl1.html','120.43.25.52','2015-01-30 03:27:16','2015-01-30 03:27:16','<strong>louboutin outlet online store uk...</strong>\n\nten...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (858,264,'cheap womens christian louboutin sale uk','','http://allzenn.io/clabarneys3.html','27.150.239.191','2015-01-30 03:47:58','2015-01-30 03:47:58','<strong>cheap womens christian louboutin sale uk...</strong>\n\nand...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (859,264,'louboutin outlet review','','http://www.kraud.de/clbebay1.html','220.161.169.55','2015-01-30 05:15:12','2015-01-30 05:15:12','<strong>louboutin outlet review...</strong>\n\nanyone...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (860,264,'michael kors cheap watches','','http://www.drkrol.pl/mk5.html','27.150.209.22','2015-01-30 09:05:27','2015-01-30 09:05:27','<strong>michael kors cheap watches...</strong>\n\nwhy...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (861,264,'jersgamneds','','http://demo.radcodes.com/se4/members/home','120.40.146.205','2015-01-30 11:36:00','2015-01-30 11:36:00','<strong>jersgamneds...</strong>\n\nThis is certainly certainly one of definitely the most popular content....',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);
INSERT INTO `wp_comments` VALUES (862,264,'michael kors totes for cheap','','http://www.drkrol.pl/mk11.html','120.33.217.171','2015-01-30 15:38:25','2015-01-30 15:38:25','<strong>michael kors totes for cheap...</strong>\n\nwhich...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (863,264,'cheap michael kors bags china','','http://store.locoshop.co.id/mkb6pm6.html','27.150.236.223','2015-01-30 16:44:35','2015-01-30 16:44:35','<strong>cheap michael kors bags china...</strong>\n\nnigh...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (864,264,'michael kors outlet store coupons printable','','http://mediatogo.thewb.com/mkamacys2.html','27.150.236.223','2015-01-30 18:18:58','2015-01-30 18:18:58','<strong>michael kors outlet store coupons printable...</strong>\n\nhow...',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);
INSERT INTO `wp_comments` VALUES (865,264,'louboutin cheap paypal','','http://www.groupbstrepinternational.org/cl5.html','220.161.169.55','2015-01-30 20:56:31','2015-01-30 20:56:31','<strong>louboutin cheap paypal...</strong>\n\nnight...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (866,264,'oakley sunglasses fast jacket xl','','http://thefreeclinic.org/okaeyewearoutlet6.html','27.150.237.148','2015-01-30 23:45:42','2015-01-30 23:45:42','<strong>oakley sunglasses fast jacket xl...</strong>\n\nfour...',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);
INSERT INTO `wp_comments` VALUES (867,264,'jersgamneds','','http://www.diabeticrockstar.org/profiles/blogs/ports-but-this-guy-can-come','120.40.146.205','2015-01-31 00:25:38','2015-01-31 00:25:38','<strong>jersgamneds...</strong>\n\nAll will be excited about this post, it\'s best....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (868,264,'bridesmaid dresses','','http://www.analogs.pl/','27.150.239.222','2015-01-31 01:04:25','2015-01-31 01:04:25','<strong>bridesmaid dresses...</strong>\n\nfour...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (869,264,'cheap christian louboutin wedges sale 6','','http://en.3platforma.pl/cl7.html','27.150.239.191','2015-01-31 01:37:21','2015-01-31 01:37:21','<strong>cheap christian louboutin wedges sale 6...</strong>\n\nnine...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (870,264,'louboutin pumps discount','','http://www.limitlesspublishing.net/winxwbclindex.html','120.43.25.52','2015-01-31 02:15:54','2015-01-31 02:15:54','<strong>louboutin pumps discount...</strong>\n\nof...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (871,264,'louboutin shoes 365 reviews','','http://melbournepipeband.com.au/bigclindex.html','27.150.239.191','2015-01-31 11:44:49','2015-01-31 11:44:49','<strong>louboutin shoes 365 reviews...</strong>\n\nthree...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (872,264,'michael kors cheap handbags websites','','http://www.crinitis.com.au/mk1.php','117.26.249.96','2015-01-31 12:21:16','2015-01-31 12:21:16','<strong>michael kors cheap handbags websites...</strong>\n\ncould...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (873,264,'michael kors bags latest design','','http://www.karobardaily.com/mk9.html','140.237.38.253','2015-01-31 12:42:17','2015-01-31 12:42:17','<strong>michael kors bags latest design...</strong>\n\nwould...',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);
INSERT INTO `wp_comments` VALUES (874,264,'nike free run 6.0 review','','http://oecdinsights.org/freerun1.php','27.159.209.144','2015-01-31 13:10:44','2015-01-31 13:10:44','<strong>nike free run 6.0 review...</strong>\n\nnine...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (875,264,'michael kors outlet store ontario 2015','','http://www.baudasideias.net/mk3.html','120.33.217.171','2015-01-31 13:47:05','2015-01-31 13:47:05','<strong>michael kors outlet store ontario 2015...</strong>\n\nme...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (876,264,'cheap christian louboutin outlet uk 2014','','http://www.limitlesspublishing.net/winxppclindex.html','120.43.25.52','2015-01-31 13:55:26','2015-01-31 13:55:26','<strong>cheap christian louboutin outlet uk 2014...</strong>\n\ndo...',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);
INSERT INTO `wp_comments` VALUES (877,264,'michael kors bags cheap outlet','','http://www.karobardaily.com/mk14.html','27.150.209.22','2015-01-31 14:07:00','2015-01-31 14:07:00','<strong>michael kors bags cheap outlet...</strong>\n\nare...',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);
INSERT INTO `wp_comments` VALUES (878,264,'oakley sale online us','','http://www.jumboroger.fr/okbamazon2.html','27.150.237.148','2015-01-31 14:29:30','2015-01-31 14:29:30','<strong>oakley sale online us...</strong>\n\nany...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (879,264,'jersgamneds','','http://rrrus.ru/dsite/index.php?q=node/349792','120.40.146.205','2015-01-31 18:27:02','2015-01-31 18:27:02','<strong>jersgamneds...</strong>\n\nEach one will enjoy this distribute, it\'s most valuable....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (880,264,'jersgamneds','','http://mytravelon.net/profile/earjerseyqq303','120.40.146.205','2015-01-31 19:47:03','2015-01-31 19:47:03','<strong>jersgamneds...</strong>\n\nThis really is nice compose, I will shaire it for our frinds....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (881,264,'jersgamneds','','http://www.dyitc.net/bbs/boke.asp?lluggg751.showtopic.105023.html','120.40.146.205','2015-02-01 02:19:02','2015-02-01 02:19:02','<strong>jersgamneds...</strong>\n\nEverybody will be excited about this release, it\'s handiest....',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);
INSERT INTO `wp_comments` VALUES (882,264,'michael kors handbags new','','http://www.stepbystepproject.org/mkamazon14.html','140.237.38.253','2015-02-01 06:05:48','2015-02-01 06:05:48','<strong>michael kors handbags new...</strong>\n\nwould...',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);
INSERT INTO `wp_comments` VALUES (883,264,'nike free 4.0 v3 buy','','http://www.crinitis.com.au/freerun3.php','27.159.209.144','2015-02-01 12:21:02','2015-02-01 12:21:02','<strong>nike free 4.0 v3 buy...</strong>\n\nmuch...',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);
INSERT INTO `wp_comments` VALUES (884,264,'jersgamneds','','http://www.beeweb.hk/forum/viewthread.php?tid=76290&amp;extra=','120.40.146.205','2015-02-01 13:20:59','2015-02-01 13:20:59','<strong>jersgamneds...</strong>\n\nBlog writers say, a lot go along with this content states that, based on present situation....',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);
INSERT INTO `wp_comments` VALUES (885,264,'michael kors wallet discount','','http://oecdinsights.org/mk1.php','140.237.38.253','2015-02-01 21:21:32','2015-02-01 21:21:32','<strong>michael kors wallet discount...</strong>\n\nwhere...',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);
INSERT INTO `wp_comments` VALUES (886,264,'cheap christian louboutin shoes for women','','http://www.mzsk.hu:81/clabergdorfgoodman5.html','27.150.239.191','2015-02-01 22:41:41','2015-02-01 22:41:41','<strong>cheap christian louboutin shoes for women...</strong>\n\nhim...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (887,264,'cheap authentic christian louboutin shoes 9','','http://thefreeclinic.org/claebay4.html','120.43.26.241','2015-02-02 00:46:00','2015-02-02 00:46:00','<strong>cheap authentic christian louboutin shoes 9...</strong>\n\nare...',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);
INSERT INTO `wp_comments` VALUES (888,264,'michael kors cheap trench coat','','http://www.publiccharters.com/xxinex.html','120.43.24.127','2015-02-02 01:52:20','2015-02-02 01:52:20','<strong>michael kors cheap trench coat...</strong>\n\nright...',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);
INSERT INTO `wp_comments` VALUES (889,264,'oakley outlet online review','','http://www.karobardaily.com/ok12.html','110.86.179.234','2015-02-02 02:19:06','2015-02-02 02:19:06','<strong>oakley outlet online review...</strong>\n\nthey...',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);
INSERT INTO `wp_comments` VALUES (890,264,'ray ban sunglasses parts online','','http://conservativeamerican.org/rb1.php','110.89.27.253','2015-02-02 03:15:06','2015-02-02 03:15:06','<strong>ray ban sunglasses parts online...</strong>\n\nis...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (891,264,'strongnike air max shoes for sale','','http://oecdinsights.org/airmax1.php','220.161.169.109','2015-02-02 05:18:38','2015-02-02 05:18:38','<strong>strongnike air max shoes for sale...</strong>\n\nnigh...',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);
INSERT INTO `wp_comments` VALUES (892,264,'jersgamneds','','http://bbs.bjadks.cn/showtopic-111233.aspx','27.159.193.45','2015-02-02 06:11:13','2015-02-02 06:11:13','<strong>jersgamneds...</strong>\n\nThis really is considered one of by far the most popular article....',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);
INSERT INTO `wp_comments` VALUES (893,264,'jersgamneds','','http://tropicalshadespr.com/index.php?option=com_ccboard&amp;view=postlist&amp;forum=2&amp;topic=6223&amp;Itemid=','27.159.193.45','2015-02-02 08:53:42','2015-02-02 08:53:42','<strong>jersgamneds...</strong>\n\nEvery one will love this publish, it\'s most useful....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (894,264,'cheap ray ban wayfarer sale','','http://www.crinitis.com.au/rb5.php','27.159.209.144','2015-02-02 09:32:30','2015-02-02 09:32:30','<strong>cheap ray ban wayfarer sale...</strong>\n\nwas...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (895,264,'inexpensive red bottom shoes','','http://hnsbih.org/clbamazon3.html','27.150.209.241','2015-02-02 10:01:41','2015-02-02 10:01:41','<strong>inexpensive red bottom shoes...</strong>\n\nand...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (896,264,'michael kors outlet store miami','','http://mediatogo.thewb.com/mkabelk3.html','140.237.38.253','2015-02-02 14:07:11','2015-02-02 14:07:11','<strong>michael kors outlet store miami...</strong>\n\ntwo...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (897,264,'strongchristian louboutin shoes sale online','','http://www.parkerhomeimprovements.net/clindexcc.html','27.150.209.250','2015-02-02 16:50:42','2015-02-02 16:50:42','<strong>strongchristian louboutin shoes sale online...</strong>\n\nsome...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (898,264,'official michael kors outlet online','','http://friendlyhillschurch.org/mk5.php','27.159.194.63','2015-02-02 19:13:20','2015-02-02 19:13:20','<strong>official michael kors outlet online...</strong>\n\nhere...',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);
INSERT INTO `wp_comments` VALUES (899,264,'louboutin sale uk reviews','','http://www.karobardaily.com/cl2.html','120.43.26.241','2015-02-02 19:36:10','2015-02-02 19:36:10','<strong>louboutin sale uk reviews...</strong>\n\nwould...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (900,264,'jersgamneds','','http://www.pilebook.eu/blog/diet-expert-unveils-raspberry-ketone-and-green-coffee','27.159.193.45','2015-02-02 20:14:09','2015-02-02 20:14:09','<strong>jersgamneds...</strong>\n\nAn awesome write-up. Thank you so much!...',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);
INSERT INTO `wp_comments` VALUES (901,264,'oakley sunglasses jacket','','http://echoesandreflections.org/ok8.html','27.150.237.148','2015-02-02 20:14:48','2015-02-02 20:14:48','<strong>oakley sunglasses jacket...</strong>\n\nabout...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (902,264,'cheap oakley sunglasses outlet with','','http://www.karobardaily.com/ok11.html','110.86.179.234','2015-02-03 01:04:40','2015-02-03 01:04:40','<strong>cheap oakley sunglasses outlet with...</strong>\n\nwould...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (903,264,'air max 95 review','','http://www.crinitis.com.au/airmax1.php','110.89.27.253','2015-02-03 01:55:05','2015-02-03 01:55:05','<strong>air max 95 review...</strong>\n\nthey...',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);
INSERT INTO `wp_comments` VALUES (904,264,'prom dresses','','http://www.gowesternwaste.com/','120.37.238.252','2015-02-03 02:51:05','2015-02-03 02:51:05','<strong>prom dresses...</strong>\n\nnine...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (905,264,'michael kors cheap clearance handbags','','http://www.happysexyfree.de/mkaebags4.html','220.161.168.214','2015-02-03 05:38:48','2015-02-03 05:38:48','<strong>michael kors cheap clearance handbags...</strong>\n\nfour...',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);
INSERT INTO `wp_comments` VALUES (906,264,'buy cheap michael kors handbags','','http://www.vermogensbeheer-vergelijken.be/mkaamazon11.html','140.237.38.253','2015-02-03 08:20:23','2015-02-03 08:20:23','<strong>buy cheap michael kors handbags...</strong>\n\nhelp...',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);
INSERT INTO `wp_comments` VALUES (907,264,'shop red bottom shoes online','','http://www.karobardaily.com/cl4.html','27.150.209.250','2015-02-03 10:05:29','2015-02-03 10:05:29','<strong>shop red bottom shoes online...</strong>\n\nbe...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (908,264,'cheap authentic christian louboutin shoes 4','','http://www.choosingwisely.org/clbbluefly2.html','120.43.26.241','2015-02-03 14:11:31','2015-02-03 14:11:31','<strong>cheap authentic christian louboutin shoes 4...</strong>\n\nwhat...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (909,264,'michael kors crossbody bags cheap','','http://www.stepbystepproject.org/mkamazon6.html','120.43.24.127','2015-02-03 20:56:33','2015-02-03 20:56:33','<strong>michael kors crossbody bags cheap...</strong>\n\nthem...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (910,264,'oakley sunglasses holbrook blue','','http://www.cenytransferowe.org/okbamazon2.html','110.86.179.234','2015-02-03 21:30:16','2015-02-03 21:30:16','<strong>oakley sunglasses holbrook blue...</strong>\n\nleft...',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);
INSERT INTO `wp_comments` VALUES (911,264,'span air max 90 new','','http://conservativeamerican.org/airmax1.php','110.89.27.253','2015-02-03 22:46:40','2015-02-03 22:46:40','<strong>span air max 90 new...</strong>\n\nlike...',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);
INSERT INTO `wp_comments` VALUES (912,264,'michael kors bags wholesale','','http://www.karobardaily.com/mk8.html','140.237.38.253','2015-02-03 23:55:45','2015-02-03 23:55:45','<strong>michael kors bags wholesale...</strong>\n\nabout...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (913,264,'cheap louboutin pigalle strass 2014 clearance','','http://www.baudasideias.net/cl3.html','110.89.26.253','2015-02-04 00:25:28','2015-02-04 00:25:28','<strong>cheap louboutin pigalle strass 2014 clearance...</strong>\n\nanyone...',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);
INSERT INTO `wp_comments` VALUES (914,264,'nike free run shoes online','','http://www.capitolchristmastree.com/freerun1.php','27.159.209.144','2015-02-04 02:01:22','2015-02-04 02:01:22','<strong>nike free run shoes online...</strong>\n\nabove...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (915,264,'jersgamneds','','http://wozhouxiaoxiao.blog.176up.com/u/iwruiiaaz/archives/2015/332470.html','27.159.193.45','2015-02-04 08:31:00','2015-02-04 08:31:00','<strong>jersgamneds...</strong>\n\nThis is among by far my personal favorite post....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (916,264,'michael kors bags online shopping india','','http://hibernianpub.com/mkb6pm4.html','220.161.168.214','2015-02-04 09:46:52','2015-02-04 09:46:52','<strong>michael kors bags online shopping india...</strong>\n\nsix...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (917,264,'jersgamneds','','http://my.cqfund.gov.cn/18/bbs/dispbbs.asp?boardID=777&amp;ID=12666','27.159.193.45','2015-02-05 00:23:22','2015-02-05 00:23:22','<strong>jersgamneds...</strong>\n\nAn awesome post. Thank you!...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (918,264,'christian louboutin shoes cheap china','','http://www.fir-ruote.it/clbebay2.html','120.43.26.241','2015-02-05 02:00:52','2015-02-05 02:00:52','<strong>christian louboutin shoes cheap china...</strong>\n\nand...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (919,264,'nike free 4.0 v3 review women&amp;s','','http://www.plananevent.org/freerun5.html','120.43.26.241','2015-02-05 09:25:51','2015-02-05 09:25:51','<strong>nike free 4.0 v3 review women...</strong>\n\nelse...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (920,264,'jersgamneds','','http://torrjes17.livejournal.com/797.html','27.159.193.45','2015-02-05 17:55:47','2015-02-05 17:55:47','<strong>jersgamneds...</strong>\n\nEveryone will like this submit, it\'s most successful....',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);
INSERT INTO `wp_comments` VALUES (921,264,'michael kors outlet factory store','','http://www.ellipticalreviews.net/mk1.html','27.150.209.250','2015-02-06 04:08:15','2015-02-06 04:08:15','<strong>michael kors outlet factory store...</strong>\n\nmy...',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);
INSERT INTO `wp_comments` VALUES (922,264,'oakley sunglasses antix polarized','','http://www.ellipticalreviews.net/ok3.html','27.159.197.29','2015-02-06 04:43:08','2015-02-06 04:43:08','<strong>oakley sunglasses antix polarized...</strong>\n\nmuch...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (923,264,'christian louboutin cheap authentic 4','','http://www.boughtmovie.com/cl4.html','27.159.209.144','2015-02-06 05:27:46','2015-02-06 05:27:46','<strong>christian louboutin cheap authentic 4...</strong>\n\nare...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (924,264,'jersgamneds','','http://www.61cn.cn/index.php?uid-125864-action-viewspace-itemid-256225','27.159.193.45','2015-02-06 06:02:46','2015-02-06 06:02:46','<strong>jersgamneds...</strong>\n\nEvery one will love this release, it\'s most successful....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (925,264,'michael kors bags online ireland','','http://pinerun.org/mkb6pm5.html','110.89.27.253','2015-02-06 06:50:00','2015-02-06 06:50:00','<strong>michael kors bags online ireland...</strong>\n\nhow...',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);
INSERT INTO `wp_comments` VALUES (926,264,'air jordan 1 jeter for sale','','https://thick-to-thin.com/jd2.html','120.43.24.127','2015-02-06 06:56:12','2015-02-06 06:56:12','<strong>air jordan 1 jeter for sale...</strong>\n\nwhere...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (927,264,'nike free run 2013 review','','http://actspwc.org/freerun3.html','27.150.209.241','2015-02-07 04:08:17','2015-02-07 04:08:17','<strong>nike free run 2013 review...</strong>\n\nthe...',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);
INSERT INTO `wp_comments` VALUES (928,264,'nike free run for sale canada','','http://www.ellipticalreviews.net/freerun2.html','110.89.26.253','2015-02-07 04:48:16','2015-02-07 04:48:16','<strong>nike free run for sale canada...</strong>\n\nwhen...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (929,264,'nike free 4.0 buy online','','http://www.crinitis.com.au/freerun2.php','27.159.207.19','2015-02-07 11:30:11','2015-02-07 11:30:11','<strong>nike free 4.0 buy online...</strong>\n\none...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (930,264,'christian louboutin outlet','','http://www.ellipticalreviews.net/cl5.html','120.37.238.252','2015-02-07 13:53:02','2015-02-07 13:53:02','<strong>christian louboutin outlet...</strong>\n\nelse...',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);
INSERT INTO `wp_comments` VALUES (931,264,'nike free run shield reviews','','http://www.boughtmovie.com/freerun4.html','220.161.168.214','2015-02-07 14:29:16','2015-02-07 14:29:16','<strong>nike free run shield reviews...</strong>\n\nare...',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);
INSERT INTO `wp_comments` VALUES (932,264,'cheap red bottom shoes','','http://www.fir-ruote.it/clbebay1.html','36.248.170.111','2015-02-07 17:32:03','2015-02-07 17:32:03','<strong>cheap red bottom shoes...</strong>\n\nsix...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (933,264,'jersgamneds','','http://sns.xinlinks.com/app/blog/info.aspx?bid=186134','27.159.193.45','2015-02-07 19:27:46','2015-02-07 19:27:46','<strong>jersgamneds...</strong>\n\nThis can be one among undoubtedly one of the best content....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (934,264,'nike free 5.0 og review','','http://www.ulbrich.com/freerun3.html','27.150.209.241','2015-02-07 22:45:57','2015-02-07 22:45:57','<strong>nike free 5.0 og review...</strong>\n\nme...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (935,264,'oakley sunglasses discount','','https://thick-to-thin.com/ok1.html','27.159.197.29','2015-02-08 03:53:29','2015-02-08 03:53:29','<strong>oakley sunglasses discount...</strong>\n\nmy...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (936,264,'nike free 4.0 v4 womens review','','http://www.ellipticalreviews.net/freerun3.html','27.159.207.19','2015-02-08 05:19:34','2015-02-08 05:19:34','<strong>nike free 4.0 v4 womens review...</strong>\n\nbe...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (937,264,'christian louboutin shoes online sale','','http://www.plananevent.org/cl2.html','36.248.170.111','2015-02-08 08:28:33','2015-02-08 08:28:33','<strong>christian louboutin shoes online sale...</strong>\n\nsome...',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);
INSERT INTO `wp_comments` VALUES (938,264,'jersgamneds','','http://torrjes17.skyrock.com/3242367167-Performance-is-the-real.html','27.159.193.45','2015-02-08 09:21:21','2015-02-08 09:21:21','<strong>jersgamneds...</strong>\n\nA wonderful write-up. Thank you!...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (939,264,'jersgamneds','','http://demo.radcodes.com/se4/forums/topic/40963/raid-on-osama-bin-laden/view/post_id/41097','27.159.193.45','2015-02-08 14:15:25','2015-02-08 14:15:25','<strong>jersgamneds...</strong>\n\nEach one will enjoy this publish, it\'s most valuable....',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);
INSERT INTO `wp_comments` VALUES (940,264,'air max 95 360 for sale','','http://www.crinitis.com.au/airmax5.php','110.89.26.253','2015-02-08 17:21:34','2015-02-08 17:21:34','<strong>air max 95 360 for sale...</strong>\n\nhelp...',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);
INSERT INTO `wp_comments` VALUES (941,264,'nike free run 2.0 youth review','','http://www.plananevent.org/freerun4.html','27.159.207.19','2015-02-08 23:18:50','2015-02-08 23:18:50','<strong>nike free run 2.0 youth review...</strong>\n\nother...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (942,264,'christian louboutin cheap authentic 4','','http://www.limitlesspublishing.net/winpeeclindex.html','36.248.170.111','2015-02-08 23:25:47','2015-02-08 23:25:47','<strong>christian louboutin cheap authentic 4...</strong>\n\nseven...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (943,264,'where to buy louboutin shoes uk','','http://peopleofpraise.org/cl4.html','36.248.170.111','2015-02-09 06:33:00','2015-02-09 06:33:00','<strong>where to buy louboutin shoes uk...</strong>\n\nfive...',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);
INSERT INTO `wp_comments` VALUES (944,264,'cheap oakley sunglasses thump','','http://www.kraud.de/okbbackcountry6.html','27.159.197.29','2015-02-09 06:55:30','2015-02-09 06:55:30','<strong>cheap oakley sunglasses thump...</strong>\n\nsomeone...',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);
INSERT INTO `wp_comments` VALUES (945,264,'air jordan 11 shop','','http://www.gloworld.com/jd5.html','27.159.215.217','2015-02-09 07:32:49','2015-02-09 07:32:49','<strong>air jordan 11 shop...</strong>\n\nmy...',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);
INSERT INTO `wp_comments` VALUES (946,264,'fake gucci bags cheap','','http://blog.glion.edu/gucci4.html','27.159.207.19','2015-02-09 07:38:59','2015-02-09 07:38:59','<strong>fake gucci bags cheap...</strong>\n\nwhat...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (947,264,'gucci outlet store 19','','http://www.frostproductsltd.com/gucci3.html','220.161.168.214','2015-02-09 07:46:52','2015-02-09 07:46:52','<strong>gucci outlet store 19...</strong>\n\nnight...',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);
INSERT INTO `wp_comments` VALUES (948,264,'christian louboutin boots big lips','','http://thefreeclinic.org/clbebay2.html','222.77.201.6','2015-02-09 08:20:05','2015-02-09 08:20:05','<strong>christian louboutin boots big lips...</strong>\n\ncan...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (949,264,'air jordan xx8 bamboo for sale','','http://capitalfoodfight.org/jd2.html','117.26.248.145','2015-02-09 08:37:21','2015-02-09 08:37:21','<strong>air jordan xx8 bamboo for sale...</strong>\n\nof...',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);
INSERT INTO `wp_comments` VALUES (950,264,'air jordan 3 new releases','','http://peopleofpraise.org/jd3.html','110.85.102.203','2015-02-09 08:45:05','2015-02-09 08:45:05','<strong>air jordan 3 new releases...</strong>\n\nof...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (951,264,'michael kors handbags cheap sale','','https://www.frostriver.com/mk3.htm','117.26.253.164','2015-02-09 08:49:17','2015-02-09 08:49:17','<strong>michael kors handbags cheap sale...</strong>\n\ncan...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (952,264,'jersgamneds','','http://www.rewebservice.es/?q=node/42638','27.150.208.115','2015-02-09 19:46:45','2015-02-09 19:46:45','<strong>jersgamneds...</strong>\n\nThis is certainly nice publish, I am going to shaire this for this frinds....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (953,264,'nike air max 90 online','','http://www.baudasideias.net/airmax4.html','36.248.170.111','2015-02-09 20:36:15','2015-02-09 20:36:15','<strong>nike air max 90 online...</strong>\n\nabove...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (954,264,'really cheap gucci shoes','','http://www.gigantic-idea.com/gucci5.htm','27.159.206.224','2015-02-09 22:40:52','2015-02-09 22:40:52','<strong>really cheap gucci shoes...</strong>\n\ndo...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (955,264,'gucci outlet stores new jersey','','http://www.gloworld.com/gucci3.html','27.159.215.217','2015-02-09 22:56:44','2015-02-09 22:56:44','<strong>gucci outlet stores new jersey...</strong>\n\nsome...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (956,264,'gucci outlet online usa','','https://www.frostriver.com/gucci3.htm','27.159.252.118','2015-02-09 23:28:00','2015-02-09 23:28:00','<strong>gucci outlet online usa...</strong>\n\neight...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (957,264,'jersgamneds','','http://www.marroxas.com/forum/topic/the-rock-where-the-paintings-are-located-looks?replies=1#post-13451','27.150.208.115','2015-02-10 00:07:20','2015-02-10 00:07:20','<strong>jersgamneds...</strong>\n\nA wonderful write-up. Many thanks!...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (958,264,'cheap gucci shoes babies','','http://peopleofpraise.org/gucci4.html','27.159.207.19','2015-02-10 01:36:04','2015-02-10 01:36:04','<strong>cheap gucci shoes babies...</strong>\n\nhow...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (959,264,'christian louboutin replica new york ny','','http://hibernianpub.com/clbebay4.html','222.77.201.6','2015-02-10 04:34:32','2015-02-10 04:34:32','<strong>christian louboutin replica new york ny...</strong>\n\nsix...',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);
INSERT INTO `wp_comments` VALUES (960,264,'buy air yeezy black pink','','http://capitalfoodfight.org/jd5.html','110.85.102.203','2015-02-10 04:51:02','2015-02-10 04:51:02','<strong>buy air yeezy black pink...</strong>\n\ncould...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (961,264,'michael kors wallet india online','','http://gmphotographics.com.au/mcinex.html','117.26.253.164','2015-02-10 05:36:05','2015-02-10 05:36:05','<strong>michael kors wallet india online...</strong>\n\nas...',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);
INSERT INTO `wp_comments` VALUES (962,264,'cheap coach bags 20.00','','http://gumballmag.com/coach3.html','27.159.195.196','2015-02-10 14:33:06','2015-02-10 14:33:06','<strong>cheap coach bags 20.00...</strong>\n\nis...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (963,264,'nike air yeezy 2 online bestellen','','http://blog.glion.edu/jd3.html','27.159.252.118','2015-02-10 15:27:16','2015-02-10 15:27:16','<strong>nike air yeezy 2 online bestellen...</strong>\n\nonce...',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);
INSERT INTO `wp_comments` VALUES (964,264,'christian louboutin outlet usa review','','http://thefreeclinic.org/clbebay4.html','27.159.199.15','2015-02-10 16:21:29','2015-02-10 16:21:29','<strong>christian louboutin outlet usa review...</strong>\n\nhere...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (965,264,'jersgamneds','','http://blog.sina.com.cn/s/blog_9fc2902b0102vdn4.html','27.150.208.115','2015-02-10 19:40:31','2015-02-10 19:40:31','<strong>jersgamneds...</strong>\n\nWeb owners say, very much go along with this great article says, based on recent situation....',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);
INSERT INTO `wp_comments` VALUES (966,264,'replica gucci belts review','','http://capitalfoodfight.org/gucci5.html','27.159.207.19','2015-02-10 20:03:59','2015-02-10 20:03:59','<strong>replica gucci belts review...</strong>\n\ncould...',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);
INSERT INTO `wp_comments` VALUES (967,264,'best oakley sunglasses for big head','','http://www.karobardaily.com/ok9.html','27.159.197.29','2015-02-10 23:42:29','2015-02-10 23:42:29','<strong>best oakley sunglasses for big head...</strong>\n\ntwo...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (968,264,'jersgamneds','','http://guitar.oil.com.tw/modules/newbb/viewtopic.php?topic_id=5605&amp;post_id=5756&amp;order=0&amp;viewmode=flat&amp;pid=0&amp;forum=1#forumpost5756','27.150.208.115','2015-02-11 08:36:58','2015-02-11 08:36:58','<strong>jersgamneds...</strong>\n\nThis really is nice produce, I\'m going shaire the item for my frinds....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (969,264,'jersgamneds','','http://boldlaugh.com/profiles/blogs/kind-of-friends-wkind-of-friends-w','27.150.208.115','2015-02-11 11:54:05','2015-02-11 11:54:05','<strong>jersgamneds...</strong>\n\nThis is certainly one of definitely my personal favorite article....',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);
INSERT INTO `wp_comments` VALUES (970,264,'cheap gucci 1','','http://capitalfoodfight.org/gucci4.html','27.159.207.19','2015-02-11 14:11:30','2015-02-11 14:11:30','<strong>cheap gucci 1...</strong>\n\nof...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (971,264,'michael kors handbags new','','http://pinerun.org/mkbamazon2.html','110.86.178.24','2015-02-11 14:29:09','2015-02-11 14:29:09','<strong>michael kors handbags new...</strong>\n\nnigh...',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);
INSERT INTO `wp_comments` VALUES (972,264,'discount christian louboutin slingbacks shoes 1','','https://www.frostriver.com/cl3.htm','140.237.36.32','2015-02-11 20:23:41','2015-02-11 20:23:41','<strong>discount christian louboutin slingbacks shoes 1...</strong>\n\nof...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (973,264,'cheap gucci 1','','http://ggm114.btpdev.us/gucci4.htm','27.159.206.224','2015-02-11 22:15:26','2015-02-11 22:15:26','<strong>cheap gucci 1...</strong>\n\non...',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);
INSERT INTO `wp_comments` VALUES (974,264,'cheap snapbacks under $10 free shipping','','http://peopleofpraise.org/hat3.html','110.85.102.203','2015-02-11 22:40:53','2015-02-11 22:40:53','<strong>cheap snapbacks under $10 free shipping...</strong>\n\nin...',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);
INSERT INTO `wp_comments` VALUES (975,264,'cheap air jordan 23','','http://lolskins.org/jd2.htm','27.150.209.99','2015-02-12 00:49:48','2015-02-12 00:49:48','<strong>cheap air jordan 23...</strong>\n\nand...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (976,264,'air yeezy 3 cheap','','http://appalshop.org/jd1.html','27.159.252.118','2015-02-12 01:46:35','2015-02-12 01:46:35','<strong>air yeezy 3 cheap...</strong>\n\nin...',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);
INSERT INTO `wp_comments` VALUES (977,264,'nike air yeezy review','','http://www.frostproductsltd.com/jd1.html','27.159.207.19','2015-02-12 08:00:15','2015-02-12 08:00:15','<strong>nike air yeezy review...</strong>\n\nhere...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (978,264,'christian louboutin outlet uk store online','','http://thefreeclinic.org/clanet-a-porter3.html','140.237.36.32','2015-02-12 11:36:17','2015-02-12 11:36:17','<strong>christian louboutin outlet uk store online...</strong>\n\nso...',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);
INSERT INTO `wp_comments` VALUES (979,264,'cheap coach backpacks for school','','http://www.gloworld.com/coach5.html','27.159.208.130','2015-02-12 11:46:53','2015-02-12 11:46:53','<strong>cheap coach backpacks for school...</strong>\n\nlet...',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);
INSERT INTO `wp_comments` VALUES (980,264,'air jordan 10 for sale philippines','','http://gumballmag.com/jd1.html','27.159.206.224','2015-02-12 12:22:56','2015-02-12 12:22:56','<strong>air jordan 10 for sale philippines...</strong>\n\nhelp...',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);
INSERT INTO `wp_comments` VALUES (981,264,'cheap snapbacks hats uk','','http://www.frostproductsltd.com/hat5.html','27.159.254.139','2015-02-12 16:57:38','2015-02-12 16:57:38','<strong>cheap snapbacks hats uk...</strong>\n\nthree...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (982,264,'discount oakley sunglasses authentic','','http://thefreeclinic.org/okaeyewearoutlet3.html','27.150.208.206','2015-02-12 17:18:54','2015-02-12 17:18:54','<strong>discount oakley sunglasses authentic...</strong>\n\nthere...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (983,264,'jershamned','','http://newsminerextra.com/2006/stryker-welcome/topic.php?id=7337&amp;replies=1#post-9449','27.150.208.115','2015-02-12 19:50:37','2015-02-12 19:50:37','<strong>jershamned...</strong>\n\nBlog owners say, a lot agree with this great article claims, consistent with latest situation....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (984,264,'nike free run cheap ireland','','http://gumballmag.com/freerun2.html','27.159.208.130','2015-02-12 20:49:15','2015-02-12 20:49:15','<strong>nike free run cheap ireland...</strong>\n\nseven...',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);
INSERT INTO `wp_comments` VALUES (985,264,'cheap gucci belts size 32','','http://blog.glion.edu/gucci1.html','27.159.252.118','2015-02-12 21:15:40','2015-02-12 21:15:40','<strong>cheap gucci belts size 32...</strong>\n\nis...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (986,264,'authentic air yeezy 2 for sale','','https://www.frostriver.com/jd5.htm','27.159.252.118','2015-02-12 21:36:15','2015-02-12 21:36:15','<strong>authentic air yeezy 2 for sale...</strong>\n\none...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (987,264,'air max 2014 mens cheap','','http://blog.glion.edu/airmax4.html','222.77.201.6','2015-02-12 21:42:47','2015-02-12 21:42:47','<strong>air max 2014 mens cheap...</strong>\n\nwill...',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);
INSERT INTO `wp_comments` VALUES (988,264,'air yeezy 2 for sale real','','http://www.frostproductsltd.com/jd4.html','27.150.209.99','2015-02-12 21:48:56','2015-02-12 21:48:56','<strong>air yeezy 2 for sale real...</strong>\n\nwhich...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (989,264,'ray ban sunglasses buy online usa','','https://www.frostriver.com/rb2.htm','117.26.253.164','2015-02-12 21:54:18','2015-02-12 21:54:18','<strong>ray ban sunglasses buy online usa...</strong>\n\nwhere...',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);
INSERT INTO `wp_comments` VALUES (990,264,'jershamned','','http://mixzing.freeforums.org/kaileen-hendle-officers-at-the-scene-t32363.html','27.150.208.115','2015-02-12 22:07:15','2015-02-12 22:07:15','<strong>jershamned...</strong>\n\nAn excellent write-up. Thank you!...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (991,264,'jershamned','','http://supply06.269g.net/article/18978665.html','27.150.208.115','2015-02-12 22:26:35','2015-02-12 22:26:35','<strong>jershamned...</strong>\n\nThis is nice publish, I will shaire that for the frinds....',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);
INSERT INTO `wp_comments` VALUES (992,264,'christian louboutin shoes for men cheap','','http://echoesandreflections.org/cl6.html','27.159.199.15','2015-02-12 22:45:32','2015-02-12 22:45:32','<strong>christian louboutin shoes for men cheap...</strong>\n\nis...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (993,264,'air jordan 1 for sale original','','http://gumballmag.com/jd5.html','27.159.207.19','2015-02-13 01:46:28','2015-02-13 01:46:28','<strong>air jordan 1 for sale original...</strong>\n\nright...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (994,264,'cheap gucci louis vuitton bags','','http://capitalfoodfight.org/gucci2.html','27.159.206.224','2015-02-13 04:28:46','2015-02-13 04:28:46','<strong>cheap gucci louis vuitton bags...</strong>\n\nmuch...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (995,264,'best air jordan 13 3m','','http://blog.glion.edu/jd5.html','117.26.249.0','2015-02-13 05:58:17','2015-02-13 05:58:17','<strong>best air jordan 13 3m...</strong>\n\nwhen...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (996,264,'coach outlet store locations in va','','http://www.frostproductsltd.com/coach2.html','27.159.208.130','2015-02-13 05:59:24','2015-02-13 05:59:24','<strong>coach outlet store locations in va...</strong>\n\nwas...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (997,264,'cheap snapbacks hats law enforcement officer','','http://gumballmag.com/hat4.html','27.159.254.139','2015-02-13 07:56:49','2015-02-13 07:56:49','<strong>cheap snapbacks hats law enforcement officer...</strong>\n\nsome...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (998,264,'places to buy oakley sunglasses','','http://hibernianpub.com/okbbackcountry4.html','27.150.208.206','2015-02-13 08:12:35','2015-02-13 08:12:35','<strong>places to buy oakley sunglasses...</strong>\n\nwhen...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (999,264,'nike free 3.0 haven review','','http://peopleofpraise.org/freerun4.html','27.159.208.130','2015-02-13 15:38:40','2015-02-13 15:38:40','<strong>nike free 3.0 haven review...</strong>\n\neight...',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);
INSERT INTO `wp_comments` VALUES (1000,264,'cheap gucci perfume','','http://www.gigantic-idea.com/gucci3.htm','27.159.252.118','2015-02-13 16:30:07','2015-02-13 16:30:07','<strong>cheap gucci perfume...</strong>\n\nleft...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1001,264,'wholesale snapbacks hats myths vs','','https://www.frostriver.com/hat4.htm','27.150.209.99','2015-02-13 19:27:11','2015-02-13 19:27:11','<strong>wholesale snapbacks hats myths vs...</strong>\n\nmore...',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);
INSERT INTO `wp_comments` VALUES (1002,264,'buy authentic air max 95','','http://www.gloworld.com/airmax1.html','222.77.201.6','2015-02-13 20:06:24','2015-02-13 20:06:24','<strong>buy authentic air max 95...</strong>\n\nwhat...',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);
INSERT INTO `wp_comments` VALUES (1003,264,'gucci outlet store paris','','http://capitalfoodfight.org/gucci3.html','27.159.207.19','2015-02-13 20:08:03','2015-02-13 20:08:03','<strong>gucci outlet store paris...</strong>\n\nanyone...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1004,264,'best site for replica gucci belts','','http://www.gloworld.com/gucci5.html','27.159.206.224','2015-02-13 21:23:00','2015-02-13 21:23:00','<strong>best site for replica gucci belts...</strong>\n\nat...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1005,264,'jershamned','','http://36211.forendienst.de/show_messages.php?mid=4749893','27.150.208.115','2015-02-13 21:51:14','2015-02-13 21:51:14','<strong>jershamned...</strong>\n\nIt is nice publish, No later than this shaire that for my frinds....',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);
INSERT INTO `wp_comments` VALUES (1006,264,'wholesale oakley sunglasses by the dozen','','https://www.frostriver.com/ok5.htm','27.150.208.206','2015-02-13 23:09:19','2015-02-13 23:09:19','<strong>wholesale oakley sunglasses by the dozen...</strong>\n\ncould...',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);
INSERT INTO `wp_comments` VALUES (1007,264,'air jordan 3 dtrt for sale','','http://blog.glion.edu/jd2.html','117.26.249.0','2015-02-13 23:27:08','2015-02-13 23:27:08','<strong>air jordan 3 dtrt for sale...</strong>\n\nin...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1008,264,'cheap coach travel to weymouth','','http://peopleofpraise.org/coach4.html','27.159.208.130','2015-02-14 00:33:42','2015-02-14 00:33:42','<strong>cheap coach travel to weymouth...</strong>\n\nwas...',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);
INSERT INTO `wp_comments` VALUES (1009,264,'discount coach outlet reviews','','http://peopleofpraise.org/coach2.html','140.237.39.89','2015-02-14 00:43:38','2015-02-14 00:43:38','<strong>discount coach outlet reviews...</strong>\n\nhow...',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);
INSERT INTO `wp_comments` VALUES (1010,264,'jershamned','','http://cheaptiffanysale.socialparody.com/blog/read/13297214/ects-from-former-cedar-falls-st','27.150.208.115','2015-02-14 03:58:29','2015-02-14 03:58:29','<strong>jershamned...</strong>\n\nBlog writers say, a lot go along with this article says, in accordance with latest situation....',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);
INSERT INTO `wp_comments` VALUES (1011,264,'http://www.gloworld.com/beats1.html','','http://www.gloworld.com/beats1.html','117.26.254.214','2015-02-14 07:56:06','2015-02-14 07:56:06','<strong>http://www.gloworld.com/beats1.html...</strong>\n\nother...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1012,264,'http://banfieldpongajuego.com.ar/ok5.html','','http://banfieldpongajuego.com.ar/ok5.html','27.159.192.29','2015-02-14 08:12:58','2015-02-14 08:12:58','<strong>http://banfieldpongajuego.com.ar/ok5.html...</strong>\n\nshe...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1013,264,'http://www.mineralen-edelstenen.be/mk4ebags.html','','http://www.mineralen-edelstenen.be/mk4ebags.html','27.150.238.199','2015-02-14 08:55:49','2015-02-14 08:55:49','<strong>http://www.mineralen-edelstenen.be/mk4ebags.html...</strong>\n\nthere...',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);
INSERT INTO `wp_comments` VALUES (1014,264,'http://emrbi.org/rb1.php','','http://emrbi.org/rb1.php','117.26.252.89','2015-02-14 09:12:27','2015-02-14 09:12:27','<strong>http://emrbi.org/rb1.php...</strong>\n\nwhat...',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);
INSERT INTO `wp_comments` VALUES (1015,264,'http://baw.newstrategies.ua/beats2.htm','','http://baw.newstrategies.ua/beats2.htm','27.159.192.29','2015-02-14 23:19:45','2015-02-14 23:19:45','<strong>http://baw.newstrategies.ua/beats2.htm...</strong>\n\nlet...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1016,264,'jershamned','','http://kingsnet.biz/Bbs/dispbbs.asp?boardid=3&amp;Id=15473','27.150.208.115','2015-02-14 23:36:02','2015-02-14 23:36:02','<strong>jershamned...</strong>\n\nIt is nice produce, My goal is to shaire this for this frinds....',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);
INSERT INTO `wp_comments` VALUES (1017,264,'http://www.wordsasweapons.com/clamazon4.html','','http://www.wordsasweapons.com/clamazon4.html','27.150.238.199','2015-02-14 23:45:13','2015-02-14 23:45:13','<strong>http://www.wordsasweapons.com/clamazon4.html...</strong>\n\nher...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1018,264,'jershamned','','http://www.sixfigureforex.com/earjerseyqq308/worlds-most-extreme-places','27.150.208.115','2015-02-15 00:14:56','2015-02-15 00:14:56','<strong>jershamned...</strong>\n\nAll will love this distribute, it\'s most valuable....',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);
INSERT INTO `wp_comments` VALUES (1019,264,'http://www.gloworld.com/jd2.html','','http://www.gloworld.com/jd2.html','27.150.208.206','2015-02-15 01:38:32','2015-02-15 01:38:32','<strong>http://www.gloworld.com/jd2.html...</strong>\n\nmy...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1020,264,'http://www.frostproductsltd.com/hat3.html','','http://www.frostproductsltd.com/hat3.html','27.159.253.76','2015-02-15 19:09:52','2015-02-15 19:09:52','<strong>http://www.frostproductsltd.com/hat3.html...</strong>\n\nright...',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);
INSERT INTO `wp_comments` VALUES (1021,264,'jershamned','','http://www.facecool.com/profiles/blogs/to-some-degree','27.150.208.115','2015-02-15 21:33:27','2015-02-15 21:33:27','<strong>jershamned...</strong>\n\nThis is certainly certainly one of certainly the best story....',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);
INSERT INTO `wp_comments` VALUES (1022,264,'jershamned','','http://www.findmemate.com/member/blog_post_view.php?postId=442','27.150.208.115','2015-02-15 22:55:40','2015-02-15 22:55:40','<strong>jershamned...</strong>\n\nThis is one of definitely my personal favorite story....',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);
INSERT INTO `wp_comments` VALUES (1023,264,'http://baw.newstrategies.ua/airmax2.htm','','http://baw.newstrategies.ua/airmax2.htm','117.26.252.89','2015-02-15 23:31:51','2015-02-15 23:31:51','<strong>http://baw.newstrategies.ua/airmax2.htm...</strong>\n\nif...',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);
INSERT INTO `wp_comments` VALUES (1024,264,'http://www.azumahnelsonfoundation.org.gh/jd4.php','','http://www.azumahnelsonfoundation.org.gh/jd4.php','120.43.26.252','2015-02-16 00:21:53','2015-02-16 00:21:53','<strong>http://www.azumahnelsonfoundation.org.gh/jd4.php...</strong>\n\non...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1025,264,'http://www.groupbstrepinternational.org/rb5.htm','','http://www.groupbstrepinternational.org/rb5.htm','220.161.168.136','2015-02-16 01:01:00','2015-02-16 01:01:00','<strong>http://www.groupbstrepinternational.org/rb5.htm...</strong>\n\nnight...',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);
INSERT INTO `wp_comments` VALUES (1026,264,'http://www.mineralen-edelstenen.be/mk1zappos.html','','http://www.mineralen-edelstenen.be/mk1zappos.html','27.150.208.206','2015-02-16 06:31:52','2015-02-16 06:31:52','<strong>http://www.mineralen-edelstenen.be/mk1zappos.html...</strong>\n\nhelp...',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);
INSERT INTO `wp_comments` VALUES (1027,264,'jershamned','','http://torrjes19.livejournal.com/1298.html','27.159.198.255','2015-02-16 07:31:16','2015-02-16 07:31:16','<strong>jershamned...</strong>\n\nWeb owners say, a lot accept this content states, based on recent situation....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1028,264,'http://danielstelter.de/airmax5.html','','http://danielstelter.de/airmax5.html','27.159.194.244','2015-02-16 10:12:13','2015-02-16 10:12:13','<strong>http://danielstelter.de/airmax5.html...</strong>\n\nnight...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1029,264,'http://chicnzic.fr/ok7.php','','http://chicnzic.fr/ok7.php','27.159.253.76','2015-02-16 12:15:04','2015-02-16 12:15:04','<strong>http://chicnzic.fr/ok7.php...</strong>\n\nthe...',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);
INSERT INTO `wp_comments` VALUES (1030,264,'jershamned','','http://www.plantwars.com/journal.php?id=13281','27.159.198.255','2015-02-16 17:18:48','2015-02-16 17:18:48','<strong>jershamned...</strong>\n\nIt is nice compose, I\'m going shaire the item for my frinds....',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);
INSERT INTO `wp_comments` VALUES (1031,264,'http://www.pass2play.com/bbclindex.html','','http://www.pass2play.com/bbclindex.html','27.150.208.206','2015-02-16 19:19:27','2015-02-16 19:19:27','<strong>http://www.pass2play.com/bbclindex.html...</strong>\n\ntwo...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1032,264,'jershamned','','http://hochburger-ruinen-fetzzer.de/index.php?forum-showposts-4301','27.159.198.255','2015-02-17 00:57:25','2015-02-17 00:57:25','<strong>jershamned...</strong>\n\nEveryone will like this publish, it\'s most valuable....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1033,264,'http://www.frostproductsltd.com/cl5.html','','http://www.frostproductsltd.com/cl5.html','27.159.194.244','2015-02-17 02:51:33','2015-02-17 02:51:33','<strong>http://www.frostproductsltd.com/cl5.html...</strong>\n\nhelp...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1034,264,'http://www.joost1.nl/mkanordstrom7.html','','http://www.joost1.nl/mkanordstrom7.html','27.159.253.76','2015-02-17 04:35:07','2015-02-17 04:35:07','<strong>http://www.joost1.nl/mkanordstrom7.html...</strong>\n\nan...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1035,264,'jershamned','','http://blogya.de/earjerseyqq312/','27.159.198.255','2015-02-17 08:28:10','2015-02-17 08:28:10','<strong>jershamned...</strong>\n\nThis can be certainly one of undoubtedly one of the best post....',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);
INSERT INTO `wp_comments` VALUES (1036,264,'http://teddy-show.de/cl13.html','','http://teddy-show.de/cl13.html','27.159.194.244','2015-02-17 17:23:49','2015-02-17 17:23:49','<strong>http://teddy-show.de/cl13.html...</strong>\n\nwhy...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1037,264,'jershamned','','http://definitelyfilipino.com/blog/?p=243292','27.159.198.255','2015-02-17 18:16:59','2015-02-17 18:16:59','<strong>jershamned...</strong>\n\nThis really is one among by far and away my personal favorite content....',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);
INSERT INTO `wp_comments` VALUES (1038,264,'http://www.letscolour.ie/gucci2.htm','','http://www.letscolour.ie/gucci2.htm','27.159.253.76','2015-02-17 19:24:26','2015-02-17 19:24:26','<strong>http://www.letscolour.ie/gucci2.htm...</strong>\n\nlet...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1039,264,'jershamned','','http://www.abcdfree.com/uchome/space.php?uid=288196&amp;do=blog&amp;id=8580','27.159.198.255','2015-02-17 21:02:24','2015-02-17 21:02:24','<strong>jershamned...</strong>\n\nPeople say, completely accept the content affirms, in accordance with current situation....',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);
INSERT INTO `wp_comments` VALUES (1040,264,'jershamned','','http://naijalounge.com/lluggg761/blog/been-unusual-all-year/','27.159.198.255','2015-02-17 21:36:25','2015-02-17 21:36:25','<strong>jershamned...</strong>\n\nThis really is certainly one of certainly my personal favorite article....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1041,264,'http://www.drkrol.pl/mk14.html','','http://www.drkrol.pl/mk14.html','220.161.168.136','2015-02-18 00:17:51','2015-02-18 00:17:51','<strong>http://www.drkrol.pl/mk14.html...</strong>\n\nten...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1042,264,'http://www.jacques-lemans.us/freerun3.html','','http://www.jacques-lemans.us/freerun3.html','27.159.194.244','2015-02-18 09:00:49','2015-02-18 09:00:49','<strong>http://www.jacques-lemans.us/freerun3.html...</strong>\n\nthere...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1043,264,'http://www.groupbstrepinternational.org/mk16.html','','http://www.groupbstrepinternational.org/mk16.html','220.161.168.136','2015-02-18 10:37:45','2015-02-18 10:37:45','<strong>http://www.groupbstrepinternational.org/mk16.html...</strong>\n\nis...',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);
INSERT INTO `wp_comments` VALUES (1044,264,'jershamned','','http://secretoftaste.com/?p=167521&amp;preview=true','27.159.198.255','2015-02-18 19:54:19','2015-02-18 19:54:19','<strong>jershamned...</strong>\n\nThis is nice create, I\'m going shaire that for my very own frinds....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1045,264,'jershamned','','http://www.mycharitypage.com/linyong08/blog/4683036/','27.159.198.255','2015-02-18 20:08:49','2015-02-18 20:08:49','<strong>jershamned...</strong>\n\nAn awesome content. Many thanks!...',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);
INSERT INTO `wp_comments` VALUES (1046,264,'http://www.awvfts.com/beats5.htm','','http://www.awvfts.com/beats5.htm','27.159.253.76','2015-02-19 02:18:44','2015-02-19 02:18:44','<strong>http://www.awvfts.com/beats5.htm...</strong>\n\nwhich...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1047,264,'http://presidents7bell.com/freerun1.htm','','http://presidents7bell.com/freerun1.htm','220.161.168.136','2015-02-19 06:46:47','2015-02-19 06:46:47','<strong>http://presidents7bell.com/freerun1.htm...</strong>\n\nso...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1048,264,'http://www.carteasonora.ro/jd1.html','','http://www.carteasonora.ro/jd1.html','120.43.26.252','2015-02-19 10:22:20','2015-02-19 10:22:20','<strong>http://www.carteasonora.ro/jd1.html...</strong>\n\nelse...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1049,264,'http://www.lrhotshots.com.au/cl6.php','','http://www.lrhotshots.com.au/cl6.php','27.159.194.244','2015-02-19 14:11:18','2015-02-19 14:11:18','<strong>http://www.lrhotshots.com.au/cl6.php...</strong>\n\nare...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1050,264,'http://oecdinsights.org/cl8.html','','http://oecdinsights.org/cl8.html','27.159.253.76','2015-02-19 17:21:31','2015-02-19 17:21:31','<strong>http://oecdinsights.org/cl8.html...</strong>\n\nhere...',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);
INSERT INTO `wp_comments` VALUES (1051,264,'jershamned','','http://creativemanufacturing.net/profiles/blogs/was-not-with-him-at-the-time','27.159.198.255','2015-02-19 20:39:35','2015-02-19 20:39:35','<strong>jershamned...</strong>\n\nIt is nice create, I\'m going shaire it for my very own frinds....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1052,264,'http://www.fir-ruote.it/airmax4.html','','http://www.fir-ruote.it/airmax4.html','27.159.194.244','2015-02-20 05:26:58','2015-02-20 05:26:58','<strong>http://www.fir-ruote.it/airmax4.html...</strong>\n\nmore...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1053,264,'jershamned','','http://www.diabeticrockstar.org/profiles/blogs/simple-sparrow','27.159.198.255','2015-02-20 08:46:28','2015-02-20 08:46:28','<strong>jershamned...</strong>\n\nA great article. Thanks a lot!...',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);
INSERT INTO `wp_comments` VALUES (1054,264,'jershamned','','http://www.trutru.com/main/blog/index.php?file=viewlog&amp;uid=83565&amp;id=7959','27.159.198.255','2015-02-20 09:48:25','2015-02-20 09:48:25','<strong>jershamned...</strong>\n\nAn awesome article. Thanks a lot!...',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);
INSERT INTO `wp_comments` VALUES (1055,264,'jershamned','','http://www.solartechnik123.de/?q=node/131879','27.159.198.255','2015-02-20 13:55:51','2015-02-20 13:55:51','<strong>jershamned...</strong>\n\nAn awesome content. Thank you so much!...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1056,264,'http://www.papirmadar.hu/cl9.html','','http://www.papirmadar.hu/cl9.html','220.161.168.136','2015-02-20 14:53:00','2015-02-20 14:53:00','<strong>http://www.papirmadar.hu/cl9.html...</strong>\n\nonce...',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);
INSERT INTO `wp_comments` VALUES (1057,264,'http://blog.easternhills.org/mk4.htm','','http://blog.easternhills.org/mk4.htm','120.43.26.252','2015-02-20 17:02:02','2015-02-20 17:02:02','<strong>http://blog.easternhills.org/mk4.htm...</strong>\n\nwhat...',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);
INSERT INTO `wp_comments` VALUES (1058,264,'http://mlzphoto.hu/ok12.html','','http://mlzphoto.hu/ok12.html','27.159.194.244','2015-02-20 20:28:21','2015-02-20 20:28:21','<strong>http://mlzphoto.hu/ok12.html...</strong>\n\nwas...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1059,264,'jershamned','','http://www.indyarocks.com/blog/1984518/The-purpose-of-this-subreddit-is-to-share-unusual-private-quirks','27.159.198.255','2015-02-20 21:46:44','2015-02-20 21:46:44','<strong>jershamned...</strong>\n\nEach one will love this publish, it\'s most valuable....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1060,264,'http://store.locoshop.co.id/mk5.htm','','http://store.locoshop.co.id/mk5.htm','27.159.253.76','2015-02-20 23:48:56','2015-02-20 23:48:56','<strong>http://store.locoshop.co.id/mk5.htm...</strong>\n\nthree...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1061,264,'http://echoesandreflections.org/beats5.php','','http://echoesandreflections.org/beats5.php','220.161.168.136','2015-02-21 01:52:52','2015-02-21 01:52:52','<strong>http://echoesandreflections.org/beats5.php...</strong>\n\nwill...',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);
INSERT INTO `wp_comments` VALUES (1062,264,'jershamned','','http://www.guitaridol.tv/Forum/default.aspx?g=posts&amp;m=158050&amp;#post158050','27.159.198.255','2015-02-21 04:49:58','2015-02-21 04:49:58','<strong>jershamned...</strong>\n\nA wonderful content. Thank you!...',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);
INSERT INTO `wp_comments` VALUES (1063,264,'http://label.abstractlogix.com/ok3.php','','http://label.abstractlogix.com/ok3.php','27.159.194.244','2015-02-21 10:03:15','2015-02-21 10:03:15','<strong>http://label.abstractlogix.com/ok3.php...</strong>\n\nas...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1064,264,'jershamned','','http://yourmoviesonline.tv/blogs/post/187900','27.159.198.255','2015-02-21 13:48:33','2015-02-21 13:48:33','<strong>jershamned...</strong>\n\nWeb owners say, quite definitely believe this article says, in accordance with present situation....',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);
INSERT INTO `wp_comments` VALUES (1065,264,'jershamned','','http://www.abcdfree.com/uchome/space.php?uid=281362&amp;do=blog&amp;id=7882','27.159.198.255','2015-02-21 21:29:24','2015-02-21 21:29:24','<strong>jershamned...</strong>\n\nBlog writers say, greatly agree with the content states, in line with recent situation....',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);
INSERT INTO `wp_comments` VALUES (1066,264,'jershamned','','http://www.elevatemg.com/wishmatch/member/blog_post_view.php?postId=166039','27.159.198.255','2015-02-22 15:45:08','2015-02-22 15:45:08','<strong>jershamned...</strong>\n\nThis really is nice publish, I am going to shaire this for the frinds....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1067,264,'jershamned','','http://snoopas.com/pages/view/645159/miami-heat-coach-sounds-alarm','27.159.198.255','2015-02-22 22:38:24','2015-02-22 22:38:24','<strong>jershamned...</strong>\n\nThis is certainly nice produce, I will shaire that for my very own frinds....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1068,264,'http://www.groupbstrepinternational.org/beats4.php','','http://www.groupbstrepinternational.org/beats4.php','27.153.166.53','2015-02-24 17:20:56','2015-02-24 17:20:56','<strong>http://www.groupbstrepinternational.org/beats4.php...</strong>\n\nwhy...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1069,264,'http://www.clalighting.com.au/clbarneys5.html','','http://www.clalighting.com.au/clbarneys5.html','59.58.112.209','2015-02-24 19:50:45','2015-02-24 19:50:45','<strong>http://www.clalighting.com.au/clbarneys5.html...</strong>\n\nher...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1070,264,'http://www.letscolour.ie/mk4.htm','','http://www.letscolour.ie/mk4.htm','27.153.164.92','2015-02-24 20:03:58','2015-02-24 20:03:58','<strong>http://www.letscolour.ie/mk4.htm...</strong>\n\nhow...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1071,264,'http://teaseg.com.br/gucci4.htm','','http://teaseg.com.br/gucci4.htm','27.159.209.50','2015-02-24 20:23:08','2015-02-24 20:23:08','<strong>http://teaseg.com.br/gucci4.htm...</strong>\n\nplease...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1072,264,'http://www.harvest4u.co.uk/gucci2.html','','http://www.harvest4u.co.uk/gucci2.html','27.159.200.135','2015-02-25 09:02:42','2015-02-25 09:02:42','<strong>http://www.harvest4u.co.uk/gucci2.html...</strong>\n\nher...',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);
INSERT INTO `wp_comments` VALUES (1073,264,'http://echoesandreflections.org/rb3.php','','http://echoesandreflections.org/rb3.php','27.153.164.92','2015-02-25 12:21:22','2015-02-25 12:21:22','<strong>http://echoesandreflections.org/rb3.php...</strong>\n\nten...',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);
INSERT INTO `wp_comments` VALUES (1074,264,'http://www.choosingwisely.org/okbbackcountry1.html','','http://www.choosingwisely.org/okbbackcountry1.html','27.159.214.54','2015-02-26 01:07:55','2015-02-26 01:07:55','<strong>http://www.choosingwisely.org/okbbackcountry1.html...</strong>\n\nother...',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);
INSERT INTO `wp_comments` VALUES (1075,264,'http://oecdinsights.org/cl16.html','','http://oecdinsights.org/cl16.html','27.159.209.50','2015-02-26 02:18:42','2015-02-26 02:18:42','<strong>http://oecdinsights.org/cl16.html...</strong>\n\nan...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1076,264,'http://capitalfoodfight.org/mk5.html','','http://capitalfoodfight.org/mk5.html','222.77.218.155','2015-02-26 02:41:59','2015-02-26 02:41:59','<strong>http://capitalfoodfight.org/mk5.html...</strong>\n\nas...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1077,264,'jershamned','','http://itaggers.com/blogs/post/220456','27.159.197.2','2015-02-26 02:52:20','2015-02-26 02:52:20','<strong>jershamned...</strong>\n\nBloggers say, a lot go along with the article claims, in keeping with current situation....',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);
INSERT INTO `wp_comments` VALUES (1078,264,'http://writingdownouryears.ca/cl4.html','','http://writingdownouryears.ca/cl4.html','27.153.166.53','2015-02-26 03:37:32','2015-02-26 03:37:32','<strong>http://writingdownouryears.ca/cl4.html...</strong>\n\nan...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1079,264,'http://manager.cupacupelor.ro/mkapremiumoutlets3.html','','http://manager.cupacupelor.ro/mkapremiumoutlets3.html','59.58.112.209','2015-02-26 21:08:04','2015-02-26 21:08:04','<strong>http://manager.cupacupelor.ro/mkapremiumoutlets3.html...</strong>\n\nare...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1080,264,'http://www.sardafarms.com/airmax3.htm','','http://www.sardafarms.com/airmax3.htm','222.77.218.155','2015-02-26 22:33:21','2015-02-26 22:33:21','<strong>http://www.sardafarms.com/airmax3.htm...</strong>\n\nwas...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1081,264,'http://oecdinsights.org/jd3.php','','http://oecdinsights.org/jd3.php','27.153.164.92','2015-02-26 23:36:53','2015-02-26 23:36:53','<strong>http://oecdinsights.org/jd3.php...</strong>\n\nnine...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1082,264,'cheap gucci baby shoes','','http://gumballmag.com/gucci4.html','27.159.200.135','2015-02-27 08:31:05','2015-02-27 08:31:05','<strong>cheap gucci baby shoes...</strong>\n\nonce...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1083,264,'ray ban sunglasses replica wholesale','','http://peopleofpraise.org/rb3.html','59.58.112.209','2015-02-28 11:17:11','2015-02-28 11:17:11','<strong>ray ban sunglasses replica wholesale...</strong>\n\nat...',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);
INSERT INTO `wp_comments` VALUES (1084,264,'cheap snapbacks auckland','','http://www.espressoamano.com/hat2.html','27.153.166.53','2015-03-01 05:30:46','2015-03-01 05:30:46','<strong>cheap snapbacks auckland...</strong>\n\nabout...',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);
INSERT INTO `wp_comments` VALUES (1085,264,'hot christian louboutin shoes online sale','','https://www.frostriver.com/cl1.htm','27.159.214.54','2015-03-01 10:39:39','2015-03-01 10:39:39','<strong>hot christian louboutin shoes online sale...</strong>\n\nhow...',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);
INSERT INTO `wp_comments` VALUES (1086,264,'2014 christian louboutin boots outlet online','','http://www.karobardaily.com/cl6.html','27.153.164.92','2015-03-01 19:45:30','2015-03-01 19:45:30','<strong>2014 christian louboutin boots outlet online...</strong>\n\nso...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1087,264,'cheap snapbacks ebay','','http://gumballmag.com/hat3.html','27.153.166.53','2015-03-01 21:02:59','2015-03-01 21:02:59','<strong>cheap snapbacks ebay...</strong>\n\nbe...',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);
INSERT INTO `wp_comments` VALUES (1088,264,'jershamned','','http://www.heroesripple.org/profiles/blogs/2009-nfl-week-9-picks','27.159.197.2','2015-03-01 21:36:31','2015-03-01 21:36:31','<strong>jershamned...</strong>\n\nThis is certainly nice publish, I will shaire it for this frinds....',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1089,264,'jershamned','','http://tropicalshadespr.com/index.php?option=com_ccboard&amp;view=postlist&amp;forum=2&amp;topic=7003&amp;Itemid=','222.77.218.106','2015-03-02 01:27:06','2015-03-02 01:27:06','<strong>jershamned...</strong>\n\nEverybody will like this distribute, it\'s most successful....',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);
INSERT INTO `wp_comments` VALUES (1090,264,'jershamned','','http://www.lastfour.us/blogs/viewstory/113579','222.77.218.106','2015-03-02 03:26:18','2015-03-02 03:26:18','<strong>jershamned...</strong>\n\nThis is certainly certainly one of certainly my personal favorite write-up....',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1091,264,'oakley sunglasses white women','','http://www.kraud.de/okbbackcountry2.html','222.77.218.155','2015-03-02 09:20:15','2015-03-02 09:20:15','<strong>oakley sunglasses white women...</strong>\n\ndo...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1092,264,'oakley sunglasses radarlock pitch','','http://label.abstractlogix.com/ok6.html','222.77.218.21','2015-03-02 10:53:06','2015-03-02 10:53:06','<strong>oakley sunglasses radarlock pitch...</strong>\n\nnigh...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1093,264,'louboutin shoes 365 reviews','','http://thefreeclinic.org/clanews6.html','27.153.164.92','2015-03-02 13:41:09','2015-03-02 13:41:09','<strong>louboutin shoes 365 reviews...</strong>\n\nan...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1094,264,'prescription too strong for oakley sunglasses','','http://www.narko.ee/okbnews4.html','27.159.209.50','2015-03-03 00:18:19','2015-03-03 00:18:19','<strong>prescription too strong for oakley sunglasses...</strong>\n\ncan...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1095,264,'coach outlet store rosemont','','http://ggm114.btpdev.us/coach5.htm','27.150.237.182','2015-03-03 06:47:44','2015-03-03 06:47:44','<strong>coach outlet store rosemont...</strong>\n\nwhen...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1096,264,'louboutin shoes new york city','','http://www.wordsasweapons.com/clbarneys2.html','27.159.212.68','2015-03-03 17:11:04','2015-03-03 17:11:04','<strong>louboutin shoes new york city...</strong>\n\nelse...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1097,264,'air jordan 12 taxi review','','http://blog.glion.edu/jd1.html','36.248.166.203','2015-03-05 03:33:47','2015-03-05 03:33:47','<strong>air jordan 12 taxi review...</strong>\n\nof...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1098,264,'air yeezy replica quality','','http://gumballmag.com/jd4.html','36.248.169.0','2015-03-05 04:52:28','2015-03-05 04:52:28','<strong>air yeezy replica quality...</strong>\n\nplease...',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);
INSERT INTO `wp_comments` VALUES (1099,264,'luxury red bottom shoes men','','http://echoesandreflections.org/cl5.html','36.248.169.29','2015-03-05 08:03:51','2015-03-05 08:03:51','<strong>luxury red bottom shoes men...</strong>\n\nthe...',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);
INSERT INTO `wp_comments` VALUES (1100,264,'michael kors outlet uk store','','http://banfieldpongajuego.com.ar/mk10.html','36.248.169.0','2015-03-05 12:35:32','2015-03-05 12:35:32','<strong>michael kors outlet uk store...</strong>\n\nnine...',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);
INSERT INTO `wp_comments` VALUES (1101,264,'coach outlet in new zealand','','http://www.ruggedmaniac.com/coach1.htm','117.26.254.93','2015-03-05 18:15:42','2015-03-05 18:15:42','<strong>coach outlet in new zealand...</strong>\n\nthem...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1102,264,'2014 oakley sunglasses outlet uk store','','http://videos.globalwatchpro.com/okbnews4.html','36.248.169.57','2015-03-05 22:06:21','2015-03-05 22:06:21','<strong>2014 oakley sunglasses outlet uk store...</strong>\n\nseven...',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);
INSERT INTO `wp_comments` VALUES (1103,264,'cheap oakley sunglasses vip','','http://thefreeclinic.org/okbnews4.html','36.248.166.203','2015-03-06 00:06:57','2015-03-06 00:06:57','<strong>cheap oakley sunglasses vip...</strong>\n\nis...',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);
INSERT INTO `wp_comments` VALUES (1104,264,'michael kors outlet store locations ny','','http://kidoz.net/mk5.php','36.248.169.0','2015-03-06 02:07:51','2015-03-06 02:07:51','<strong>michael kors outlet store locations ny...</strong>\n\nme...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1105,264,'cyber monday christian louboutin cheap','','http://www.espressoamano.com/cl3.html','36.248.169.119','2015-03-06 03:21:46','2015-03-06 03:21:46','<strong>cyber monday christian louboutin cheap...</strong>\n\nsomeone...',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);
INSERT INTO `wp_comments` VALUES (1106,264,'buy michael kors handbags online india','','http://www.mzsk.hu:81/mkabelk1.html','36.248.162.216','2015-03-06 13:20:10','2015-03-06 13:20:10','<strong>buy michael kors handbags online india...</strong>\n\nelse...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1107,264,'nike free 3.0 running shoes review','','http://gumballmag.com/freerun4.html','36.250.186.155','2015-03-06 14:09:55','2015-03-06 14:09:55','<strong>nike free 3.0 running shoes review...</strong>\n\nlet...',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);
INSERT INTO `wp_comments` VALUES (1108,264,'michael kors handbags discount code','','http://echoesandreflections.org/mk14.html','36.248.169.0','2015-03-06 15:54:41','2015-03-06 15:54:41','<strong>michael kors handbags discount code...</strong>\n\nanyone...',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);
INSERT INTO `wp_comments` VALUES (1109,264,'new oakley sunglasses outlet','','http://blog.glion.edu/ok5.html','36.248.166.203','2015-03-06 20:53:58','2015-03-06 20:53:58','<strong>new oakley sunglasses outlet...</strong>\n\nas...',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);
INSERT INTO `wp_comments` VALUES (1110,264,'very cheap snapbacks hats','','http://www.kraud.de/hat5.htm','36.250.186.155','2015-03-07 03:28:42','2015-03-07 03:28:42','<strong>very cheap snapbacks hats...</strong>\n\nhe...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1111,264,'buy ray ban wayfarer singapore','','http://www.pawsibilitiesrescue.org/rb5.html','36.248.169.0','2015-03-07 05:27:05','2015-03-07 05:27:05','<strong>buy ray ban wayfarer singapore...</strong>\n\nher...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1112,264,'cheap louboutin shoes website review','','http://echoesandreflections.org/cl7.html','36.248.170.160','2015-03-07 06:37:05','2015-03-07 06:37:05','<strong>cheap louboutin shoes website review...</strong>\n\nseven...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1113,264,'oakley sunglasses cheap facebook','','http://buchanbushnursing.com.au/okaoutlettable2.html','36.248.166.203','2015-03-07 06:52:26','2015-03-07 06:52:26','<strong>oakley sunglasses cheap facebook...</strong>\n\none...',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);
INSERT INTO `wp_comments` VALUES (1114,264,'ray ban wayfarer folding review','','http://capitalfoodfight.org/rb1.html','36.248.169.0','2015-03-07 19:28:22','2015-03-07 19:28:22','<strong>ray ban wayfarer folding review...</strong>\n\nfour...',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);
INSERT INTO `wp_comments` VALUES (1115,264,'very cheap oakley sunglasses','','http://www.limitlesspublishing.net/okbnews5.html','36.248.166.203','2015-03-08 03:56:41','2015-03-08 03:56:41','<strong>very cheap oakley sunglasses...</strong>\n\nfive...',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);
INSERT INTO `wp_comments` VALUES (1116,264,'michael kors wallet wallet pix review','','http://www.charlesrichardson.fr/mk12.html','36.248.169.0','2015-03-08 09:06:32','2015-03-08 09:06:32','<strong>michael kors wallet wallet pix review...</strong>\n\notherwise...',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);
INSERT INTO `wp_comments` VALUES (1117,264,'oakley outlet store florida','','http://www.catedracosgaya.com.ar/ok10.html','36.248.166.203','2015-03-08 14:28:05','2015-03-08 14:28:05','<strong>oakley outlet store florida...</strong>\n\nthe...',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);
INSERT INTO `wp_comments` VALUES (1118,264,'gucci outlet store locations in ga','','http://www.espressoamano.com/gucci5.html','36.250.186.155','2015-03-08 20:43:21','2015-03-08 20:43:21','<strong>gucci outlet store locations in ga...</strong>\n\nten...',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);
INSERT INTO `wp_comments` VALUES (1119,264,'coach outlet web reviews','','http://www.burrowscgistudio.com/coach8.html','36.250.183.160','2015-03-09 14:10:16','2015-03-09 14:10:16','<strong>coach outlet web reviews...</strong>\n\nin...',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);
INSERT INTO `wp_comments` VALUES (1120,264,'ray ban outlet review','','http://www.fastlanekarting.com.au/rb1.php','36.250.186.186','2015-03-10 04:08:57','2015-03-10 04:08:57','<strong>ray ban outlet review...</strong>\n\nplease...',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);
INSERT INTO `wp_comments` VALUES (1121,264,'otterbox amazon iphone 5c','','http://www.otterbox-case.us/iphone-cases-c-138.html','221.175.208.55','2015-03-10 10:55:12','2015-03-10 10:55:12','<strong>otterbox amazon iphone 5c...</strong>\n\nphone...',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);
INSERT INTO `wp_comments` VALUES (1122,264,'michael kors outlet store in california','','http://spacecenter.org/mk4.html','36.250.186.186','2015-03-11 11:28:48','2015-03-11 11:28:48','<strong>michael kors outlet store in california...</strong>\n\nnine...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1123,264,'michael kors outlet store online reviews','','http://echoesandreflections.org/mk10.html','36.250.186.186','2015-03-11 22:12:06','2015-03-11 22:12:06','<strong>michael kors outlet store online reviews...</strong>\n\nmy...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1124,264,'michael kors bags cheap outlet','','http://banfieldpongajuego.com.ar/mk5.html','36.250.186.186','2015-03-12 08:35:06','2015-03-12 08:35:06','<strong>michael kors bags cheap outlet...</strong>\n\nanyone...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1125,264,'oakley sunglasses breadbox','','http://wordsasweapons.com/okbcabazonoutlets.html','36.250.186.51','2015-03-13 04:46:02','2015-03-13 04:46:02','<strong>oakley sunglasses breadbox...</strong>\n\nwere...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1126,264,'replica michael kors handbags wholesale','','http://echoesandreflections.org/mk2.html','36.250.186.186','2015-03-13 05:17:29','2015-03-13 05:17:29','<strong>replica michael kors handbags wholesale...</strong>\n\neight...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1127,264,'michael kors cheap leather bags','','http://www.charlesrichardson.fr/mk2.html','36.248.166.138','2015-03-13 12:42:22','2015-03-13 12:42:22','<strong>michael kors cheap leather bags...</strong>\n\nso...',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);
INSERT INTO `wp_comments` VALUES (1128,264,'shop 2015 cheap christian louboutin replica','','http://thefreeclinic.org/clapolyvore9.html','36.250.175.171','2015-03-13 13:32:51','2015-03-13 13:32:51','<strong>shop 2015 cheap christian louboutin replica...</strong>\n\nten...',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);
INSERT INTO `wp_comments` VALUES (1129,264,'cheap oakley sunglasses with cheap shipping','','http://www.karobardaily.com/ok15.html','36.248.169.173','2015-03-13 19:27:17','2015-03-13 19:27:17','<strong>cheap oakley sunglasses with cheap shipping...</strong>\n\nleft...',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);
INSERT INTO `wp_comments` VALUES (1130,264,'new oakley eyeglasses servo ox 1066','','http://www.charlesrichardson.fr/ok9.html','36.248.162.249','2015-03-13 20:18:15','2015-03-13 20:18:15','<strong>new oakley eyeglasses servo ox 1066...</strong>\n\ndo...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1131,264,'michael kors cheap 80%','','http://www.charlesrichardson.fr/mk11.html','36.248.166.138','2015-03-14 02:29:18','2015-03-14 02:29:18','<strong>michael kors cheap 80%...</strong>\n\nthey...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1132,264,'buy oakley sunglasses san francisco','','http://hibernianpub.com/okbnews4.html','36.250.185.188','2015-03-14 06:38:28','2015-03-14 06:38:28','<strong>buy oakley sunglasses san francisco...</strong>\n\nif...',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);
INSERT INTO `wp_comments` VALUES (1133,264,'michael kors outlet new orleans','','http://balonywloclawek.pl/wp-content/ooinex.html','36.248.170.25','2015-03-14 07:04:29','2015-03-14 07:04:29','<strong>michael kors outlet new orleans...</strong>\n\nthem...',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);
INSERT INTO `wp_comments` VALUES (1134,264,'buy oakley sunglasses with prescription','','http://thefreeclinic.org/okanews4.html','36.248.169.173','2015-03-14 19:14:28','2015-03-14 19:14:28','<strong>buy oakley sunglasses with prescription...</strong>\n\nher...',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);
INSERT INTO `wp_comments` VALUES (1135,264,'buy oakley sunglasses london','','http://echoesandreflections.org/ok4.html','36.250.185.188','2015-03-14 19:19:06','2015-03-14 19:19:06','<strong>buy oakley sunglasses london...</strong>\n\nthere...',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);
INSERT INTO `wp_comments` VALUES (1136,264,'oakley sunglasses with prescription online','','http://www.limitlesspublishing.net/okbamazon2.html','36.248.169.173','2015-03-15 06:42:36','2015-03-15 06:42:36','<strong>oakley sunglasses with prescription online...</strong>\n\nan...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1137,264,'cheap oakley sunglasses for men','','http://banfieldpongajuego.com.ar/ok1.html','36.250.185.188','2015-03-15 07:03:36','2015-03-15 07:03:36','<strong>cheap oakley sunglasses for men...</strong>\n\nthere...',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);
INSERT INTO `wp_comments` VALUES (1138,264,'best selling mens oakley sunglasses','','http://hibernianpub.com/okbnews2.html','36.250.185.188','2015-03-15 22:27:18','2015-03-15 22:27:18','<strong>best selling mens oakley sunglasses...</strong>\n\nhelp...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1139,264,'michael kors bags store','','http://www.wordsasweapons.com/mkmacys6.html','36.250.174.182','2015-03-16 08:02:49','2015-03-16 08:02:49','<strong>michael kors bags store...</strong>\n\nabout...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1140,264,'cheap christian louboutin outlet usa','','http://www.charlesrichardson.fr/cl4.html','36.250.182.147','2015-03-16 09:56:39','2015-03-16 09:56:39','<strong>cheap christian louboutin outlet usa...</strong>\n\nthree...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1141,264,'barneys new york louboutin shoes','','http://videos.globalwatchpro.com/clbebay3.html','36.248.161.156','2015-03-16 10:54:09','2015-03-16 10:54:09','<strong>barneys new york louboutin shoes...</strong>\n\nfive...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1142,264,'best price on prescription oakley sunglasses','','http://www.catedracosgaya.com.ar/ok14.html','175.44.33.204','2015-03-16 11:18:38','2015-03-16 11:18:38','<strong>best price on prescription oakley sunglasses...</strong>\n\nthe...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1143,264,'cheap coach gatwick to manchester','','http://www.burrowscgistudio.com/coach9.html','36.248.163.216','2015-03-16 11:20:07','2015-03-16 11:20:07','<strong>cheap coach gatwick to manchester...</strong>\n\notherwise...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1144,264,'christian louboutin sale discount','','http://banfieldpongajuego.com.ar/cl4.html','36.248.161.156','2015-03-17 00:56:43','2015-03-17 00:56:43','<strong>christian louboutin sale discount...</strong>\n\nthree...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1145,264,'cheap coach from birmingham to edinburgh','','http://www.burrowscgistudio.com/coach6.html','36.250.184.235','2015-03-17 13:26:25','2015-03-17 13:26:25','<strong>cheap coach from birmingham to edinburgh...</strong>\n\nwhich...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1146,264,'air jordan 8 cheap','','http://www.burrowscgistudio.com/jd8.html','36.250.184.173','2015-03-17 18:35:18','2015-03-17 18:35:18','<strong>air jordan 8 cheap...</strong>\n\nany...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1147,264,'oakley outlet','','https://thick-to-thin.com/ok2.html','36.250.186.100','2015-03-17 20:10:48','2015-03-17 20:10:48','<strong>oakley outlet...</strong>\n\nwill...',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);
INSERT INTO `wp_comments` VALUES (1148,264,'coach outlet carlsbad online','','http://www.burrowscgistudio.com/coach10.html','36.250.174.221','2015-03-18 07:16:54','2015-03-18 07:16:54','<strong>coach outlet carlsbad online...</strong>\n\nwhere...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1149,264,'oakley sunglasses cheap 20 dollars','','http://www.mtmag.com.au/ok3.html','36.250.186.100','2015-03-19 01:03:13','2015-03-19 01:03:13','<strong>oakley sunglasses cheap 20 dollars...</strong>\n\nfour...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1150,264,'new air jordan 4 columbia','','http://www.burrowscgistudio.com/jd4.html','36.250.185.33','2015-03-19 03:17:44','2015-03-19 03:17:44','<strong>new air jordan 4 columbia...</strong>\n\nsome...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1151,264,'best replica coach handbags','','http://www.burrowscgistudio.com/coach4.html','36.248.171.53','2015-03-19 12:36:29','2015-03-19 12:36:29','<strong>best replica coach handbags...</strong>\n\nwas...',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);
INSERT INTO `wp_comments` VALUES (1152,264,'cheap authentic christian louboutin shoes','','http://echoesandreflections.org/cl4.html','36.250.186.140','2015-03-19 21:06:49','2015-03-19 21:06:49','<strong>cheap authentic christian louboutin shoes...</strong>\n\nright...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1153,264,'christian louboutin boots for sale','','http://thefreeclinic.org/claebay8.html','36.248.168.158','2015-03-20 04:00:05','2015-03-20 04:00:05','<strong>christian louboutin boots for sale...</strong>\n\ndo...',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);
INSERT INTO `wp_comments` VALUES (1154,264,'coach outlet store maryland','','http://www.jacques-lemans.us/coach5.html','36.248.170.83','2015-03-20 05:55:14','2015-03-20 05:55:14','<strong>coach outlet store maryland...</strong>\n\nas...',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);
INSERT INTO `wp_comments` VALUES (1155,264,'breplica christian louboutin shoes online sale','','http://www.biofarma.co.id/cl2.html','36.248.168.201','2015-03-20 07:16:27','2015-03-20 07:16:27','<strong>breplica christian louboutin shoes online sale...</strong>\n\nnine...',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);
INSERT INTO `wp_comments` VALUES (1156,264,'coach outlet store backpacks','','http://www.espressoamano.com/coach2.html','36.248.170.114','2015-03-20 07:23:09','2015-03-20 07:23:09','<strong>coach outlet store backpacks...</strong>\n\nfour...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1157,264,'discount louboutin shoes 2012','','http://www.tncoalitions.org/zhouaclindex.html','36.248.165.56','2015-03-20 11:13:32','2015-03-20 11:13:32','<strong>discount louboutin shoes 2012...</strong>\n\nleft...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1158,264,'popular christian louboutin shoes','','http://www.rapfrancuski.pl/clbebay1.html','36.248.168.158','2015-03-20 13:17:45','2015-03-20 13:17:45','<strong>popular christian louboutin shoes...</strong>\n\nmy...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1159,264,'coach outlet store printable coupons','','http://www.catedracosgaya.com.ar/coach3.html','36.248.165.236','2015-03-20 16:58:15','2015-03-20 16:58:15','<strong>coach outlet store printable coupons...</strong>\n\nnight...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1160,264,'cheap louboutin boots','','http://echoesandreflections.org/cl10.html','36.248.168.201','2015-03-20 16:59:56','2015-03-20 16:59:56','<strong>cheap louboutin boots...</strong>\n\nhere...',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);
INSERT INTO `wp_comments` VALUES (1161,264,'cheap coach heathrow airport','','http://www.awvfts.com/coach1.htm','36.248.162.36','2015-03-20 17:18:13','2015-03-20 17:18:13','<strong>cheap coach heathrow airport...</strong>\n\nis...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1162,264,'fake gucci new york','','http://www.catedracosgaya.com.ar/gucci5.html','36.250.175.111','2015-03-20 21:08:34','2015-03-20 21:08:34','<strong>fake gucci new york...</strong>\n\nso...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1163,264,'cheap oakley glasses usa','','http://thefreeclinic.org/okaeyewearoutlet8.html','36.248.162.141','2015-03-21 00:21:08','2015-03-21 00:21:08','<strong>cheap oakley glasses usa...</strong>\n\nright...',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);
INSERT INTO `wp_comments` VALUES (1164,264,'nike free 4.0 womens review','','http://hibernianpub.com/freerun1.php','36.250.174.144','2015-03-21 03:24:16','2015-03-21 03:24:16','<strong>nike free 4.0 womens review...</strong>\n\notherwise...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1165,264,'michael kors cheap fake bags','','http://wordsasweapons.com/mkb6pm7.html','36.250.175.111','2015-03-21 07:29:13','2015-03-21 07:29:13','<strong>michael kors cheap fake bags...</strong>\n\nwhy...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1166,264,'air max 1 hold tight buy','','http://www.burrowscgistudio.com/airmax9.html','36.250.174.139','2015-03-21 10:59:16','2015-03-21 10:59:16','<strong>air max 1 hold tight buy...</strong>\n\ndo...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1167,264,'cheap coach travel to wales','','http://www.genome-engineering.org/coach1.htm','36.250.174.144','2015-03-21 12:55:49','2015-03-21 12:55:49','<strong>cheap coach travel to wales...</strong>\n\nmy...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1168,264,'michael kors outlet online shopping canada','','http://www.wordsasweapons.com/mkioffer1.html','36.248.169.2','2015-03-21 17:08:43','2015-03-21 17:08:43','<strong>michael kors outlet online shopping canada...</strong>\n\nif...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1169,264,'cheap coach earrings','','http://www.burrowscgistudio.com/coach7.html','36.248.168.163','2015-03-21 19:18:52','2015-03-21 19:18:52','<strong>cheap coach earrings...</strong>\n\nhow...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1170,264,'christian louboutin outlet online 2013','','http://www.burrowscgistudio.com/cl6.html','36.250.185.163','2015-03-22 01:38:03','2015-03-22 01:38:03','<strong>christian louboutin outlet online 2013...</strong>\n\nnine...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1171,264,'michael kors bags new arrivals 2012','','http://www.wordsasweapons.com/mkdillards8.html','36.248.169.2','2015-03-22 02:09:18','2015-03-22 02:09:18','<strong>michael kors bags new arrivals 2012...</strong>\n\nwere...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1172,264,'replica christian louboutin shoes for sale','','http://www.burrowscgistudio.com/cl1.html','36.250.174.139','2015-03-22 05:19:33','2015-03-22 05:19:33','<strong>replica christian louboutin shoes for sale...</strong>\n\nother...',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);
INSERT INTO `wp_comments` VALUES (1173,264,'michael kors outlet flemington new jersey','','http://banfieldpongajuego.com.ar/mk9.html','36.248.169.2','2015-03-22 11:05:30','2015-03-22 11:05:30','<strong>michael kors outlet flemington new jersey...</strong>\n\nright...',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);
INSERT INTO `wp_comments` VALUES (1174,264,'cheap coach ski trips','','http://www.jacques-lemans.us/coach3.html','36.248.165.236','2015-03-22 16:07:28','2015-03-22 16:07:28','<strong>cheap coach ski trips...</strong>\n\neight...',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);
INSERT INTO `wp_comments` VALUES (1175,264,'christian louboutin sneakers buy online','','http://echoesandreflections.org/cl13.html','36.250.185.163','2015-03-22 19:21:32','2015-03-22 19:21:32','<strong>christian louboutin sneakers buy online...</strong>\n\ncould...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1176,264,'red bottom shoes online outlet','','https://austindeafclub.org/cl2.html','36.250.174.139','2015-03-22 23:53:49','2015-03-22 23:53:49','<strong>red bottom shoes online outlet...</strong>\n\non...',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);
INSERT INTO `wp_comments` VALUES (1177,264,'oakley sunglasses cheap in uk','','http://echoesandreflections.org/ok5.html','36.248.168.92','2015-03-23 02:32:08','2015-03-23 02:32:08','<strong>oakley sunglasses cheap in uk...</strong>\n\nabove...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1178,264,'michael kors wallet cheap','','http://www.mtmag.com.au/mk9.php','36.250.183.80','2015-03-23 08:06:47','2015-03-23 08:06:47','<strong>michael kors wallet cheap...</strong>\n\nlike...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1179,264,'christian louboutin replica cheap','','http://www.burrowscgistudio.com/cl7.html','36.250.174.139','2015-03-23 18:19:50','2015-03-23 18:19:50','<strong>christian louboutin replica cheap...</strong>\n\non...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1180,264,'christian louboutin slingbacks official shop','','http://www.limitlesspublishing.net/clbebay3.html','36.250.185.163','2015-03-24 05:42:56','2015-03-24 05:42:56','<strong>christian louboutin slingbacks official shop...</strong>\n\nwhich...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1181,264,'nike air max 90 limited edition','','http://www.groutube.net/airmax5.php','36.250.174.139','2015-03-24 09:41:19','2015-03-24 09:41:19','<strong>nike air max 90 limited edition...</strong>\n\none...',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);
INSERT INTO `wp_comments` VALUES (1182,264,'buy louboutin shoes in india','','http://hibernianpub.com/clbebay1.html','36.248.170.103','2015-03-24 12:10:55','2015-03-24 12:10:55','<strong>buy louboutin shoes in india...</strong>\n\nnight...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1183,264,'best oakley sunglasses for motorcycle','','http://www.puterea-creatiei.ro/ok9.html','36.248.169.185','2015-03-24 13:05:44','2015-03-24 13:05:44','<strong>best oakley sunglasses for motorcycle...</strong>\n\nlet...',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);
INSERT INTO `wp_comments` VALUES (1184,264,'cheap air max shoes online','','http://newurbanmechanics.org/airmax1.htm','36.248.162.252','2015-03-24 17:20:06','2015-03-24 17:20:06','<strong>cheap air max shoes online...</strong>\n\nabove...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1185,264,'christian louboutin slingbacks cheap 1','','http://wordsasweapons.com/clbebay2.html','36.250.174.139','2015-03-25 03:48:56','2015-03-25 03:48:56','<strong>christian louboutin slingbacks cheap 1...</strong>\n\nas...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1186,264,'coach outlet online grand prairie','','http://www.burrowscgistudio.com/coach2.html','36.248.165.236','2015-03-25 04:20:38','2015-03-25 04:20:38','<strong>coach outlet online grand prairie...</strong>\n\nseven...',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);
INSERT INTO `wp_comments` VALUES (1187,264,'oakley sunglasses lenses flak','','http://www.mtmag.com.au/ok8.php','36.248.169.185','2015-03-25 15:07:37','2015-03-25 15:07:37','<strong>oakley sunglasses lenses flak...</strong>\n\neight...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1188,264,'cheap christian louboutin shoes outlet','','http://hibernianpub.com/clbebay5.html','36.248.170.243','2015-03-26 01:37:09','2015-03-26 01:37:09','<strong>cheap christian louboutin shoes outlet...</strong>\n\nin...',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);
INSERT INTO `wp_comments` VALUES (1189,264,'cheap oakley sunglasses sale co uk','','http://www.fastlanekarting.com.au/ok1.htm','36.248.169.185','2015-03-26 03:07:50','2015-03-26 03:07:50','<strong>cheap oakley sunglasses sale co uk...</strong>\n\nhe...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1190,264,'christian louboutin sandals store','','http://www.limitlesspublishing.net/clbebay5.html','58.22.157.112','2015-03-26 12:25:58','2015-03-26 12:25:58','<strong>christian louboutin sandals store...</strong>\n\nten...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1191,264,'cheap louboutin boots','','http://www.tncoalitions.org/zhclindex.html','36.248.169.95','2015-03-26 15:19:48','2015-03-26 15:19:48','<strong>cheap louboutin boots...</strong>\n\nand...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1192,264,'best replica oakley sunglasses','','http://www.thesoccerstore.co.uk/ok5.php','36.250.186.169','2015-03-26 15:35:10','2015-03-26 15:35:10','<strong>best replica oakley sunglasses...</strong>\n\nright...',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);
INSERT INTO `wp_comments` VALUES (1193,264,'michael kors handbags discount codes','','http://www.publiccharters.com/ooinex.html','36.248.166.189','2015-03-26 16:10:50','2015-03-26 16:10:50','<strong>michael kors handbags discount codes...</strong>\n\ndo...',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);
INSERT INTO `wp_comments` VALUES (1194,264,'christian louboutin shoes quality are stable','','http://www.salonbaghdad.ro/clebay4.html','36.250.182.124','2015-03-27 06:48:08','2015-03-27 06:48:08','<strong>christian louboutin shoes quality are stable...</strong>\n\nmore...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1195,264,'cheap gucci shoes for sale','','http://www.burrowscgistudio.com/gucci6.html','58.22.157.159','2015-03-27 08:16:09','2015-03-27 08:16:09','<strong>cheap gucci shoes for sale...</strong>\n\nsome...',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);
INSERT INTO `wp_comments` VALUES (1196,264,'christian louboutin cheap louboutin loafers','','http://www.salonbaghdad.ro/clebay3.html','36.248.166.151','2015-03-27 16:44:29','2015-03-27 16:44:29','<strong>christian louboutin cheap louboutin loafers...</strong>\n\ncan...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1197,264,'michael kors outlet online store sale','','http://www.rapfrancuski.pl/mkb6pm4.html','36.250.186.7','2015-03-28 09:41:22','2015-03-28 09:41:22','<strong>michael kors outlet online store sale...</strong>\n\ndid...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1198,264,'oakley sunglasses holbrook woman','','http://ziolekatelier.pl/ok9.html','36.248.168.17','2015-03-28 16:11:40','2015-03-28 16:11:40','<strong>oakley sunglasses holbrook woman...</strong>\n\nwill...',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);
INSERT INTO `wp_comments` VALUES (1199,264,'michael kors outlet store montreal','','http://www.chillijampartyzenekar.hu/mkinex.php','36.250.186.7','2015-03-28 21:01:46','2015-03-28 21:01:46','<strong>michael kors outlet store montreal...</strong>\n\ndid...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1200,264,'michael kors bags in usa wholesale','','http://www.mzsk.hu:81/mkaamazon7.html','36.250.186.7','2015-03-29 06:12:52','2015-03-29 06:12:52','<strong>michael kors bags in usa wholesale...</strong>\n\nplease...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1201,264,'cheap oakley sunglasses 2013','','http://thefreeclinic.org/okbbackcountry1.html','36.248.168.17','2015-03-29 12:54:32','2015-03-29 12:54:32','<strong>cheap oakley sunglasses 2013...</strong>\n\nher...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1202,264,'cheap michael kors crossbody bags 028','','http://www.groutube.net/mk5.php','36.250.186.7','2015-03-29 16:38:32','2015-03-29 16:38:32','<strong>cheap michael kors crossbody bags 028...</strong>\n\nleft...',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);
INSERT INTO `wp_comments` VALUES (1203,264,'buy cheap air yeezy 2','','http://hibernianpub.com/jd1.php','36.250.186.7','2015-03-30 01:13:01','2015-03-30 01:13:01','<strong>buy cheap air yeezy 2...</strong>\n\nlet...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1204,264,'michael kors bags online london','','http://www.burrowscgistudio.com/mk10.html','36.248.166.133','2015-03-31 01:29:24','2015-03-31 01:29:24','<strong>michael kors bags online london...</strong>\n\nlike...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1205,264,'michael kors wallet reviews','','http://www.chillijampartyzenekar.hu/mlinex.php','36.248.166.133','2015-04-01 13:31:31','2015-04-01 13:31:31','<strong>michael kors wallet reviews...</strong>\n\ncan...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1206,264,'where to buy genuine louboutin shoes','','http://thefreeclinic.org/clbebay5.html','36.248.166.133','2015-04-02 10:42:13','2015-04-02 10:42:13','<strong>where to buy genuine louboutin shoes...</strong>\n\nsome...',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);
INSERT INTO `wp_comments` VALUES (1207,264,'http://www.brandizing.co/freerun1.html','','http://www.brandizing.co/freerun1.html','36.248.170.241','2015-04-02 10:47:40','2015-04-02 10:47:40','<strong>http://www.brandizing.co/freerun1.html...</strong>\n\ncould...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1208,264,'oakley sunglasses 2012 review','','http://www.ordinecostantiniano.it/ok8.php','36.248.169.51','2015-04-03 04:35:52','2015-04-03 04:35:52','<strong>oakley sunglasses 2012 review...</strong>\n\none...',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);
INSERT INTO `wp_comments` VALUES (1209,264,'http://www.cqssvw.com/bbs/dispbbs.asp?boardid=2&amp;Id=406','','http://www.cqssvw.com/bbs/dispbbs.asp?boardid=2&amp;Id=406','36.248.162.69','2015-05-05 06:19:21','2015-05-05 06:19:21','<strong>http://www.cqssvw.com/bbs/dispbbs.asp?boardid=2...</strong>\n\n3dvbcnhzngbe14i3g23zvbne2bmkwvsbhkwvdzvbnf8chyuzvscmyuwcsmhwe...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1210,264,'http://naijalounge.com/lluggg825/blog/along-with-some-of-her-ha/','','http://naijalounge.com/lluggg825/blog/along-with-some-of-her-ha/','36.248.162.69','2015-05-05 16:07:01','2015-05-05 16:07:01','<strong>http://naijalounge.com/lluggg825/blog/along-with-some-of-her-ha/...</strong>\n\ndffdnhwenebec423v23xcdfe2cmkwvdbhkwvszcbff2bmyuzcrcmkwcsnbz...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1211,264,'http://myryqwr.metroblog.com/ance_is_bliss!_once_you_k','','http://myryqwr.metroblog.com/ance_is_bliss!_once_you_k','36.248.162.69','2015-05-06 01:33:24','2015-05-06 01:33:24','<strong>http://myryqwr.metroblog.com/ance_is_bliss!_once_you_k...</strong>\n\nddvbcnhwenebw1423g2xxcdnf2bmkwvsbmyuzvazcdfe8bhyuwv1bhkzvsnhz...',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);
INSERT INTO `wp_comments` VALUES (1212,264,'http://blog.autogoer.com/qieong/around-fail-packers','','http://blog.autogoer.com/qieong/around-fail-packers','36.248.162.69','2015-05-06 10:21:54','2015-05-06 10:21:54','<strong>http://blog.autogoer.com/qieong/around-fail-packers...</strong>\n\ndffdnhwengbecy23vf3zcbnf8bmkzcdbmyuwcszvdnf8chkzcabmkzvsmhz...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1213,264,'http://www.aduun.com/member/blog_post_view.php?postId=145612','','http://www.aduun.com/member/blog_post_view.php?postId=145612','36.248.162.69','2015-05-06 20:14:19','2015-05-06 20:14:19','<strong>http://www.aduun.com/member/blog_post_view.php?postId=145612...</strong>\n\n3fvbcmbznejec423v23xcbfe2cmyuzvschkwcrzvdfe8bhyuwvdbhkzvdmbwe...',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);
INSERT INTO `wp_comments` VALUES (1214,264,'http://www.allinpokerseries.com/All-In-Poker-Series-Forum/modules/newbb/viewtopic.php?topic_id=61638&amp;start=0#forumpost80715','','http://www.allinpokerseries.com/All-In-Poker-Series-Forum/modules/newbb/viewtopic.php?topic_id=61638&amp;start=0#forumpost80715','36.248.162.69','2015-05-07 14:45:26','2015-05-07 14:45:26','<strong>http://www.allinpokerseries.com/All-In-Poker-Series-Forum/modules/newbb/viewtopic.php?topic_id=61638&amp;start=0#forumpost80715...</strong>\n\n3fvbcmhwenejw142svfxzvdfe8bmkwc1cmkzcszcdfe2bmyuzcdcmkzcrmhwe...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1215,264,'http://tropicalshadespr.com/index.php?option=com_ccboard&amp;view=postlist&amp;forum=2&amp;topic=9444&amp;Itemid=','','http://tropicalshadespr.com/index.php?option=com_ccboard&amp;view=postlist&amp;forum=2&amp;topic=9444&amp;Itemid=','36.248.162.69','2015-05-07 23:18:39','2015-05-07 23:18:39','<strong>http://tropicalshadespr.com/index.php?option=com_ccboard&amp;view=postlist&amp;forum=2&amp;topic=9444&amp;Itemid=...</strong>\n\ndffdnhwefebw1423g23xcdff2chkwcsbhkzc1xcbne8bmkzvschyuzv1mhz...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1216,264,'http://aceshardware.freeforums.org/average-sale-price-for-a-townh-t26186.html','','http://aceshardware.freeforums.org/average-sale-price-for-a-townh-t26186.html','36.248.162.69','2015-05-08 09:34:49','2015-05-08 09:34:49','<strong>http://aceshardware.freeforums.org/average-sale-price-for-a-townh-t26186.html...</strong>\n\n3dfdnbwefgjwcyisvfxxvbfe8chyuwcscmyuwc1zcdne8bmyuwc1bhkwc1mhz...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1217,264,'http://www.microscreen.cn/bbs/dispbbs.asp?boardid=5&amp;Id=94017','','http://www.microscreen.cn/bbs/dispbbs.asp?boardid=5&amp;Id=94017','36.248.162.69','2015-05-08 20:00:27','2015-05-08 20:00:27','<strong>http://www.microscreen.cn/bbs/dispbbs.asp?boardid=5&amp;Id=94017...</strong>\n\n3dvbcmbzfgbecyi3vfxzcdnf2cmyuwcsbmkwcrzcdff2bmkzvacmyuwc1mhwe...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1218,264,'http://dexter.leforum.tv/t54891-sample-arrived-protected.htm#p58230','','http://dexter.leforum.tv/t54891-sample-arrived-protected.htm#p58230','36.248.162.69','2015-05-09 04:34:10','2015-05-09 04:34:10','<strong>http://dexter.leforum.tv/t54891-sample-arrived-protected.htm#p58230...</strong>\n\nddvbcnbzngjecyi3vfxzvdnf8bmkwcabhyuwv1xcbnf2chkwcrbmkzcsnhz...',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);
INSERT INTO `wp_comments` VALUES (1219,264,'http://www.gamr15.com/chishoes/note/27904/found-in-chi-hair-straightener.html','','http://www.gamr15.com/chishoes/note/27904/found-in-chi-hair-straightener.html','36.248.162.69','2015-05-09 13:30:15','2015-05-09 13:30:15','<strong>http://www.gamr15.com/chishoes/note/27904/found-in-chi-hair-straightener.html...</strong>\n\nddfdmbzfejwc423g23xvdne2chkwcdchkwc4xvdff2chyuwc1chyuzcsnhz...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1220,264,'http://blog.qooza.hk/atalan09?eid=27717709','','http://blog.qooza.hk/atalan09?eid=27717709','36.248.162.69','2015-05-09 21:44:40','2015-05-09 21:44:40','<strong>http://blog.qooza.hk/atalan09?eid=27717709...</strong>\n\n3fvbcmhwefgbecy23g23zcbne2cmkzcsbhkwc1zcdne2bhyuwcsbmkwvsnbz...',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);
INSERT INTO `wp_comments` VALUES (1221,264,'http://blog.belletoday.com.ph/lluggg829/1295890/the-university-of-wisconsin.html','','http://blog.belletoday.com.ph/lluggg829/1295890/the-university-of-wisconsin.html','36.248.162.69','2015-05-10 05:27:50','2015-05-10 05:27:50','<strong>http://blog.belletoday.com.ph/lluggg829/1295890/the-university-of-wisconsin.html...</strong>\n\n3dfdnhznebecyisv23xvdnf2cmkzc4bhkwvdzvdne8bhkwc4cmkwvsmhz...',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);
INSERT INTO `wp_comments` VALUES (1222,264,'http://atalan10.seesaa.net/article/418511484.html','','http://atalan10.seesaa.net/article/418511484.html','36.248.162.69','2015-05-10 15:34:56','2015-05-10 15:34:56','<strong>http://atalan10.seesaa.net/article/418511484.html...</strong>\n\n3fvbcmhwengbecy2svf3xvbne8bmyuzvrcmyuwvszcbff8bhyuwvsbhyuwvrmbwe...',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);
INSERT INTO `wp_comments` VALUES (1223,264,'http://www.jointsurgery.com.cn/bbs/dispbbs.asp?boardid=2&amp;Id=22126','','http://www.jointsurgery.com.cn/bbs/dispbbs.asp?boardid=2&amp;Id=22126','36.248.162.69','2015-05-11 00:44:37','2015-05-11 00:44:37','<strong>http://www.jointsurgery.com.cn/bbs/dispbbs.asp?boardid=2&amp;Id=22126...</strong>\n\n3fvbcnhznebwcy2sg23zvdfe2bhkzcschyuzvsxvbff2chyuzcrcmkwcsnbwe...',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);
INSERT INTO `wp_comments` VALUES (1224,264,'http://bbs.21dianyuan.com/215980.html','','http://bbs.21dianyuan.com/215980.html','36.248.162.69','2015-05-11 22:15:40','2015-05-11 22:15:40','<strong>http://bbs.21dianyuan.com/215980.html...</strong>\n\n3fvbcmbzfeje1y23v23xcbnf8chyuzvdbhkzcszcbff8bmkzc1bhyuzvsnbwe...',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);
INSERT INTO `wp_comments` VALUES (1225,264,'http://www.franchiseselection.com.au/beatsbydre/Light-Green-Beats-By-Dre-Studio-High-Definition-Headphone-XoEd2.html','','http://www.franchiseselection.com.au/beatsbydre/Light-Green-Beats-By-Dre-Studio-High-Definition-Headphone-XoEd2.html','175.44.34.84','2015-06-12 12:57:38','2015-06-12 12:57:38','<strong>http://www.franchiseselection.com.au/beatsbydre/Light-Green-Beats-By-Dre-Studio-High-Definition-Headphone-XoEd2.html...</strong>\n\nof...',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);
INSERT INTO `wp_comments` VALUES (1226,264,'http://mercurymediaservices.co.uk/oakley/Oakley-Radar-Path-Polished-Black-Grey-Sunglasses-pgKTBn9nGCxunOzxUf.html','','http://mercurymediaservices.co.uk/oakley/Oakley-Radar-Path-Polished-Black-Grey-Sunglasses-pgKTBn9nGCxunOzxUf.html','175.44.34.84','2015-06-12 23:25:21','2015-06-12 23:25:21','<strong>http://mercurymediaservices.co.uk/oakley/Oakley-Radar-Path-Polished-Black-Grey-Sunglasses-pgKTBn9nGCxunOzxUf.html...</strong>\n\nwill...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1227,264,'http://sport-all.eu/beatsbydre/Skull-Black-Beats-By-Dre-Studio-High-Definition-Headphone-ps8ix.html','','http://sport-all.eu/beatsbydre/Skull-Black-Beats-By-Dre-Studio-High-Definition-Headphone-ps8ix.html','175.44.34.84','2015-06-13 09:30:54','2015-06-13 09:30:54','<strong>http://sport-all.eu/beatsbydre/Skull-Black-Beats-By-Dre-Studio-High-Definition-Headphone-ps8ix.html...</strong>\n\nleft...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1228,264,'http://www.franchiseselection.com.au/beatsbydre/Power-Red-Hanging-Headphone-CuogvjRLM9ZPfTjJT.html','','http://www.franchiseselection.com.au/beatsbydre/Power-Red-Hanging-Headphone-CuogvjRLM9ZPfTjJT.html','175.44.34.84','2015-06-13 19:43:10','2015-06-13 19:43:10','<strong>http://www.franchiseselection.com.au/beatsbydre/Power-Red-Hanging-Headphone-CuogvjRLM9ZPfTjJT.html...</strong>\n\ndid...',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);
INSERT INTO `wp_comments` VALUES (1229,264,'http://www.emisco.eu/nike-free-run-leopard-orange-RqUnJnqXv7.html','','http://www.emisco.eu/nike-free-run-leopard-orange-RqUnJnqXv7.html','175.44.34.84','2015-06-14 05:38:40','2015-06-14 05:38:40','<strong>http://www.emisco.eu/nike-free-run-leopard-orange-RqUnJnqXv7.html...</strong>\n\nlike...',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);
INSERT INTO `wp_comments` VALUES (1230,264,'http://www.q4-consulting.com/christianlouboutin/Louboutin-Daffodile-160mm-Green-Multicolor-LkJ7bkpkqzNt6Qh.html','','http://www.q4-consulting.com/christianlouboutin/Louboutin-Daffodile-160mm-Green-Multicolor-LkJ7bkpkqzNt6Qh.html','175.44.34.84','2015-06-14 15:51:42','2015-06-14 15:51:42','<strong>http://www.q4-consulting.com/christianlouboutin/Louboutin-Daffodile-160mm-Green-Multicolor-LkJ7bkpkqzNt6Qh.html...</strong>\n\nthree...',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);
INSERT INTO `wp_comments` VALUES (1231,264,'http://www.khyi.com/nikefree/Nike-Free-3-V4-Trainers-Dark-Green-Spring-Bud-Lime-Platinum-Mens-6fwJUi4roON2tQ.html','','http://www.khyi.com/nikefree/Nike-Free-3-V4-Trainers-Dark-Green-Spring-Bud-Lime-Platinum-Mens-6fwJUi4roON2tQ.html','175.44.34.84','2015-06-15 01:33:06','2015-06-15 01:33:06','<strong>http://www.khyi.com/nikefree/Nike-Free-3-V4-Trainers-Dark-Green-Spring-Bud-Lime-Platinum-Mens-6fwJUi4roON2tQ.html...</strong>\n\nbe...',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);
INSERT INTO `wp_comments` VALUES (1232,264,'http://www.carolkamiri.com/cheapsunglasses/fake-sunglasses-carrera-ovRollEWn.html','','http://www.carolkamiri.com/cheapsunglasses/fake-sunglasses-carrera-ovRollEWn.html','175.44.34.84','2015-06-15 11:10:29','2015-06-15 11:10:29','<strong>http://www.carolkamiri.com/cheapsunglasses/fake-sunglasses-carrera-ovRollEWn.html...</strong>\n\nwas...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1233,264,'http://www.khyi.com/nikefree/Nike-Free-7-V2-Womens-Running-Shoe-gray-pink-bCy4pVfAj1T.html','','http://www.khyi.com/nikefree/Nike-Free-7-V2-Womens-Running-Shoe-gray-pink-bCy4pVfAj1T.html','175.44.34.84','2015-06-15 21:26:37','2015-06-15 21:26:37','<strong>http://www.khyi.com/nikefree/Nike-Free-7-V2-Womens-Running-Shoe-gray-pink-bCy4pVfAj1T.html...</strong>\n\nis...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1234,264,'http://showbizzmagazin.com/nikeairmax/Mens-Roshe-Run-Casual-Shoes-Palm-Trees-X8gUHOUaQ5mWMD2ygI.html','','http://showbizzmagazin.com/nikeairmax/Mens-Roshe-Run-Casual-Shoes-Palm-Trees-X8gUHOUaQ5mWMD2ygI.html','175.44.34.84','2015-06-16 08:15:13','2015-06-16 08:15:13','<strong>http://showbizzmagazin.com/nikeairmax/Mens-Roshe-Run-Casual-Shoes-Palm-Trees-X8gUHOUaQ5mWMD2ygI.html...</strong>\n\nfive...',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);
INSERT INTO `wp_comments` VALUES (1235,264,'http://www.fablabbcn.org/cheapshoes/cheap-trainers-size-7-Ot5lDfm.html','','http://www.fablabbcn.org/cheapshoes/cheap-trainers-size-7-Ot5lDfm.html','175.44.34.84','2015-06-16 18:33:54','2015-06-16 18:33:54','<strong>http://www.fablabbcn.org/cheapshoes/cheap-trainers-size-7-Ot5lDfm.html...</strong>\n\nme...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1236,264,'http://www.lornescots.ca/association/Jordan-11-Low-GS-Sale-m2qlEas.html','','http://www.lornescots.ca/association/Jordan-11-Low-GS-Sale-m2qlEas.html','175.44.34.84','2015-06-17 04:15:03','2015-06-17 04:15:03','<strong>http://www.lornescots.ca/association/Jordan-11-Low-GS-Sale-m2qlEas.html...</strong>\n\nother...',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);
INSERT INTO `wp_comments` VALUES (1237,264,'http://benandhopeweddings.com.au/nikefree/nike-free-run-womens-5-0-4i328J74yj6SDs0I.html','','http://benandhopeweddings.com.au/nikefree/nike-free-run-womens-5-0-4i328J74yj6SDs0I.html','175.44.34.84','2015-06-17 14:36:33','2015-06-17 14:36:33','<strong>http://benandhopeweddings.com.au/nikefree/nike-free-run-womens-5-0-4i328J74yj6SDs0I.html...</strong>\n\nnine...',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);
INSERT INTO `wp_comments` VALUES (1238,264,'http://www.gageit.org/rayban/Ray-Ban-Aviator-Sunglasses-Gold-Brown-Mirror-RB-3025-112-93-lhbkyvS6yEEqMeclv.html','','http://www.gageit.org/rayban/Ray-Ban-Aviator-Sunglasses-Gold-Brown-Mirror-RB-3025-112-93-lhbkyvS6yEEqMeclv.html','175.44.34.84','2015-06-18 00:40:15','2015-06-18 00:40:15','<strong>http://www.gageit.org/rayban/Ray-Ban-Aviator-Sunglasses-Gold-Brown-Mirror-RB-3025-112-93-lhbkyvS6yEEqMeclv.html...</strong>\n\nhere...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1239,264,'http://www.feinkost-import.eu/replica-shoes-free-shipping-03ncHFcDT9l9P.html','','http://www.feinkost-import.eu/replica-shoes-free-shipping-03ncHFcDT9l9P.html','175.44.34.84','2015-06-18 10:56:43','2015-06-18 10:56:43','<strong>http://www.feinkost-import.eu/replica-shoes-free-shipping-03ncHFcDT9l9P.html...</strong>\n\nwhere...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1240,264,'http://www.magdarzymanek.net/cheapshoes/cheap-shoes-uk-xx4vHjsXwSN6FBdxew.html','','http://www.magdarzymanek.net/cheapshoes/cheap-shoes-uk-xx4vHjsXwSN6FBdxew.html','175.44.34.84','2015-06-18 21:05:15','2015-06-18 21:05:15','<strong>http://www.magdarzymanek.net/cheapshoes/cheap-shoes-uk-xx4vHjsXwSN6FBdxew.html...</strong>\n\nlet...',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);
INSERT INTO `wp_comments` VALUES (1241,264,'http://www.lumaccanopies.co.uk/cheaphandbags/buy-cheap-luggage-boston-azS72pRrQXZ8Zh.html','','http://www.lumaccanopies.co.uk/cheaphandbags/buy-cheap-luggage-boston-azS72pRrQXZ8Zh.html','175.44.34.84','2015-06-19 07:13:59','2015-06-19 07:13:59','<strong>http://www.lumaccanopies.co.uk/cheaphandbags/buy-cheap-luggage-boston-azS72pRrQXZ8Zh.html...</strong>\n\nwhich...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1242,264,'http://www.gigantic-idea.com/christianlouboutin/Louboutin-Figurina-140mm-Black-UZiYpOMA1dEcPbQtDQ.html','','http://www.gigantic-idea.com/christianlouboutin/Louboutin-Figurina-140mm-Black-UZiYpOMA1dEcPbQtDQ.html','175.44.34.84','2015-06-19 17:37:14','2015-06-19 17:37:14','<strong>http://www.gigantic-idea.com/christianlouboutin/Louboutin-Figurina-140mm-Black-UZiYpOMA1dEcPbQtDQ.html...</strong>\n\nsix...',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);
INSERT INTO `wp_comments` VALUES (1243,264,'http://bardotstylefile.com.au/nikefree/Nike-Free-4-V3-Running-Shoes-For-Women-Green-White-FWmh1dS15wY.html','','http://bardotstylefile.com.au/nikefree/Nike-Free-4-V3-Running-Shoes-For-Women-Green-White-FWmh1dS15wY.html','175.44.34.84','2015-06-20 03:59:34','2015-06-20 03:59:34','<strong>http://bardotstylefile.com.au/nikefree/Nike-Free-4-V3-Running-Shoes-For-Women-Green-White-FWmh1dS15wY.html...</strong>\n\nin...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1244,264,'http://mauriceponga.eu/Oakley-Flak-Jacket-Polished-Navy-VR28-Black-Iridium-Sunglasses-03-904-KMjlVeGyllDMOf71N.html','','http://mauriceponga.eu/Oakley-Flak-Jacket-Polished-Navy-VR28-Black-Iridium-Sunglasses-03-904-KMjlVeGyllDMOf71N.html','175.44.34.84','2015-06-20 15:11:44','2015-06-20 15:11:44','<strong>http://mauriceponga.eu/Oakley-Flak-Jacket-Polished-Navy-VR28-Black-Iridium-Sunglasses-03-904-KMjlVeGyllDMOf71N.html...</strong>\n\nhere...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1245,264,'http://www.feinkost-import.eu/buy-wholesale-heels-online-n7up44XhtQudGEX87P8.html','','http://www.feinkost-import.eu/buy-wholesale-heels-online-n7up44XhtQudGEX87P8.html','175.44.34.84','2015-06-21 01:28:05','2015-06-21 01:28:05','<strong>http://www.feinkost-import.eu/buy-wholesale-heels-online-n7up44XhtQudGEX87P8.html...</strong>\n\nany...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1246,264,'http://www.burrowscgistudio.com/cheap-luggage-in-dublin-PQpX6.html','','http://www.burrowscgistudio.com/cheap-luggage-in-dublin-PQpX6.html','175.44.34.84','2015-06-21 12:35:25','2015-06-21 12:35:25','<strong>http://www.burrowscgistudio.com/cheap-luggage-in-dublin-PQpX6.html...</strong>\n\nthem...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1247,264,'http://www.melbournetreestumpremoval.com.au/cheap-flats-in-vienna-3MlAwbhF8sSEOM9cgBt.html','','http://www.melbournetreestumpremoval.com.au/cheap-flats-in-vienna-3MlAwbhF8sSEOM9cgBt.html','175.44.34.84','2015-06-21 23:35:55','2015-06-21 23:35:55','<strong>http://www.melbournetreestumpremoval.com.au/cheap-flats-in-vienna-3MlAwbhF8sSEOM9cgBt.html...</strong>\n\nelse...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1248,264,'http://tascon.net.au/nikeairmax/air-max-2015-blue-kRu8MnyT.html','','http://tascon.net.au/nikeairmax/air-max-2015-blue-kRu8MnyT.html','175.44.34.84','2015-06-22 09:47:44','2015-06-22 09:47:44','<strong>http://tascon.net.au/nikeairmax/air-max-2015-blue-kRu8MnyT.html...</strong>\n\nhelp...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1249,264,'http://www.lumaccanopies.co.uk/cheaphandbags/fake-handbags-bodrum-dqzrcPndW4mXEx6.html','','http://www.lumaccanopies.co.uk/cheaphandbags/fake-handbags-bodrum-dqzrcPndW4mXEx6.html','175.44.34.84','2015-06-22 20:15:06','2015-06-22 20:15:06','<strong>http://www.lumaccanopies.co.uk/cheaphandbags/fake-handbags-bodrum-dqzrcPndW4mXEx6.html...</strong>\n\nwhich...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1250,264,'http://kkrgowtham.com/cheapshoes/cheap-flats-norwich-EbOFOTBrZVP1Wx.html','','http://kkrgowtham.com/cheapshoes/cheap-flats-norwich-EbOFOTBrZVP1Wx.html','175.44.34.84','2015-06-23 06:17:36','2015-06-23 06:17:36','<strong>http://kkrgowtham.com/cheapshoes/cheap-flats-norwich-EbOFOTBrZVP1Wx.html...</strong>\n\nabove...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1251,264,'http://www.footworkfirst.co.uk/michaelkors/Michael-Kors-Quilted-Shoulder-Bag-Midnight-Blue-N9Lyjw.html','','http://www.footworkfirst.co.uk/michaelkors/Michael-Kors-Quilted-Shoulder-Bag-Midnight-Blue-N9Lyjw.html','175.44.34.84','2015-06-23 16:28:50','2015-06-23 16:28:50','<strong>http://www.footworkfirst.co.uk/michaelkors/Michael-Kors-Quilted-Shoulder-Bag-Midnight-Blue-N9Lyjw.html...</strong>\n\nsome...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1252,264,'http://www.genome-engineering.org/cheaphandbags/wholesale-bags-manchester-UpAdg3ZW.html','','http://www.genome-engineering.org/cheaphandbags/wholesale-bags-manchester-UpAdg3ZW.html','175.44.34.84','2015-06-24 02:40:47','2015-06-24 02:40:47','<strong>http://www.genome-engineering.org/cheaphandbags/wholesale-bags-manchester-UpAdg3ZW.html...</strong>\n\ntwo...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1253,264,'http://www.alynshipton.co.uk/oakley/official-oakley-sunglasses-51-lWAEn7WKDgjRWeqYE5K.html','','http://www.alynshipton.co.uk/oakley/official-oakley-sunglasses-51-lWAEn7WKDgjRWeqYE5K.html','175.44.34.84','2015-06-24 13:07:09','2015-06-24 13:07:09','<strong>http://www.alynshipton.co.uk/oakley/official-oakley-sunglasses-51-lWAEn7WKDgjRWeqYE5K.html...</strong>\n\nshe...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1254,264,'http://www.villasdenolana.com/nikeairmax/Womens-Air-Max-90-Beige-ZyNhISJ0EVC.html','','http://www.villasdenolana.com/nikeairmax/Womens-Air-Max-90-Beige-ZyNhISJ0EVC.html','175.44.34.84','2015-06-24 23:27:06','2015-06-24 23:27:06','<strong>http://www.villasdenolana.com/nikeairmax/Womens-Air-Max-90-Beige-ZyNhISJ0EVC.html...</strong>\n\nabove...',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);
INSERT INTO `wp_comments` VALUES (1255,264,'http://www.lasioinc.com/nikeairmax/cheap-air-max-classic-bw-aUDmiYKy5kcYzITf.html','','http://www.lasioinc.com/nikeairmax/cheap-air-max-classic-bw-aUDmiYKy5kcYzITf.html','175.44.34.84','2015-06-25 09:40:35','2015-06-25 09:40:35','<strong>http://www.lasioinc.com/nikeairmax/cheap-air-max-classic-bw-aUDmiYKy5kcYzITf.html...</strong>\n\ncould...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1256,264,'http://www.thedesertvoice.net/cheap-flats-for-let-in-glasgow-kKHxUYm3LNlZf4.html','','http://www.thedesertvoice.net/cheap-flats-for-let-in-glasgow-kKHxUYm3LNlZf4.html','175.44.34.84','2015-06-25 20:13:07','2015-06-25 20:13:07','<strong>http://www.thedesertvoice.net/cheap-flats-for-let-in-glasgow-kKHxUYm3LNlZf4.html...</strong>\n\nabove...',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);
INSERT INTO `wp_comments` VALUES (1257,264,'http://www.ummofiles.net/Lady-Gaga-Heart-Beats-Silvery-Headphone-kksb2zas4SkI.html','','http://www.ummofiles.net/Lady-Gaga-Heart-Beats-Silvery-Headphone-kksb2zas4SkI.html','175.44.34.84','2015-06-26 06:57:44','2015-06-26 06:57:44','<strong>http://www.ummofiles.net/Lady-Gaga-Heart-Beats-Silvery-Headphone-kksb2zas4SkI.html...</strong>\n\nso...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1258,264,'http://www.lacommunitat.com/Plum-Beats-By-Dre-Studio-High-Definition-Headphone-A1Nse8gV3P.html','','http://www.lacommunitat.com/Plum-Beats-By-Dre-Studio-High-Definition-Headphone-A1Nse8gV3P.html','175.44.34.84','2015-06-26 17:45:16','2015-06-26 17:45:16','<strong>http://www.lacommunitat.com/Plum-Beats-By-Dre-Studio-High-Definition-Headphone-A1Nse8gV3P.html...</strong>\n\ndid...',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);
INSERT INTO `wp_comments` VALUES (1259,264,'http://imaginevent.com/Ray-Ban-Aviator-Outdoorsman-II-RB3407-001-3K-86n6AKpeRpzK.html','','http://imaginevent.com/Ray-Ban-Aviator-Outdoorsman-II-RB3407-001-3K-86n6AKpeRpzK.html','175.44.34.84','2015-06-27 03:51:58','2015-06-27 03:51:58','<strong>http://imaginevent.com/Ray-Ban-Aviator-Outdoorsman-II-RB3407-001-3K-86n6AKpeRpzK.html...</strong>\n\nand...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1260,264,'http://www.teatrodivarese.org/nike-flyknit-htm-online-awfpeAIingQR5MArAT5.html','','http://www.teatrodivarese.org/nike-flyknit-htm-online-awfpeAIingQR5MArAT5.html','175.44.34.84','2015-06-27 14:31:56','2015-06-27 14:31:56','<strong>http://www.teatrodivarese.org/nike-flyknit-htm-online-awfpeAIingQR5MArAT5.html...</strong>\n\nnight...',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);
INSERT INTO `wp_comments` VALUES (1261,264,'http://www.feinkost-import.eu/buy-fake-bridal-bouquets-FMWw85RZkLSPtkJlvyx.html','','http://www.feinkost-import.eu/buy-fake-bridal-bouquets-FMWw85RZkLSPtkJlvyx.html','175.44.34.84','2015-06-28 00:42:29','2015-06-28 00:42:29','<strong>http://www.feinkost-import.eu/buy-fake-bridal-bouquets-FMWw85RZkLSPtkJlvyx.html...</strong>\n\ndid...',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);
INSERT INTO `wp_comments` VALUES (1262,264,'http://www.evangelicalassociation.ca/CMS/nikefree/nike-zoom-hyperfuse-material-aYvXMRW33Oe9DKU.html','','http://www.evangelicalassociation.ca/CMS/nikefree/nike-zoom-hyperfuse-material-aYvXMRW33Oe9DKU.html','175.44.34.84','2015-06-28 10:47:05','2015-06-28 10:47:05','<strong>http://www.evangelicalassociation.ca/CMS/nikefree/nike-zoom-hyperfuse-material-aYvXMRW33Oe9DKU.html...</strong>\n\nhelp...',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);
INSERT INTO `wp_comments` VALUES (1263,264,'http://www.thewhiskyambassador.com.au/Womens-Air-Max-2013-Red-Black-Grey-ZcZxVxvahIvX2g.html','','http://www.thewhiskyambassador.com.au/Womens-Air-Max-2013-Red-Black-Grey-ZcZxVxvahIvX2g.html','175.44.34.84','2015-06-28 21:29:59','2015-06-28 21:29:59','<strong>http://www.thewhiskyambassador.com.au/Womens-Air-Max-2013-Red-Black-Grey-ZcZxVxvahIvX2g.html...</strong>\n\ntwo...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1264,264,'http://lecroissant.org/michaelkors/Michael-Kors-Large-Travel-Tote-Black-Pink-XUINWOhc.html','','http://lecroissant.org/michaelkors/Michael-Kors-Large-Travel-Tote-Black-Pink-XUINWOhc.html','175.44.34.84','2015-06-29 07:31:48','2015-06-29 07:31:48','<strong>http://lecroissant.org/michaelkors/Michael-Kors-Large-Travel-Tote-Black-Pink-XUINWOhc.html...</strong>\n\nis...',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);
INSERT INTO `wp_comments` VALUES (1265,264,'http://www.khyi.com/nikefree/Nike-Free-4-V2-Running-Shoes-For-Women-Black-Peachblow-NUryyUlWz.html','','http://www.khyi.com/nikefree/Nike-Free-4-V2-Running-Shoes-For-Women-Black-Peachblow-NUryyUlWz.html','175.44.34.84','2015-06-29 18:06:11','2015-06-29 18:06:11','<strong>http://www.khyi.com/nikefree/Nike-Free-4-V2-Running-Shoes-For-Women-Black-Peachblow-NUryyUlWz.html...</strong>\n\ndid...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1266,264,'http://presidents7bell.com/beatsbydre/Superman-Beats-By-Dre-Studio-High-Definition-Headphone-ildBKUdEYl6h7J.html','','http://presidents7bell.com/beatsbydre/Superman-Beats-By-Dre-Studio-High-Definition-Headphone-ildBKUdEYl6h7J.html','175.44.34.84','2015-06-30 04:08:19','2015-06-30 04:08:19','<strong>http://presidents7bell.com/beatsbydre/Superman-Beats-By-Dre-Studio-High-Definition-Headphone-ildBKUdEYl6h7J.html...</strong>\n\none...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1267,264,'http://www.lacommunitat.com/Dr-Dre-Beats-Studio-Kobe-Bryant-Limited-Edition-Headphone-xZfnEgAN5p8Gz5JQ6xw.html','','http://www.lacommunitat.com/Dr-Dre-Beats-Studio-Kobe-Bryant-Limited-Edition-Headphone-xZfnEgAN5p8Gz5JQ6xw.html','175.44.34.84','2015-06-30 14:23:29','2015-06-30 14:23:29','<strong>http://www.lacommunitat.com/Dr-Dre-Beats-Studio-Kobe-Bryant-Limited-Edition-Headphone-xZfnEgAN5p8Gz5JQ6xw.html...</strong>\n\nare...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1268,264,'http://limprime.ca/christianlouboutin/Christian-Louboutin-Men-Spooky-Suede-Black-Neptune-Rt8ByZ.html','','http://limprime.ca/christianlouboutin/Christian-Louboutin-Men-Spooky-Suede-Black-Neptune-Rt8ByZ.html','175.44.34.84','2015-07-01 00:34:55','2015-07-01 00:34:55','<strong>http://limprime.ca/christianlouboutin/Christian-Louboutin-Men-Spooky-Suede-Black-Neptune-Rt8ByZ.html...</strong>\n\ndid...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1269,264,'http://www.omalleyssportpub.net/christianlouboutin/Christian-Louboutin-Mago-Two-Tone-140mm-Blue-P1ZrR.html','','http://www.omalleyssportpub.net/christianlouboutin/Christian-Louboutin-Mago-Two-Tone-140mm-Blue-P1ZrR.html','175.44.34.84','2015-07-01 20:42:16','2015-07-01 20:42:16','<strong>http://www.omalleyssportpub.net/christianlouboutin/Christian-Louboutin-Mago-Two-Tone-140mm-Blue-P1ZrR.html...</strong>\n\nanyone...',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);
INSERT INTO `wp_comments` VALUES (1270,264,'http://vivreavec-ic.org/wp/cheap-ladies-ray-ban-sunglasses-D63Zi87uEIrponyB0f.html','','http://vivreavec-ic.org/wp/cheap-ladies-ray-ban-sunglasses-D63Zi87uEIrponyB0f.html','175.44.34.84','2015-07-11 13:53:48','2015-07-11 13:53:48','<strong>http://vivreavec-ic.org/wp/cheap-ladies-ray-ban-sunglasses-D63Zi87uEIrponyB0f.html...</strong>\n\nher...',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);
INSERT INTO `wp_comments` VALUES (1271,264,'http://tascon.net.au/oakley/Oakley-Fuel-Cell-Emerald-Irid-Sunglasses-OO9096-85-3YHQwFk2tZaKoW.html','','http://tascon.net.au/oakley/Oakley-Fuel-Cell-Emerald-Irid-Sunglasses-OO9096-85-3YHQwFk2tZaKoW.html','175.44.34.84','2015-07-11 22:19:29','2015-07-11 22:19:29','<strong>http://tascon.net.au/oakley/Oakley-Fuel-Cell-Emerald-Irid-Sunglasses-OO9096-85-3YHQwFk2tZaKoW.html...</strong>\n\nsomeone...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1272,264,'http://ibit.eu/Nike-Air-Max-95-BB-Black-Dark-Grey-Wolf-Grey-Challenge-Red-Womens-Trainers-F4ZdhiLBWAucZ06.html','','http://ibit.eu/Nike-Air-Max-95-BB-Black-Dark-Grey-Wolf-Grey-Challenge-Red-Womens-Trainers-F4ZdhiLBWAucZ06.html','175.44.34.84','2015-07-12 06:48:12','2015-07-12 06:48:12','<strong>http://ibit.eu/Nike-Air-Max-95-BB-Black-Dark-Grey-Wolf-Grey-Challenge-Red-Womens-Trainers-F4ZdhiLBWAucZ06.html...</strong>\n\nleft...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1273,264,'http://www.catedracosgaya.com.ar/nikefree/Nike-Free-3-Womens-Running-Shoe-red-vfoO6WzAtKjUv0s7.html','','http://www.catedracosgaya.com.ar/nikefree/Nike-Free-3-Womens-Running-Shoe-red-vfoO6WzAtKjUv0s7.html','175.44.34.84','2015-07-12 15:20:03','2015-07-12 15:20:03','<strong>http://www.catedracosgaya.com.ar/nikefree/Nike-Free-3-Womens-Running-Shoe-red-vfoO6WzAtKjUv0s7.html...</strong>\n\nmore...',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);
INSERT INTO `wp_comments` VALUES (1274,264,'http://www.josepvinaixa.com/christianlouboutin/Louboutin-Pigalle-120mm-Spikes-White-kqsnaJkGfl.html','','http://www.josepvinaixa.com/christianlouboutin/Louboutin-Pigalle-120mm-Spikes-White-kqsnaJkGfl.html','175.44.34.84','2015-07-13 00:02:33','2015-07-13 00:02:33','<strong>http://www.josepvinaixa.com/christianlouboutin/Louboutin-Pigalle-120mm-Spikes-White-kqsnaJkGfl.html...</strong>\n\nfour...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1275,264,'http://www.alfalaahacademy.co.uk/rayban/cheap-ray-ban-sunglasses-los-angeles-eXXRaa3.html','','http://www.alfalaahacademy.co.uk/rayban/cheap-ray-ban-sunglasses-los-angeles-eXXRaa3.html','175.44.34.84','2015-07-13 09:51:02','2015-07-13 09:51:02','<strong>http://www.alfalaahacademy.co.uk/rayban/cheap-ray-ban-sunglasses-los-angeles-eXXRaa3.html...</strong>\n\ndid...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1276,264,'http://tascon.net.au/nikeairmax/nike-zoom-vomero-history-O8ERYTOJ6LWv4MP.html','','http://tascon.net.au/nikeairmax/nike-zoom-vomero-history-O8ERYTOJ6LWv4MP.html','175.44.34.84','2015-07-13 19:12:01','2015-07-13 19:12:01','<strong>http://tascon.net.au/nikeairmax/nike-zoom-vomero-history-O8ERYTOJ6LWv4MP.html...</strong>\n\nelse...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1277,264,'http://theunplayednotesmuseum.com/Michael-Kors-Hamilton-North-South-Medium-Tote-In-Camel-bSod8bTKH.html','','http://theunplayednotesmuseum.com/Michael-Kors-Hamilton-North-South-Medium-Tote-In-Camel-bSod8bTKH.html','175.44.34.84','2015-07-14 03:53:10','2015-07-14 03:53:10','<strong>http://theunplayednotesmuseum.com/Michael-Kors-Hamilton-North-South-Medium-Tote-In-Camel-bSod8bTKH.html...</strong>\n\nher...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1278,264,'http://www.electriccode.net/oakley/Oakley-Enduro-SW-Collection-Matte-Dark-Brown-TstIdPr-OO9223-07-ByAveKE.html','','http://www.electriccode.net/oakley/Oakley-Enduro-SW-Collection-Matte-Dark-Brown-TstIdPr-OO9223-07-ByAveKE.html','175.44.34.84','2015-07-14 12:20:25','2015-07-14 12:20:25','<strong>http://www.electriccode.net/oakley/Oakley-Enduro-SW-Collection-Matte-Dark-Brown-TstIdPr-OO9223-07-ByAveKE.html...</strong>\n\nwill...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1279,264,'http://www.louisvilleworksitewellness.org/rayban/Ray-Ban-RB-2180-601-71-Black-Sunglasses-zd6U5nQzMn4qLh6aG.html','','http://www.louisvilleworksitewellness.org/rayban/Ray-Ban-RB-2180-601-71-Black-Sunglasses-zd6U5nQzMn4qLh6aG.html','175.44.34.84','2015-07-14 21:10:40','2015-07-14 21:10:40','<strong>http://www.louisvilleworksitewellness.org/rayban/Ray-Ban-RB-2180-601-71-Black-Sunglasses-zd6U5nQzMn4qLh6aG.html...</strong>\n\nsomeone...',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 1.0.3705)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1280,264,'http://www.swishertx.com/red_bottom_heels_cheap.html','','http://www.swishertx.com/red_bottom_heels_cheap.html','175.44.34.84','2015-07-15 11:12:39','2015-07-15 11:12:39','<strong>http://www.swishertx.com/red_bottom_heels_cheap.html...</strong>\n\nhe...',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);
INSERT INTO `wp_comments` VALUES (1281,264,'http://www.motorsport-expo.cz/novinky/wholesale-cheap-ray-ban-sunglasses','','http://www.motorsport-expo.cz/novinky/wholesale-cheap-ray-ban-sunglasses','175.44.18.47','2015-07-24 03:28:43','2015-07-24 03:28:43','<strong>http://www.motorsport-expo.cz/novinky/wholesale-cheap-ray-ban-sunglasses...</strong>\n\nplease...',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);
INSERT INTO `wp_comments` VALUES (1282,264,'http://wcrpsa.org.za/Nike-Air-Max-90-Leder-Damen-Sportschuhe-Schwarz-Himmelblau-Wei?-Pink-JSkefnXe7JA2.html','','http://wcrpsa.org.za/Nike-Air-Max-90-Leder-Damen-Sportschuhe-Schwarz-Himmelblau-Wei?-Pink-JSkefnXe7JA2.html','36.248.164.252','2015-07-24 06:52:47','2015-07-24 06:52:47','<strong>http://wcrpsa.org.za/Nike-Air-Max-90-Leder-Damen-Sportschuhe-Schwarz-Himmelblau-Wei?-Pink-JSkefnXe7JA2.html...</strong>\n\nthree...',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);
INSERT INTO `wp_comments` VALUES (1283,264,'http://ispas2014.kif.hr/?p=556','','http://ispas2014.kif.hr/?p=556','175.44.18.47','2015-07-27 16:45:38','2015-07-27 16:45:38','<strong>http://ispas2014.kif.hr/?p=556...</strong>\n\nany...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','trackback',0,0);
INSERT INTO `wp_comments` VALUES (1284,264,'http://paryspublicity.co.za/Nike-Free-5-Uomo-Nero--Atomico-Mandarino--Arancio--Argento--Bianco-Scarpa-da-running-vZo04hPpRlYldsXXVya.html','','http://paryspublicity.co.za/Nike-Free-5-Uomo-Nero--Atomico-Mandarino--Arancio--Argento--Bianco-Scarpa-da-running-vZo04hPpRlYldsXXVya.html','36.248.164.252','2015-07-28 00:23:30','2015-07-28 00:23:30','<strong>http://paryspublicity.co.za/Nike-Free-5-Uomo-Nero--Atomico-Mandarino--Arancio--Argento--Bianco-Scarpa-da-running-vZo04hPpRlYldsXXVya.html...</strong>\n\neight...',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);
INSERT INTO `wp_comments` VALUES (1285,264,'http://mytrevan.com/replica-Gucci-Women-Wedge-Soled-Shoes-Purple-Black-ort1P8oc9.html','','http://mytrevan.com/replica-Gucci-Women-Wedge-Soled-Shoes-Purple-Black-ort1P8oc9.html','112.111.185.108','2015-08-12 04:37:43','2015-08-12 04:37:43','<strong>http://mytrevan.com/replica-Gucci-Women-Wedge-Soled-Shoes-Purple-Black-ort1P8oc9.html...</strong>\n\ndffdnbwengbecy2svfxzvdfe2bmyuzvrcmyuwcrxvdnf8chyuzvrchkzcsnhz...',0,'0','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_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=8 DEFAULT CHARSET=latin1;
/*!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` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','','');
INSERT INTO `wp_links` VALUES (2,'http://wordpress.org/development/','Development Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/development/feed/');
INSERT INTO `wp_links` VALUES (3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','','');
INSERT INTO `wp_links` VALUES (4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','','');
INSERT INTO `wp_links` VALUES (5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','','');
INSERT INTO `wp_links` VALUES (6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','','');
INSERT INTO `wp_links` VALUES (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_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=15674 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,0,'_transient_random_seed','1e28ce9e358068b2b3d50d0d1180deb8','yes');
INSERT INTO `wp_options` VALUES (2,0,'siteurl','http://www.eschoolconsultants.com','yes');
INSERT INTO `wp_options` VALUES (3,0,'blogname','eSchool Consultants','yes');
INSERT INTO `wp_options` VALUES (4,0,'blogdescription','World-class consulting for cutting-edge schools.','yes');
INSERT INTO `wp_options` VALUES (5,0,'users_can_register','0','yes');
INSERT INTO `wp_options` VALUES (6,0,'admin_email','bryce.thornton@eschoolconsultants.com','yes');
INSERT INTO `wp_options` VALUES (7,0,'start_of_week','1','yes');
INSERT INTO `wp_options` VALUES (8,0,'use_balanceTags','0','yes');
INSERT INTO `wp_options` VALUES (9,0,'use_smilies','1','yes');
INSERT INTO `wp_options` VALUES (10,0,'require_name_email','1','yes');
INSERT INTO `wp_options` VALUES (11,0,'comments_notify','1','yes');
INSERT INTO `wp_options` VALUES (12,0,'posts_per_rss','10','yes');
INSERT INTO `wp_options` VALUES (13,0,'rss_use_excerpt','0','yes');
INSERT INTO `wp_options` VALUES (14,0,'mailserver_url','mail.example.com','yes');
INSERT INTO `wp_options` VALUES (15,0,'mailserver_login','login@example.com','yes');
INSERT INTO `wp_options` VALUES (16,0,'mailserver_pass','password','yes');
INSERT INTO `wp_options` VALUES (17,0,'mailserver_port','110','yes');
INSERT INTO `wp_options` VALUES (18,0,'default_category','1','yes');
INSERT INTO `wp_options` VALUES (19,0,'default_comment_status','open','yes');
INSERT INTO `wp_options` VALUES (20,0,'default_ping_status','open','yes');
INSERT INTO `wp_options` VALUES (21,0,'default_pingback_flag','1','yes');
INSERT INTO `wp_options` VALUES (22,0,'default_post_edit_rows','10','yes');
INSERT INTO `wp_options` VALUES (23,0,'posts_per_page','3','yes');
INSERT INTO `wp_options` VALUES (24,0,'date_format','F j, Y','yes');
INSERT INTO `wp_options` VALUES (25,0,'time_format','g:i a','yes');
INSERT INTO `wp_options` VALUES (26,0,'links_updated_date_format','F j, Y g:i a','yes');
INSERT INTO `wp_options` VALUES (27,0,'links_recently_updated_prepend','<em>','yes');
INSERT INTO `wp_options` VALUES (28,0,'links_recently_updated_append','</em>','yes');
INSERT INTO `wp_options` VALUES (29,0,'links_recently_updated_time','120','yes');
INSERT INTO `wp_options` VALUES (30,0,'comment_moderation','0','yes');
INSERT INTO `wp_options` VALUES (31,0,'moderation_notify','1','yes');
INSERT INTO `wp_options` VALUES (32,0,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes');
INSERT INTO `wp_options` VALUES (33,0,'gzipcompression','0','yes');
INSERT INTO `wp_options` VALUES (34,0,'hack_file','0','yes');
INSERT INTO `wp_options` VALUES (35,0,'blog_charset','UTF-8','yes');
INSERT INTO `wp_options` VALUES (36,0,'moderation_keys','','no');
INSERT INTO `wp_options` VALUES (37,0,'active_plugins','a:0:{}','yes');
INSERT INTO `wp_options` VALUES (38,0,'home','http://www.eschoolconsultants.com','yes');
INSERT INTO `wp_options` VALUES (39,0,'category_base','','yes');
INSERT INTO `wp_options` VALUES (40,0,'ping_sites','http://rpc.pingomatic.com/','yes');
INSERT INTO `wp_options` VALUES (41,0,'advanced_edit','0','yes');
INSERT INTO `wp_options` VALUES (42,0,'comment_max_links','2','yes');
INSERT INTO `wp_options` VALUES (43,0,'gmt_offset','0','yes');
INSERT INTO `wp_options` VALUES (44,0,'default_email_category','1','yes');
INSERT INTO `wp_options` VALUES (45,0,'recently_edited','a:5:{i:0;s:63:\"/var/www/eschool/wordpress/wp-content/themes/eschool/header.php\";i:1;s:62:\"/var/www/eschool/wordpress/wp-content/themes/eschool/style.css\";i:2;s:54:\"/var/www/wordpress/wp-content/themes/eschool/style.css\";i:3;s:59:\"/var/www/wordpress/wp-content/themes/eschool/front-page.php\";i:4;s:0:\"\";}','no');
INSERT INTO `wp_options` VALUES (47,0,'template','eschool','yes');
INSERT INTO `wp_options` VALUES (48,0,'stylesheet','eschool','yes');
INSERT INTO `wp_options` VALUES (49,0,'comment_whitelist','1','yes');
INSERT INTO `wp_options` VALUES (50,0,'blacklist_keys','','no');
INSERT INTO `wp_options` VALUES (51,0,'comment_registration','0','yes');
INSERT INTO `wp_options` VALUES (52,0,'rss_language','en','yes');
INSERT INTO `wp_options` VALUES (53,0,'html_type','text/html','yes');
INSERT INTO `wp_options` VALUES (54,0,'use_trackback','0','yes');
INSERT INTO `wp_options` VALUES (55,0,'default_role','subscriber','yes');
INSERT INTO `wp_options` VALUES (56,0,'db_version','19470','yes');
INSERT INTO `wp_options` VALUES (57,0,'uploads_use_yearmonth_folders','1','yes');
INSERT INTO `wp_options` VALUES (58,0,'upload_path','wp-content/uploads/eschool_wordpress','yes');
INSERT INTO `wp_options` VALUES (60,0,'blog_public','1','yes');
INSERT INTO `wp_options` VALUES (61,0,'default_link_category','2','yes');
INSERT INTO `wp_options` VALUES (62,0,'show_on_front','page','yes');
INSERT INTO `wp_options` VALUES (63,0,'tag_base','','yes');
INSERT INTO `wp_options` VALUES (64,0,'show_avatars','1','yes');
INSERT INTO `wp_options` VALUES (65,0,'avatar_rating','G','yes');
INSERT INTO `wp_options` VALUES (66,0,'upload_url_path','','yes');
INSERT INTO `wp_options` VALUES (67,0,'thumbnail_size_w','150','yes');
INSERT INTO `wp_options` VALUES (68,0,'thumbnail_size_h','150','yes');
INSERT INTO `wp_options` VALUES (69,0,'thumbnail_crop','1','yes');
INSERT INTO `wp_options` VALUES (70,0,'medium_size_w','300','yes');
INSERT INTO `wp_options` VALUES (71,0,'medium_size_h','300','yes');
INSERT INTO `wp_options` VALUES (72,0,'avatar_default','mystery','yes');
INSERT INTO `wp_options` VALUES (73,0,'enable_app','0','yes');
INSERT INTO `wp_options` VALUES (74,0,'enable_xmlrpc','0','yes');
INSERT INTO `wp_options` VALUES (75,0,'large_size_w','1024','yes');
INSERT INTO `wp_options` VALUES (76,0,'large_size_h','1024','yes');
INSERT INTO `wp_options` VALUES (77,0,'image_default_link_type','file','yes');
INSERT INTO `wp_options` VALUES (78,0,'image_default_size','','yes');
INSERT INTO `wp_options` VALUES (79,0,'image_default_align','','yes');
INSERT INTO `wp_options` VALUES (80,0,'close_comments_for_old_posts','0','yes');
INSERT INTO `wp_options` VALUES (81,0,'close_comments_days_old','14','yes');
INSERT INTO `wp_options` VALUES (82,0,'thread_comments','0','yes');
INSERT INTO `wp_options` VALUES (83,0,'thread_comments_depth','5','yes');
INSERT INTO `wp_options` VALUES (84,0,'page_comments','1','yes');
INSERT INTO `wp_options` VALUES (85,0,'comments_per_page','50','yes');
INSERT INTO `wp_options` VALUES (86,0,'default_comments_page','newest','yes');
INSERT INTO `wp_options` VALUES (87,0,'comment_order','asc','yes');
INSERT INTO `wp_options` VALUES (88,0,'sticky_posts','a:0:{}','yes');
INSERT INTO `wp_options` VALUES (89,0,'widget_categories','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (90,0,'widget_text','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (91,0,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (92,0,'timezone_string','','yes');
INSERT INTO `wp_options` VALUES (93,0,'embed_autourls','1','yes');
INSERT INTO `wp_options` VALUES (94,0,'embed_size_w','','yes');
INSERT INTO `wp_options` VALUES (95,0,'embed_size_h','600','yes');
INSERT INTO `wp_options` VALUES (96,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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: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');
INSERT INTO `wp_options` VALUES (97,0,'cron','a:3:{i:1470216613;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:1470259865;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');
INSERT INTO `wp_options` VALUES (4396,0,'_site_transient_timeout_browser_4dbac16c3da10b0c3a791b8959c661fc','1326217385','yes');
INSERT INTO `wp_options` VALUES (101,0,'_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":5:{s:8:\"response\";s:7:\"upgrade\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";s:7:\"package\";s:40:\"http://wordpress.org/wordpress-3.0.3.zip\";s:7:\"current\";s:5:\"3.0.3\";s:6:\"locale\";s:5:\"en_US\";}}s:12:\"last_checked\";i:1292837482;s:15:\"version_checked\";s:5:\"2.9.2\";}','yes');
INSERT INTO `wp_options` VALUES (102,0,'_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1292837482;s:7:\"checked\";a:34:{s:35:\"add-from-server/add-from-server.php\";s:5:\"2.2.1\";s:32:\"additional-image-sizes/index.php\";s:5:\"1.0.2\";s:19:\"akismet/akismet.php\";s:5:\"2.4.0\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:8:\"1.6.12.1\";s:29:\"audio-player/audio-player.php\";s:7:\"2.0.4.1\";s:14:\"breadcrumb.php\";s:5:\"0.5.1\";s:17:\"cforms/cforms.php\";s:4:\"11.3\";s:39:\"sitemap-generator/sitemap-generator.php\";s:4:\"3.15\";s:56:\"deans-fckeditor-for-wordpress-plugin/deans_fckeditor.php\";s:3:\"2.2\";s:31:\"exclude-pages/exclude_pages.php\";s:3:\"1.9\";s:25:\"faq-tastic/faq-tastic.php\";s:6:\"1.0.16\";s:36:\"google-sitemap-generator/sitemap.php\";s:5:\"3.2.4\";s:35:\"hana-flv-player/hana-flv-player.php\";s:3:\"2.5\";s:9:\"hello.php\";s:5:\"1.5.1\";s:43:\"https-for-wordpress/https-for-wordpress.php\";s:2:\".2\";s:27:\"ical-events/ical-events.php\";s:4:\"1.13\";s:37:\"kimili-flash-embed/kml_flashembed.php\";s:5:\"2.1.5\";s:19:\"lightbox/plugin.php\";s:3:\"0.7\";s:37:\"meta-tag-manager/meta-tag-manager.php\";s:3:\"1.1\";s:29:\"my-page-order/mypageorder.php\";s:4:\"3.0a\";s:29:\"nextgen-gallery/nggallery.php\";s:5:\"1.5.5\";s:37:\"page-menu-editor/page-menu-editor.php\";s:3:\"1.8\";s:27:\"redirection/redirection.php\";s:6:\"2.1.28\";s:14:\"restore_id.php\";s:5:\"1.2.0\";s:29:\"search_pages/search_pages.php\";s:3:\"2.0\";s:29:\"set_site_url_to_subdomain.php\";s:3:\"0.1\";s:32:\"sexybookmarks/sexy-bookmarks.php\";s:7:\"3.2.4.2\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:5:\"3.2.7\";s:48:\"slayers-custom-widgets/slayer_Custom_Widgets.php\";s:3:\"2.0\";s:31:\"twitter-tools/twitter-tools.php\";s:3:\"2.4\";s:37:\"twitter-tools/twitter-tools-bitly.php\";s:3:\"2.4\";s:42:\"twitter-tools/twitter-tools-excludecat.php\";s:3:\"2.4\";s:40:\"twitter-tools/twitter-tools-hashtags.php\";s:3:\"2.4\";s:33:\"wp-prettyphoto/wp-prettyphoto.php\";s:5:\"1.6.2\";}s:8:\"response\";a:4:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"520\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:11:\"new_version\";s:6:\"1.6.13\";s:3:\"url\";s:56:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/plugin/all-in-one-seo-pack.zip\";}s:37:\"page-menu-editor/page-menu-editor.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:4:\"4827\";s:4:\"slug\";s:16:\"page-menu-editor\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:53:\"http://wordpress.org/extend/plugins/page-menu-editor/\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/plugin/page-menu-editor.1.9.zip\";}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"935\";s:4:\"slug\";s:11:\"redirection\";s:11:\"new_version\";s:5:\"2.2.3\";s:3:\"url\";s:48:\"http://wordpress.org/extend/plugins/redirection/\";s:7:\"package\";s:53:\"http://downloads.wordpress.org/plugin/redirection.zip\";}s:32:\"sexybookmarks/sexy-bookmarks.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:4:\"6765\";s:4:\"slug\";s:13:\"sexybookmarks\";s:11:\"new_version\";s:5:\"3.2.6\";s:3:\"url\";s:50:\"http://wordpress.org/extend/plugins/sexybookmarks/\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/plugin/sexybookmarks.3.2.6.zip\";}}}','yes');
INSERT INTO `wp_options` VALUES (103,0,'_transient_update_themes','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1292837482;s:7:\"checked\";a:12:{s:7:\"classic\";s:3:\"1.5\";s:7:\"default\";s:3:\"1.6\";s:8:\"eschool2\";s:3:\"2.0\";s:8:\"eschool3\";s:3:\"3.0\";s:11:\"eschool_old\";s:3:\"1.5\";s:5:\"focus\";s:0:\"\";s:4:\"hope\";s:3:\"1.5\";s:15:\"i-feel-dirty-10\";s:3:\"1.0\";s:8:\"progress\";s:3:\"1.0\";s:15:\"project_nurture\";s:3:\"1.0\";s:10:\"schooltech\";s:3:\"1.0\";s:3:\"vcs\";s:3:\"1.0\";}}','yes');
INSERT INTO `wp_options` VALUES (104,0,'logged_in_salt','pW163rN29USha3m!PJa*j80dhH)%WC2Az@wYCZs(KGjAO@WBDaz6)Wo(oLYn(@AZ','yes');
INSERT INTO `wp_options` VALUES (152,0,'sm_options','a:58:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:13:\"sm_b_filename\";s:11:\"sitemap.xml\";s:10:\"sm_b_debug\";b:1;s:8:\"sm_b_xml\";b:1;s:9:\"sm_b_gzip\";b:1;s:9:\"sm_b_ping\";b:1;s:14:\"sm_b_pingyahoo\";b:0;s:13:\"sm_b_yahookey\";s:0:\"\";s:12:\"sm_b_pingask\";b:1;s:12:\"sm_b_pingmsn\";b:1;s:19:\"sm_b_manual_enabled\";b:0;s:17:\"sm_b_auto_enabled\";b:1;s:15:\"sm_b_auto_delay\";b:1;s:15:\"sm_b_manual_key\";s:32:\"9d43422337812e68b0753ed2bc332f4d\";s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:14:\"sm_b_max_posts\";i:-1;s:13:\"sm_b_safemode\";b:0;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:18:\"sm_b_location_mode\";s:4:\"auto\";s:20:\"sm_b_filename_manual\";s:0:\"\";s:19:\"sm_b_fileurl_manual\";s:0:\"\";s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.59999999999999997779553950749686919152736663818359375;s:15:\"sm_pr_posts_min\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"sm_pr_pages\";d:0.59999999999999997779553950749686919152736663818359375;s:10:\"sm_pr_cats\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_arch\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_auth\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_tags\";d:0.299999999999999988897769753748434595763683319091796875;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1291672339;s:14:\"sm_i_hide_note\";b:1;s:15:\"sm_i_hide_works\";b:1;s:16:\"sm_i_hide_donors\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (106,0,'auth_salt','3UQ4%v@DRhfbd!wtG2m*QWqheZGNTutXLbd$YJJRe&PXoICz2shv$Km%u8zW)Ci6','yes');
INSERT INTO `wp_options` VALUES (107,0,'widget_pages','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (108,0,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (109,0,'widget_archives','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (110,0,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (111,0,'widget_meta','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (112,0,'widget_search','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (113,0,'widget_recent-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (114,0,'widget_recent-comments','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (115,0,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (116,0,'dashboard_widget_options','a:4:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:33:\"http://www.eschoolconsultants.com\";s:4:\"link\";s:109:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.eschoolconsultants.com/\";s:3:\"url\";s:142:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.eschoolconsultants.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:33:\"http://wordpress.org/development/\";s:3:\"url\";s:38:\"http://wordpress.org/development/feed/\";s:5:\"title\";s:26:\"WordPress Development 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:4:{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:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}}','yes');
INSERT INTO `wp_options` VALUES (117,0,'nonce_salt','Kz7&oaPF87zE#HNFE#Hd4MGb7r0kN4f*Xxf)Bk&cAr$hzk6X4!wVT#LNDW8^vxtP','yes');
INSERT INTO `wp_options` VALUES (7024,0,'current_theme','eSchool Consultants','yes');
INSERT INTO `wp_options` VALUES (4707,0,'_site_transient_timeout_browser_e6922afba188684b1d3ba67a9510afef','1330025265','yes');
INSERT INTO `wp_options` VALUES (4708,0,'_site_transient_browser_e6922afba188684b1d3ba67a9510afef','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"10.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:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (4857,0,'_site_transient_timeout_browser_f4ae16eddcdf02637cd35a4187eec41b','1330960852','yes');
INSERT INTO `wp_options` VALUES (4829,0,'_site_transient_timeout_browser_13ee8513d6fb7f97aef6635309b91f40','1330627829','yes');
INSERT INTO `wp_options` VALUES (4830,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');
INSERT INTO `wp_options` VALUES (3895,0,'_site_transient_timeout_browser_6e6eb4536197e66c4ba595750f1d31fb','1317920628','yes');
INSERT INTO `wp_options` VALUES (3896,0,'_site_transient_browser_6e6eb4536197e66c4ba595750f1d31fb','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"6.0.2\";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:1:\"6\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (11822,0,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1419996892','no');
INSERT INTO `wp_options` VALUES (11823,0,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1419953692','no');
INSERT INTO `wp_options` VALUES (11830,0,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1419996893','no');
INSERT INTO `wp_options` VALUES (11831,0,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','<h4>Most Popular</h4>\n<h5><a href=\'https://wordpress.org/plugins/jetpack/\'>Jetpack by WordPress.com</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=jetpack&amp;_wpnonce=ff1a6522f6&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Jetpack by WordPress.com\'>Install</a>)</span>\n<p>Your WordPress, Streamlined.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'https://wordpress.org/plugins/form-reader/\'>Form Reader</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=form-reader&amp;_wpnonce=ba081f02ab&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Form Reader\'>Install</a>)</span>\n<p>Form Reader lets developers use powerful, customizable UI blocks that persist data and send mails without writing any code.</p>\n<h4>Recently Updated</h4>\n<h5><a href=\'https://wordpress.org/plugins/blog-authors/\'>Blog Authors</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=blog-authors&amp;_wpnonce=3925a8a12d&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Blog Authors\'>Install</a>)</span>\n<p>Blog Authors is a WordPress plugin that allows you to display your site’s team members,  and authors to embed their author card.</p>\n','no');
INSERT INTO `wp_options` VALUES (3698,0,'_site_transient_browser_e81adc84c7a040922e6f302f3942b514','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:3:\"6.0\";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:1:\"6\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (5856,0,'_site_transient_timeout_browser_2aee2b9038ff18ee6721a8c3a613323b','1344263304','yes');
INSERT INTO `wp_options` VALUES (5857,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');
INSERT INTO `wp_options` VALUES (7215,0,'_site_transient_timeout_browser_98743f3e8c15b43890043c34995a40b2','1360161941','yes');
INSERT INTO `wp_options` VALUES (7216,0,'_site_transient_browser_98743f3e8c15b43890043c34995a40b2','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"24.0.1312.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');
INSERT INTO `wp_options` VALUES (11806,0,'_transient_timeout_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4','1419996891','no');
INSERT INTO `wp_options` VALUES (11807,0,'_transient_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4','1419953691','no');
INSERT INTO `wp_options` VALUES (11808,0,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1419996891','no');
INSERT INTO `wp_options` VALUES (11809,0,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2014/12/dinah/\' title=\'Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is […] [&hellip;]\'>WordPress 4.1 “Dinah”</a> <span class=\"rss-date\">December 18, 2014</span><div class=\'rssSummary\'>Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is […] [&hellip;]</div></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/\' title=\'The next release candidate for WordPress 4.1 is now available for testing. Seventy changes have gone in since the first release candidate. With no known issues left, we plan to release 4.1 tomorrow, December 18. To test, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If you’ [&hellip;]\'>WordPress 4.1 Release Candidate 3</a> <span class=\"rss-date\">December 18, 2014</span><div class=\'rssSummary\'>The next release candidate for WordPress 4.1 is now available for testing. Seventy changes have gone in since the first release candidate. With no known issues left, we plan to release 4.1 tomorrow, December 18. To test, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If you’ [&hellip;]</div></li></ul></div>','no');
INSERT INTO `wp_options` VALUES (11810,0,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1419996891','no');
INSERT INTO `wp_options` VALUES (11811,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:58:\"WPTavern: Add an Expiration Date to WordPress Sticky Posts\";s:7:\"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=36164\";s:7:\"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:\"http://wptavern.com/add-an-expiration-date-to-wordpress-sticky-posts\";s: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:2901:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/04/paste.png\" rel=\"prettyphoto[36164]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/04/paste.png?resize=900%2C401\" alt=\"photo credit: This Year\'s Love - cc\" class=\"size-full wp-image-21384\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/hand-nor-glove/1481913840/\">This Year&#8217;s Love</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>WordPress&#8217; <a href=\"http://codex.wordpress.org/Sticky_Posts\" title=\"Sticky Posts\" target=\"_blank\">sticky posts</a> feature was introduced six years ago in the <a href=\"http://codex.wordpress.org/Version_2.7\" target=\"_blank\">2.7</a> release. It was added to enable users to stick important posts to the front page so that they won&#8217;t disappear in a blog&#8217;s steady stream of chronologically ordered content.</p>\n<p>By default, a sticky post is sticky indefinitely and requires you to manually uncheck the box under the post&#8217;s visibility settings in order to remove its stickiness. <a href=\"https://wordpress.org/plugins/expire-sticky-posts/\" target=\"_blank\">Expire Sticky Posts</a> is a new ultra-simple plugin that allows you to set an expiration date on your sticky selections.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/expire-sticky-posts.png\" rel=\"prettyphoto[36164]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/expire-sticky-posts.png?resize=306%2C500\" alt=\"expire-sticky-posts\" class=\"alignright size-large wp-image-36501\" /></a>The plugin, created by <a href=\"http://andyv.me/\" target=\"_blank\">Andy von Dohren</a>, is a fork of the <a href=\"https://wordpress.org/plugins/simple-post-expiration/\" target=\"_blank\">Simple Post Expiration</a> plugin by Pippin Williamson. Expire Sticky Posts adds a date entry box to the publish panel for setting an expiration date if the post has been checked as sticky.</p>\n<p>The plugin is perfect for automating the management of seasonal sticky posts and important time-sensitive notices. Also, some themes rely on sticky posts for setting the featured content on the homepage, requiring you to manually change them out. This plugin allows you to set up future dates for expiring sticky posts at the time that you publish them, so you don&#8217;t have to log in and change it later.</p>\n<p>I tested the plugin and found that it works as advertised. The only thing I would add is the ability to set a specific time in addition to the date, as this may be important in some instances. If you find the <a href=\"https://wordpress.org/plugins/expire-sticky-posts/\" target=\"_blank\">Expire Sticky Posts</a> plugin to be useful and have any further feedback, feel free to leave a note in the issues queue of the project&#8217;s <a href=\"https://github.com/avondohren/Expire-Sticky-Posts\" target=\"_blank\">GitHub repository</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, 30 Dec 2014 06:07: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: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:69:\"WPTavern: WordPress Community Pulls Together to Help a Member in Need\";s:7:\"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=36487\";s:7:\"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/wordpress-community-pulls-together-to-help-a-member-in-need\";s: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:3787:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/GenerosityFeaturedImage.png\" rel=\"prettyphoto[36487]\"><img class=\"size-full wp-image-36495\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/GenerosityFeaturedImage.png?resize=639%2C200\" alt=\"Generosity Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/transforminggenerosity/6080870810/\">Stewardship &#8211; Transforming Generosity</a> &#8211; <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p>Dan Griffiths, who is known on Twitter as <a title=\"https://twitter.com/ghost1227\" href=\"https://twitter.com/ghost1227\">Ghost1227</a> and one of the creators of <a title=\"http://wptally.com/\" href=\"http://wptally.com/\">WP Tally,</a> recently found himself in an emergency situation. Due to personal reasons, details of the situation have been withheld but it required Griffiths to come up with $2,500 within a 24 hour time span. Griffiths is a military Veteran who served in the Marines and received an honorable discharge.</p>\n<p>He reached out to <a title=\"http://wptavern.com/happy-joe-uses-wordpress-to-train-and-help-veterans-find-careers-in-web-technology\" href=\"http://wptavern.com/happy-joe-uses-wordpress-to-train-and-help-veterans-find-careers-in-web-technology\">Happy Joe</a>, an organization that helps veterans in need. Happy Joe founder, James Dalman, published an all points bulletin on Twitter asking for help from the WordPress community.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>PLEASE help <a href=\"https://twitter.com/ghost1227\">@ghost1227</a> raise $2500 in the next 24 hours. It\'s an emergency and he is a <a href=\"https://twitter.com/hashtag/marine?src=hash\">#marine</a> <a href=\"https://twitter.com/hashtag/veteran?src=hash\">#veteran</a>.&#10;&#10;<a href=\"http://t.co/6SDlA41IkP\">http://t.co/6SDlA41IkP</a></p>\n<p>&mdash; jamesdalman (@jamesdalman) <a href=\"https://twitter.com/jamesdalman/status/549749712602300416\">December 30, 2014</a></p></blockquote>\n<p></p>\n<p>At least 22 people retweeted the call for help with several members of the WordPress community sending out custom tweets. I donated $20 to the campaign not only to thank Griffiths for his service, but to help him out in a dire time of need. Within <strong>two hours</strong> of the initial call for help, Griffiths reached his goal and added the following message to his <a title=\"http://ghost1227.com/donate/\" href=\"http://ghost1227.com/donate/\">personal donation page</a>.</p>\n<blockquote><p>I can’t believe the response my call for help has received… For lack of a better word, I’m in shock. My sincerest thanks go out to the whole community for your unbelievable support. In a matter of an hour or two I received more than I ever thought possible… much from people whom I wasn’t even aware I had made an impression on. I am beyond humbled at the awesomeness of our community and can’t begin to express how much you all mean to me. Thanks again, and I hope we can continue to make WordPress, our community, and the Internet as a whole even better this coming year than the last!</p></blockquote>\n<p>This isn&#8217;t the first time the community has been generous to those in need. Near the end of 2013, the community rallied together to donate over $7,300 ($2,000 over the requested amount) to help Justin Tadlock <a title=\"https://www.tilt.com/campaigns/help-buy-a-house-for-christmas\" href=\"https://www.tilt.com/campaigns/help-buy-a-house-for-christmas\">buy a house</a>.</p>\n<p>I can&#8217;t imagine the overwhelming sense of happiness Griffiths must be feeling. The fact that several of the donations came from people he doesn&#8217;t know is another indication of just how awesome and generous the WordPress community is to those who need it most.</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, 30 Dec 2014 05:09: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: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: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:60:\"WPTavern: A Look Back at WordPress News in 2014, Part 1 of 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:28:\"http://wptavern.com/?p=36435\";s:7:\"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:\"http://wptavern.com/a-look-back-at-wordpress-news-in-2014-part-1-of-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:40967:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/WPInternetArchive.png\" rel=\"prettyphoto[36435]\"><img class=\"size-full wp-image-26599\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/WPInternetArchive.png?resize=636%2C300\" alt=\"WordPress Internet Archive Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/mathrong/7988229132/\">mathrong</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>In the course of a year, a lot of things happen in the WordPress ecosystem and in 2014, the Tavern published over 900 posts. I&#8217;ve created a list of headlines from the first-half of 2014 where you can see the progression of stories, businesses, and products at a glance. The list indicates it was a busy year for several companies.</p>\n<p>The stories included here are handpicked based on their newsworthiness, importance, and whether they generated a healthy discussion in the comments. The posts are in chronological order starting with January.</p>\n<h2>January</h2>\n<ul>\n<li><a title=\"WordPress Plugin Repository Now Rejects Commits With PHP Errors\" href=\"http://wptavern.com/wordpress-plugin-repository-now-rejects-commits-with-php-errors\">WordPress Plugin Repository Now Rejects Commits With PHP Errors </a></li>\n<li><a title=\"Aesop Story Engine: An Open Source WordPress Plugin For Storytelling\" href=\"http://wptavern.com/aesop-story-engine-an-open-source-wordpress-plugin-for-storytelling\">Aesop Story Engine: An Open Source WordPress Plugin For Storytelling </a></li>\n<li><a title=\"AcademiaThemes - WordPress Themes Specifically For Academia\" href=\"http://wptavern.com/academiathemes-wordpress-themes-specifically-for-academia\">AcademiaThemes &#8211; WordPress Themes Specifically For Academia </a></li>\n<li><a title=\"WordPress Core Trac Gets a Design Refresh, New Features and Enhancements\" href=\"http://wptavern.com/wordpress-core-trac-gets-a-design-refresh-new-features-and-enhancements\">WordPress Core Trac Gets a Design Refresh, New Features and Enhancements </a></li>\n<li><a title=\"Mentor Others In The WordPress Community With WPMentor\" href=\"http://wptavern.com/mentor-others-in-the-wordpress-community-with-wpmentor\">Mentor Others In The WordPress Community With WPMentor </a></li>\n<li><a title=\"AppPresser Launches First Mobile App Development Framework For WordPress\" href=\"http://wptavern.com/apppresser-launches-first-mobile-app-development-framework-for-wordpress\">AppPresser Launches First Mobile App Development Framework For WordPress </a></li>\n<li><a title=\"Encouraging Women To Speak At WordCamps \" href=\"http://wptavern.com/encouraging-women-to-speak-at-wordcamps\">Encouraging Women To Speak At WordCamps </a></li>\n<li><a title=\"Cultivating a Culture of Respect in the WordPress Community\" href=\"http://wptavern.com/cultivating-a-culture-of-respect-in-the-wordpress-community\">Cultivating a Culture of Respect in the WordPress Community </a></li>\n<li><a title=\"WordPress Adds Per-Ticket Notifications to Trac\" href=\"http://wptavern.com/wordpress-adds-per-ticket-notifications-to-trac\">WordPress Adds Per-Ticket Notifications to Trac </a></li>\n<li><a title=\"ManageWP Is Now Integrated Into cPanel With SiteGround Hosting\" href=\"http://wptavern.com/managewp-is-now-integrated-into-cpanel-with-siteground-hosting\">ManageWP Is Now Integrated Into cPanel With SiteGround Hosting </a></li>\n<li><a title=\"Matt Mullenweg Takes On New Role As CEO of Automattic\" href=\"http://wptavern.com/matt-mullenweg-takes-on-new-role-as-ceo-of-automattic\">Matt Mullenweg Takes On New Role As CEO of Automattic </a></li>\n<li><a title=\"Data.gov Is Using WordPress and All the Code is Open Source\" href=\"http://wptavern.com/data-gov-is-using-wordpress-and-all-the-code-is-open-source\">Data.gov Is Using WordPress and All the Code is Open Source </a></li>\n<li><a title=\"WordPress Managed Host NodeKi Goes Bust: No Refunds For Lifetime Customers\" href=\"http://wptavern.com/wordpress-managed-host-nodeki-goes-bust-no-refunds-for-lifetime-customers\">WordPress Managed Host NodeKi Goes Bust: No Refunds For Lifetime Customers </a></li>\n<li><a title=\"Google Releases Its First Plugin For WordPress Publishers\" href=\"http://wptavern.com/google-releases-its-first-plugin-for-wordpress-publishers\">Google Releases Its First Plugin For WordPress Publishers </a></li>\n<li><a title=\"Official Git Mirror Now Available for WordPress Core Development Repository\" href=\"http://wptavern.com/official-git-mirror-now-available-for-wordpress-core-development-repository\">Official Git Mirror Now Available for WordPress Core Development Repository </a></li>\n<li><a title=\"New WordPress Trac Features Have Been Ported to bbPress and BuddyPress\" href=\"http://wptavern.com/new-wordpress-trac-features-have-been-ported-to-bbpress-and-buddypress\">New WordPress Trac Features Have Been Ported to bbPress and BuddyPress </a></li>\n<li><a title=\"GoDaddy Launches Managed WordPress Hosting Service\" href=\"http://wptavern.com/godaddy-launches-managed-wordpress-hosting-service\">GoDaddy Launches Managed WordPress Hosting Service </a></li>\n<li><a title=\"WordCamp Paris 2014: Uniting The French WordPress Community\" href=\"http://wptavern.com/wordcamp-paris-2014-uniting-the-french-wordpress-community\">WordCamp Paris 2014: Uniting The French WordPress Community </a></li>\n<li><a title=\"CodePen Releases Official WordPress Plugin\" href=\"http://wptavern.com/codepen-releases-official-wordpress-plugin\">CodePen Releases Official WordPress Plugin </a></li>\n<li><a title=\"Behind The Scenes In The WordPress Plugin Directory With Mika Epstein\" href=\"http://wptavern.com/behind-the-scenes-in-the-wordpress-plugin-directory-with-mika-epstein\">Behind The Scenes In The WordPress Plugin Directory With Mika Epstein </a></li>\n<li><a title=\"WordPress 3.8.1 Released: Fixes Twitter oEmbed Issues\" href=\"http://wptavern.com/wordpress-3-8-1-released-fixes-twitter-oembed-issues\">WordPress 3.8.1 Released: Fixes Twitter oEmbed Issues </a></li>\n<li><a title=\"PressCastle Aims to Put Every WordPress Theme in One Place\" href=\"http://wptavern.com/presscastle-aims-to-put-every-wordpress-theme-in-one-place\">PressCastle Aims to Put Every WordPress Theme in One Place </a></li>\n<li><a title=\"WordPress Co-Founder Mike Little Gets His Own Wikipedia Page\" href=\"http://wptavern.com/wordpress-co-founder-mike-little-gets-his-own-wikipedia-page\">WordPress Co-Founder Mike Little Gets His Own Wikipedia Page </a></li>\n<li><a title=\"WordCamp Norway 2014: WordPress In a Winter Wonderland\" href=\"http://wptavern.com/wordcamp-norway-2014-wordpress-in-a-winter-wonderland\">WordCamp Norway 2014: WordPress In a Winter Wonderland </a></li>\n<li><a title=\"Aesop WordPress Storytelling Plugin Is Now Fully Funded\" href=\"http://wptavern.com/aesop-wordpress-storytelling-plugin-is-now-fully-funded\">Aesop WordPress Storytelling Plugin Is Now Fully Funded </a></li>\n<li><a title=\"High Demand For WordPress Education Prompts Treehouse to Launch New Beginner\'s Course\" href=\"http://wptavern.com/high-demand-for-wordpress-education-prompts-treehouse-to-launch-new-beginners-course\">High Demand For WordPress Education Prompts Treehouse to Launch New Beginner&#8217;s Course </a></li>\n<li><a title=\"WordPress Trac Gets New Core Components Overview Page for Filtering Tickets \" href=\"http://wptavern.com/wordpress-trac-gets-new-core-components-overview-page-for-filtering-tickets\">WordPress Trac Gets New Core Components Overview Page for Filtering Tickets </a></li>\n<li><a title=\"Why Post By Email Is Still Available In WordPress\" href=\"http://wptavern.com/why-post-by-email-is-still-available-in-wordpress\">Why Post By Email Is Still Available In WordPress </a></li>\n<li><a title=\"How WordPress Obtained The W.org Domain\" href=\"http://wptavern.com/how-wordpress-obtained-the-w-org-domain\">How WordPress Obtained The W.org Domain </a></li>\n<li><a title=\"Jetpack 2.8 Introduces Markdown Module and Adds Publicize Support for Custom Post Types\" href=\"http://wptavern.com/jetpack-2-8-introduces-markdown-module-and-adds-publicize-support-for-custom-post-types\">Jetpack 2.8 Introduces Markdown Module and Adds Publicize Support for Custom Post Types </a></li>\n</ul>\n<h2>February</h2>\n<ul>\n<li><a title=\"Try To Locate WordPress On The Map\" href=\"http://wptavern.com/try-to-locate-wordpress-on-the-map\">Try To Locate WordPress On The Map </a></li>\n<li><a title=\"New Site Highlights Acts Of Kindness In The WordPress Community\" href=\"http://wptavern.com/new-site-highlights-acts-of-kindness-in-the-wordpress-community\">New Site Highlights Acts Of Kindness In The WordPress Community </a></li>\n<li><a title=\"Gust Plugin Brings the Ghost Admin Panel Into WordPress\" href=\"http://wptavern.com/gust-plugin-brings-the-ghost-admin-panel-into-wordpress\">Gust Plugin Brings the Ghost Admin Panel Into WordPress </a></li>\n<li><a title=\"How to Set Up Email Alerts For Topics on WordPress.org\" href=\"http://wptavern.com/how-to-set-up-email-alerts-for-topics-on-wordpress-org\">How to Set Up Email Alerts For Topics on WordPress.org </a></li>\n<li><a title=\"WiredTree To Sponsor All North American WordCamps In 2014\" href=\"http://wptavern.com/wiredtree-to-sponsor-all-north-american-wordcamps-in-2014\">WiredTree To Sponsor All North American WordCamps In 2014 </a></li>\n<li><a title=\"WordPress Service Provider BruteProtect Secures Funding, Forms Parka LLC\" href=\"http://wptavern.com/wordpress-service-provider-bruteprotect-secures-funding-forms-parka-llc\">WordPress Service Provider BruteProtect Secures Funding, Forms Parka LLC </a></li>\n<li><a title=\"Fine-Grained WordPress Trac Notifications Help Core Contributors to Specialize\" href=\"http://wptavern.com/fine-grained-wordpress-trac-notifications-help-core-contributors-to-specialize\">Fine-Grained WordPress Trac Notifications Help Core Contributors to Specialize </a></li>\n<li><a title=\"WordPress.org Plugin Authors Receive Suspicious Requests For Repository Access\" href=\"http://wptavern.com/wordpress-org-plugin-authors-receive-suspicious-requests-for-repository-access\">WordPress.org Plugin Authors Receive Suspicious Requests For Repository Access </a></li>\n<li><a title=\"Piklist WordPress Development Framework Rebrands, Plans to Launch Commercial Products\" href=\"http://wptavern.com/piklist-wordpress-development-framework-rebrands-plans-to-launch-commercial-products\">Piklist WordPress Development Framework Rebrands, Plans to Launch Commercial Products </a></li>\n<li><a title=\"Joost de Valk Author Of The WordPress SEO Plugin Acquires WPForce.com\" href=\"http://wptavern.com/joost-de-valk-author-of-the-wordpress-seo-plugin-acquires-wpforce-com\">Joost de Valk Author Of The WordPress SEO Plugin Acquires WPForce.com </a></li>\n<li><a title=\"WPCollab Provides Collaborative Opportunity For New WordPress Plugin Developers\" href=\"http://wptavern.com/wpcollab-provides-collaborative-opportunity-for-new-wordpress-plugin-developers\">WPCollab Provides Collaborative Opportunity For New WordPress Plugin Developers </a></li>\n<li><a title=\"UpThemes Publishes Open Letter, Sounds Wakeup Call To Other WordPress Theme Shops\" href=\"http://wptavern.com/upthemes-publishes-open-letter-sounds-wakeup-call-to-other-wordpress-theme-shops\">UpThemes Publishes Open Letter, Sounds Wakeup Call To Other WordPress Theme Shops </a></li>\n<li><a title=\"WordPress.com Joins Google, Reddit and Tumblr in Protesting NSA Surveillance\" href=\"http://wptavern.com/wordpress-com-joins-google-reddit-and-tumblr-in-protesting-nsa-surveillance\">WordPress.com Joins Google, Reddit and Tumblr in Protesting NSA Surveillance </a></li>\n<li><a title=\"WordPress E-Commerce Plugins Update to Support Stripe\'s Global Expansion of Currencies\" href=\"http://wptavern.com/wordpress-e-commerce-plugins-update-to-support-stripes-global-expansion-of-currencies\">WordPress E-Commerce Plugins Update to Support Stripe&#8217;s Global Expansion of Currencies </a></li>\n<li><a title=\"How One Police Chief Is Using WordPress and Jetpack to Fight Crime\" href=\"http://wptavern.com/how-one-police-chief-is-using-wordpress-and-jetpack-to-fight-crime\">How One Police Chief Is Using WordPress and Jetpack to Fight Crime </a></li>\n<li><a title=\"First Steps Taken To Add WordCamp Data To WordPress.org User Profiles\" href=\"http://wptavern.com/first-steps-taken-to-add-wordcamp-data-to-wordpress-org-user-profiles\">First Steps Taken To Add WordCamp Data To WordPress.org User Profiles </a></li>\n<li><a title=\"WooThemes Replaces Theme Club With All Themes Package\" href=\"http://wptavern.com/woothemes-replaces-theme-club-with-all-themes-package\">WooThemes Replaces Theme Club With All Themes Package </a></li>\n<li><a title=\"Open Source Federal Learning Registry Offers A Plugin For WordPress Integration\" href=\"http://wptavern.com/open-source-federal-learning-registry-offers-a-plugin-for-wordpress-integration\">Open Source Federal Learning Registry Offers A Plugin For WordPress Integration </a></li>\n<li><a title=\"Aesop Story Engine Now Available On WordPress.org\" href=\"http://wptavern.com/aesop-story-engine-now-available-on-wordpress-org\">Aesop Story Engine Now Available On WordPress.org </a></li>\n<li><a title=\"Own Your Content: Postcard Social Sharing App Launches With WordPress Integration \" href=\"http://wptavern.com/own-your-content-postcard-social-sharing-app-launches-with-wordpress-integration\">Own Your Content: Postcard Social Sharing App Launches With WordPress Integration </a></li>\n<li><a title=\"WordPress Theme Shops Move Toward Preserving Data Portability\" href=\"http://wptavern.com/wordpress-theme-shops-move-towards-preserving-data-portability\">WordPress Theme Shops Move Toward Preserving Data Portability </a></li>\n<li><a title=\"Bob Dunn Launches New WordPress Learning Site\" href=\"http://wptavern.com/bob-dunn-launches-new-wordpress-learning-site\">Bob Dunn Launches New WordPress Learning Site </a></li>\n<li><a title=\"\" href=\"http://wptavern.com/adopt-me-plugin-tag-is-now-in-use-on-wordpress-org\">&#8220;Adopt-Me&#8221; Plugin Tag Is Now in Use in the WordPress Plugin Directory </a></li>\n<li><a title=\"WordPress.org Profiles On Track to Be Totally Revamped\" href=\"http://wptavern.com/wordpress-org-profiles-on-track-to-be-totally-revamped\">WordPress.org Profiles On Track to Be Totally Revamped </a></li>\n<li><a title=\"Jetpack 2.9 Introduces Multisite Support and Related Posts Module\" href=\"http://wptavern.com/jetpack-2-9-introduces-multisite-support-and-related-posts-module\">Jetpack 2.9 Introduces Multisite Support and Related Posts Module </a></li>\n<li><a title=\"Theme Foundry Partners With Typekit to Add Commercial Fonts to WordPress Themes\" href=\"http://wptavern.com/theme-foundry-partners-with-typekit-to-add-commerical-fonts-to-wordpress-themes\">Theme Foundry Partners With Typekit to Add Commercial Fonts to WordPress Themes </a></li>\n<li><a title=\"Better WordPress Security Plugin Gets Major Update To Address Security Vulnerabilities\" href=\"http://wptavern.com/better-wordpress-security-plugin-gets-major-update-to-address-security-vulnerabilities\">Better WordPress Security Plugin Gets Major Update To Address Security Vulnerabilities </a></li>\n<li><a title=\"WordPress.com Partners With Hosted E-Commerce Solutions to Launch Online Stores\" href=\"http://wptavern.com/wordpress-com-partners-with-hosted-e-commerce-solutions-to-launch-online-stores\">WordPress.com Partners With Hosted E-Commerce Solutions to Launch Online Stores </a></li>\n</ul>\n<h2>March</h2>\n<ul>\n<li><a title=\"BuddyPress to Adopt Features-As-Plugins Model to Develop New Media Component\" href=\"http://wptavern.com/buddypress-to-adopt-features-as-plugins-model-to-develop-new-media-component\">BuddyPress to Adopt Features-As-Plugins Model to Develop New Media Component </a></li>\n<li><a title=\"WordPress.com Featured On Jeopardy\" href=\"http://wptavern.com/wordpress-com-featured-on-jeopardy\">WordPress.com Featured On Jeopardy </a></li>\n<li><a title=\"MediaTemple Launches WordPress Managed Hosting Package\" href=\"http://wptavern.com/mediatemple-launches-wordpress-managed-hosting-package\">MediaTemple Launches WordPress Managed Hosting Package </a></li>\n<li><a title=\"CampusPress Launches Managed WordPress Hosting For Multisite Networks\" href=\"http://wptavern.com/campuspress-launches-managed-wordpress-hosting-for-multisite-networks\">CampusPress Launches Managed WordPress Hosting For Multisite Networks </a></li>\n<li><a title=\"Widget Customizer Officially Merged Into Core for WordPress 3.9\" href=\"http://wptavern.com/widget-customizer-officially-merged-into-core-for-wordpress-3-9\">Widget Customizer Officially Merged Into Core for WordPress 3.9 </a></li>\n<li><a title=\"BuddyPress and bbPress Websites Are Now Open Source: Contributions Welcome\" href=\"http://wptavern.com/buddypress-and-bbpress-websites-are-now-open-source-contributions-welcome\">BuddyPress and bbPress Websites Are Now Open Source: Contributions Welcome </a></li>\n<li><a title=\"What Is The Future Of Comments In WordPress?\" href=\"http://wptavern.com/what-is-the-future-of-comments-in-wordpress\">What Is The Future Of Comments In WordPress? </a></li>\n<li><a title=\"A Look Behind PropsPress: A Site Dedicated to WordPress Contributors\" href=\"http://wptavern.com/a-look-behind-propspress-a-site-dedicated-to-wordpress-contributors\">A Look Behind PropsPress: A Site Dedicated to WordPress Contributors </a></li>\n<li><a title=\"First WordCamp Dayton A Flying Success\" href=\"http://wptavern.com/first-wordcamp-dayton-a-flying-success\">First WordCamp Dayton A Flying Success </a></li>\n<li><a title=\"Aesop Story Engine Launches Commercial WordPress Themes\" href=\"http://wptavern.com/aesop-story-engine-launches-commercial-wordpress-themes\">Aesop Story Engine Launches Commercial WordPress Themes </a></li>\n<li><a title=\"WordPress\' Personality Shines Through Again\" href=\"http://wptavern.com/wordpress-personality-shines-through-again\">WordPress&#8217; Personality Shines Through Again </a></li>\n<li><a title=\"The Importance of Mentors: How a High School Student Became a Professional WordPress Developer\" href=\"http://wptavern.com/the-importance-of-mentors-how-a-high-school-student-became-a-professional-wordpress-developer\">The Importance of Mentors: How a High School Student Became a Professional WordPress Developer </a></li>\n<li><a title=\"10up Hires CEO To Help Take Company To The Next Level\" href=\"http://wptavern.com/10up-hires-ceo-to-help-take-company-to-the-next-level\">10up Hires CEO To Help Take Company To The Next Level </a></li>\n<li><a title=\"Treehouse Expands WordPress Education to Include BuddyPress Beginners Course\" href=\"http://wptavern.com/treehouse-expands-wordpress-education-to-include-buddypress-beginners-course\">Treehouse Expands WordPress Education to Include BuddyPress Beginners Course </a></li>\n<li><a title=\"Better WP Security To Be Renamed, Undergoes Major Changes\" href=\"http://wptavern.com/better-wp-security-to-be-renamed-undergoes-major-changes\">Better WP Security To Be Renamed, Undergoes Major Changes </a></li>\n<li><a title=\"WordPress.com Developer Site Gets a Fresh Look and Updated Documentation\" href=\"http://wptavern.com/wordpress-com-developer-site-gets-a-fresh-look-and-updated-documentation\">WordPress.com Developer Site Gets a Fresh Look and Updated Documentation </a></li>\n<li><a title=\"WordPress.com Formally Opens Its Marketplace to Theme Developers\" href=\"http://wptavern.com/wordpress-com-formally-opens-its-marketplace-to-theme-developers\">WordPress.com Formally Opens Its Marketplace to Theme Developers </a></li>\n<li><a title=\"WordPress Plugin Repository Now Hosts Over 30,000 Plugins\" href=\"http://wptavern.com/wordpress-plugin-repository-now-hosts-over-30000-plugins\">WordPress Plugin Repository Now Hosts Over 30,000 Plugins </a></li>\n<li><a title=\"CreativeMarket Acquired By The Makers Of AutoCAD\" href=\"http://wptavern.com/creativemarket-acquired-by-the-makers-of-autocad\">CreativeMarket Acquired By The Makers Of AutoCAD </a></li>\n<li><a title=\"PhpStorm 8 To Add Official Support for WordPress\" href=\"http://wptavern.com/phpstorm-8-to-add-official-support-for-wordpress\">PhpStorm 8 To Add Official Support for WordPress </a></li>\n<li><a title=\"WordPress.com Gets New Standard and Secret Emoticons\" href=\"http://wptavern.com/wordpress-com-gets-new-standard-and-secret-emoticons\">WordPress.com Gets New Standard and Secret Emoticons </a></li>\n<li><a title=\"Qik Is Shutting Down, How To Save Your Videos\" href=\"http://wptavern.com/qik-is-shutting-down-how-to-save-your-videos\">Qik Is Shutting Down, How To Save Your Videos </a></li>\n<li><a title=\"WordPress Smiley Wars: Will Core Adopt New Emoticons?\" href=\"http://wptavern.com/wordpress-smiley-wars-will-core-adopt-new-emoticons\">WordPress Smiley Wars: Will Core Adopt New Emoticons? </a></li>\n<li><a title=\"Why Showing The WordPress Username Is Not A Security Risk\" href=\"http://wptavern.com/why-showing-the-wordpress-username-is-not-a-security-risk\">Why Showing The WordPress Username Is Not A Security Risk </a></li>\n<li><a title=\"Pressgram 2.0 Removes Social Layer to Focus on Publishing\" href=\"http://wptavern.com/pressgram-2-0-removes-social-layer-to-focus-on-publishing\">Pressgram 2.0 Removes Social Layer to Focus on Publishing </a></li>\n<li><a title=\"iThemes Working Fast To Fix Users Upgrade Woes\" href=\"http://wptavern.com/ithemes-working-fast-to-fix-users-upgrade-woes\">iThemes Working Fast To Fix Users Upgrade Woes </a></li>\n<li><a title=\"VagrantPress: A WordPress Development Environment for Themes and Plugins\" href=\"http://wptavern.com/vagrantpress-a-wordpress-development-environment-for-themes-and-plugins\">VagrantPress: A WordPress Development Environment for Themes and Plugins </a></li>\n</ul>\n<h2>April</h2>\n<ul>\n<li><a title=\"Okay Themes Pulls Out of Themeforest, Rebrands as Array\" href=\"http://wptavern.com/okay-themes-pulls-out-of-themeforest-rebrands-as-array\">Okay Themes Pulls Out of Themeforest, Rebrands as Array </a></li>\n<li><a title=\"Introduction To Underscores: A WordPress Starter Theme With Konstantin Obenland\" href=\"http://wptavern.com/introduction-to-underscores-a-wordpress-starter-theme-with-konstantin-obenland\">Introduction To Underscores: A WordPress Starter Theme With Konstantin Obenland </a></li>\n<li><a title=\"The Combination Of Jetpack and Dreamhost Security Settings Lead To Lost Comments\" href=\"http://wptavern.com/the-combination-of-jetpack-and-dreamhost-security-settings-lead-to-lost-comments\">The Combination Of Jetpack and Dreamhost Security Settings Lead To Lost Comments </a></li>\n<li><a title=\"WordPress.org Profile Redesign is Live\" href=\"http://wptavern.com/wordpress-org-profile-redesign-is-live\">WordPress.org Profile Redesign is Live </a></li>\n<li><a title=\"DevPress Sold To Unknown Buyer For $14k\" href=\"http://wptavern.com/devpress-sold-to-unknown-buyer-for-14k\">DevPress Sold To Unknown Buyer For $14k </a></li>\n<li><a title=\"The Idea Of Sponsored Comments Disqusts Me\" href=\"http://wptavern.com/the-idea-of-sponsored-comments-disqusts-me\">The Idea Of Sponsored Comments Disqusts Me </a></li>\n<li><a title=\"Introducing Hookr.io: A New Resource For WordPress Developers\" href=\"http://wptavern.com/introducing-hookr-io-a-new-resource-for-wordpress-developers\">Introducing Hookr.io: A New Resource For WordPress Developers </a></li>\n<li><a title=\"WordPress 3.8.2: First Security Release Shipped as a Background Update\" href=\"http://wptavern.com/wordpress-3-8-2-first-security-release-shipped-as-a-background-update\">WordPress 3.8.2: First Security Release Shipped as a Background Update </a></li>\n<li><a title=\"Automattic Acquires Longreads, Invests in Digital Longform Publishing\" href=\"http://wptavern.com/automattic-acquires-longreads-invests-in-digital-longform-publishing\">Automattic Acquires Longreads, Invests in Digital Longform Publishing </a></li>\n<li><a title=\"Breaking: Jetpack Releases Critical Security Update, Immediate Action Required\" href=\"http://wptavern.com/breaking-jetpack-releases-critical-security-update-immediate-action-required\">Breaking: Jetpack Releases Critical Security Update, Immediate Action Required </a></li>\n<li><a title=\"Major Milestone For BuddyPress: 2 Million Downloads and Counting\" href=\"http://wptavern.com/major-milestone-for-buddypress-2-million-downloads-and-counting\">Major Milestone For BuddyPress: 2 Million Downloads and Counting </a></li>\n<li><a title=\"WordPress Plugin CoSchedule Secures $500K In Funding\" href=\"http://wptavern.com/wordpress-plugin-coschedule-secures-500k-in-funding\">WordPress Plugin CoSchedule Secures $500K In Funding </a></li>\n<li><a title=\"Why WordPress Theme Developers Are Moving Functionality Into Plugins\" href=\"http://wptavern.com/why-wordpress-theme-developers-are-moving-functionality-into-plugins\">Why WordPress Theme Developers Are Moving Functionality Into Plugins </a></li>\n<li><a title=\"WordPress 3.8.3 Released, Fixes Quick Draft Bug\" href=\"http://wptavern.com/wordpress-3-8-3-released-fixes-quick-draft-bug\">WordPress 3.8.3 Released, Fixes Quick Draft Bug </a></li>\n<li><a title=\"BuddyPress 2.0 Released: Big Performance Improvements and New Administration Tools\" href=\"http://wptavern.com/buddypress-2-0-released-big-performance-improvements-and-new-administration-tools\">BuddyPress 2.0 Released: Big Performance Improvements and New Administration Tools </a></li>\n<li><a title=\"WordPress 3.9 \" href=\"http://wptavern.com/wordpress-3-9-smith-released\">WordPress 3.9 &#8220;Smith&#8221; Released </a></li>\n<li><a title=\"BuddyPress Development Trunk to Adopt a Grunt-Powered Build System\" href=\"http://wptavern.com/buddypress-development-trunk-to-adopt-a-grunt-powered-build-system\">BuddyPress Development Trunk to Adopt a Grunt-Powered Build System </a></li>\n<li><a title=\"Automattic Publishes Transparency Report, Reaffirms Support for Freedom of Speech\" href=\"http://wptavern.com/automattic-publishes-transparency-report-reaffirms-support-for-freedom-of-speech\">Automattic Publishes Transparency Report, Reaffirms Support for Freedom of Speech </a></li>\n<li><a title=\"Automattic Introduces Postbot App for Scheduling Photo Posts\" href=\"http://wptavern.com/automattic-introduces-postbot-app-for-scheduling-photo-posts\">Automattic Introduces Postbot App for Scheduling Photo Posts</a></li>\n<li><a title=\"Have You Turned On Akismet 3.0\'s Silent Discard Feature?\" href=\"http://wptavern.com/have-you-turned-on-akismet-3-0s-silent-discard-feature\">Have You Turned On Akismet 3.0&#8217;s Silent Discard Feature? </a></li>\n<li><a title=\"ThemeLab Acquired By Syed Balkhi\" href=\"http://wptavern.com/themelab-acquired-by-syed-balkhi\">ThemeLab Acquired By Syed Balkhi </a></li>\n<li><a title=\"Automattic Snaps Up Scroll Kit to Add to the WordPress.com Product Team\" href=\"http://wptavern.com/automattic-snaps-up-scroll-kit-to-add-to-the-wordpress-com-product-team\">Automattic Snaps Up Scroll Kit to Add to the WordPress.com Product Team </a></li>\n<li><a title=\"WordPress Code Reference is Now Live\" href=\"http://wptavern.com/wordpress-code-reference-is-now-live\">WordPress Code Reference is Now Live </a></li>\n<li><a title=\"WordPress 4.0 Kicks Off Development Today, Helen Hou-Sandí to Lead Release\" href=\"http://wptavern.com/wordpress-4-0-kicks-off-development-today-helen-hou-sandi-to-lead-release\">WordPress 4.0 Kicks Off Development Today, Helen Hou-Sandí to Lead Release </a></li>\n<li><a title=\"WordPress Commercial Theme Businesses Offer Advice On Hiring Support Staff  \" href=\"http://wptavern.com/wordpress-commercial-theme-businesses-offer-advice-on-hiring-support-staff\">WordPress Commercial Theme Businesses Offer Advice On Hiring Support Staff </a></li>\n</ul>\n<h2>May</h2>\n<ul>\n<li><a title=\"WP Rocket Launches Commercial Caching Plugin for WordPress\" href=\"http://wptavern.com/wp-rocket-launches-commercial-caching-plugin-for-wordpress\">WP Rocket Launches Commercial Caching Plugin for WordPress </a></li>\n<li><a title=\"The Mina Olen Free WordPress Theme Experiment\" href=\"http://wptavern.com/the-mina-olen-free-wordpress-theme-experiment\">The Mina Olen Free WordPress Theme Experiment </a></li>\n<li><a title=\"WordPress Query Monitor Plugin Crosses 10,000 Downloads\" href=\"http://wptavern.com/wordpress-query-monitor-plugin-crosses-10000-downloads\">WordPress Query Monitor Plugin Crosses 10,000 Downloads </a></li>\n<li><a title=\"GoDaddy Removes Ticketing and Email Support In Favor Of Phone and Live Chat\" href=\"http://wptavern.com/godaddy-removes-ticketing-and-email-support-in-favor-of-phone-and-live-chat\">GoDaddy Removes Ticketing and Email Support In Favor Of Phone and Live Chat </a></li>\n<li><a title=\"Automattic Is Raising $160M in New Funding\" href=\"http://wptavern.com/automattic-is-raising-160m-in-new-funding\">Automattic Is Raising $160M in New Funding </a></li>\n<li><a title=\"New wptheory Service Launches WordPress Websites in a Day\" href=\"http://wptavern.com/new-wptheory-service-launches-wordpress-websites-in-a-day\">New wptheory Service Launches WordPress Websites in a Day </a></li>\n<li><a title=\"WordPress Contributors Move Toward Automating Accessibility Testing\" href=\"http://wptavern.com/wordpress-contributors-move-toward-automating-accessibility-testing\">WordPress Contributors Move Toward Automating Accessibility Testing </a></li>\n<li><a title=\"AppPresser Debuts AppBuddy Mobile App at BuddyCamp Miami\" href=\"http://wptavern.com/apppresser-debuts-appbuddy-mobile-app-at-buddycamp-miami\">AppPresser Debuts AppBuddy Mobile App at BuddyCamp Miami </a></li>\n<li><a title=\"More Than 97% of Updates to WordPress 3.9.1 Were Automatic\" href=\"http://wptavern.com/more-than-97-of-updates-to-wordpress-3-9-1-were-automatic\">More Than 97% of Updates to WordPress 3.9.1 Were Automatic </a></li>\n<li><a title=\"BuddyCamp Miami 2014 In Review: Presentations and Slides From the Event\" href=\"http://wptavern.com/buddycamp-miami-2014-in-review-presentations-and-slides-from-the-event\">BuddyCamp Miami 2014 In Review: Presentations and Slides From the Event </a></li>\n<li><a title=\"Recap Of WordCamp Miami 2014\" href=\"http://wptavern.com/recap-of-wordcamp-miami-2014\">Recap Of WordCamp Miami 2014 </a></li>\n<li><a title=\"WooThemes Continuing To Investigate Reports Of Fraudulent Activity\" href=\"http://wptavern.com/woothemes-continuing-to-investigate-reports-of-fraudulent-activity\">WooThemes Continuing To Investigate Reports Of Fraudulent Activity </a></li>\n<li><a title=\"The Ability To Anonymously Complain About WordPress May Soon Disappear\" href=\"http://wptavern.com/the-ability-to-anonymously-complain-about-wordpress-may-soon-disappear\">The Ability To Anonymously Complain About WordPress May Soon Disappear </a></li>\n<li><a title=\"WP Ninjas Launch Ninja Demo: A Complete Demo Solution for WordPress Products\" href=\"http://wptavern.com/wp-ninjas-launch-ninja-demo-a-complete-demo-solution-for-wordpress-products\">WP Ninjas Launch Ninja Demo: A Complete Demo Solution for WordPress Products </a></li>\n<li><a title=\"Why BuddyPress and bbPress Themes Don\'t Exist\" href=\"http://wptavern.com/why-buddypress-and-bbpress-themes-dont-exist\">Why BuddyPress and bbPress Themes Don&#8217;t Exist </a></li>\n<li><a title=\"Font Awesome Finally Adds WordPress Icon in 4.1 Release\" href=\"http://wptavern.com/font-awesome-wordpress-icon\">Font Awesome Finally Adds WordPress Icon in 4.1 Release </a></li>\n<li><a title=\"Automattic Doesn\'t Claim Copyright On Their APIs\" href=\"http://wptavern.com/automattic-doesnt-claim-copyright-on-their-apis\">Automattic Doesn&#8217;t Claim Copyright On Their APIs </a></li>\n<li><a title=\"WordCamp Miami Kids\' Workshop Launches the Next Generation of Bloggers\" href=\"http://wptavern.com/wordcamp-miami-kids-workshop-launches-the-next-generation-of-bloggers\">WordCamp Miami Kids&#8217; Workshop Launches the Next Generation of Bloggers </a></li>\n<li><a title=\"WordPress for Android Will No Longer Support Gingerbread\" href=\"http://wptavern.com/wordpress-for-android-will-no-longer-support-gingerbread\">WordPress for Android Will No Longer Support Gingerbread </a></li>\n<li><a title=\"Jetpack 3.0 Released, Adds Bulk Module Management, Site Verification and Twitter Open Graph Support\" href=\"http://wptavern.com/jetpack-3-0-released-adds-bulk-module-management-site-verification-and-twitter-open-graph-support\">Jetpack 3.0 Released, Adds Bulk Module Management, Site Verification and Twitter Open Graph Support </a></li>\n<li><a title=\"WP Engine Addresses Critics Following Damaging Exposé of Its Customer Support\" href=\"http://wptavern.com/wp-engine-addresses-critics-following-damaging-expose-of-its-customer-support\">WP Engine Addresses Critics Following Damaging Exposé of Its Customer Support </a></li>\n<li><a title=\"WordPress Entrepreneurs Group Reaches 500+ Members\" href=\"http://wptavern.com/wordpress-entrepreneurs-group-reaches-500-members\">WordPress Entrepreneurs Group Reaches 500+ Members </a></li>\n<li><a title=\"The WordPress Training Initiative \" href=\"http://wptavern.com/the-wordpress-training-initiative\">The WordPress Training Initiative </a></li>\n<li><a title=\"WordPress JSON REST API Version 1.0 Released\" href=\"http://wptavern.com/wordpress-json-rest-api-version-1-0-released\">WordPress JSON REST API Version 1.0 Released </a></li>\n<li><a title=\"bbPress 2014 Survey Results Show Users Are Still Disappointed with Lack of Features\" href=\"http://wptavern.com/bbpress-2014-survey-results-show-users-are-still-disappointed-with-lack-of-features\">bbPress 2014 Survey Results Show Users Are Still Disappointed with Lack of Features </a></li>\n<li><a title=\"WordPress for iOS Featured in Apple\'s New iPad Advertising Campaign\" href=\"http://wptavern.com/wordpress-for-ios-featured-in-apples-new-ipad-advertising-campaign\">WordPress for iOS Featured in Apple&#8217;s New iPad Advertising Campaign </a></li>\n<li><a title=\"WordPress Celebrates Its 11th Birthday\" href=\"http://wptavern.com/wordpress-celebrates-its-11th-birthday\">WordPress Celebrates Its 11th Birthday </a></li>\n<li><a title=\"TeslaThemes Celebrates One Year Of Being In Business\" href=\"http://wptavern.com/teslathemes-celebrates-one-year-of-being-in-business\">TeslaThemes Celebrates One Year Of Being In Business </a></li>\n<li><a title=\"Alex Shiels Proposal For Improving The WordPress Plugin Management Page\" href=\"http://wptavern.com/alex-shiels-proposal-for-improving-the-wordpress-plugin-management-page\">Alex Shiels Proposal For Improving The WordPress Plugin Management Page </a></li>\n<li><a title=\"Feuilles App Aims to Replace Editorially, Offers Publishing to Github, WordPress, and Dropbox\" href=\"http://wptavern.com/feuilles-app-aims-to-replace-editorially-offers-publishing-to-github-wordpress-and-dropbox\">Feuilles App Aims to Replace Editorially, Offers Publishing to Github, WordPress, and Dropbox </a></li>\n<li><a title=\"WordPress Plugin All In One SEO Releases Important Security Update\" href=\"http://wptavern.com/wordpress-plugin-all-in-one-seo-releases-important-security-update\">WordPress Plugin All In One SEO Releases Important Security Update </a></li>\n</ul>\n<h2>June</h2>\n<ul>\n<li><a title=\"Press75 Acquired by Westwerk for Undisclosed Amount\" href=\"http://wptavern.com/press75-acquired-by-westwerk-for-undisclosed-amount\">Press75 Acquired by Westwerk for Undisclosed Amount </a></li>\n<li><a title=\"WordPress.com VIP Releases Presentation Documents and Resources Under Creative Commons License\" href=\"http://wptavern.com/wordpress-com-vip-releases-presentation-documents-and-resources-under-creative-commons-license\">WordPress.com VIP Releases Presentation Documents and Resources Under Creative Commons License </a></li>\n<li><a title=\"WordPress in Vietnamese: Now 100% Translated\" href=\"http://wptavern.com/wordpress-in-vietnamese-now-100-translated\">WordPress in Vietnamese: Now 100% Translated </a></li>\n<li><a title=\"WordPress.com to Implement SSL for All Subdomains, Joins the Fight Against Mass Surveillance\" href=\"http://wptavern.com/wordpress-com-to-implement-ssl-for-all-subdomains-joins-the-fight-against-mass-surveillance\">WordPress.com to Implement SSL for All Subdomains, Joins the Fight Against Mass Surveillance </a></li>\n<li><a title=\"bbPress 2.5.4 Security Release Available: Immediate Update Recommended\" href=\"http://wptavern.com/bbpress-2-5-4-security-release-available-immediate-update-recommended\">bbPress 2.5.4 Security Release Available: Immediate Update Recommended </a></li>\n<li><a title=\"DMCA Takedown Notice Issued Against Fork Of WP Migrate DB Pro\" href=\"http://wptavern.com/dmca-takedown-notice-issued-against-fork-of-wp-migrate-db-pro\">DMCA Takedown Notice Issued Against Fork Of WP Migrate DB Pro </a></li>\n<li><a title=\"Why Comments Still Matter\" href=\"http://wptavern.com/why-comments-still-matter\">Why Comments Still Matter </a></li>\n<li><a title=\"WP Engine to Sponsor Two Full-Time WordPress Core Contributors\" href=\"http://wptavern.com/wp-engine-to-sponsor-two-full-time-wordpress-core-contributors\">WP Engine to Sponsor Two Full-Time WordPress Core Contributors </a></li>\n<li><a title=\"Michael Oeser of DER PRiNZ Acquires WordPress Theme Company ThemeShift\" href=\"http://wptavern.com/michael-oeser-of-der-prinz-acquires-wordpress-theme-company-themeshift\">Michael Oeser of DER PRiNZ Acquires WordPress Theme Company ThemeShift </a></li>\n<li><a title=\"New Data Shows WordPress Support Forum Registrations Surged Between 2009 and 2012\" href=\"http://wptavern.com/new-data-shows-wordpress-support-forum-registrations-surged-between-2009-and-2012\">New Data Shows WordPress Support Forum Registrations Surged Between 2009 and 2012 </a></li>\n<li><a title=\"PressWork to Relaunch Under New Ownership\" href=\"http://wptavern.com/presswork-to-relaunch-under-new-ownership\">PressWork to Relaunch Under New Ownership </a></li>\n<li><a title=\"Clef Partners With Softaculous To Provide 2-Step Authentication For Automated WordPress Installs\" href=\"http://wptavern.com/clef-partners-with-softaculous-to-provide-2-step-authentication-for-automated-wordpress-installs\">Clef Partners With Softaculous To Provide 2-Step Authentication For Automated WordPress Installs </a></li>\n<li><a title=\"VersionPress Aims To Bring Version Control To The Masses\" href=\"http://wptavern.com/versionpress-hopes-to-bring-version-control-to-the-masses\">VersionPress Aims To Bring Version Control To The Masses </a></li>\n<li><a title=\"ThemeFurnace Relaunches, Introduces Lifetime Club Membership\" href=\"http://wptavern.com/themefurnace-relaunches-introduces-lifetime-club-membership\">ThemeFurnace Relaunches, Introduces Lifetime Club Membership </a></li>\n<li><a title=\"WordPress Trunk Adds New Beta Testing Tab to Plugins Screen\" href=\"http://wptavern.com/wordpress-trunk-adds-new-beta-testing-tab-to-plugins-screen\">WordPress Trunk Adds New Beta Testing Tab to Plugins Screen </a></li>\n<li><a title=\"Forbes Publishes Transcript Of Extended Interview With Matt Mullenweg\" href=\"http://wptavern.com/forbes-publishes-transcript-of-extended-interview-with-matt-mullenweg\">Forbes Publishes Transcript Of Extended Interview With Matt Mullenweg </a></li>\n<li><a title=\"VersionPress Adopts The GPL Software License\" href=\"http://wptavern.com/versionpress-adopts-the-gpl-software-license\">VersionPress Adopts The GPL Software License </a></li>\n<li><a title=\"WordPress Themes Suck at Accessibility: It\'s Time to Fix It\" href=\"http://wptavern.com/wordpress-themes-suck-at-accessibility-its-time-to-fix-it\">WordPress Themes Suck at Accessibility: It&#8217;s Time to Fix It </a></li>\n<li><a title=\"What\'s Your Perception Of ThemeForest?\" href=\"http://wptavern.com/whats-your-perception-of-themeforest\">What&#8217;s Your Perception Of ThemeForest? </a></li>\n<li><a title=\"WordPress JSON REST API Version 1.1 Released with New Authentication Documentation\" href=\"http://wptavern.com/wordpress-json-rest-api-version-1-1-released-with-new-authentication-documentation\">WordPress JSON REST API Version 1.1 Released with New Authentication Documentation </a></li>\n<li><a title=\"WordPress Security Alert: New Zero-Day Vulnerability Discovered in TimThumb Script\" href=\"http://wptavern.com/wordpress-security-alert-new-zero-day-vulnerability-discovered-in-timthumb-script\">WordPress Security Alert: New Zero-Day Vulnerability Discovered in TimThumb Script </a></li>\n<li><a title=\"Pods Framework For WordPress Releases Update To Patch Security Vulnerability\" href=\"http://wptavern.com/pods-framework-for-wordpress-releases-update-to-patch-security-vulnerability\">Pods Framework For WordPress Releases Update To Patch Security Vulnerability </a></li>\n<li><a title=\"The GPL License Doesn\'t Provide The Freedom To Infringe Registered Trademarks\" href=\"http://wptavern.com/the-gpl-license-doesnt-provide-the-freedom-to-infringe-registered-trademarks\">The GPL License Doesn&#8217;t Provide The Freedom To Infringe Registered Trademarks</a></li>\n<li><a title=\"WPSeek Mobile: A WordPress Function Reference on the Go\" href=\"http://wptavern.com/wpseek-mobile-a-wordpress-function-reference-on-the-go\">WPSeek Mobile: A WordPress Function Reference on the Go </a></li>\n</ul>\n<p>Tomorrow, we&#8217;ll look at the list of posts from July-December. Which stories of 2014 do you remember most and are there any that you would add or remove from the list?</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, 30 Dec 2014 01:20: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: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: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:90:\"WPTavern: Manage Code Snippets in WordPress with the Code Snippets Custom Post Type 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=36269\";s:7:\"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:100:\"http://wptavern.com/manage-code-snippets-in-wordpress-with-the-code-snippets-custom-post-type-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:3686:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/code-snippets-cpt.png\" rel=\"prettyphoto[36269]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/code-snippets-cpt.png?resize=772%2C250\" alt=\"code-snippets-cpt\" class=\"aligncenter size-full wp-image-36427\" /></a></p>\n<p>Maintaining a library of code snippets can save you time when coding similar tasks in the future. Although there are countless sites online where you can host code snippets, it&#8217;s more convenient to have them at your fingertips when writing a blog that includes code.</p>\n<p>Plugin developer <a href=\"http://jtsternberg.com/\" target=\"_blank\">Justin Sternberg</a> recently released <a href=\"https://wordpress.org/plugins/code-snippets-cpt/\" target=\"_blank\">Code Snippets CPT</a>, a plugin that allows you to manage and display code snippets in WordPress. This unique use of custom post types stores code snippets as their own individual posts, which can be pulled into content via a handy shortcode.</p>\n<p>The plugin uses <a href=\"https://code.google.com/p/google-code-prettify/\" target=\"_blank\">Google Code Prettify</a> to add syntax highlighting to your snippets. When creating a new snippet, you simply select the language from the dropdown at the top of the post editor. Write a description, add your snippet, and click publish.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/code-snippets-cpt-edit-post.jpg\" rel=\"prettyphoto[36269]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/code-snippets-cpt-edit-post.jpg?resize=1018%2C566\" alt=\"code-snippets-cpt-edit-post\" class=\"aligncenter size-full wp-image-36439\" /></a></p>\n<p>Code Snippets CPT also includes custom taxonomies for classifying your snippets. You can add both snippet categories and snippet tags, which will then allow for some unique ways of organizing and displaying your library of snippets.</p>\n<p>When you want to display a snippet within a post or page, click on the &#8220;Add Snippet&#8221; button in the visual or text editor to launch the shortcode finder. You can select whether or not you want to display line numbers for the snippet that you are embedding.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/code-snippets-shortcode.jpg\" rel=\"prettyphoto[36269]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/code-snippets-shortcode.jpg?resize=1015%2C569\" alt=\"code-snippets-shortcode\" class=\"aligncenter size-full wp-image-36448\" /></a></p>\n<p>Sternberg&#8217;s site is running the plugin, if you want to view a <a href=\"http://dsgnwrks.pro/the-basics/primer-on-globals-php-classes-or-oop/\" target=\"_blank\">few</a> <a href=\"http://dsgnwrks.pro/tools/twitterwp-a-wordpress-tool-to-get-you-connected-to-the-twitter-1-1-api/\" target=\"_blank\">live</a> <a href=\"http://dsgnwrks.pro/tools/sublime-text-2-wordpress-debugging-snippets/\" target=\"_blank\">examples</a> of snippets in posts.</p>\n<p>Code Snippets CPT allows you to create a searchable archive of code snippets on your own site, without having to host snippets with a third party service. The advantage of hosting your own snippets is that you can keep your code library centralized and back it up as part of your WordPress site.</p>\n<p>Having code snippets stored as custom post types is a step up from simply using a syntax highlighter plugin, because it gives you the flexibility to sort and display snippets using their own snippet-specific taxonomies. If you want to get your code library organized in 2015, check out the <a href=\"https://wordpress.org/plugins/code-snippets-cpt/\" target=\"_blank\">Code Snippets CPT</a> plugin on WordPress.org.</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, 29 Dec 2014 19:40: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: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:30:\"Matt: How Paul Graham Is Wrong\";s:7:\"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=44544\";s:7:\"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://ma.tt/2014/12/how-paul-graham-is-wrong/\";s: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:2014:\"<p>I love Paul Graham&#8217;s essays and his latest is no exception: <a href=\"http://paulgraham.com/95.html\">Let the Other 95% of Great Programmers In</a>. I agree that the US deserves dramatically better immigration policies, but in the meantime I&#8217;m confused with the head-in-the-sand approach most tech companies are taking simultaneously complaining that there are lots of great people they can&#8217;t bring into the US, but being stubborn on keeping a company culture that requires people to be physically co-located.</p>\n<p>In a region that prides itself on disruption and working from first principles, San Francisco&#8217;s scaling problem is pretty humorous if you look at it from the outside: otherwise smart and inventive founders continue to set up offices and try to hire or move people in the most overheated environment since there were carphones in Cadillac Allantes. This is where I feel like Paul Graham misses the most obvious solution to the problem.</p>\n<p>If 95% of great programmers aren&#8217;t in the US, and an even higher percentage not in the Bay Area, set up your company to take advantage of that fact as a strength, not a weakness. Use <a href=\"http://wordpress.com/\">WordPress</a> and <a href=\"http://p2theme.com/\">P2</a>, use <a href=\"http://slack.com/\">Slack</a>, use <a href=\"http://www.google.com/+/learnmore/hangouts/\">G+ Hangout</a>s, use <a href=\"http://skype.com/\">Skype</a>, use any of the amazing technology that allows us to collaborate as effectively online as previous generations of company did offline. Let people <a href=\"https://nomadlist.io/\">live someplace remarkable</a> instead of paying $2,800 a month for a mediocre one bedroom rental in San Francisco. Or don&#8217;t, and let companies like <a href=\"http://automattic.com/\">Automattic</a> and <a href=\"http://github.com/\">Github</a> hire the best and brightest and <a href=\"http://toni.org/2010/03/08/5-reasons-why-your-company-should-be-distributed/\">let them live and work wherever they like</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, 29 Dec 2014 18:07: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: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:55:\"WPTavern: Top 15 Free WordPress Themes Released in 2014\";s:7:\"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=36361\";s:7:\"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:\"http://wptavern.com/top-15-free-wordpress-themes-released-in-2014\";s: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:8302:\"<p>Looking back on the theme landscape of 2014, a clear design trend emerged that highlights WordPress&#8217; roots as a blogging platform. Minimalist, content-centric themes took center stage in the official <a href=\"https://wordpress.org/themes/\" target=\"_blank\">WordPress Themes Directory</a>, outpacing their more visually-bloated commercial counterparts.</p>\n<p>This past year saw a major renaissance in themes for the personal blogger, particularly designs that showcase large, featured images. Many theme designers opted to hide navigation menus and sidebars behind a slideout menu, which also works well for mobile displays.</p>\n<p>WordPress&#8217; newest default theme, <a href=\"https://wordpress.org/themes/twentyfifteen\" target=\"_blank\">Twenty Fifteen</a>, is the culmination of this trend towards simplicity. The vast majority of our top picks from 2014 were designed for personal blogs. For years, technology experts have been eager to declare that the blog medium is dead, but the steady growth of economic activity surrounding themes continues to grow in tandem with <a href=\"http://w3techs.com/technologies/overview/content_management/all\" target=\"_blank\">WordPress&#8217; marketshare</a>.</p>\n<p>The spirit of independent publishing is growing stronger, and free WordPress themes are a crucial entry point for writers, photographers, and other creatives who are new to self-publishing. All of the outstanding selections featured here are available in the official WordPress Themes Directory.</p>\n<h2>Editor</h2>\n<p><a href=\"http://wptavern.com/editor-a-beautiful-free-wordpress-theme-for-writers\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/editor.jpg?resize=880%2C660\" alt=\"editor\" class=\"aligncenter size-full wp-image-24477\" /></a></p>\n<p><strong><a href=\"https://preview.arraythemes.com/editor/\" target=\"_blank\">Demo</a> | <a href=\"http://wordpress.org/themes/editor\" target=\"_blank\">Download</a></strong></p>\n<h2>Fukasawa</h2>\n<p><a href=\"http://wptavern.com/fukasawa-a-free-masonry-wordpress-theme-for-photographers-and-collectors\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/fukasawa.png?resize=880%2C660\" alt=\"fukasawa\" class=\"aligncenter size-full wp-image-31049\" /></a></p>\n<p><strong><a href=\"http://www.andersnoren.se/themes/fukasawa/\" target=\"_blank\">Demo</a> | <a href=\"https://wordpress.org/themes/fukasawa\" target=\"_blank\">Download</a></strong></p>\n<h2>Saga</h2>\n<p><a href=\"http://wptavern.com/saga-a-free-wordpress-theme-for-writers-from-theme-hybrid\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/saga.png?resize=880%2C660\" alt=\"saga\" class=\"aligncenter size-full wp-image-29607\" /></a></p>\n<p><strong><a href=\"http://locallylost.com/saga/\" title=\"Saga demo\" target=\"_blank\">Demo</a> | <a href=\"https://wordpress.org/themes/saga\" target=\"_blank\">Download</a></strong></p>\n<h2>Eighties</h2>\n<p><a href=\"http://wptavern.com/eighties-a-bold-free-wordpress-theme-focused-on-content\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/eighties.png?resize=880%2C660\" alt=\"eighties\" class=\"aligncenter size-full wp-image-24821\" /></a></p>\n<p><strong><a href=\"http://eighties.me/\" target=\"_blank\">Demo</a> | <a href=\"http://wordpress.org/themes/eighties\" target=\"_blank\">Download</a></strong></p>\n<h2>Rams</h2>\n<p><a href=\"http://wptavern.com/rams-a-free-wordpress-blogging-theme-with-zero-fluff\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/rams.png?resize=880%2C660\" alt=\"rams\" class=\"aligncenter size-full wp-image-29904\" /></a></p>\n<p><strong><a href=\"http://www.andersnoren.se/themes/rams/\" target=\"_blank\">Demo</a> | <a href=\"http://wordpress.org/themes/rams\" target=\"_blank\">Download</a></strong></p>\n<h2>Sorbet</h2>\n<p><a href=\"http://wptavern.com/sorbet-a-free-wordpress-theme-from-automattic\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/02/sorbet.png?resize=880%2C660\" alt=\"sorbet\" class=\"aligncenter size-full wp-image-16602\" /></a></p>\n<p><strong><a href=\"http://sorbetdemo.wordpress.com/\" target=\"_blank\">Demo</a> | <a href=\"http://wordpress.org/themes/sorbet\" target=\"_blank\">Download</a></strong></p>\n<h2>Tracks</h2>\n<p><a href=\"http://wptavern.com/tracks-a-free-bold-wordpress-theme-for-personal-blogs\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/tracks.jpg?resize=1000%2C600\" alt=\"tracks\" class=\"aligncenter size-full wp-image-23832\" /></a></p>\n<p><strong><a href=\"https://www.competethemes.com/tracks-live-demo/\" target=\"_blank\">Demo</a> | <a href=\"http://wordpress.org/themes/tracks\" target=\"_blank\">Download</a></strong></p>\n<h2>Hemingway</h2>\n<p><a href=\"http://wptavern.com/anders-noren-on-achieving-simplicity-in-wordpress-theme-design\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/hemingway.png?resize=880%2C660\" alt=\"hemingway\" class=\"aligncenter size-full wp-image-36371\" /></a></p>\n<p><strong><a href=\"http://andersnoren.se/themes/hemingway/\" target=\"_blank\">Demo</a> | <a href=\"https://wordpress.org/themes/hemingway\" target=\"_blank\">Download</a></strong></p>\n<h2>Clear Tranquil</h2>\n<p><a href=\"http://wptavern.com/clear-tranquil-a-free-minimalist-wordpress-theme-for-bloggers\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/clear-tranquil.png?resize=600%2C450\" alt=\"clear-tranquil\" class=\"aligncenter size-full wp-image-28372\" /></a></p>\n<p><strong><a href=\"https://wordpress.org/themes/clear-tranquil\" target=\"_blank\">Demo</a> | <a href=\"https://wordpress.org/themes/clear-tranquil\" target=\"_blank\">Download</a></strong></p>\n<h2>JustWrite</h2>\n<p><a href=\"http://wptavern.com/justwrite-a-free-wordpress-magazine-theme-with-a-bold-design\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/03/justwrite.png?resize=880%2C660\" alt=\"justwrite\" class=\"aligncenter size-full wp-image-19351\" /></a></p>\n<p><strong><a href=\"http://demo.acosmin.com/?theme=justwrite\" target=\"_blank\">Demo</a> | <a href=\"http://wordpress.org/themes/justwrite\" target=\"_blank\">Download</a></strong></p>\n<h2>Intergalactic</h2>\n<p><a href=\"http://wptavern.com/intergalactic-a-bold-free-wordpress-theme-from-automattic\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/intergalactic.png?resize=880%2C660\" alt=\"intergalactic\" class=\"aligncenter size-full wp-image-35902\" /></a></p>\n<p><strong><a href=\"http://intergalacticdemo.wordpress.com/\" target=\"_blank\">Demo</a> | <a href=\"https://wordpress.org/themes/intergalactic\" target=\"_blank\">Download</a></strong></p>\n<h2>Wilson</h2>\n<p><a href=\"http://wptavern.com/anders-noren-on-achieving-simplicity-in-wordpress-theme-design\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/wilson.png?resize=880%2C660\" alt=\"wilson\" class=\"aligncenter size-full wp-image-36414\" /></a></p>\n<p><strong><a href=\"http://www.andersnoren.se/themes/wilson/\">Demo</a> | <a href=\"https://wordpress.org/themes/wilson\" target=\"_blank\">Download</a></strong></p>\n<h2>Nulis</h2>\n<p><a href=\"http://wptavern.com/nulis-a-free-minimalist-wordpress-theme-with-a-unique-twist\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/Nulis-screenshot.png?resize=880%2C660\" alt=\"Nulis-screenshot\" class=\"aligncenter size-full wp-image-36136\" /></a></p>\n<p><strong><a href=\"https://wp-themes.com/nulis/\" target=\"_blank\">Demo</a> | <a href=\"https://wordpress.org/themes/nulis\" target=\"_blank\">Download</a></strong></p>\n<h2>Edin</h2>\n<p><a href=\"http://wptavern.com/edin-a-beautiful-free-business-theme-for-wordpress\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/edin-grid-page.jpg?resize=660%2C781\" alt=\"edin-grid-page\" class=\"aligncenter size-full wp-image-30333\" /></a></p>\n<p><strong><a href=\"https://edindemo.wordpress.com/\" target=\"_blank\">Demo</a> | <a href=\"http://wordpress.org/themes/edin\" target=\"_blank\">Download</a></strong></p>\n<h2>Twenty Fifteen</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-1-dinah-released\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/twenty-fifteen.png?resize=1024%2C825\" alt=\"twenty-fifteen\" class=\"aligncenter size-full wp-image-30226\" /></a></p>\n<p><strong><a href=\"http://twentyfifteendemo.wordpress.com/\" target=\"_blank\">Demo</a> | <a href=\"https://wordpress.org/themes/twentyfifteen\" target=\"_blank\">Download</a></strong></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, 29 Dec 2014 06:25: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: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:27:\"Matt: We Are Young Acoustic\";s:7:\"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=44542\";s:7:\"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/2014/12/we-are-young-acoustic/\";s: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:82:\"<p>Janelle Monae is always amazing.</p>\n<p><span class=\"embed-youtube\"></span></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, 27 Dec 2014 06:06: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: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: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:83:\"WPTavern: Typography Project Beautifully Illustrates Complimentary Google Web Fonts\";s:7:\"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=36261\";s:7:\"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:93:\"http://wptavern.com/typography-project-beautifully-illustrates-complimentary-google-web-fonts\";s: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:4185:\"<p>The <a title=\"https://www.google.com/fonts\" href=\"https://www.google.com/fonts\">Google web fonts library</a> has over 650 fonts and without a keen eye for design, it can be difficult to find complimentary fonts. After we highlighted how you can <a title=\"http://wptavern.com/customize-twenty-fifteen-with-more-than-650-fonts-with-typecase\" href=\"http://wptavern.com/customize-twenty-fifteen-with-more-than-650-fonts-with-typecase\">customize Twenty Fifteen with over 650 free fonts</a>, some readers questioned whether customizing fonts should be left up to designers. Typography Project Beautifully Illustrates Complimentary Google Web Fonts</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/StephenCronin\">@StephenCronin</a> <a href=\"https://twitter.com/wptavern\">@wptavern</a> \"one thing it lacks is the option to customize fonts.\" Isn\'t that why we have designers for decisions like that?</p>\n<p>&mdash; Jan Dembowski (@jan_dembowski) <a href=\"https://twitter.com/jan_dembowski/status/547372410471985152\">December 23, 2014</a></p></blockquote>\n<p></p>\n<p>This is a valid concern and with over 650 to choose from, you can easily turn a site into a mess. However, there are a couple of tools and projects available that make it easier to discover complimentary fonts.</p>\n<h2>Google Fonts Typography</h2>\n<p><a title=\"http://25x52.com/Google-Fonts-Typography/\" href=\"http://25x52.com/Google-Fonts-Typography/\">Google Fonts Typography </a>is part of the <a title=\"http://25x52.com/\" href=\"http://25x52.com/\">25X52 initiative</a> and is a beautiful way to discover complimentary fonts. The project uses passages from the <a title=\"http://www.gutenberg.org/ebooks/11339\" href=\"http://www.gutenberg.org/ebooks/11339\">Project Gutenberg transcript</a> of Æsop’s Fables. This collaborative, ongoing project helps provide typographic inspiration for using Google’s free web fonts.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/GoogleTypographyProjectSample.png\" rel=\"prettyphoto[36261]\"><img class=\"size-full wp-image-36330\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/GoogleTypographyProjectSample.png?resize=1025%2C488\" alt=\"Google Typography Project\" /></a>Google Typography Project\n<p>Each post features a large image from <a title=\"http://unsplash.com/\" href=\"http://unsplash.com/\">Unsplash.com</a> with two or more web fonts used for headlines and content. Each web font is labeled and links to its corresponding page on <a title=\"https://www.google.com/fonts\" href=\"https://www.google.com/fonts\">Google Fonts</a>. If you know of a combination that looks great, the project is <a title=\"https://github.com/femmebot/google-type\" href=\"https://github.com/femmebot/google-type\">hosted on Github</a> where you can submit a pull request.</p>\n<h2>Font Combinator</h2>\n<p>Created by <a title=\"http://chipcullen.com/\" href=\"http://chipcullen.com/\">Chip Cullen</a>, <a title=\"http://font-combinator.com/\" href=\"http://font-combinator.com/\">Font Combinator </a>has a simple page where you can assign a Google web font to a headline, subheading, body text, and control the background color. Each area of the document is editable enabling you to add your own text. Although it doesn&#8217;t beautifully illustrate combinations like the Google Fonts Typography project, it&#8217;s a quick and easy way to view them.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/UsingFontCombinator.png\" rel=\"prettyphoto[36261]\"><img class=\"size-full wp-image-36331\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/UsingFontCombinator.png?resize=1025%2C387\" alt=\"Font Combinator in Action\" /></a>Font Combinator in Action\n<p>In most cases, you don&#8217;t need to worry about editing the typography of a theme since designer&#8217;s usually do a good job of finding fonts that work within a design. However, it doesn&#8217;t mean you can&#8217;t experiment to obtain a different look and feel. Just keep in mind that typography is one element of a design, but it&#8217;s often the most important.</p>\n<p>What tools or services do you use and recommend for discovering complimentary web fonts?</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, 24 Dec 2014 18:48:54 +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: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:85:\"WPTavern: Without Notifying Customers, GoDaddy and MediaTemple Auto Activate SIDEKICK\";s:7:\"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=36339\";s:7:\"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:94:\"http://wptavern.com/without-notifying-customers-godaddy-and-mediatemple-auto-activate-sidekick\";s: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:5842:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/01/CommunicationFeaturedImage.jpg\" rel=\"prettyphoto[36339]\"><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>Those who use a Managed WordPress hosting plan from either GoDaddy or MediaTemple might have noticed a new addition to the WordPress Dashboard. If you saw a bright orange button with the text <strong>Help Me,</strong> it wasn&#8217;t a hack, but is part of the <a title=\"https://wordpress.org/plugins/sidekick/\" href=\"https://wordpress.org/plugins/sidekick/\">SIDEKICK plugin</a>. However, at least one customer thought it was a hack and published a concerning post in the <a title=\"https://www.facebook.com/groups/advancedwp/permalink/872478909480991/\" href=\"https://www.facebook.com/groups/advancedwp/permalink/872478909480991/\">Advanced WordPress Facebook group</a>.</p>\n<blockquote><p>I&#8217;ve just logged into WordPress and I see a bright orange &#8220;HELP ME&#8221; icon with a strange face icon next to it in the bottom left of my dashboard &#8211; and a message saying &#8220;Need help with WordPress? Click HELP ME&#8230;&#8221; at the top of the screen! What is that?! Have I just been hacked? There&#8217;s no way I&#8217;m clicking on that without checking what it is!?!</p></blockquote>\n<p>The orange icon noticed is related to the <a title=\"http://www.sidekick.pro/\" href=\"http://www.sidekick.pro/\">SIDEKICK plugin</a>. After clicking the button, it gives customers an opportunity to watch WordPress training videos from within the dashboard.</p>\n<p>The post generated a healthy discussion with several people weighing in including representatives from GoDaddy, MediaTemple, and SIDEKICK. The project manager in charge of the blunder also participated in the discussion and promptly apologized for his actions.</p>\n<p>GoDaddy Evangelist, Mendel Kurland, responded to the Facebook post explaining what happened from GoDaddy&#8217;s perspective.</p>\n<blockquote><p>Hey everyone, I&#8217;m currently in the middle of sending rabid pythons to the Project Manager for GoDaddy Managed WordPress (and we&#8217;re chatting with our brothers and sisters at MediaTemple too). On a managed platform, we take care of updates, but until now haven&#8217;t really installed a plugin to all existing sites en mass. Fact is, we were excited to get the plugin out there to help people (and tested and re-tested), but should have been more thoughtful, and consulted you all when it came to installing to existing sites.</p></blockquote>\n<p>SIDEKICK Co-Founder, Ben Fox, <a title=\"http://www.sidekick.pro/blog/learn-through-doing/quick-word-sidekick-go-daddy-media-temple/\" href=\"http://www.sidekick.pro/blog/learn-through-doing/quick-word-sidekick-go-daddy-media-temple/\">explains in an official blog post </a>that the premium SIDEKICK license was being auto-installed without letting users know.</p>\n<blockquote><p>If you were surprised or at all concerned about the appearance of SIDEKICK on your Dashboard, I apologize. The bright orange Help Me button isn’t a promotion or spam. It’s not malicious and it’s not bloatware, although I can empathize that it’s sudden appearance can cause one to jump to one or all of those conclusions. It’s an <a href=\"http://wordpress.org/plugins/sidekick\" target=\"_blank\">approved repository plugin</a> meant to provide exactly what the button indicates, help (and learning, training, onboarding) with WordPress.</p></blockquote>\n<p>Needless to say, auto installs of SIDEKICK are suspended for the time being until the team comes up with a better strategy.</p>\n<h2>Valuable Lessons Learned</h2>\n<p>As the number of products in the WordPress ecosystem increases, it&#8217;s becoming more difficult to differentiate from the competition. Establishing relationships with webhosting companies that host millions of sites is a great way to get a product in front of a lot of people. However, there are risks involved and if not executed properly, can seriously damage a company&#8217;s reputation.</p>\n<p>There are a few lessons to take away from this story.</p>\n<ol>\n<li>Communication is critical.</li>\n<li>If you have a product and establish a relationship with a webhosting company to push it to their customers, make sure everyone is on the same page.</li>\n<li>Let customers decide if they want what&#8217;s being pushed to them.</li>\n</ol>\n<h2>What Does it Mean to be Managed?</h2>\n<p>I&#8217;m not a fan of webhosts taking it upon themselves to automatically install and activate plugins on existing customer sites. However, I&#8217;m fine with bundling plugins for fresh installs of WordPress. With that said, If you&#8217;re using a managed host, should actions like these be expected if they&#8217;re done in the act of managing an account? Isn&#8217;t that what you&#8217;re paying for, to be managed?</p>\n<p>Based on the circumstance, it might make sense for a host to do one thing or another to manage the account. But on my list of things a webhost shouldn&#8217;t do is installing and activating a plugin on a customer&#8217;s site without their consent.</p>\n<p>This leads to the question, should managed WordPress hosts offer various levels of account management? If so, what would you like to see offered in each tier of service?</p>\n<p>If you&#8217;re a MediaTemple or GoDaddy customer and are concerned, you can contact <a title=\"mailto:ben@sidekick.pro\" href=\"mailto:ben@sidekick.pro\">ben@sidekick.pro</a> or <a title=\"mendel@godaddy.com\" href=\"mailto:mendel@godaddy.com\">mendel@godaddy.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:\"Wed, 24 Dec 2014 18:22: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:\"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: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:65:\"WPTavern: Varying Vagrant Vagrants Adopts Open Source MIT License\";s:7:\"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=27531\";s:7:\"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://wptavern.com/varying-vagrant-vagrants-adopts-open-source-mit-license\";s: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:2658:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/open-source.jpg\" rel=\"prettyphoto[27531]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/open-source.jpg?resize=1025%2C482\" alt=\"photo credit: opensource.com\" class=\"size-full wp-image-36320\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/davedehetre/4965410048/in/photostream/\">opensource.com</a>\n<p><a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">Varying Vagrant Vagrants</a> 1.2.0 was released last week after nine months in development. As of VVV 1.2.0, new instances of VVV will have the database entirely contained inside the virtual machine, as opposed to previous versions where it was mapped to a persistent local location.</p>\n<p>VVV project leader <a href=\"https://jeremyfelt.com/\" target=\"_blank\">Jeremy Felt</a> recommends a full <code>vagrant destroy</code> and the removal of MySQL data from {vvv-dir}/database/data/ in order to keep a clean workflow in the future. &#8220;If database files already exist from an earlier version of VVV, data will continue to be mapped locally until removed,&#8221; he said, explaining the backward compatibility included in the release. &#8220;Anybody currently running VVV 1.1 may not even notice the change.&#8221;</p>\n<p>One of the most important updates in VVV 1.2 is the addition of a license. The project has adopted the open source <a href=\"https://github.com/varying-vagrant-vagrants/vvv/blob/master/LICENSE\" target=\"_blank\">MIT license</a> after a six-month long <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV/issues/346\" target=\"_blank\">discussion</a> with participation from more than 50 contributors on the project.</p>\n<p>&#8220;This is a big deal and we waited entirely too long as an open source project before choosing one,&#8221; Felt said. &#8220;In fact, you could say we weren&#8217;t really an open source project at all until that point. If there’s any lesson I learned from this, it’s to start with a license before anything else.&#8221;</p>\n<p>Ultimately, the project went with the more permissive MIT license over the GPL for a number of practical reasons. Since the MIT license is GPL-compatible, anyone who forks VVV can distribute a fork as GPL-licensed, if desired. It also allows for more contributions back to the project from representatives of corporations or government entities that are not as GPL-friendly.</p>\n<p>For more details on the technical improvements included in VVV 1.2.0, check out the full <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV/blob/master/CHANGELOG.md\" target=\"_blank\">changelog</a> for the 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:\"Tue, 23 Dec 2014 22:33: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: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:55:\"WPTavern: Historic WordPress Project Seeks Contributors\";s:7:\"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=36256\";s:7:\"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:\"http://wptavern.com/historic-wordpress-project-seeks-contributors\";s: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:4651:\"<p>Have you ever wondered what WordPress looked like back in the early days, before it was used by millions of website around the web? Ryan Hellyer has created a series of static representations of the very early versions of WordPress. The <a href=\"https://geek.hellyer.kiwi/products/historic-wordpress/\" target=\"_blank\">Historic WordPress project</a> aims to showcase both the frontend and backend of the software for each release.</p>\n<p>Viewing the old versions is like opening a time capsule from 10 years ago. It&#8217;s amazing to see how much the interface has changed, and yet the basics of publishing to the web remain the same. For example, take a look at the post editor from WordPress 0.71 Gold, released May 27, 2003:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/wordpress-post-editor-071.png\" rel=\"prettyphoto[36256]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/wordpress-post-editor-071.png?resize=990%2C641\" alt=\"wordpress-post-editor-071\" class=\"aligncenter size-full wp-image-36280\" /></a></p>\n<p>If you make your way through each release chronologically, you&#8217;ll see subtle changes in WordPress over the years, along with a few big design shifts. Hellyer has created the static sites up through version 2.7 and is hoping to add contributors to help finish out the rest.</p>\n<p>&#8220;There are a bunch of them which are missing and I&#8217;m now looking for people to help out with the project,&#8221; he said. &#8220;I have a <a href=\"https://github.com/ryanhellyer/historic-wordpress/\" target=\"_blank\">GitHub repository</a>, and I just need people to send patches/pull requests, etc. to beef it up with newer versions and iron out any bugs they may find.&#8221;</p>\n<p>The sites are static representations and not actual installations, due to security reasons. However, many of the links still click through so that you can navigate around to explore other admin pages. When creating the sites, Hellyer saves the live page as raw static HTML, CSS and JavaScript so that they it&#8217;s still able to be viewed in the browser. The process isn&#8217;t very difficult, but it is time-consuming:</p>\n<blockquote><p>To create each one, I install the relevant version of WordPress and then go through and export static pages for the main admin pages, plus some on the frontend. Once I have the page in it&#8217;s static form, I go through and fix as many URL&#8217;s as possible to make them reference other static pages I create. I try to add as many different admin pages as possible so that you can click through them all, but each one takes some time, so many are missing.</p></blockquote>\n<p>Hellyer is optimistic that new contributors may have a more automated way of creating the sites, as the current manual procedure is quite slow. He plans to keep the project only to static pages until that part is complete but may expand to add more information in the future.</p>\n<h3>The Importance of WordPress History</h3>\n<p>For those who have been involved in building WordPress for a long time, the importance of historic resources might seem to be self-evident. However, as the software continues to blaze forward, some newcomers may look at the historic project and wonder what use it is to have these static sites available.</p>\n<p>Hellyer believes that the project is a valuable resource for both new WordPress users and long-time experts alike.</p>\n<p>&#8220;I enjoy being able to look back on what things looked like and see how far we&#8217;ve come,&#8221; he said. &#8220;My <a href=\"https://ryan.hellyer.kiwi/\">own blog</a> is basically a look back on my own life, so I guess that sort of thing interests me. I also think it&#8217;s important for new folks in the WordPress community to see where some of the software&#8217;s internal logic comes from.&#8221;</p>\n<p>Hellyer had the idea for the project for a long time but became more motivated after a discussion with Siobhan McKeown. He recently transferred the site over to its own subdomain and made the interactive static sites public for all to enjoy.</p>\n<p>If you have any feedback or would like to get involved in preparing these small slices of WordPress history, Hellyer encourages you to get in touch. &#8220;I&#8217;m happy to add contributors to the <a href=\"https://github.com/ryanhellyer/historic-wordpress/\">GitHub repository</a> so that they can update the Historic WordPress website automatically. (I&#8217;ll set up an automatic Git deployment for this),&#8221; he said. &#8220;I&#8217;m keen on as many people as possible contributing by preparing new versions and fixing existing bugs.&#8221;</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, 23 Dec 2014 19:49: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: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:73:\"WPTavern: Customize Twenty Fifteen With More Than 650 Fonts With Typecase\";s:7:\"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=36239\";s:7:\"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:83:\"http://wptavern.com/customize-twenty-fifteen-with-more-than-650-fonts-with-typecase\";s: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:3926:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/TypecaseFeaturedImage.png\" rel=\"prettyphoto[36239]\"><img class=\"aligncenter size-full wp-image-36253\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/TypecaseFeaturedImage.png?resize=733%2C234\" alt=\"Typecase Featured Image\" /></a>The new WordPress default theme, <a title=\"https://wordpress.org/themes/twentyfifteen\" href=\"https://wordpress.org/themes/twentyfifteen\">Twenty Fifteen</a>, looks great and provides a lot of flexibility, but one thing it lacks is the option to customize fonts. A free plugin called <a title=\"https://wordpress.org/plugins/typecase/\" href=\"https://wordpress.org/plugins/typecase/\">Typecase, </a>by <a title=\"https://upthemes.com/\" href=\"https://upthemes.com/\">UpThemes</a>, solves this problem by giving users easy access to over 650 different fonts.</p>\n<p>Typecase uses the <a title=\"https://www.google.com/fonts\" href=\"https://www.google.com/fonts\">Google webfonts library</a>, which has slowly increased in the past few years, making it a popular resource among theme developers.</p>\n<h2>Getting Started</h2>\n<p>Start by downloading and activating <a title=\"https://wordpress.org/plugins/typecase/\" href=\"https://wordpress.org/plugins/typecase/\">Typecase</a> from the WordPress plugin directory. After it&#8217;s activated, look for the Typecase admin menu. While on the settings screen, scroll to the bottom and browse through the list of available fonts. You won&#8217;t be able to apply fonts through the Theme customizer unless you select a few font families.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/TypecaseConfigurationPage.png\" rel=\"prettyphoto[36239]\"><img class=\"size-full wp-image-36249\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/TypecaseConfigurationPage.png?resize=1025%2C576\" alt=\"Typecast Configuration Page\" /></a>Typecast Configuration Page\n<p>After you select a few fonts, click the save button. Browse to the customizer via <em>Appearance &gt; Customize</em> and select the Theme Fonts panel.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ThemeFontsPanel.png\" rel=\"prettyphoto[36239]\"><img class=\"size-full wp-image-36250\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ThemeFontsPanel.png?resize=680%2C575\" alt=\"Theme Fonts Panel\" /></a>Theme Fonts Panel\n<p>From here you&#8217;ll be able to assign fonts you selected in Typecase to various elements of the site such as, the sidebar, content, site title, site description, etc. Once you find a font that you like, click the Save and Publish button to see the changes on the live site.</p>\n<h2>Beyond The Customizer</h2>\n<p>If you&#8217;d like to assign a font to a specific CSS Selector, you can add one from the Typecase settings page. This enables you to customize fonts for any theme without writing code or modifying your theme in any way.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/TypecaseSelectors.png\" rel=\"prettyphoto[36239]\"><img class=\"size-full wp-image-36251\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/TypecaseSelectors.png?resize=359%2C320\" alt=\"Typecase CSS Selectors\" /></a>Typecase CSS Selectors\n<h2>Add Typecase Support to Any Theme</h2>\n<p>Typecase has built-in support for every default theme since Twenty Ten. However, if you&#8217;d like to add support to a custom theme, you&#8217;ll need to <a title=\"https://upthemes.com/blog/2014/12/customize-fonts-twenty-fifteen-theme/\" href=\"https://upthemes.com/blog/2014/12/customize-fonts-twenty-fifteen-theme/\">follow these directions</a> as it involves adding a few lines of code.</p>\n<p>If you&#8217;re using any of the default themes available for WordPress, Typecase is an easy way to expand the customization options available to you. With over 650 fonts to choose from, the hardest part of using it is deciding which ones to 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:\"Tue, 23 Dec 2014 05:09: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: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: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:59:\"WPTavern: WordPress 4.1 Includes More Than 20 New Dashicons\";s:7:\"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=36178\";s:7:\"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:\"http://wptavern.com/wordpress-4-1-includes-more-than-20-new-dashicons\";s: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:2095:\"<p><a title=\"https://developer.wordpress.org/resource/dashicons/#smiley\" href=\"https://developer.wordpress.org/resource/dashicons/#smiley\">Dashicons</a> is an icon font that first shipped with WordPress 3.8. Since then, the core development team has routinely added new icons as necessary. WordPress 4.1 includes <a title=\"https://make.wordpress.org/core/2014/12/20/dashicons-in-wordpress-4-1/\" href=\"https://make.wordpress.org/core/2014/12/20/dashicons-in-wordpress-4-1/\">more than 20 new icons,</a> specifically for the built-in media player and inline image editing tools.</p>\n<p>There&#8217;s also a few miscellaneous icons including, a palm tree, tickets, a building, and money.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/NewDashiconsinWP41.png\" rel=\"prettyphoto[36178]\"><img class=\"size-full wp-image-36195\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/NewDashiconsinWP41.png?resize=664%2C457\" alt=\"New Dashicons in WordPress 4.1\" /></a>New Dashicons in WordPress 4.1\n<p>Dashicons are shipped with WordPress which makes it a convenient option for developers. They&#8217;re also licensed under <a href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GPLv2, </a>or any later version using <a title=\"http://en.wikipedia.org/wiki/GPL_font_exception\" href=\"http://en.wikipedia.org/wiki/GPL_font_exception\">the font exception</a>. To request a new icon, keep an eye on Trac <a title=\"https://core.trac.wordpress.org/search?q=%22create+new+dashicons%22&noquickjump=1&ticket=on\" href=\"https://core.trac.wordpress.org/search?q=%22create+new+dashicons%22&noquickjump=1&ticket=on\">for the ticket</a> that covers WordPress 4.2.</p>\n<p>If you encounter an issue using Dashicons, please <a href=\"https://core.trac.wordpress.org/newticket\">create a new ticket on trac</a>. Use the “administration” component and the “UI” focus when creating the ticket and be sure to include “Dashicons” somewhere in the text of the ticket.</p>\n<p>What other icons would you like to see added? Also, in what circumstance does it make sense to use the palm tree icon?</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, 22 Dec 2014 20:14: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: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: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:90:\"WPTavern: New WordPress Customizer Import/Export Plugin Migrates Theme and Plugin Settings\";s:7:\"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=36166\";s:7:\"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/new-wordpress-customizer-importexport-plugin-migrates-theme-and-plugin-settings\";s: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:5893:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/customizer-import-export.jpg\" rel=\"prettyphoto[36166]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/customizer-import-export.jpg?resize=657%2C250\" alt=\"customizer-import-export\" class=\"aligncenter size-full wp-image-36214\" /></a></p>\n<p>The WordPress project is charging full steam ahead with improvements to the customizer. The most recent release featured the addition of dynamic and contextual controls, sections, and panels. As WordPress 4.2 is kicking off development, core contributors are looking to <a href=\"http://wptavern.com/menu-customizer-now-in-development-for-wordpress-4-2\" target=\"_blank\">add menus to the customizer</a> for easy management from the frontend.</p>\n<p>More WordPress theme developers are adopting the native customizer to add options to themes, as it provides a standard interface with which users are familiar. One feature that is missing is the ability export and import customizer settings, an option that many pre-customizer theme panels have readily available.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/customizer-export-import-settings.jpg\" rel=\"prettyphoto[36166]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/customizer-export-import-settings.jpg?resize=299%2C392\" alt=\"customizer-export-import-settings\" class=\"alignright size-full wp-image-36229\" /></a><a href=\"https://wordpress.org/plugins/customizer-export-import/\" target=\"_blank\">Customizer Export/Import</a> is a plugin that addresses this need by adding the ability for users to export/import settings from any theme or plugin that makes use of the customizer. You&#8217;ll need to have the same theme (or plugin) installed on both sites where you are performing the export/import. The export file is named after your theme and you can use it to import the settings for the same theme (or child theme) on another site.</p>\n<p>The plugin was created by <a href=\"http://www.wpbeaverbuilder.com/\" target=\"_blank\">Justin Busa</a>, a web developer and co-founder at <a href=\"http://www.fastlinemedia.com/\" target=\"_blank\">FastLine Media</a>. After spending quite a bit of time with the customizer while migrating a theme options page over to it, Busa was inspired to solve the problem of import/export.</p>\n<p>&#8220;One of the pieces that had to be migrated was the ability for users to export or import their theme settings,&#8221; he said. &#8220;That’s a pretty common feature of themes that have a custom options page, but not one that can be standardized since each theme typically has its own way of handling options.&#8221;</p>\n<p>As he began building export/import functionality for his own theme, he found that it could benefit more developers as a general tool. &#8220;I quickly realized that was something that could actually work with any theme. I did some research to see if something like this already existed and it turns out that it didn&#8217;t.&#8221;</p>\n<h3>Reusable Configurations for Themes and Plugins</h3>\n<p>Busa believes that developers who build WordPress sites are most likely to be the ideal users of this plugin as a tool to streamline the process. &#8220;This plugin will allow people building many WordPress sites to save different configurations for their favorite themes and reuse them again and again,&#8221; he said. &#8220;It could also be as simple as exporting the settings you used on a previous site to start a new similar site.&#8221;</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/export-import-message.jpg\" rel=\"prettyphoto[36166]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/export-import-message.jpg?resize=300%2C170\" alt=\"export-import-message\" class=\"alignright size-full wp-image-36232\" /></a>Theme authors can also add support for the plugin in order to avoid having to spin up their own export/import functionality, as Busa is doing with his current theme. The Export/Import panel in the customizer will prompt the user to install the plugin if he hasn&#8217;t already. &#8220;Additionally, theme authors could potentially offer any number of presets for their themes that users could import by leveraging this plugin,&#8221; Busa said.</p>\n<p>Customizer Export/Import is designed to work with any theme or plugin that makes use of the customizer. Busa notes that it does not, however, export settings that aren&#8217;t stored in the database as theme mods, which means that it doesn&#8217;t currently export widgets, menus or settings such as the built-in “Site Title &amp; Tagline”. The export file output by the plugin contains a serialized dump of mods retrieved using the <a href=\"https://developer.wordpress.org/reference/functions/get_theme_mods/\" target=\"_blank\">get_theme_mods</a> function.</p>\n<p>&#8220;We&#8217;ve tested it with many popular themes that use the customizer, including Genesis, Make, and Twenty Fifteen, and it works great,&#8221; he said. Busa is not sure if adding the ability to import widgets and menus from other sites makes sense.</p>\n<p>&#8220;For example, the pages in a menu might not be on the destination site or the widgets in a sidebar might not be installed,&#8221; he said. &#8220;My initial thinking is that if you need that level of export/import functionality, you’re probably better off with a heavier solution like WP Migrate DB Pro. I’ll be keeping an eye on feedback before making a decision there.&#8221;</p>\n<p>The <a href=\"https://wordpress.org/plugins/customizer-export-import/\" target=\"_blank\">Customizer Export/Import</a> plugin is available on WordPress.org. If you are a theme developer or user who finds the plugin to be valuable, make sure to send Busa feedback via the project page on <a href=\"https://github.com/fastlinemedia/customizer-export-import\" target=\"_blank\">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:\"Mon, 22 Dec 2014 20:12: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: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:76:\"Post Status: Website micro services provider, Elto, is shutting down for now\";s:7:\"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:30:\"http://www.poststat.us/?p=7258\";s:7:\"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://www.poststat.us/elto-shutting-down-temporarily/\";s: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:4784:\"<p><img src=\"http://www.poststat.us/wp-content/uploads/2014/12/elto-752x301.jpg\" alt=\"elto\" width=\"627\" height=\"251\" class=\"aligncenter size-large wp-image-7260\" /><br />\n<a href=\"http://elto.com\">Elto</a>, formerly Tweaky, is a micro services provider, for lack of a better term. They started with $25 tweaks, which until they <a href=\"http://www.elto.com/blog/well-be-back/\">shut down services today</a>, worked it&#8217;s way to a $199 minimum.</p>\n<p>WordPress is a high focus vertical for Elto&#8217;s, and I presume it&#8217;s their largest as well. Elto is one of several such providers of micro services like this; others still running are <a href=\"https://codeable.io/\">Codeable</a> and <a href=\"http://studio.envato.com/\">Envato Studio</a> (formerly Microlancer). These are besides the longstanding generic types (with rather poor reputations, in my opinion) such as oDesk and Elance.</p>\n<p>I have always kept track of Elto, as I started referring folks to them from my own contact form for small projects, in order to narrow the leads I was getting. When I got the email today from Ned Dwyer, Elto&#8217;s founder, I went to my dashboard to see how many folks had used my referral and what those services were:<br />\n<img src=\"http://www.poststat.us/wp-content/uploads/2014/12/elto-services1-752x261.png\" alt=\"elto-services\" width=\"627\" height=\"218\" class=\"aligncenter size-large wp-image-7264\" /></p>\n<p>In the time I was referring folks to Elto, I sent them nearly $2,000 in business and got a 25% referral fee. That&#8217;s not a lot; more interesting is that of these referrals, there was an 8.5 / 10 satisfaction rate. I wouldn&#8217;t say that&#8217;s outstanding, but it&#8217;s not bad either. It&#8217;s probably better or close to the satisfaction of more traditional web services providers.</p>\n<p>I emailed Ned to see if he could offer any more insight into this decision. He responded with the following:</p>\n<blockquote><p>\nIt was something we thought long and hard about before making this change.</p>\n<p>The challenge is that the current model was working well &#8211; customers rate us on average 8.7 out of 10, thousands of new customers every month etc &#8211; but it wasn&#8217;t delivering the kinds of results we wanted. This will become clearer when we launch the new version.</p>\n<p>While we could have kept going with this model while working on the next version in the background, the current model has significant customer support challenges. This puts a burden on our team to maintain the current app and customer base which draws resources away from us working on what&#8217;s important.</p>\n<p>We have the full support of our team and investors in making these changes and we&#8217;re excited about what&#8217;s next.</p></blockquote>\n<p>So it appears that this is a temporary stop for Elto. I&#8217;m sure &#8212; with investors to answer to &#8212; rising support challenges makes change inevitable.</p>\n<p>I&#8217;ve always liked the idea of companies like Elto from a developer standpoint. As long as the company values the developers they are mediating for, it can be a nice way for junior developers or just folks that don&#8217;t want to interact with clients much to be able to get work. It can also be a way to fill in the gaps in someone&#8217;s own freelance work.</p>\n<p>I&#8217;m not sure what the next version of Elto will look like, but it seems they&#8217;re aiming to be more in the product business and less in the service business.</p>\n<p>From what I can gather, they raised at least a seed round in 2012, <a href=\"http://thenextweb.com/insider/2012/07/17/99design-founders-invest-460000-in-tweaky-a-marketplace-for-minor-website-customizations/\">reported at $460,000</a>, and perhaps <a href=\"http://www.startupsmart.com.au/growth/growth-strategy/introducing-elto-tweaky-founder-shares-about-their-major-pivot-brand-change-and-latest-investment-round/2014020311615.html\">another round in 2013</a> from Blackbird Ventures.</p>\n<p>I guess my primary takeaway from a change like this is that even when companies are productizing services, doing work for cheap isn&#8217;t easy. Support struggles, maintaining customer expectations, managing developers &#8212; it&#8217;s all tough. I am curious if Codeable and other what I&#8217;d call &#8220;progressive&#8221; members of this style market can relate to Elto&#8217;s struggles, or if they have somehow managed to get past those.</p>\n<p>For some additional reading on Elto&#8217;s journey, Ned&#8217;s post about <a href=\"http://www.elto.com/blog/lessons-weve-learned-from-2-years-of-running-elto/\">what they learned in their first two years</a> was insightful. He also hints they considered a pause even then; so I guess today shouldn&#8217;t be too much of a surprise.</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, 22 Dec 2014 17:39: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: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:68:\"WPTavern: WordSesh 3 Attracts 3,000 Unique Viewers From 89 Countries\";s:7:\"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=36174\";s:7:\"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/wordsesh-3-attracts-3000-unique-viewers-from-89-countries\";s: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:3577:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/WordSesh3FeaturedImage.png\" rel=\"prettyphoto[36174]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/WordSesh3FeaturedImage.png?resize=650%2C266\" alt=\"WordSesh 3 Featured Image\" class=\"aligncenter size-full wp-image-32961\" /></a></p>\n<p><a href=\"http://wordsesh.org/\" target=\"_blank\">WordSesh 3</a> took the WordPress world by storm over the weekend. With more than 3,000 unique viewers, the event attracted roughly three times the number of people who attended <a href=\"http://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\" target=\"_blank\">WordCamp Europe 2014</a>. This makes WordSesh one of the largest WordPress events of the year.</p>\n<p>WordSesh is essentially an online WordCamp where viewers don&#8217;t have to obtain a visa or make travel arrangements. This accounts for the large number of participants, along with the 45 high quality speakers and panelists. Those who tuned in for the full 24 hours used the <a href=\"https://twitter.com/search?q=%23pressomnia&src=typd\" target=\"_blank\">#pressomnia</a> hashtag to share thoughts and and updates throughout the event.</p>\n<p>According to organizer <a href=\"http://scottbasgaard.com/\" target=\"_blank\">Scott Basgaard</a>, live session stats were not easy to track with both the WordSesh.org and direct Crowdcast links in circulation. Nevertheless, he was able to gather some solid information about WordSesh viewership. The stats that came out of the event reflect a diverse audience in terms of geographic location:</p>\n<ul>\n<li>19 new countries tuned into WordSesh compared to last year.</li>\n<li>Between 90-200 people were watching every session over 24 hours.</li>\n<li>In the span of 24 hours there were nearly 3,000 unique viewers on WordSesh.org</li>\n<li>People across 89 different countries tuned in to watch WordSesh 3. </li>\n<li>Top 10 countries that tuned in: USA, UK, Australia, Canada, Netherlands, Bulgaria, Germany, Sweden, India and Norway.</li>\n<li>Top 10 cities by viewers: Sofia, Melbourne, London, New York, Los Angeles, Philadelphia, Sydney, Brisbane and San Francisco.</li>\n</ul>\n<p>Sofia once again came out on top for the city with the most viewers, followed by half a dozen cities with much larger populations. The overall stats are very similar to <a href=\"http://wptavern.com/wordsesh-recap-global-wordpress-event-pulls-3000-unique-viewers-from-85-countries\" target=\"_blank\">WordSesh 2</a>, last year&#8217;s event, which pulled in 3,000 unique viewers from 85 countries.</p>\n<p>The most lively sessions were the six round tables that gathered top experts around specific topics, such as WordPress community, conferences, and news. Basgaard was able to ramp up the interaction during the panels using <a href=\"http://www.crowdcast.io/\" target=\"_blank\">Crowdcast.io</a>:</p>\n<blockquote><p>The round table format is by far my favorite and the moderators / panelists this year did an outstanding job. Crowdcast.io proved to be an incredible tool for our event and it’s ability to have user submitted questions, up voting and polling was very helpful to tie in interaction with our round tables and speakers. Topics included themes, plugins, the WordPress community, WordPress conferences, business and WordPress news.</p></blockquote>\n<p>If you were not able to tune into WordSesh 3 live, you haven&#8217;t been left out. Every single session was recorded and is available on YouTube in a playlist for you to watch at your leisure.</p>\n<p><span class=\"embed-youtube\"></span></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, 22 Dec 2014 17:00: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: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:86:\"WPTavern: What’s Your First Impression of Distraction-free Writing in WordPress 4.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36183\";s:7:\"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/whats-your-first-impression-of-distraction-free-writing-in-wordpress-4-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1715:\"<p>With the <a title=\"http://wptavern.com/wordpress-4-1-dinah-released\" href=\"http://wptavern.com/wordpress-4-1-dinah-released\">release of WordPress 4.1</a> just a few days ago, <a title=\"https://wordpress.org/download/counter/\" href=\"https://wordpress.org/download/counter/\">millions of people</a> have had the opportunity to use the improved Distraction-free Writing Mode. I rarely use this mode, but I&#8217;ve used it to write every post since updating to 4.1 and it&#8217;s growing on me.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png\" rel=\"prettyphoto[36183]\"><img class=\"size-full wp-image-35707\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png?resize=1025%2C501\" alt=\"Distraction Free Writing in WordPress 4.1\" /></a>Distraction Free Writing in WordPress 4.1\n<p>The improved mode works great on my Macbook Pro which has a 15&#8243; screen. I&#8217;m still not sure whether I like how the admin menu on the left hand side slides in and out of view. Sometimes it&#8217;s a distraction and sometimes I don&#8217;t notice it.</p>\n<p>The rest of the interface fades in and out of view. The animation is fast enough to not hinder my ability to quickly access meta boxes. As an experiment, I&#8217;d like to try DFW where the interface shares one animation to see what the experience is like.</p>\n<p>Having access to the full toolbar while everything else fades off the screen is a nice change of pace. I didn&#8217;t use the original DFW, but the new and improved version is winning me over. How about you?</p>\nNote: There is a poll embedded within this post, please visit the site to participate in this post\'s poll.\";s: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, 22 Dec 2014 02:43: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: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:70:\"WPTavern: Nulis: A Free Minimalist WordPress Theme with a Unique Twist\";s:7:\"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=36133\";s:7:\"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/nulis-a-free-minimalist-wordpress-theme-with-a-unique-twist\";s: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:3415:\"<p><a title=\"Nulis\" href=\"https://wordpress.org/themes/nulis\" target=\"_blank\">Nulis</a> is one of the most unique designs to land in the WordPress Themes Directory this year. At first glance, you might think the theme is rather plain. The screenshot on the theme&#8217;s description page doesn&#8217;t indicate anything interesting going on under the hood, but something about it intrigued me enough to put it up on a test site.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/Nulis-screenshot.png\" rel=\"prettyphoto[36133]\"><img class=\"aligncenter size-full wp-image-36136\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/Nulis-screenshot.png?resize=880%2C660\" alt=\"Nulis-screenshot\" /></a></p>\n<p>Nulis includes several options built into the native customizer for adding your own header image, background, a custom logo, the ability to change the header text color, and more. Once customized, the theme looks quite a bit less plain than its screenshot.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/nullis-customized.jpg\" rel=\"prettyphoto[36133]\"><img class=\"aligncenter size-full wp-image-36142\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/nullis-customized.jpg?resize=1025%2C862\" alt=\"nullis-customized\" /></a></p>\n<p>The icon on the top right spins when clicked and fades in a search bar. The icon at the top left of the theme also spins and opens a hidden panel with your logo, bio, navigation menu, social links, and any custom widgets you wish to add. Everything included in the hidden panel can be added via the customizer.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/nulis-hidden-panel.jpg\" rel=\"prettyphoto[36133]\"><img class=\"aligncenter size-full wp-image-36147\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/nulis-hidden-panel.jpg?resize=1025%2C862\" alt=\"nulis-hidden-panel\" /></a></p>\n<p>Nulis is the Javanese word for &#8216;writing,&#8217; and the theme does an excellent job of highlighting your content, especially if you are fond of post formats. Each post format has its own unique styling to set it apart from the others. The one-column theme surrounds your content with ample white space and showcases large, full-width featured images. The theme is also responsive and looks fantastic on mobile devices.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/nulis-responsive.jpg\" rel=\"prettyphoto[36133]\"><img class=\"aligncenter size-full wp-image-36144\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/nulis-responsive.jpg?resize=1025%2C862\" alt=\"nulis-responsive\" /></a></p>\n<p>Check out the <a title=\"https://wp-themes.com/nulis?TB_iframe=true&width=1330&height=648\" href=\"https://wp-themes.com/nulis?TB_iframe=true&width=1330&height=648\">live demo</a> to see the theme in action, and make sure to try the interactive icons at the top while you&#8217;re there. It&#8217;s a fun addition for toggling the hidden panel and search box.</p>\n<p>Nulis was created by web developer <a href=\"http://dennykuswantoro.com/\" target=\"_blank\">Denny Kuswantoro</a>. It&#8217;s his first submission to the themes directory and his account will be one to watch in the future. You can <a href=\"https://wordpress.org/themes/nulis\" target=\"_blank\">download</a> Nulis from WordPress.org or install it on your site via the admin themes browser.</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, 20 Dec 2014 00:27: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: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:68:\"WPTavern: phpBB.com Compromised, Users Should Change Their Passwords\";s:7:\"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=36093\";s:7:\"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/phpbb-com-compromised-users-should-change-their-passwords\";s: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:2007:\"<p><a title=\"http://phpbb.com/\" href=\"http://phpbb.com/\">phpBB.com,</a> which hosts the popular open source forum software phpBB, has been compromised. On Dec. 14th, members of the development team discovered several web servers that power the website were compromised and immediately suspended operations. Users are not at risk as the phpBB software is not affected.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/phpBBHomePage.png\" rel=\"prettyphoto[36093]\"><img class=\"size-full wp-image-36121\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/phpBBHomePage.png?resize=874%2C403\" alt=\"phpBBHomePage\" /></a>phpBB HomePage\n<p>According to an <a title=\"http://phpbb.com/\" href=\"http://phpbb.com/\">ongoing investigation</a>, initial entry was gained through a staff member&#8217;s account. The attackers obtained access to the phpBB.com and area51 databases, meaning that user information, including hashed salted passwords, was also compromised. Area51 is a phpBB development website maintained by the phpBB team.</p>\n<p>Additionally, all logins on area51 between Dec. 12th and Dec. 15th were logged in plaintext. Despite the passwords being hashed, users are encouraged to change their passwords, especially if you use the same password on other sites.</p>\n<p>When it comes to using a forum in WordPress, <a title=\"https://bbpress.org/\" href=\"https://bbpress.org/\">bbPress</a> is usually the go-to plugin because of its tight integration. However, there are a few plugins that bridge the phpBB forum software with WordPress. <a title=\"https://wordpress.org/plugins/wp-united/\" href=\"https://wordpress.org/plugins/wp-united/\">WP-United</a> is one such plugin and has nearly 40k downloads. Its popularity indicates several site owners connect WordPress to phpBB instead of bbPress.</p>\n<p>The team is in the process of restoring its website. Once the servers are back online, they will provide full details, including the steps they&#8217;ve taken since the compromise.</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, 19 Dec 2014 23:01: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: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:106:\"WPTavern: Postmatic Offers Free Concierge Service for Installation of Its New Comments Subscription 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=36097\";s:7:\"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:116:\"http://wptavern.com/postmatic-offers-free-concierge-service-for-installation-of-its-new-comments-subscription-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:2999:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/11/postmatic1.jpg\" rel=\"prettyphoto[36097]\"><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><a href=\"http://gopostmatic.com/\" target=\"_blank\">Postmatic</a> is currently offering free concierge installation, configuration, and user migration for its new comments subscription which is now in beta. The plugin allows users to subscribe to new posts/comments via email and leave a comment by simply hitting reply. Postmatic beta 6 introduced <a href=\"http://wptavern.com/postmatic-now-supports-1-click-migration-of-subscribers-from-jetpack\" target=\"_blank\">1-click migration of subscribers from Jetpack</a>, in order to make it easy for Jetpack users to get on board.</p>\n<p>The plugin aims to make WordPress and post/comment subscription emails work seamlessly, so that users don&#8217;t have to leave their inboxes to interact with commenters. While the base plugin is free for any number of blogs and subscribers, the Postmatic creators are looking to monetize it in the future by offering paid delivery of outgoing mail for larger sites.</p>\n<p>In an effort to compete against the Jetpack-dominated comment subscription feature, Postmatic is aggressively signing up new users via its free concierge service. For a limited time, the team will perform the following for users who wish to switch to Postmatic:</p>\n<ul>\n<li>Keep things safe and back up your database</li>\n<li>Handle the nuts and bolts to get the plugin installed</li>\n<li>Customize your email template by creating a header image and assigning some handy widgets to your footer</li>\n<li>Migrate your existing users from Jetpack, Mailpoet, Mailchimp, Feedburner or other double-opt-in email or subscription service</li>\n<li>Invite your past commenters to join to subscribe so your content gets right into their inbox</li>\n</ul>\n<p>The free concierge service is limited to the first 50 people who respond by filling out Postmatic&#8217;s <a href=\"http://gopostmatic.com/concierge/\" target=\"_blank\">application</a>. If the service is successful, I wouldn&#8217;t be surprised to see it added to the product&#8217;s commercial offerings in the near future.</p>\n<p>Comments are vital to the health of a blog and are often the strongest indicator of engagement on your content. Based on the initial response to Postmatic, WordPress users who <a href=\"http://wptavern.com/why-comments-still-matter\" target=\"_blank\">value comments</a> are eager to find better ways to extend them to boost interaction.</p>\n<p>Postmatic, like many other new products, is entering the marketplace with the strategy of building a strong user base around its free plugin. Its creators are aiming to capture a share of the post/comment subscription market with importers for Jetpack, Mailpoet, Mailchimp, Feedburner and other services before the official public launch.</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, 19 Dec 2014 22:10: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: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:62:\"WPTavern: Menu Customizer Now in Development for WordPress 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:28:\"http://wptavern.com/?p=36046\";s:7:\"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:\"http://wptavern.com/menu-customizer-now-in-development-for-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3581:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/hammer.jpg\" rel=\"prettyphoto[36046]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/hammer.jpg?resize=984%2C447\" alt=\"hammer\" class=\"aligncenter size-full wp-image-23557\" /></a></p>\n<p><a href=\"http://wptavern.com/wordpress-4-1-dinah-released\" target=\"_blank\">WordPress 4.1</a> was released just yesterday, but core contributors are already planning and working towards 4.2. The <a href=\"https://wordpress.org/plugins/menu-customizer/\" target=\"_blank\">Menu Customizer</a> feature plugin is back in development and contributors are hoping to have it ready for inclusion in 4.2. <a href=\"http://celloexpressions.com/\" target=\"_blank\">Nick Halsey</a>, who originally started the Menu Customizer work as part of his Google Summer of Code project, will be leading the effort to get the feature prepared for the upcoming release.</p>\n<p>During the last release cycle, Halsey was focused on improving the Customizer API in core to add dynamic and contextual controls, sections, and panels. The Menu Customizer plugin has now been updated to be compatible with WordPress 4.1 and is ready to pick up development where it left off. As it&#8217;s no longer a GSoC project, Halsey is now <a href=\"https://make.wordpress.org/core/2014/12/19/menu-customizer-call-for-contributors/\" target=\"_blank\">actively looking for contributors</a>.</p>\n<p>Currently, the menu customizer is usable and offers the ability to assign menus to locations, edit existing menus/menu items, and add new menus.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/menu-customizer.png\" rel=\"prettyphoto[36046]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/menu-customizer.png?resize=1025%2C570\" alt=\"menu-customizer\" class=\"aligncenter size-full wp-image-36056\" /></a></p>\n<p>Halsey outlined a roadmap for preparing the Menu Customizer for merge, which includes a number of PHP and Javascript development tasks, including, but not limited to, the following:</p>\n<ul>\n<li>Build-out the core API for adding Customizer sections and controls entirely with JavaScript, <a href=\"https://core.trac.wordpress.org/ticket/30741\" target=\"_blank\">#30741</a> and its related tickets (PHP, JS)</li>\n<li>Drag and Drop menu item reordering needs to do sub-menus (code imported from nav-menus.php is commented out in menu-customizer.js currently) (JS)</li>\n<li>Fix problems with previewing updates to menu items, and with previewing newly-added menus once items are added (JS)</li>\n<li>Redo the add-menu-items “panel” to lazy-load its contents &#038; utilize Backbone sub-views (PHP, JS)</li>\n</ul>\n<p>He also hopes to <a href=\"https://core.trac.wordpress.org/ticket/28784\" target=\"_blank\">improve the experience of using the customizer on mobile</a>, followed by getting the menu customizer plugin to work on mobile. Halsey is also looking for contributors to assist on the design, code review, a backwards-compatibility audit, and inline documentation.</p>\n<p>If you&#8217;re curious about how the Menu Customizer works, anyone is welcome to try the plugin and offer feedback. For the time being, it is compatible with WordPress 4.1 but may require 4.2-alpha down the road as it progresses.</p>\n<p>Contributor interest is critical for the Menu Customizer to have a shot at inclusion in WordPress 4.2. If you can help in any way, jump in on the <a href=\"https://make.wordpress.org/core/2014/12/19/menu-customizer-call-for-contributors/\" target=\"_blank\">Make/WordPress Core post</a> to volunteer.</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, 19 Dec 2014 20:57: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: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:46:\"WPTavern: WordSesh 3 Begins Tonight at 7PM EST\";s:7:\"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=36065\";s:7:\"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:\"http://wptavern.com/wordsesh-3-begins-tonight-at-7pm-est\";s: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:1371:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/WordSesh3FeaturedImage.png\" rel=\"prettyphoto[36065]\"><img class=\"aligncenter size-full wp-image-32961\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/WordSesh3FeaturedImage.png?resize=650%2C266\" alt=\"WordSesh 3 Featured Image\" /></a><a title=\"http://wordsesh.org/\" href=\"http://wordsesh.org/\">WordSesh</a>, the 24 hour virtual WordCamp, begins tonight at 7PM EST when one session per hour for 24 hours straight will stream live on the WordSesh homepage.</p>\n<p>It&#8217;s free to attend with sessions covering a wide range of topics including, WordPress performance, WooCommerce, and business advice. Take a look at the <a title=\"http://wordsesh.org/#schedule\" href=\"http://wordsesh.org/#schedule\">schedule</a> to see a list of sessions and their scheduled broadcast time.</p>\n<p>In case you can&#8217;t watch a session live, each one will be recorded and made available immediately following the event. Scott Basgaard, the events primary organizer, plans to add each session to a video playlist through the <a title=\"https://www.youtube.com/user/WordSesh\" href=\"https://www.youtube.com/user/WordSesh\">WordSesh YouTube account</a>.</p>\n<p>Will you stay awake for 24 hours to watch WordSesh? I don&#8217;t think I&#8217;ll be able to make it, but I&#8217;m going to try!</p>\n<p>&nbsp;</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, 19 Dec 2014 20:53: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: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:62:\"WPTavern: WPWeekly Episode 175 – New Years Resolution 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=36024&preview_id=36024\";s:7:\"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:\"http://wptavern.com/wpweekly-episode-175-new-years-resolution-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4154:\"<p>In this episode of WordPress Weekly, Marcus Couch and I discuss a number of topics. We give you a heads up on the latest round of attacks taking advantage of vulnerabilities in the Revolution Slider plugin. We congratulate John James Jacoby on successfully reaching his crowdfunding goal. We talk about a new plugin discovery tool released by ManageWP and compare it to what&#8217;s available on the official directory.</p>\n<p>This is the last show of 2014. Thank you for listening and supporting the show throughout the year. The next episode will be on January 7th, 2015.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/100000-wordpress-sites-compromised-using-the-slider-revolution-security-vulnerability\" title=\"http://wptavern.com/100000-wordpress-sites-compromised-using-the-slider-revolution-security-vulnerability\">100,000+ WordPress Sites Compromised Using the Slider Revolution Security Vulnerability</a><br />\n<a href=\"https://wordpress.org/plugins/storyftw/\" title=\"https://wordpress.org/plugins/storyftw/\">StoryFTW Now Available in The Plugin Directory</a><br />\n<a href=\"http://wptavern.com/jetpack-3-3-introduces-new-centralized-dashboard-for-managing-multiple-wordpress-sites\" title=\"http://wptavern.com/jetpack-3-3-introduces-new-centralized-dashboard-for-managing-multiple-wordpress-sites\">Jetpack 3.3 Introduces New Centralized Dashboard for Managing Multiple WordPress Sites</a><br />\n<a href=\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready\" title=\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready\">WordPress Themes Directory Now Requires All Themes to be Translation-Ready</a><br />\n<a href=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\" title=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\">BuddyPress, bbPress, and GlotPress Development Campaign is Now Fully Funded</a><br />\n<a href=\"http://wptavern.com/google-earth-api-to-retire-december-12th-2015\" title=\"http://wptavern.com/google-earth-api-to-retire-december-12th-2015\">Google Earth API to Retire December 12th, 2015</a><br />\n<a href=\"http://wptavern.com/managewp-releases-plugin-discovery-tool\" title=\"http://wptavern.com/managewp-releases-plugin-discovery-tool\">ManageWP Releases Plugin Discovery Tool</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/https-mixed-content-detector/\" title=\"https://wordpress.org/plugins/https-mixed-content-detector/\">HTTPS Mixed Content Detector</a> attempts to identify sources of mixed content warnings. The plugin will examine content loaded when admins are viewing the site. Any content that violates the policy of loading content that originates from &#8220;https:&#8221; resources will trigger an error and that resource will be logged.</p>\n<p><a href=\"https://wordpress.org/plugins/performance-tester/\" title=\"https://wordpress.org/plugins/performance-tester/\">Performance Tester</a> allows you to launch a performance and quality analysis on your WordPress home page from your back office. The report is provided by <a href=\"https://www.dareboost.com/\" title=\"https://www.dareboost.com/\">DareBoost</a>.</p>\n<p><a href=\"https://wordpress.org/plugins/idea-factory/\" title=\"https://wordpress.org/plugins/idea-factory/\">Idea Factory</a> allows users to submit new ideas from the WordPress front-end and vote on them.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 7th 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 #175:</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:\"Fri, 19 Dec 2014 02:11: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: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:66:\"WPTavern: Concept Image Shows Redesign of Drupal.org User Profiles\";s:7:\"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=36012\";s:7:\"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/concept-image-shows-redesign-of-drupal-org-user-profiles\";s: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:3275:\"<p>Open source projects rely on contributions from both paid and non-paid volunteers. As a project gets larger, there are more ways to contribute. Displaying a user&#8217;s contributions is a great way to show off a person&#8217;s impact to the project.</p>\n<p>Like WordPress, <a title=\"https://www.drupal.org/\" href=\"https://www.drupal.org/\">Drupal.org</a> provides a profile page for registered users. During the December 17th <a title=\"https://assoc.drupal.org/about/meet\" href=\"https://assoc.drupal.org/about/meet\">Drupal Association meeting</a>, the team announced it&#8217;s going to redesign Drupal.org user profiles and released a concept image.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/DrupalUserProfileConcept.png\" rel=\"prettyphoto[36012]\"><img class=\"size-full wp-image-36014\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/DrupalUserProfileConcept.png?resize=1025%2C1321\" alt=\"Drupal User Profile Page Redesign Concept\" /></a>Drupal User Profile Page Redesign Concept\n<p>The proposed design will change slightly as members of the community <a title=\"https://www.drupal.org/node/2281763\" href=\"https://www.drupal.org/node/2281763\">continue to work on it</a>, but I like what I see so far. It&#8217;s clean, uses colors, and does a good job of organizing a lot of information.</p>\n<p>Meanwhile, the WordPress.org user profiles which are <strong>also</strong> a work in progress, don&#8217;t show nearly as much information. Activity, Plugins, and Favorites are split into sections. However, the main profile page looks nice, uses color, and contains badges.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/WordPressorgOttoProfile.png\" rel=\"prettyphoto[36012]\"><img class=\"size-full wp-image-36016\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/WordPressorgOttoProfile.png?resize=991%2C537\" alt=\"WordPress.org User Profile Pages\" /></a>WordPress.org User Profile Pages\n<h2>Difference in Approach</h2>\n<p>One of the differences between WordPress and Drupal is that <a title=\"https://www.drupal.org/node/2281763\" href=\"https://www.drupal.org/node/2281763\">the ticket</a> dedicated to redesigning Drupal user profile pages is filled with discussion and contributions. On the other hand, WordPress uses a <a title=\"https://meta.trac.wordpress.org/query?status=!closed&component=Profiles\" href=\"https://meta.trac.wordpress.org/query?status=!closed&component=Profiles\">mixture of tickets</a>, <a title=\"https://make.wordpress.org/community/2014/02/25/profiles-how-do-you-use-them-or-want-to/\" href=\"https://make.wordpress.org/community/2014/02/25/profiles-how-do-you-use-them-or-want-to/\">posts on the Make Community P2 website</a>, and comments to decide how to redesign the profile pages. I&#8217;m a fan of keeping information about a specific feature in a central location as it&#8217;s easier to reference.</p>\n<p>User profiles are a common item shared between two large, open source projects. It&#8217;s interesting to see the approach each has taken towards improving the design and showcasing a user&#8217;s contributions to the project.</p>\n<p>What do you think of the concept image and is there anything in the design you think would work well for WordPress.org user profiles?</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, 19 Dec 2014 00:39: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: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:81:\"WPTavern: Critical Git Vulnerability Patched: Update Your Git Clients Immediately\";s:7:\"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=35990\";s:7:\"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/critical-git-vulnerability-patched-update-your-git-clients-immediately\";s: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:2605:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/01/git-logo.png\" rel=\"prettyphoto[35990]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/01/git-logo.png?resize=910%2C380\" alt=\"photo credit: git - the simple guide\" class=\"size-full wp-image-14763\" /></a>photo credit: <a href=\"http://rogerdudler.github.io/git-guide/\" target=\"_blank\">git &#8211; the simple guide</a>\n<p>Git just announced <a href=\"http://git-blame.blogspot.com.es/2014/12/git-1856-195-205-214-and-221-and.html\" target=\"_blank\">version 2.2.1</a>, a maintenance release that includes a security fix for a critical vulnerability that affects those using Windows and Mac OS X Git clients. This update also includes new releases with the same security fix for older Git versions.</p>\n<p>GitHub <a href=\"https://github.com/blog/1938-vulnerability-announced-update-your-git-clients\" target=\"_blank\">confirmed</a> that GitHub for Windows and GitHub for Mac are both affected and should be updated immediately. The GitHub engineering team explains how attackers might exploit the vulnerability:</p>\n<blockquote><p>The vulnerability concerns Git and Git-compatible clients that access Git repositories in a case-insensitive or case-normalizing filesystem. An attacker can craft a malicious Git tree that will cause Git to ovewrite its own .git/config file when cloning or checking out a repository, leading to arbitrary command execution in the client machine. Git clients running on OS X (HFS+) or any version of Microsoft Windows (NTFS, FAT) are exploitable through this vulnerability. Linux clients are not affected if they run in a case-sensitive filesystem.</p></blockquote>\n<p>If you&#8217;re using GitHub&#8217;s client for <a href=\"https://windows.github.com/\" target=\"_blank\">Windows</a> or <a href=\"https://mac.github.com/\" target=\"_blank\">Mac</a>, the security issue has been patched and is ready for download. This includes an update to both the desktop application and the bundled version of the Git command-line client. If you&#8217;re using any other kind of Git client or software that connects to Git repositories, you&#8217;ll want to update immediately.</p>\n<p>Although the issue should not affect Linux users, the release announcement encourages those who operate hosting services with users that fetch from Windows or Mac OS X machines to update in order to protect users with older versions of Git. Check out the <a href=\"https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.2.1.txt\" target=\"_blank\">2.2.1 release notes</a> for further information on the security fixes.</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 Dec 2014 22: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: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: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:61:\"WPTavern: Export Your WordPress Blog to Jekyll with One Click\";s:7:\"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=35497\";s:7:\"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:\"http://wptavern.com/export-your-wordpress-blog-to-jekyll-with-one-click\";s: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:4387:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/jekyll.png\" rel=\"prettyphoto[35497]\"><img class=\"aligncenter size-full wp-image-35937\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/jekyll.png?resize=909%2C440\" alt=\"jekyll\" /></a></p>\n<p><a href=\"http://jekyllrb.com/\" target=\"_blank\">Jekyll</a> fans are fond of the Ruby-powered static blogging software due to its ease of use and support for <a href=\"http://daringfireball.net/projects/markdown/\" target=\"_blank\">Markdown</a> and the <a href=\"https://github.com/Shopify/liquid/wiki\" target=\"_blank\">Liquid</a> templating engine. With no database to maintain and no comments to moderate, Jekyll radically simplifies blogging. It&#8217;s also the software that powers blogging on <a href=\"https://pages.github.com/\" target=\"_blank\">Github Pages</a>.</p>\n<p>Moving content from WordPress to Jekyll is super easy, thanks to the <a href=\"https://wordpress.org/plugins/jekyll-exporter/\" target=\"_blank\">Jekyll Exporter</a> plugin created by <a href=\"https://twitter.com/BenBalter\" target=\"_blank\">Ben Balter</a>. His Jekyll-powered blog is hosted on <a href=\"http://ben.balter.com/\" target=\"_blank\">GitHub</a>, along with his <a href=\"https://github.com/benbalter/wordpress-to-jekyll-exporter\" target=\"_blank\">exporter plugin</a>, which has been in development for more than a year. It was recently updated to be even easier to use and is now available on WordPress.org.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Want to move from <a href=\"https://twitter.com/WordPress\">@WordPress</a> to <a href=\"https://twitter.com/jekyllrb\">@jekyllrb</a>? The native, one-click exporter got a big refresh; now in plugin directory <a href=\"https://t.co/tUWrOe9Tn4\">https://t.co/tUWrOe9Tn4</a></p>\n<p>&mdash; Ben Balter (@BenBalter) <a href=\"https://twitter.com/BenBalter/status/543442743197179904\">December 12, 2014</a></p></blockquote>\n<p></p>\n<p>The one-click plugin converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML, which can be dropped right into Jekyll.</p>\n<h3>Who Needs a Jekyll Exporter?</h3>\n<p>I think WordPress is the best blogging software out there, but there are some bloggers who don&#8217;t want the hassle of comment moderation and all the maintenance that WordPress requires. This plugin is perfect for conveniently transitioning to Jekyll.</p>\n<p>It&#8217;s also useful if you have created a bunch of documentation for a project on your WordPress site but decide to move the docs to a freely hosted Jekyll-powered site on GitHub Pages. This allows you to manage your documentation with version control and makes it easy for others to contribute.</p>\n<p>I have not found Jekyll terribly easy to set up when I&#8217;ve worked with it in the past. That&#8217;s why this exporter plugin is a huge time saver &#8211; it basically does everything for you:</p>\n<ul>\n<li>Converts all posts, pages, and settings from WordPress for use in Jekyll</li>\n<li>Export what your users see, not what the database stores (runs post content through the_content filter prior to export, allowing third-party plugins to modify the output)</li>\n<li>Converts all post_content to Markdown Extra (using Markdownify)</li>\n<li>Converts all post_meta and fields within the wp_posts table to YAML front matter for parsing by Jekyll</li>\n<li>Generates a _config.yml with all settings in the wp_options table</li>\n<li>Outputs a single zip file with _config.yml, pages, and _posts folder containing .md files for each post in the proper Jekyll naming convention</li>\n</ul>\n<p>The Jekyll Exporter plugin has no settings to configure. Just click the button and you&#8217;ll have all your content exported into the correct format for Jekyll and organized into the right structure.</p>\n<p>If you&#8217;re having trouble with your server timing out on the export, Balter has ensured that the plugin is compatible with WP-CLI. You can run this command, which also has support for sites where wp-content isn&#8217;t in the traditional location:</p>\n<p><code>wp jekyll-export &gt; export.zip</code></p>\n<p>Currently, the <a href=\"https://wordpress.org/plugins/jekyll-exporter/\" target=\"_blank\">Jekyll Exporter</a> is the only one of its kind in the WordPress.org plugin directory. Fortunately, it was created by a reputable developer who knows the ins and outs of using Jekyll after 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:\"Thu, 18 Dec 2014 21:33: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: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:39:\"Post Status: WordPress 4.1, “Dinah”\";s:7:\"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:30:\"http://www.poststat.us/?p=7245\";s:7:\"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://www.poststat.us/wordpress-4-1-dinah/\";s: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:7656:\"<p><img src=\"http://www.poststat.us/wp-content/uploads/2014/12/wordpress-4-1-752x300.jpg\" alt=\"wordpress-4-1\" width=\"627\" height=\"250\" class=\"aligncenter size-large wp-image-7247\" /><br />\nWordPress 4.1, &#8220;Dinah&#8221;, <a href=\"https://wordpress.org/news/2014/12/dinah/\">has just been released</a>. WordPress 4.1 is the result of months of work and includes a number of excellent new features.</p>\n<p>WordPress 4.1 was led by <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, who did an outstanding job. Two hundred and eighty three contributors were part of WordPress 4.1, which Matt Mullenweg states is a new high.</p>\n<p>Here are some of the new features.</p>\n<h3>Persistent Distraction-free Writing</h3>\n<p>I must begin with the new persistent Distraction-free Writing feature, as I&#8217;m using it to write this very post. We&#8217;ve had Distraction-free Writing since 2011, with the <a href=\"https://wordpress.org/news/2011/07/gershwin/\">release of WordPress 3.2</a>. However, it&#8217;s always been a single-experience decision. You hit the button to enter distraction free mode, and you utilize it for a single writing session.<span id=\"more-7245\"></span></p>\n<p>Now, the button itself is persistent, and the experience of writing distraction free doesn&#8217;t enter a new screen, but rather fade away the distractions of the default editor.</p>\n<p><a href=\"https://cloudup.com/cqbFU6CSqm2\"><img src=\"https://cldup.com/Gya2WLi5yP-900x900.png\" alt=\"Screen Shot\" width=\"900\" height=\"585\" /></a></p>\n<p>The left admin seamlessly floats away, as do the metaboxes to the right of and below the editor. The editor itself remains, versus using a modified editor like before.</p>\n<p>When you update to WordPress 4.1, you are triggered with a note about Distraction-free Writing, and now that it&#8217;s a decision you only have to make once, I think this feature will finally get the broad use it deserves. It really is much more pleasant to write without everything else around you, to be lost in your thoughts as they make their way to the editor.</p>\n<h3>Twenty Fifteen theme</h3>\n<p><a href=\"https://cloudup.com/cgjoFpPJvYk\"><img src=\"https://cldup.com/RA_QnzIQ8P-2000x2000.png\" alt=\"Screen Shot\" width=\"877\" height=\"651\" /></a></p>\n<p>The Twenty Fifteen theme is the finest work I&#8217;ve seen yet of the default theme team. A blogging, and personal, theme &#8212; Twenty Fifteen is simple, with beautiful typography, and capable of showcasing blog posts of any format with poise.</p>\n<p>Twenty Fifteen comes in six base color schemes: default (light), dark, yellow, ping, purple, and blue. It also supports WordPress&#8217; background and header image features, and allows you to customize colors from your base selection; Twenty Fifteen can be as quirky as you are.</p>\n<p><a href=\"https://cloudup.com/cFEI4yyaDmU\"><img src=\"https://cldup.com/fRQdHcxeXD-900x900.png\" alt=\"Screen Shot\" width=\"900\" height=\"555\" /></a></p>\n<p>Here&#8217;s a link to the <a href=\"http://twentyfifteendemo.wordpress.com/\">default theme demo</a>, as well as it&#8217;s <a href=\"https://wordpress.org/themes/twentyfifteen\">new page on WordPress.org</a>.</p>\n<h3>Dozens of languages, available any time</h3>\n<p><a href=\"https://cloudup.com/ckbOnTY71Gq\"><img src=\"https://cldup.com/UqYmETHq8L-900x900.png\" alt=\"Screen Shot\" width=\"901\" height=\"733\" /></a></p>\n<p>WordPress has made tremendous progress for non-English speaking users in the past few releases. With WordPress 4.0, you could choose a language on installation, whereas before it required many more steps. Now the team has gone a step further, so that language can be changed at any time, right from WordPress&#8217; general settings page.</p>\n<p>Given that <a href=\"http://www.poststat.us/understand-wordpress-internationalization-translation/\">a third of WordPress installs are non-English</a> (and if I recall correctly half of new downloads are non-English now), this change further reduces the barrier of language in publishing software, and is an excellent move for the progression of the platform across the world.</p>\n<h3>Recommended plugins</h3>\n<p><a href=\"https://cloudup.com/cQi9LX744H8\"><img src=\"https://cldup.com/r3jaQ2VeCP-900x900.png\" alt=\"Screen Shot\" width=\"900\" height=\"674\" /></a></p>\n<p>I believe recommended plugins is probably the most controversial feature in WordPress 4.1, though it is not without precedent. &#8220;Featured&#8221; themes have been in the WordPress dashboard for a while now. But with a tab for recommended plugins, now users can see plugin recommendations based on plugins already installed and plugins other sites have installed.</p>\n<p>Recommended plugins are replacing the former popular plugins tab, and is mostly a change in the underlying API for showing the plugins themselves. Since it&#8217;s not a manual recommendation, I think this is a good change, and will more accurately help folks find relevant plugins than just listing the most popular plugins in the directory.</p>\n<h3>New template tags and theming tools</h3>\n<p>I&#8217;m really looking forward to using some of the new template tags introduced in WordPress 4.1.</p>\n<p>My favorite is <code>get_the_archive_title()</code>. Themers out there all know about the big blob of conditionals in most theme archive templates to spit out the right string based on which archive template it is. Now, there&#8217;s a function for that, and it&#8217;s fully filterable to boot.</p>\n<p>Descriptions of the new title functions, some new pagination functions, and some particularly nice body class assignment enhancements are well described on <a href=\"https://make.wordpress.org/core/2014/12/04/new-template-tags-in-4-1/\">this Make WordPress post</a> by Konstantin Obenland. There&#8217;s also a post about adding theme support to <a href=\"https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/\">let WordPress handle title tags</a>, which is a handy thing.</p>\n<h3>Log out from anywhere</h3>\n<p>A relatively small but nice security feature is the new ability to log out of all installs from a single location. WordPress uses cookies to keep you logged into your install for a period of time. Well, if you ever leave yourself logged in on a computer you don&#8217;t trust, you can now log out of all instances easily, from your profile page on an install.</p>\n<p>There is a new button that says &#8220;Log Out of All Other Sessions,&#8221; and also tells you if you are logged in at more than one location.</p>\n<h3>More improvements to queries</h3>\n<p>I love how much progress has been made on the WordPress query tools in the last couple of years. WordPress 4.1 introduces the ability for a nested query syntax, which makes more complex queries possible for <code>WP_Tax_Query</code>, <code>WP_Date_Query</code>, and <code>WP_Meta_Query</code>. I don&#8217;t often call out single individual&#8217;s work on something, but Boone Georges <a href=\"https://core.trac.wordpress.org/ticket/29822\">really</a> <a href=\"https://core.trac.wordpress.org/ticket/29738\">slayed</a> <a href=\"https://core.trac.wordpress.org/ticket/29642\">it</a> with the nested queries work. He wrote about it <a href=\"http://teleogistic.net/2014/12/wordpress-4-1-and-me/\">on his blog in detail</a>.</p>\n<h3>More under the hood</h3>\n<p>WordPress 4.1 includes many other under the hood features you should check out on the <a href=\"http://codex.wordpress.org/Version_4.1\">Codex page about the release</a>.</p>\n<h3>More excellent progress for WordPress</h3>\n<p>WordPress is better than ever, and hundreds (or thousands) of people make it so. Great job everyone. Now, go download WordPress 4.1.</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 Dec 2014 19:12: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: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: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:44:\"WPTavern: WordPress 4.1 “Dinah” Released\";s:7:\"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=35700\";s:7:\"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:\"http://wptavern.com/wordpress-4-1-dinah-released\";s: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:7758:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/dinah.jpg\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35977\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/dinah.jpg?resize=1025%2C502\" alt=\"photo credit: Michael Ochs Archives/Getty Image\" /></a>photo credit: Michael Ochs Archives/Getty Image\n<p>After nearly four months of development, WordPress 4.1 &#8220;Dinah&#8221; in honor of jazz singer <a href=\"http://wikipedia.org/wiki/Dinah_Washington\">Dinah Washington</a>, is <a title=\"https://wordpress.org/news/2014/12/wordpress-4-1-dinah/\" href=\"https://wordpress.org/news/2014/12/wordpress-4-1-dinah/\">available for download</a>. Led by<a href=\"http://wptavern.com/meet-john-blackbourn-wordpress-4-1-release-lead\"> John Blackbourn</a>, 4.1 contains several improvements such as a new default theme, an improved distraction free writing experience, and plugin recommendations.</p>\n<h2>Twenty Fifteen</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/TwentyFifteenDefaultTheme.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35706\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/TwentyFifteenDefaultTheme.png?resize=830%2C518\" alt=\"New Default Theme For 2015\" /></a>New Default Theme For 2015\n<p>Twenty Fifteen is a two-column theme with a focus on content. In sharp contrast to <a title=\"https://wordpress.org/themes/twentyfourteen\" href=\"https://wordpress.org/themes/twentyfourteen\">Twenty Fourteen</a>, Twenty Fifteen is light in color with a left hand sidebar and content in the right column. It&#8217;s designed with a mobile first approach and looks great on various screen sizes. Twenty Fifteen looks best when using large, featured images. It also ships with five different color schemes, ranging from dark to pink that are accessible from within the theme customizer.</p>\n<h2>Plugin Recommendations</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35318\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png?resize=1025%2C527\" alt=\"Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\" /></a>Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\n<p>When you browse to the Add New plugins screen, you&#8217;ll see a new Recommended tab. Recommendations are based on data from thousands of WordPress sites about plugins that are commonly used together. It&#8217;s similar to an online store&#8217;s &#8220;people who bought this also bought this&#8221; feature.  Because of the strict data set used, plugins that are 3-4 years old or older won&#8217;t be recommended.</p>\n<h2>Improved Distraction Free Writing</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35707\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/DistractionFreeWriting41.png?resize=1025%2C501\" alt=\"Distraction Free Writing in WordPress 4.1\" /></a>Distraction Free Writing in WordPress 4.1\n<p>When you enable Distraction Free Writing mode, the surrounding interface disappears as you type leaving important actions and menu items just a mouse movement away. This mode minimizes distractions without having to go through a clunky transition to access the admin menu or meta boxes. To bring back the menu and meta boxes, move the mouse cursor to the left or right of the editor.</p>\n<h2>Log Out of Every Session With One Button</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/WordPressSessionUI.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35708\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/WordPressSessionUI.png?resize=982%2C357\" alt=\"WordPress Session UI\" /></a>WordPress Session UI\n<p>WordPress 4.1 includes a new Session UI. The UI shows up on the profile page when WordPress detects more than one active session. When pressed, the button logs out of every session except for the active one. This is useful for those times when users might have forgotten to log off from a laptop, phone, or public computer.</p>\n<h2>Inline Image Editing</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/InlineImageEditing.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35709\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/InlineImageEditing.png?resize=681%2C386\" alt=\"Inline Image Editing Tools\" /></a>Inline Image Editing Tools\n<p>When editing an image using the Visual editor, a set of inline editing tools appear above the image. These tools provide a quick and easy way to align an image or access additional editing options.</p>\n<h2>oEmbed Support Added For Vine</h2>\n<p>WordPress 4.1 has<a title=\"http://codex.wordpress.org/Embeds\" href=\"http://codex.wordpress.org/Embeds\"> oEmbed support</a> for <a title=\"https://vine.co\" href=\"https://vine.co\">Vine</a> which hosts short videos that continuously loop. Sharing a Vine is now as easy as copying and pasting the URL into the Visual editor.</p>\n<h2>Choose a Different Language at Any Time</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/SiteLanguageWordPress4.1.png\" rel=\"prettyphoto[35700]\"><img class=\"size-full wp-image-35711\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/SiteLanguageWordPress4.1.png?resize=637%2C450\" alt=\"Site Language Picker in WordPress 4.1\" /></a>Site Language Picker in WordPress 4.1\n<p>You can now choose a language for your site at any time by visiting the General Settings screen. Choosing a different language installs the required <a title=\"http://codex.wordpress.org/WordPress_in_Your_Language\" href=\"http://codex.wordpress.org/WordPress_in_Your_Language\">language pack</a>.</p>\n<h2>Developer Items</h2>\n<p>Metadata, date, and term queries now support <a title=\"https://make.wordpress.org/core/2014/10/20/update-on-query-improvements-in-4-1/\" href=\"https://make.wordpress.org/core/2014/10/20/update-on-query-improvements-in-4-1/\">advanced conditional logic</a>, like nested clauses and multiple operators. There are a couple of <a title=\"https://make.wordpress.org/core/2014/12/04/new-template-tags-in-4-1/\" href=\"https://make.wordpress.org/core/2014/12/04/new-template-tags-in-4-1/\">new Template tags</a> and a major improvement with <a title=\"http://wptavern.com/wordpress-4-1-to-introduce-theme-support-for-the-title-tag\" href=\"http://wptavern.com/wordpress-4-1-to-introduce-theme-support-for-the-title-tag\">Title Tags</a> in 4.1. There have also been several <a href=\"https://make.wordpress.org/core/2014/10/27/toward-a-complete-javascript-api-for-the-customizer/\">improvements to the Customizer API</a>, including contextual panels, sections, and JavaScript templates for controls.</p>\n<h2>4.1 Represents Continued Improvement</h2>\n<p>WordPress 4.1 is the product of dedicated developers and 283 contributors. The ability to choose a language without having to touch a line of code is a great improvement. The default theme is refreshing compared to Twenty Fourteen and users have an entire year to manipulate the design. While some users will see the new Distraction Free Writing mode as a distraction, others will enjoy its convenience.</p>\n<p>This is one of the first major WordPress releases in a long time that doesn&#8217;t have a video walk through. To take its place, here is a video featuring songs from Dinah Washington in 1954.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>What do you think of the new default theme and will you try out the new Distraction Free Writing mode? Let us know what you think of 4.1 in the comments.</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 Dec 2014 18:37: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:\"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: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:68:\"WPTavern: Intergalactic: A Bold Free WordPress Theme from Automattic\";s:7:\"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=35880\";s:7:\"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/intergalactic-a-bold-free-wordpress-theme-from-automattic\";s: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:2905:\"<p>Despite a global <a href=\"http://rt.com/news/global-space-spending-shrinks-001/\" target=\"_blank\">decrease in public funding for space programs</a>, humans are still reaching for the last frontier through <a href=\"http://www.space.com/24848-science-fiction-space-movies-2014-countdown.html\" target=\"_blank\">film</a>, <a href=\"http://www.radiotimes.com/news/2012-10-24/nasas-voyager-probes-at-35-listen-to-the-music-of-the-planets\" target=\"_blank\">music</a>, and even design. Automattic&#8217;s latest free theme release on WordPress.org is a bold new take on the space motif.</p>\n<p><a href=\"https://wordpress.org/themes/intergalactic\" target=\"_blank\">Intergalactic</a> features strong typography with post titles overlaying full-width featured images. The one-column layout is well-suited to a personal blog and the theme has support for all the standard post formats.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/intergalactic-theme.jpg\" rel=\"prettyphoto[35880]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/intergalactic-theme.jpg?resize=660%2C928\" alt=\"intergalactic-theme\" class=\"aligncenter size-full wp-image-35903\" /></a></p>\n<p>Intergalactic also includes support for custom headers, custom backgrounds, and a social links menu. The theme keeps navigation out of sight via a high-contrast slideout menu. The sidebar is 530px wide with plenty of space for longer page titles and wider widgets.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/intergalactic-slide-out-menu.png\" rel=\"prettyphoto[35880]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/intergalactic-slide-out-menu.png?resize=1025%2C357\" alt=\"intergalactic-slide-out-menu\" class=\"aligncenter size-full wp-image-35916\" /></a></p>\n<p>The theme also has built-in styles for right-aligned, left-aligned, and centered pullquotes, which can be easily set in the text editor.</p>\n<pre class=\"brush: xml; light: true; title: ; notranslate\">&lt;blockquote class=\"alignleft\"&gt;\n   This is a left-aligned blockquote.\n&lt;/blockquote&gt;</pre>\n<p>Intergalactic&#8217;s bold design takes you back to the glory days when space photography was brand new and manned missions put explorers on the moon. It&#8217;s been more than 40 years since the Apollo 17 astronauts&#8217; last visit to the lunar surface in 1972, but the idea of space travel remains firmly stuck in the public imagination.</p>\n<p>If you need a new look for your blog and you&#8217;re aiming to publish at the speed of light in 2015, the Intergalactic theme is a powerful motivator. Check out the <a href=\"http://intergalacticdemo.wordpress.com/\" target=\"_blank\">live demo</a> on WordPress.com to see it in action. Intergalactic is now available to <a href=\"https://wordpress.org/themes/intergalactic\" target=\"_blank\">download</a> for free from the WordPress.org Themes Directory.</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 Dec 2014 06:19: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:\"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: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:60:\"WPTavern: How to Take Control of The WordPress Heartbeat 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=35865\";s:7:\"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/how-to-take-control-of-the-wordpress-heartbeat-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:8187:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/HeartbeatControlFeaturedImage.png\" rel=\"prettyphoto[35865]\"><img class=\"size-full wp-image-35888\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/HeartbeatControlFeaturedImage.png?resize=638%2C271\" alt=\"Heartbeat Control Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/osseous/11865341393/\">osseous</a> &#8211; <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p>The WordPress <a title=\"http://codex.wordpress.org/Function_Reference/wp_heartbeat_settings\" href=\"http://codex.wordpress.org/Function_Reference/wp_heartbeat_settings\">Heartbeat API, introduced in WordPress 3.6, </a>simulates a pulse and is responsible for revision tracking, session management, and more. The pulse is around 98 Bytes in size, but it can cause performance issues in certain situations.</p>\n<p>If you&#8217;ve been notified by your webhost that your account is using too many resources and cite <code>POST /wp-admin/admin-ajax.php</code> as the cause, it&#8217;s likely due to the Heartbeat API.</p>\n<h2>How The Heartbeat API Works</h2>\n<p>Inmotion Hosting has an <a title=\"http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#heartbeat-in-action\" href=\"http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#heartbeat-in-action\">excellent article</a> that explains how the Heartbeat API works. If you monitor server requests while in the post editor, you&#8217;ll see <code>POST /wp-admin/admin-ajax.php \"http://example.com/wp-admin/index.php</code> appear every 15 seconds. This is the pulse generated by the API.</p>\n<p>The pulse makes sure you have a persistent connection to the web server and provides a way for developers to trigger events. For example, if the pulse takes 30 seconds or longer to process, WordPress displays a connection error and attempts to reconnect to the server.</p>\n<h2>The Problem</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/PulseExecutionTime.png\" rel=\"prettyphoto[35865]\"><img class=\"size-full wp-image-35883\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/PulseExecutionTime.png?resize=221%2C183\" alt=\"Execution Time\" /></a>Execution Time\n<p>There are several situations in which a pulse is generated either automatically, or by a user. Most of the time pulses are harmless and don&#8217;t do anything.</p>\n<p>Each pulse (POST request) executes a PHP script equating to CPU time on the server. In an experiment, InMotion Hosting left the dashboard open for a half hour and noticed <strong>25</strong> PHP script executions that used <strong>5.77</strong> CPU seconds. The small amount of CPU time was used to do nothing.</p>\n<p>The problem is compounded by the fact that each user who has access to the backend of WordPress generates a pulse. As the number of users navigating the WordPress backend simultaneously increases, so does the number of pulses generated from the API.</p>\n<p>If a webhosting provider has strict limits on the number of processes or resources used, you could easily go over the limit.</p>\n<h2>How to Control The Heartbeat API</h2>\n<p><a title=\"https://wordpress.org/plugins/heartbeat-control/\" href=\"https://wordpress.org/plugins/heartbeat-control/\">Heartbeat Control</a>, developed by <a title=\"http://jeffmatson.net/\" href=\"http://jeffmatson.net/\">Jeff Matson</a>, is a new plugin that enables you to control the interval of pulses. After activating the plugin, you&#8217;ll find the settings located in <strong>Tools&gt;Heartbeat Control</strong>.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/HeartbeatControlSettings.png\" rel=\"prettyphoto[35865]\"><img class=\"wp-image-35885 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/HeartbeatControlSettings.png?resize=502%2C258\" alt=\"Heartbeat Control Settings\" /></a>Heartbeat Control Settings\n<p>You can choose to disable the API entirely, only on the dashboard page, or allow it only on the post editing screen. You can also choose the interval when pulses are sent. The choices range from 15-60 seconds with 5 second intervals in between.</p>\n<p>By changing the interval to 60 seconds, pulses are less likely to impact server performance. Several <a title=\"http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#comments\" href=\"http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage#comments\">HostGator customers</a> who use the plugin report they no longer experience suspensions for using too many resources.</p>\n<h2>Why InMotion Hosting Doesn&#8217;t Throttle The API by Default</h2>\n<p>If increasing the pulse interval from 15 to 60 seconds increases server performance, why doesn&#8217;t InMotion Hosting throttle the API on every webhosting server?</p>\n<p>Matson, who works for InMotion Hosting, says a one size fits all approach doesn&#8217;t work. &#8220;The reason we don&#8217;t do that is because there are some users that require it at the default rate or an even higher frequency. When making server-wide changes, you have to be extremely careful that you do not impact a customer&#8217;s site.&#8221;</p>\n<p>Matson goes on to say that, &#8220;As a host, the number one goal is making customers happy and restricting the normal operation of a user&#8217;s site is unacceptable.&#8221;</p>\n<h2>How HostGator Almost Deleted WP Tavern</h2>\n<p>I sympathize with those who use HostGator as they have a strict <a title=\"http://support.hostgator.com/articles/pre-sales-policies/rules-terms-of-service/cpu-resource-restriction\" href=\"http://support.hostgator.com/articles/pre-sales-policies/rules-terms-of-service/cpu-resource-restriction\">CPU resource restriction</a>. If pulses from the Heartbeat API cause the CPU to become busy or cause a backup in processes, using 25% of the CPU longer than 90 seconds is easy to do.</p>\n<p>HostGator&#8217;s policy for using too many resources is to suspend the account. This makes it impossible to troubleshoot the problem. If you exceed the resource allotment more than five times, the site is removed from the server and your account is banned.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/HostGatorResourcePolicy.png\" rel=\"prettyphoto[35865]\"><img class=\"size-full wp-image-35886\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/HostGatorResourcePolicy.png?resize=503%2C107\" alt=\"HostGator Resource Policy\" /></a>HostGator Resource Policy\n<p>In late 2013, when WP Tavern used HostGator, I experienced first-hand what it&#8217;s like to have a website suspended. When I upgraded the Tavern to WordPress 3.6, which introduced the Heartbeat API, I <a title=\"http://wptavern.com/my-wordpress-is-denying-itself-service\" href=\"http://wptavern.com/my-wordpress-is-denying-itself-service\">started to experience problems</a>. The site would routinely lock up and when I viewed the processes tab in cPanel, it looked like a simple process repeated itself, leading to a denial of service.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2013/06/siteoffline.jpg\" rel=\"prettyphoto[35865]\"><img class=\"aligncenter size-full wp-image-7554\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2013/06/siteoffline.jpg?resize=741%2C644\" alt=\"Site Offline Errors\" /></a>I can&#8217;t confirm if the Heartbeat API was the culprit but it&#8217;s high on my list of suspicions. After suspending the Tavern twice, HostGator informed me that if the site was suspended again, it would be removed from the server without giving me a chance to back it up. Needless to say, I switched hosts immediately.</p>\n<h2>Don&#8217;t End Up in a Similar Situation</h2>\n<p>If you&#8217;re using a webhosting service with strict resource limits, consider installing Heartbeat Control to limit the number of pulses. Not only will it mean fewer calls to the server, but it may lead to a performance increase as well. Keep a close eye on the resources used and if you come close to maxing out, it&#8217;s a sign you need to upgrade to a better plan. Don&#8217;t end up in a position where you may lose your site!</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 Dec 2014 02:19: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: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:84:\"WPTavern: Atlanta WordPress Coders Guild: A New Meetup for Designers and Programmers\";s:7:\"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=35847\";s:7:\"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:93:\"http://wptavern.com/atlanta-wordpress-coders-guild-a-new-meetup-for-designers-and-programmers\";s: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:7495:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/atlanta.jpg\" rel=\"prettyphoto[35847]\"><img class=\"size-full wp-image-35874\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/atlanta.jpg?resize=1022%2C496\" alt=\"photo credit: FrenchKheldar - cc\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/frenchkheldar/3322197028/\">FrenchKheldar</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>The Atlanta metro area will soon be getting a new type of WordPress meetup, targeted towards programmers and designers. Local organizers <a href=\"http://mikeschinkel.com/\" target=\"_blank\">Mike Schinkel</a> and <a href=\"http://micahwood.me/\" target=\"_blank\">Micah Wood</a> announced the <a href=\"http://www.meetup.com/atlanta-wordpress-coders-guild/\" target=\"_blank\">Atlanta WordPress Coders Guild</a> on Meetup.com and have already attracted 55 members who identify themselves as coders.</p>\n<p>Due to the group&#8217;s unique requirements, it is not affiliated with the WordPress Foundation-sponsored <a href=\"https://make.wordpress.org/community/meetups/\" target=\"_blank\">community meetups</a>. In order to become a member, one must be interested in working with technologies such as PHP, MySQL, Apache, Javascript, jQuery, Git, Backbone, Vagrant, Gulp, Grunt, SASS, and the WordPress API.</p>\n<p>&#8220;We are not affiliated with the WordPress Foundation&#8217;s Community Meetups initiative because we are not open to WordPress end-users,&#8221; Schinkel emphasizes in the meetup&#8217;s description. &#8220;We are instead a group for serious professionals with a goal of raising the bar for WordPress coder talent in the Southeast and to make it more viable for the major project funders to choose WordPress instead of closed source solutions.&#8221;</p>\n<p>Official community meetups have a requirement to have membership open to &#8220;all who wish to join, regardless of ability, skill, financial status or any other criteria.&#8221; Since the Atlanta WordPress Coders Guild isn&#8217;t open to all skill levels, it is running independently. The organizers plan to host workshops centered around best practices expected by clients who spend $100k+ on projects that demand a high level of performance and security.</p>\n<h3>Atlanta&#8217;s Fragmented WordPress Community</h3>\n<p>Schinkel has lived in the Atlanta area for several decades and has a great deal of experience <a href=\"http://mikeschinkel.com/blog/25-best-practices-for-meetup-organizers/\" target=\"_blank\">organizing professional meetups</a>. He&#8217;s an accidental connector who became acquainted with many people in the area and has a unique perspective on the Atlanta tech and WordPress communities.</p>\n<p>&#8220;We have a really strong tech community backed by education like Georgia Tech and ~10 Fortune 500 companies in the Atlanta area, and tons on technology meetups,&#8221; he said. &#8220;Lots of Java, .NET, Ruby, Javascript and PHP, and at least 10 large digital agencies with probably up to 1000 agencies if you count the small ones.&#8221;</p>\n<p>The startup community is also thriving in the area and Atlanta is experiencing growth across various sectors, including financial, health tech, IT security, and more. Unfortunately, this has not directly translated into a strong WordPress community.</p>\n<p>&#8220;The WordPress community, however, is fragmented because of metro Atlanta’s expansive geography, lack of any natural geographic boundaries and no single entity with the clout to really organize a cohesive community,&#8221; Schinkel explained. The area has 10 different meetups, many of which fail to attract more than a handful of members on a regular basis.</p>\n<p>The <a href=\"http://www.meetup.com/wordpress-atlanta/\" target=\"_blank\">Atlanta WordPress Users Group</a>, organized by Judi Knight, is the most successful with approximately 1600 members, but Schinkel says those are primarily people willing to travel to a meetup in town. Outer metro Atlanta residents are reluctant to attend.</p>\n<p>&#8220;Also, from the perspective of a professional WordPress PHP, MySQL and jQuery coder, those meetups are characterized by really novice end-users,&#8221; he said. &#8220;Rarely, if ever, is there any significant WordPress coding talent in attendance, and intermediate to advanced topics are never announced or covered.&#8221;</p>\n<h3>The Need for More Workshops Focused on Advanced Topics</h3>\n<p>Schinkel believes that the Atlanta WordPress community needs the opportunity to have more advanced workshops and developer-focused meetups. &#8220;As far as I can tell the existing successful WordPress meetups all focus on the needs of end-users,&#8221; he said. &#8220;That’s great, it is what in part has driven the success of WordPress, but it also means that there are no local meetups to help WordPress coders to grow their skills.&#8221;</p>\n<p>Schinkel used the term &#8220;coder&#8221; in the meetup name specifically to filter out those he would classify as developers.</p>\n<blockquote><p>Many people think of themselves as &#8216;WordPress Developers&#8217; when what they do is install WordPress; select, install and configure a theme; select, install and configure plugins; maybe tweak CSS; and add some page templates with a bit if loop and template tag coding. So we think of those people as &#8216;Site Builders&#8217; and think the term &#8216;developer&#8217; is too broadly adopted to have any communicable distinction in the context of WordPress people.</p></blockquote>\n<p>There are a myriad of meetups in Atlanta for WordPress end users who want to learn about using themes and plugins, but virtually no meetups for coders who want to expand their skills. This is why the organizers are spearheading a WordPress coders guild in Atlanta.</p>\n<p>&#8220;First and foremost we want to see more Atlanta agencies and internal teams in the larger Atlanta organizations choosing WordPress for their projects,&#8221; Schinkel said. &#8220;For that to happen there has to be a stronger talent base in Atlanta who are knowledgeable and experienced in WordPress best practices, at least as far as they relate to agency use of WordPress.&#8221;</p>\n<p>He anticipates that the group will probably have its first &#8220;get to know each other&#8221; meetup in January and then start workshops in February. With advanced topics in the spotlight every week, Schinkel hopes that agencies and internal teams that rarely come out to network will be more motivated to attend.</p>\n<p>&#8220;We want to create a stronger WP coder community than we currently have in Atlanta, and the one we currently have is really lacking,&#8221; he said. &#8220;Put it another way, Drupal has a far stronger developer community in Atlanta because of their Drupal meetup and yet Drupal has ~1/10th the marketshare of WordPress. Now that is really sad, don’t you think?&#8221;</p>\n<p>Schinkel and Wood have identified a common problem with many community meetups where the topics focus on end user education. While connecting with people of all skill levels is important, more advanced WordPress professionals often become less motivated to attend meetups that don&#8217;t include topics that challenge them and help them become better at their work. The <a href=\"http://www.meetup.com/atlanta-wordpress-coders-guild/\" target=\"_blank\">Atlanta WordPress Coders Guild</a> aims to solve this problem with an alternative, non-traditional WordPress meetup.</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 Dec 2014 23:34: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: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:97:\"WPTavern: VVV-Dashboard Provides an Interface for Managing Varying Vagrant Vagrants Installations\";s:7:\"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=35807\";s:7:\"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:107:\"http://wptavern.com/vvv-dashboard-provides-an-interface-for-managing-varying-vagrant-vagrants-installations\";s: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:3392:\"<p><a href=\"https://github.com/leogopal/VVV-Dashboard\" target=\"_blank\">VVV-Dashboard</a> is a new tool that provides an interface for managing your <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">Varying Vagrant Vagrants</a> installations. Inspired by <a href=\"http://wptavern.com/variable-vvv-a-new-vvv-site-creation-wizard-for-wordpress\" target=\"_blank\">Variable VVV</a>, a script that makes it easy to create and delete sites, <a href=\"https://twitter.com/leogopal\" target=\"_blank\">Leo Gopal</a> made VVV-Dashboard to complement it.</p>\n<p>Gopal is a WordPress developer from Cape Town, South Africa. &#8220;I installed my first WordPress site seven years ago while in high school and started creating sites for clients ever since. Only recently, after Matt&#8217;s <a href=\"http://ma.tt/2014/09/five-for-the-future/\" target=\"_blank\">Five for the Future</a> speech, did I decide to come out and offer what I have to everyone, more freely,&#8221; he said. VVV-Dashboard is one of his first public contributions.</p>\n<p>The tool was designed to work with Variable VVV but can be used without it. &#8220;Because VVV is very terminal oriented, it&#8217;s easy to forget commands when you need them. For example, you might forget to &#8216;vagrant up &#8211;provision&#8217; when working with Variable VVV (and other site creators),&#8221; Gopal said. VVV-Dashboard adds a quick reference page inside your vvv.dev site for commands and includes a list of all your Vagrant installs.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/vvv-dashboard.png\" rel=\"prettyphoto[35807]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/vvv-dashboard.png?resize=1025%2C472\" alt=\"vvv-dashboard\" class=\"aligncenter size-full wp-image-35817\" /></a></p>\n<p>The title of the page displays how many VVV sites you have installed on your machine. Each site and its admin are linked, along with a <a href=\"http://www.xdebug.org/docs/profiler\" target=\"_blank\">profiler</a> button that offers a quick overview. In order for the profiler to work, you must have Xdebug turned on.</p>\n<p>Many developers end up with a long list of dev sites, and it can be difficult to remember what sites are active and where they are located. The VVV-Dashboard interface saves you time with a convenient list and might even inspire you to perform a cleanup of sites no longer in use.</p>\n<p>In the next few releases, Gopal plans to include more basic site info in the dashboard, such as whether or not WP_Debug is enabled, an indicator for if Xdebug is on/off, the current active theme, etc. Variable VVV recently added a blueprints feature, which allows you to set up different plugins, themes, mu-plugins, options, or constants that will be installed to a new site you create. Gopal plans to create a few blueprint examples and add them to VVV-Dashboard.</p>\n<p>VVV-Dashboard is licensed under the GPL V2. It adds a friendly layer between you and your VVV sites to make management more convenient and efficient. Check out the project on <a href=\"https://github.com/leogopal/VVV-Dashboard\" target=\"_blank\">GitHub</a> where you&#8217;ll find complete installation instructions. If you have any tips on how to improve the project, make sure to <a href=\"https://github.com/leogopal/VVV-Dashboard/issues/new\" target=\"_blank\">leave your feedback</a> for the developer.</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 Dec 2014 20:01: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: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:49:\"WPTavern: ManageWP Releases Plugin Discovery 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=35747\";s:7:\"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://wptavern.com/managewp-releases-plugin-discovery-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:5361:\"<p>The <a title=\"https://wordpress.org/plugins/\" href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> has nearly 35k plugins and discovering new ones that have been tested and downloaded a few thousand times is difficult. Users can browse the directory for newest, recently updated, most popular, and highest rated plugins. With the exception of the <a title=\"https://wordpress.org/plugins/browse/updated/\" href=\"https://wordpress.org/plugins/browse/updated/\">recently updated</a> category, there&#8217;s no way to discover plugins in the middle of the pack. A new <a title=\"https://managewp.org/plugins/best\" href=\"https://managewp.org/plugins/best\">plugin discovery tool</a> by ManageWP, attempts to solve the problem.</p>\n<h2>Algorithm Based</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ManageWPBestNewPlugins.png\" rel=\"prettyphoto[35747]\"><img class=\"size-full wp-image-35794\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ManageWPBestNewPlugins.png?resize=925%2C663\" alt=\"Best New Plugins\" /></a>Best New Plugins Page\n<p>The front page of <a title=\"https://managewp.org/plugins/best\" href=\"https://managewp.org/plugins/best\">ManageWP.org/plugins</a> displays the best new plugins under 100k downloads. The plugins are determined using an algorithm that takes into account plugin quality and acceleration of growth. A plugin&#8217;s quality is determined using seven metrics:</p>\n<ul>\n<li>Last Updated</li>\n<li>WordPress Compatibility</li>\n<li>Support</li>\n<li>Rating</li>\n<li>Plugin Popularity</li>\n<li>Author Popularity</li>\n<li>Other plugins from the same author</li>\n</ul>\n<p>Using a combination of metrics, ManageWP is able to display a constantly evolving list of <a title=\"https://managewp.org/plugins/rising\" href=\"https://managewp.org/plugins/rising\"><em>rising stars</em></a>. Placing emphasis on a plugin&#8217;s compatibility with WordPress and when it was last updated might motivate plugin authors to keep these fields updated.</p>\n<h2>Comparing Plugins</h2>\n<p>If you&#8217;re curious to see how plugins compare to each other, check out the <a title=\"https://managewp.org/#comparePlugins\" href=\"https://managewp.org/#comparePlugins\">plugin comparison section</a> of the site. Simply choose two different plugins and hit the compare button. The comparison displays each plugin&#8217;s statistics with a download chart at the bottom. At the moment, you&#8217;re limited to comparing only two plugins at the same time, but there are plans to allow for more in the future.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ManageWPPluginComparison.png\" rel=\"prettyphoto[35747]\"><img class=\"size-full wp-image-35793\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/ManageWPPluginComparison.png?resize=915%2C493\" alt=\"Plugin Comparisons\" /></a>Plugin Comparisons\n<h2>Plugin Awards</h2>\n<p>Awards are a quick way to determine how well a plugin is doing in specific categories. For example, <a title=\"https://managewp.org/plugins/details/wordpress-seo\" href=\"https://managewp.org/plugins/details/wordpress-seo\">WordPress SEO</a> by Team Yoast, has a number of awards for being the most downloaded and highest rated in multiple categories. I think it would be beneficial if this area was extended to highlight more ranks like top ten, top five, and number one.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/PluginAwards.png\" rel=\"prettyphoto[35747]\"><img class=\"size-full wp-image-35797\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/PluginAwards.png?resize=599%2C559\" alt=\"ManageWP Plugin Awards\" /></a>ManageWP Plugin Awards\n<h2>Future Improvements</h2>\n<p>ManageWP founder, Vladimir Prelovac, says he&#8217;s not finished with the site. In <a title=\"https://managewp.com/blog\" href=\"https://managewp.com/blog\">the announcement</a>, he shares a couple of ideas on what he&#8217;d like to see in the next iteration.</p>\n<ul>\n<li>Simpler plugin comparison, allow multiple plugins compared at once.</li>\n<li>Include <a href=\"https://wpvulndb.com/\">WP Vulnerability Database</a> security data to plugin details page and Plugin Quality score.</li>\n<li>Allow plugin authors to ‘claim’ their pages. This will allow all sorts of activity like adding the links to their premium support, answering Q&amp;A</li>\n<li>Open everything via an API so everyone can use the engine and its data</li>\n</ul>\n<p>The WP Vulnerability Database will be a nice enhancement, especially if you can see how many vulnerability reports a plugin has. Something to keep in mind is that ManageWP/Plugins is utilizing the <a title=\"http://codex.wordpress.org/WordPress.org_API\" href=\"http://codex.wordpress.org/WordPress.org_API\">WordPress.org Plugins API,</a> which limits the types of data it&#8217;s able to work with.</p>\n<h2>A Plugin Directory Without The Plugins</h2>\n<p>I love the idea behind <a title=\"https://managewp.org/plugins\" href=\"https://managewp.org/plugins\">ManageWP/Plugins</a> because it fills a void created by the plugin directory. It&#8217;s essentially a sub-section of the directory without the plugins. When I look for plugins to review, the directory leaves me little choice between one that&#8217;s popular or brand new. ManageWP/Plugins gives me an opportunity to discover them before they reach global popularity.</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 Dec 2014 05:58: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:\"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: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:108:\"WPTavern: WordPress Accessibility Team Is Mobilizing to Make Accessibility Required for WordPress.org Themes\";s:7:\"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=35570\";s:7:\"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:118:\"http://wptavern.com/wordpress-accessibility-team-is-mobilizing-to-make-accessibility-required-for-wordpress-org-themes\";s: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:4368:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/guided-road.jpg\" rel=\"prettyphoto[35570]\"><img class=\"aligncenter size-full wp-image-22575\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/guided-road.jpg?resize=900%2C421\" alt=\"guided-road\" /></a></p>\n<p>Throughout the first half of this month, the WordPress Accessibility team has been working together with the Theme Review Team to discuss the <a href=\"https://make.wordpress.org/accessibility/2014/12/04/theme-accessibility-meeting-notes/\" target=\"_blank\">possibility of requiring the accessibility-ready tag</a> for themes hosted on WordPress.org. The team will need to create an official proposal to submit to the Theme Review Team in order to make this happen.</p>\n<p>In preparation, the Accessibility team is increasing efforts to educate theme authors on accessibility best practices. Joe Dolson published a post with <a href=\"https://make.wordpress.org/themes/2014/12/15/three-easy-tips-for-accessible-theming/\" target=\"_blank\">tips for making WordPress themes accessible</a>, which includes basic instructions for making themes work with a keyboard, creating event triggers as accessible controls, and adding supporting text for images.</p>\n<p>The Accessibility team also created a <a href=\"https://github.com/wpaccessibility/\" target=\"_blank\">GitHub repository</a> for sharing WordPress-specific code examples for accessibility and plans to add resources in the near future. The theme handbook and reviewer&#8217;s handbook will potentially need to be reworked in order to account for the new guidelines. &#8220;The goal is for those documents to explicitly correlate to the theme accessibility guidelines, so that theme authors have specific guidance on what to do to meet those requirements,&#8221; Dolson said at a recent meeting.</p>\n<p>The Accessibility team hopes to announcing new guidelines for theme developers in April 2015, which would then be required as of November 2015. Once the guidelines are finalized for both required and recommended items, the Accessibility team will also need to train the Theme Review Team on reviewing for accessibility.</p>\n<p>For most traditional WordPress sites, the active theme is the face of the website, and accessibility-ready themes undoubtedly improve the experience of WordPress for users with disabilities. However, making accessibility required for themes is a long and difficult path. The possibility of the requirement already has opposition among Theme Review Team administrators.</p>\n<p>When we <a href=\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready\" target=\"_blank\">published</a> about WordPress.org&#8217;s newest requirement for themes to be translation-ready, several readers chimed in on the comments to advocate for accessibility to be required. Justin Tadlock, a TRT admin, <a href=\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready#comment-61697\" target=\"_blank\">replied</a>, &#8220;As an admin of TRT, full compliance with our current accessibility guidelines is something I’d fight to not make a requirement.</p>\n<p>&#8220;Unfortunately, making a theme accessible can sometimes mean not respecting a designer’s artistic vision. This is particularly an issue with color contrasts. Anything that would hinder design decisions like this is not something I would support. That’s beyond the scope of what TRT’s role is.&#8221;</p>\n<p>Even with more education for theme authors, additional guidelines pose another hurdle to overcome in the rigorous review process. Tadlock believes it would stifle submissions from new theme authors. &#8220;Requiring accessibility-ready themes would be such a huge barrier to entry for new theme authors that it would be detrimental to the system.&#8221;</p>\n<p>The Accessibility team is highly motivated to push for this new requirement and is currently working on a precise proposal that will be voted on by the Theme Review Team. &#8220;The important thing with the proposal is clarity,&#8221; Dolson said, recognizing that it could be blocked if the two teams are unable to communicate effectively about the issues at stake. The decisions made in the first part of 2015 will determine the immediate future of theme accessibility in the WordPress.org Themes Directory.</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 Dec 2014 21:24: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: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:38:\"Post Status: Let’s WordSesh together\";s:7:\"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:30:\"http://www.poststat.us/?p=7232\";s:7:\"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://www.poststat.us/lets-wordsesh-together/\";s: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:1513:\"<p><img class=\"aligncenter size-large wp-image-7233\" src=\"http://www.poststat.us/wp-content/uploads/2014/12/wordsesh-3-752x317.png\" alt=\"wordsesh-3\" width=\"627\" height=\"264\" /></p>\n<p>This weekend, <a href=\"http://wordsesh.org/\">WordSesh</a> 3 will begin. WordSesh is 24 straight hours of live streamed presentations and discussions from a variety of intelligent folks in the WordPress world.</p>\n<p>It starts at 0:00 UTC Saturday, which really means 7:00 p.m. Eastern time on Friday for those of us in America. It&#8217;ll run through Saturday evening.</p>\n<p>The <a href=\"http://wordsesh.org/#schedule\">lineup</a> for WordSesh is as good as any WordCamp, and the chat around the past events has been fantastic. Scott Basgaard and his team of volunteers do a great job.</p>\n<p>I&#8217;ll be on a WordPress news roundtable at the tail end of WordSesh. On Friday, I&#8217;m going to have some news that will help explain my radio silence of late, and will probably spice up the conversation I&#8217;m to have with Jeff Chandler (of WP Tavern), Dre Armeda and Brad Williams (of DradCast) and Doc Pop (of Torquemag). I hope you&#8217;ll watch.</p>\n<p>Check out all the information on the <a href=\"http://wordsesh.org/\">WordSesh</a> website, follow <a href=\"https://twitter.com/wordsesh\">@WordSesh</a> on Twitter, and RSVP if you&#8217;d like to attend. There are already over 600 people signed up. It&#8217;s completely free and community supported. I love this event and I&#8217;m glad to see it happen again.</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 Dec 2014 19:43: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: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: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:96:\"WPTavern: Jetpack 3.3 Introduces New Centralized Dashboard for Managing Multiple WordPress 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35724\";s:7:\"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:106:\"http://wptavern.com/jetpack-3-3-introduces-new-centralized-dashboard-for-managing-multiple-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3553:\"<p>Jetpack 3.3 is now available. The highlight of this release is the new centralized site dashboard feature that allows users to manage multiple Jetpack-connected WordPress sites and WordPress.com sites from one location in WordPress.com.</p>\n<p>The new dashboard is mobile friendly and includes the <a href=\"http://wptavern.com/jetpack-3-2-introduces-centralized-posting-from-wordpress-com\" target=\"_blank\">centralized posting feature that was introduced in Jetpack 3.2</a>. It also allows users to see all of their sites listed together and perform a number of housekeeping actions:</p>\n<ul>\n<li><strong>Plugin management:</strong> Turn plugins on or off with one click — per site or in bulk.</li>\n<li><strong>Initiate plugin updates:</strong> Update plugins for a single site or all sites in bulk.</li>\n<li><strong>Automatic updates:</strong> Turn on auto-updates for any plugin on a per-site basis or in bulk.</li>\n</ul>\n<p>Jetpack 3.3 is required in order to use the plugin management features, so you&#8217;ll need to update at least one of your sites to check it out. You also need to activate Jetpack&#8217;s JSON API feature and ensure that the &#8220;Allow remote actions&#8221; setting is enabled.</p>\n<p>To view all the plugins you have installed, visit <a href=\"https://wordpress.com/plugins\" target=\"_blank\">WordPress.com/Plugins</a>. When you click through a plugin, you&#8217;ll find a short description of it and a list of the sites where you have it installed.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/jetpack-plugin-management.jpg\" rel=\"prettyphoto[35724]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/jetpack-plugin-management.jpg?resize=980%2C482\" alt=\"jetpack-plugin-management\" class=\"aligncenter size-full wp-image-35735\" /></a></p>\n<p>WordPress.com&#8217;s one dashboard to rule them all is now in direct competition with services like <a href=\"https://managewp.com/\" target=\"_blank\">ManageWP</a>, <a href=\"https://wpremote.com/\" target=\"_blank\">WP Remote</a>, <a href=\"http://infinitewp.com/\" target=\"_blank\">InfiniteWP</a>, and several others that provide centralized site management.</p>\n<p>As WordPress has become an increasingly popular solution for building websites, developers are often responsible for more sites than they can safely keep track of for updates. Centralized dashboard management is critical for scaling maintenance capabilities. It comes as no surprise that WordPress.com is getting its hook into self-hosted sites by moving to support centralized site management via Jetpack.</p>\n<p>In addition to the new centralized dashboard, Jetpack 3.3 also brings many other enhancements to the plugin:</p>\n<ul>\n<li>Adds responsive video support to BuddyPress</li>\n<li>Custom Content Types: Added &#8216;order&#8217; and &#8216;orderby&#8217; options to portfolio shortcode</li>\n<li>Display notice when Jetpack Development Mode is on</li>\n<li>Compatibility with Twenty Fifteen</li>\n<li>Likes: Updated the code to accept arbitrary CPTs</li>\n<li>Related Posts: Allow filter by post_format</li>\n<li>Sharing: add new jetpack_sharing_counts filter for option to turn off sharing counts</li>\n<li>Sharing: Use the Site Logo Theme Tool and the Site Icon as fallbacks for image tags</li>\n</ul>\n<p>The 3.3 release also adds several filters that allow developers to further customize Jetpack&#8217;s behavior. Check out the <a href=\"https://wordpress.org/plugins/jetpack/changelog/\" target=\"_blank\">changelog</a> for the full list of enhancements and improvements.</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 Dec 2014 18:24: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: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: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:97:\"WPTavern: 100,000+ WordPress Sites Compromised Using the Slider Revolution Security 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=35668\";s:7:\"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:105:\"http://wptavern.com/100000-wordpress-sites-compromised-using-the-slider-revolution-security-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:3280:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/security.jpg\" rel=\"prettyphoto[35668]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/security.jpg?resize=1024%2C487\" alt=\"photo credit: Ravages - cc\" class=\"size-full wp-image-27206\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/ravages/6731739485/\">Ravages</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>Over the weekend, the security team at Sucuri <a href=\"http://blog.sucuri.net/2014/12/soaksoak-malware-compromises-100000-wordpress-websites.html\" target=\"_blank\">discovered</a> that more than 100,000 WordPress sites have been hit with the SoakSoak.ru malware campaign. This campaign has resulted in more than 11,000 domains being blacklisted by Google.</p>\n<p>SoakSoak modifies the wp-includes/template-loader.php file in order to inject Javascript, which contains the malware, into every page on compromised sites. You can check to see if your site is affected by using Sucuri&#8217;s free <a href=\"http://sitecheck.sucuri.net/\" target=\"_blank\">SiteCheck scanner</a>.</p>\n<p>After researching the compromised sites, Sucuri found that SoakSoak&#8217;s vehicle of attack is the <a href=\"http://wptavern.com/critical-security-vulnerability-found-in-wordpress-slider-revolution-plugin-immediate-update-advised\" target=\"_blank\">critical security vulnerability that was discovered in the Slider Revolution plugin</a> and made public in September. At that time, Envato identified more than <a href=\"http://wptavern.com/1000-wordpress-themes-on-envato-market-potentially-affected-by-revolution-slider-security-vulnerability\" target=\"_blank\">1,000 themes sold through its marketplace that were potentially affected</a> by this particular vulnerability.</p>\n<p>The Slider Revolution issue, though silently patched in February, has been actively exploited since its disclosure. Many WordPress site administrators have not updated their copies of the Slider Revolution plugin to the patched version, leaving their sites open to compromise. Since the plugin is packaged with many themes sold through Themeforest, site owners are not always aware that they are vulnerable.</p>\n<p>According to the report from Sucuri, the SoakSoak attack first scans sites to locate the vulnerable file within the Slider Revolution plugin in order to gain access to the wp-config.php file. If successful, the intruder then attempts to upload a malicious theme to the site, followed by injecting the <a href=\"http://labs.sucuri.net/db/malware/backdoor-phpfilesman02\" target=\"_blank\">Filesman backdoor</a> into the website. The attacker then injects another backdoor in order to modify the swfobject.js file to inject malware that redirects visitors to soaksoak.ru.</p>\n<p>This malware attack is particularly difficult to clean up after. If your site has been compromised, you cannot simply remove the infected files. The backdoors will also need to be addressed, as well as the Slider Revolution vulnerabilities. Sucuri advises stopping malicious attacks through a firewall. If your site or one of your clients&#8217; sites is using the Slider Revolution plugin, it is imperative that you check to see if you are affected and update your site and plugins immediately.</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 Dec 2014 22:42: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: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:83:\"WPTavern: Pippin Williamson on Building a Community Around Your Open Source Project\";s:7:\"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=35573\";s:7:\"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:93:\"http://wptavern.com/pippin-williamson-on-building-a-community-around-your-open-source-project\";s: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:10938:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/pippin-williamson.jpg\" rel=\"prettyphoto[35573]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/pippin-williamson.jpg?resize=800%2C393\" alt=\"photo credit: inQbation\" class=\"size-full wp-image-35588\" /></a>photo credit: <a href=\"http://www.inqbation.com/photos-of-wordpress-wordcamp-miami-2014/\">inQbation</a>\n<p>When <a href=\"https://twitter.com/pippinsplugins\" target=\"_blank\">Pippin Williamson</a> launched <a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> in early 2012, he could not have predicted the success that the open source project is experiencing today. The core plugin is approaching half a million downloads and recently passed 100 <a href=\"https://github.com/easydigitaldownloads/Easy-Digital-Downloads/graphs/contributors\" target=\"_blank\">contributors</a> on GitHub. It provides the foundation for a profitable commercial marketplace of more than 190 extensions authored by the EDD community.</p>\n<h3>The Birth of Easy Digital Downloads</h3>\n<p>As is the case with many entrepreneurs, Williamson discovered one of his best ideas while solving one of his own problems. He had become an avid plugin developer long before EDD was in the picture. &#8220;I wanted a better way to sell WordPress plugins I was creating through my own site,&#8221; he said. &#8220;I had been using the Code Canyon marketplace from Envato for a while and had toyed with a few of the other e-commerce plugins, but I wanted something a bit different.&#8221; Williamson had no idea that EDD would soon become his full-time job.</p>\n<blockquote><p>When a project starts out that way, it&#8217;s really hard to guesstimate what the future holds for it. As I continued building on the plugin and making more generalized features that had a wider audience than just my site, it became apparent pretty quickly that others were looking for some of the same things. The project was started in March and by November of the same year, I really started to consider the prospect of it becoming a full-time job for me.</p></blockquote>\n<p>Williamson was inspired by Jigoshop&#8217;s and WooCommerce&#8217;s successes with the &#8220;extensions marketplace&#8221; business model. &#8220;As an outsider, it seemed as though the extensions model was working well for them, so I thought, &#8216;Why not?&#8217; It seemed like a good fit. Early on though I had no idea that we would reach more than 150 extensions in so short a time.&#8221;</p>\n<p>He built the first couple of extensions for himself, including the Stripe integration. &#8220;Those first extensions were really the ones that proved building a marketplace around EDD wasn&#8217;t an utterly insane idea. Mostly insane but plausible.&#8221;</p>\n<h3>Extensibility Has a Direct Correlation to Profitability</h3>\n<p>Easy Digital Downloads is well known for having a codebase that is easy to extend and friendly to developers. Williamson built this into the project out of principle from the early days of EDD, not knowing how vital extensibility would become further down the road.</p>\n<p>&#8220;It definitely started as a core philosophy but became a fundamental requirement as the project grew. EDD wouldn&#8217;t be even half as successful as it is now if it weren&#8217;t for the extensibility,&#8221; he said. &#8220;There are still severe pain points in terms of our extensibility, but they are being worked on for future releases. A commitment to always making the plugin more and more extensible is one of the things that has really helped us along the way.&#8221;</p>\n<p>Extensibility is the backbone of the EDD marketplace, and it&#8217;s paying off for Williamson and the project as a whole. On an average day, the core EDD plugin sees 400-1000 downloads. &#8220;The revenue of the project has grown consistently since first launching two and a half years ago,&#8221; Williamson said. &#8220;In its first year, we saw steady growth, but nothing amazing by any means. It was enough to tell me there was potential for much, much more.&#8221;</p>\n<p>In 2012, Williamson reports that the project pulled in $25,000 in extension sales, with one fifth of this paid out to third party developers for extension sales. Over the course of 2013, EDD grew its monthly revenue from ~$2,000 per month up to nearly $16,000 per month. Williamson finished that year with ~$190,000 in sales and paid out nearly $64,000 in commissions to third party developers.</p>\n<p>&#8220;And now, just as we are wrapping up 2014, we have seen more than $456,000 in sales and have generated more than $200,000 in commissions for third party developers,&#8221; Williamson said. &#8220;In 2015 these numbers are expected to grow, just as they have for the last two years. To say we&#8217;re excited for the future would be to put it lightly.&#8221;</p>\n<h3>Attracting and Keeping a Community of Contributors</h3>\n<p>Without EDD&#8217;s large community of contributors, the project&#8217;s success would have been severely limited. EDD seems to have an organic way of attracting and keeping contributors. Williamson attributes this to three key aspects of the community surrounding the project:</p>\n<ul>\n<li><strong>We work hard to always try and make new contributors few welcome.</strong> No one should ever be told (even indirectly) to go away when they are trying to give back to a project. By being open to criticism and suggestions from the community, and working to ensure the community feels encouraged to speak up, we have gained a lot of long-time contributors, simply because they didn&#8217;t feel like their suggestions were lost in a dark abyss of nothingness or intentionally ignored. When people feel welcomed, they tend to stick around.</li>\n<li><strong>Every suggestion gets an answer of some kind. Period.</strong> We strive to never leave a support ticket or github issue unanswered. Even if the answer is &#8220;no&#8221;, we still answer it. When people are ignored, they leave, so we never ignore anyone. Period.</li>\n<li><strong>We have actively asked people to help out on the project.</strong> There are tons of people out there ready, willing, and wanting to help; sometimes all it takes is an invitation.</li>\n</ul>\n<p>Williamson doesn&#8217;t think that any of these efforts are unique to EDD, but they have been the most important factors for growing and keeping a large contributor base. He aims to make sure every single contributor gets an answer to their suggestions, no matter how small the contribution or bug report. &#8220;If someone that is brand new to the project feels they have been ignored, how likely are they to ever come back? I think we see this a lot with WordPress core contributors,&#8221; he said.</p>\n<p>&#8220;There are hundreds of tickets on trac that have gone unanswered from new contributors, and I suspect a huge percentage of those people have decided to move on and not contribute since they felt ignored. <strong>It doesn&#8217;t matter if someone is actually ignored; it matters that they feel they were ignored.</strong>&#8221;</p>\n<p>In order to maintain a good follow-up process, Williamson has streamlined development of the core plugin through its GitHub repository. New contributors who want to get involved with extension or theme development also have access to a private Trello board where they can connect with other developers.</p>\n<h3>Advice for New Open Source Project Leaders</h3>\n<p>When reflecting on the early days of EDD, Williamson has a few regrets and encourages developers to think about the future when it comes to plugin architecture. &#8220;There is one major architectural change I would make, and that is the use of custom tables for storing data,&#8221; he said.</p>\n<p>&#8220;We opted out of using custom tables from day one, and that was a mistake. Not properly leveraging custom tables that had the exact database schema that we needed actually made it dramatically more work for us in the long run. We&#8217;ve had to jump through a lot of hoops to build advanced queries for solid store reporting.&#8221;</p>\n<p>This mistake has made it difficult to build EDD in a way that will scale the plugin up to a larger user base on larger websites, as needed. Williamson and contributors continue to find ways to deal with it but it is still costing the team a great deal more effort.</p>\n<p>On the community aspect of the project, he has a few simple tips for open source project leaders who want to attract a decent base of contributors.</p>\n<ul>\n<li>Be nice.</li>\n<li>Respond to everyone.</li>\n<li>Make it publicly known that you want contributions.</li>\n<li>Do what you can to make it easy (hint: asking people to email patches is not making it easy.)</li>\n<li>Be very open to criticism.</li>\n<li>Work hard to build an awesome product, as that alone will attract a certain number of interested in contributors.</li>\n</ul>\n<p>Holding to these principles has made Easy Digital Downloads a resounding success, as well as an inspirational example for WordPress plugin developers. Williamson hopes to expand operations to include a hosted version of the plugin, but doesn&#8217;t yet have a roadmap for how that will play out.</p>\n<p>&#8220;I would like to see a hosted version be available within the next year or two. We haven&#8217;t officially decided if we will offer one or if we will seek partnering with an agency or other group, but I&#8217;d love to see it come about,&#8221; he said. If he&#8217;s able to launch a hosted version, Williamson will have the opportunity to tap into a whole new demographic of customers, many of whom are likely not developers.</p>\n<p>&#8220;I&#8217;ve never run a hosted service before so it will be a whole new experience for me with a whole new set of challenges,&#8221; he said. Williamson counts the strong EDD community as one of his assets in pursuing this new venture:</p>\n<blockquote><p>One advantage that I feel we will have, however, is the rapid development pace that having a strong community of contributors affords us. As we iterate quickly on the self-hosted version, those same changes will be able to be applied to a hosted version. It will also be able to go in reverse: as we test out new features in a hosted version, we can apply those same changes upstream to the self-hosted version. Much like WordPress.org and WordPress.com.</p></blockquote>\n<p>With a large number of people building extensions for the project, and a regular stream of contributions and bug fixes, Williamson and EDD are uniquely prepared to support a hosted version. The success of <a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> demonstrates the value of building a strong community around your open source project. With the right cultivation and a healthy community, any quality project can become more profitable and prepared for the future.</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 Dec 2014 20:19: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: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:78:\"WPTavern: The Majority of Shark Tank Contestants Use WordPress and 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=35540\";s:7:\"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/the-majority-of-shark-tank-contestants-use-wordpress-and-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:2055:\"<p>Have you ever wondered what CMS and eCommerce system <a title=\"http://en.wikipedia.org/wiki/Shark_Tank\" href=\"http://en.wikipedia.org/wiki/Shark_Tank\">Shark Tank</a> contestants use? WP Engine used <a title=\"http://builtwith.com/\" href=\"http://builtwith.com/\">BuiltWith</a> and <a title=\"http://wpengine.com/2014/12/03/shark-tank-cms-infographic/\" href=\"http://wpengine.com/2014/12/03/shark-tank-cms-infographic/\">looked at the websites</a> of each contestant appearing on the show between seasons 1-5. They also manually investigated each site to determine some of the more complex setups. Factors WP Engine looked for include: if the site was still active, site-wide SSL implementation, and what kind of eCommerce solutions are being used. Here are a few highlights from the infographic.</p>\n<p>WordPress is the most popular platform, followed by Shopify and Magento. One of the most disappointing discoveries is that out of 341 websites, only 39 have SSL support. SSL is important because it provides a level of encryption between you and the server. It also protects customer information which is extremely important if you&#8217;re going to sell things online.</p>\n<p>For over a year, Magento was the eCommerce system of choice, but it&#8217;s now in second place. WooCommerce is now the most popular eCommerce system used by Shark Tank contestants. This makes sense since WordPress is the most popular platform and WooCommere is built to be used with WordPress.</p>\n<p>Check out the rest of the data in the image below and let us know if any of the data surprises you. The image is over 1mb in size so it might take a little while to load.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/WPEngine_SharkTank_Infographic-V2.png\" rel=\"prettyphoto[35540]\"><img class=\"wp-image-35639 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/WPEngine_SharkTank_Infographic-V2.png?resize=1025%2C7993\" alt=\"WPEngine Shark Tank Infographic\" /></a>Infographic Created By <a href=\"http://www.wpengine.com\">WP Engine</a>\";s: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 20:15: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: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: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:56:\"WPTavern: Google Earth API to Retire December 12th, 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:28:\"http://wptavern.com/?p=35615\";s:7:\"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:\"http://wptavern.com/google-earth-api-to-retire-december-12th-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:2380:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/GoogleEarthAPIFeaturedImage.png\" rel=\"prettyphoto[35615]\"><img class=\"size-full wp-image-35621\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/GoogleEarthAPIFeaturedImage.png?resize=634%2C211\" alt=\"Google Earth API Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/21177199@N03/2567692977/\">Ludovico Cera</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>For over six years, the <a title=\"https://developers.google.com/earth/documentation/index\" href=\"https://developers.google.com/earth/documentation/index\">Google Earth API</a> has enabled countless developers to build 3D mapping applications in the browser. Those days are over as Google <a title=\"http://googlegeodevelopers.blogspot.com/2014/12/announcing-deprecation-of-google-earth.html\" href=\"http://googlegeodevelopers.blogspot.com/2014/12/announcing-deprecation-of-google-earth.html\">announced on its developer blog</a> that the API is deprecated and will officially retire December 12th, 2015.</p>\n<p>The Google Earth API is built on the <a href=\"http://en.wikipedia.org/wiki/NPAPI\">NPAPI plugin framework</a> which <a title=\"http://blog.chromium.org/2014/11/the-final-countdown-for-npapi.html\" href=\"http://blog.chromium.org/2014/11/the-final-countdown-for-npapi.html\">Chrome</a> and <a title=\"https://blog.mozilla.org/security/2014/02/28/update-on-plugin-activation/\" href=\"https://blog.mozilla.org/security/2014/02/28/update-on-plugin-activation/\">Firefox</a> no longer support due to security reasons. Over the past six years, the API has experienced dwindling support across multiple platforms, especially on mobile. It&#8217;s worth noting that Google Earth is not going away; only its API is being retired.</p>\n<p>A <a title=\"https://wordpress.org/plugins/search.php?q=google+earth\" href=\"https://wordpress.org/plugins/search.php?q=google+earth\">quick search</a> of the WordPress plugin directory for Google Earth shows at least three pages of results. However, several of the plugins look like they use Google Maps instead of Google Earth. If using an external API, most authors put the information in the plugin&#8217;s description. If you&#8217;re using a plugin that uses the API, please get in touch with the author and let them know it&#8217;s no longer supported.</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 Dec 2014 18:33: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:\"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: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:85:\"WPTavern: BuddyPress, bbPress, and GlotPress Development Campaign is Now Fully Funded\";s:7:\"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=34940\";s:7:\"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:93:\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\";s: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:4263:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/jjj.jpg\" rel=\"prettyphoto[34940]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/jjj.jpg?resize=1025%2C499\" alt=\"jjj\" class=\"aligncenter size-full wp-image-33407\" /></a></p>\n<p>John James Jacoby&#8217;s crowd-funding <a href=\"https://www.indiegogo.com/projects/buddypress-bbpress-glotpress-development#home\" target=\"_blank\">campaign for development on WordPress&#8217; sister projects</a> is now closed and fully funded at $51,500. For the first six months of 2015, he will be working full-time to push the BuddyPress, bbPress, and GlotPress projects forward.</p>\n<p>Jacoby is essentially pioneering a new way of working as an open source developer funded by the community. There&#8217;s no prescription for how to tackle each project&#8217;s goals, but working remotely in the past has uniquely prepared him for this opportunity.</p>\n<p>&#8220;Previous experience working mostly independently and remotely certainly doesn&#8217;t hurt, particularly for things like consistent communication and maintaining momentum,&#8221; he said. &#8220;It will be nice to get back into the swing of posting public status updates and more strictly planning out my days and weeks again. I appreciate the freedom I&#8217;ve had since July, but being completely without structure can be risky, too.&#8221;</p>\n<p>Jacoby anticipates splitting his time equally between BuddyPress, bbPress, and GlotPress. &#8220;In my imagination, fairly evenly in priority order for a few of the long standing issues that have been prohibiting enhancements to WordPress.org, specifically for the Rosetta sites,&#8221; he said. &#8220;GlotPress will require a little more time for me to start being helpful, so I&#8217;ll likely try to focus on the BuddyPress and bbPress queue first.&#8221;</p>\n<p>What will a typical day look like for Jacoby when he starts working full-time on the sister projects? He plans to be involved in every aspect, from writing code to mentoring to adding codex contributions.</p>\n<blockquote><p>I think a typical day will look like a cup of coffee, reading Trac and Slack, providing feedback and mentorship, and shepherding as much activity as I can. That might mean committing patches and doing feature development, increasing unit test coverage and working on the codex, or helping with tools to enable others to contribute easier. There is no shortage of things to do, and I&#8217;ll be looking at ways to multiply my efforts to get the maximum value out of the time I have.</p></blockquote>\n<p>If the development project is successful, other developers may be inspired to create similar campaigns. Jacoby isn&#8217;t the only one with the capability to make a strong impact on these projects. He believes that there are many others who would be able to do that same.</p>\n<blockquote><p>I really hope people look at this campaign as something they can try, too. Stephen Edgar has been absolutely killing it all across .org, so removing that barrier for him is a priority of mine. Mathieu Viet keeps putting out comprehensive BuddyPress concepts that could make their way into core with just a bit more free time and focus. Ryan McCue already volunteers a huge amount of time; imagine if he was 100% focused. </p>\n<p>Matt Gross (currently at 10up) is such a fast learner and can really crank stuff out quickly. Alison Barrett (also currently at 10up) is the same way; crazy fast at learning and implementing new things. I&#8217;d love to work with either of them on the bb&#8217;s again. A few of these individuals may not require outside funding, but it&#8217;s an interesting idea to use it as an option to reduce an employer&#8217;s monetary burden.</p></blockquote>\n<p>Working full-time on open source community projects without distraction, while still paying the bills, is a rare opportunity that Jacoby intends to maximize. If all goes as planned, the first half of 2015 will bring about the removal of the projects&#8217; most pressing hindrances. The success of Jacoby&#8217;s campaign demonstrates that the WordPress community believes in the potential of BuddyPress, bbPress, and GlotPress enough to invest in a trustworthy developer to make dedicated improvements.</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 Dec 2014 22:01: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: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: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:39:\"WPTavern: A Newbie’s Guide to bbPress\";s:7:\"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=35431\";s:7:\"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://wptavern.com/a-newbies-guide-to-bbpress\";s: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:7392:\"<p>If you&#8217;re brand new to <a title=\"http://bbpress.org/\" href=\"http://bbpress.org/\">bbPress</a>, you may not know about some of the ways it can be extended beyond being a simple forum. Additional functionality can be added with plugins, its output can be manipulated through CSS, and development is easy to keep up with. Even though bbPress has a <a title=\"https://codex.bbpress.org/getting-started-with-bbpress/\" href=\"https://codex.bbpress.org/getting-started-with-bbpress/\">getting started</a> guide available, I came up with my own mini guide. Here are some tips to get you started on building a bbPress forum.</p>\n<h2>Where to Find Plugins</h2>\n<p>bbPress is a plugin that was designed to be extended by other plugins. Once installed and configured, simply browse the plugin directory from the backend of WordPress and search for bbPress. There are at least 314 plugins that show up in the search results, not including the ones hosted on Github.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressPlugins.png\" rel=\"prettyphoto[35431]\"><img class=\"size-full wp-image-35455\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressPlugins.png?resize=1025%2C526\" alt=\"bbPress Plugins in The WordPress Plugin Directory\" /></a>bbPress Plugins in The WordPress Plugin Directory\n<p>Even though bbPress.org has a <a title=\"https://bbpress.org/plugins/\" href=\"https://bbpress.org/plugins/\">section dedicated to plugins</a>, it&#8217;s essentially an alternative to browsing the WordPress plugin directory. Instead of being able to view all of the plugins available, the pages only list bbPress specific plugins.</p>\n<p>Similar to WordPress, bbPress <a title=\"http://codex.bbpress.org/feature-plugins-tracking/\" href=\"http://codex.bbpress.org/feature-plugins-tracking/\">has a list of feature plugins</a> that may one day, be merged into core. The list contains plugins that offer features found in most forum software out of the box, so it&#8217;s a good place to start when adding features. Pay close attention to the <strong>Last Updated:</strong> information as I encountered a lot of plugins that haven&#8217;t been updated in over 2 years.</p>\n<h2>Altering The Look and Feel</h2>\n<p>bbPress comes with built-in theme support where all required elements such as front-end editing are included. If a WordPress theme doesn&#8217;t have support for the various elements that make up bbPress, you&#8217;ll still be able to use it. The built-in support makes it compatible with nearly every WordPress theme. However, I strongly encourage you to use a theme that is bbPress compatible as it almost always looks better than the default.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressCompatibleThemes.png\" rel=\"prettyphoto[35431]\"><img class=\"size-full wp-image-35467\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressCompatibleThemes.png?resize=1025%2C810\" alt=\"Free bbPress Compatible Themes\" /></a>Free bbPress Compatible Themes\n<p>A <a title=\"https://wordpress.org/themes/search.php?q=bbPress\" href=\"https://wordpress.org/themes/search.php?q=bbPress\">search of the theme directory</a> indicates four pages of free WordPress themes that are explicitly compatible with bbPress. If you&#8217;d simply like to override the default markup to give it a custom look, check out <a title=\"https://codex.bbpress.org/theme-compatibility/\" href=\"https://codex.bbpress.org/theme-compatibility/\">this Codex article</a>.</p>\n<h2>How to Keep up With Development</h2>\n<p>While WordPress releases three major versions a year, bbPress averages two a year. So far in 2014, there have been no major versions released. Compared to WordPress, bbPress development occurs at a slower pace due to a smaller number of people contributing and spending time on the project. Not only does this make it easy to keep up with changes, it increases the opportunity to influence the project.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressDevelopment.png\" rel=\"prettyphoto[35431]\"><img class=\"size-full wp-image-35469\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressDevelopment.png?resize=946%2C691\" alt=\"bbPress Development\" /></a>bbPress Development\n<p>bbPress uses <a title=\"https://bbpress.trac.wordpress.org/timeline\" href=\"https://bbpress.trac.wordpress.org/timeline\">Trac for development</a> where user&#8217;s can submit bug reports and patches. If you use <a title=\"https://slack.com/\" href=\"https://slack.com/\">Slack</a>, you can join the #bbPress channel where core developers and contributors hang out. This is a great way to get in touch with people and communicate in real-time.</p>\n<h2>Where to Get Support</h2>\n<p>The best way to get support is through the official <a title=\"https://bbpress.org/forums/\" href=\"https://bbpress.org/forums/\">bbPress forum</a>. While not as active as the WordPress support forum, there&#8217;s still a good amount of activity that takes place. It&#8217;s also monitored by all of the core developers.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressSupport.png\" rel=\"prettyphoto[35431]\"><img class=\"size-full wp-image-35517\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressSupport.png?resize=986%2C575\" alt=\"bbPress Support Forum\" /></a>bbPress Support Forum\n<p>The bbPress support forums follow the same rules and guidelines set forth by the WordPress support forums. There are two documents you should read to familiarize yourself to how it works. <a href=\"https://codex.wordpress.org/Using_the_Support_Forums\">Using the Support Forum</a> and the <a href=\"https://codex.wordpress.org/Forum_Welcome\">Forum Welcome message</a>.</p>\n<h2>bbPress Nomenclature</h2>\n<p>bbPress has a set of nomenclature that is different from forum software you may have used in the past. This small guide explains what each term means.</p>\n<ul>\n<li><strong>Forums</strong> – Are segments of the main forum similar to categories.</li>\n<li><strong>Topics</strong> – Topics are created within forums, they are the issues that are being discussed.</li>\n<li><strong>Replies</strong> – Replies are made to topics, this is the actual discussion.</li>\n<li><strong>Voices</strong> &#8211; Voices represent the number of individuals participating in a conversation</li>\n</ul>\n<h2>The Next Six Months</h2>\n<p>Although development has come to a crawl in recent months, it&#8217;s encouraging that John James Jacoby <a title=\"https://www.indiegogo.com/projects/buddypress-bbpress-glotpress-development\" href=\"https://www.indiegogo.com/projects/buddypress-bbpress-glotpress-development\">successfully reached his crowd funding goal</a> as bbPress will likely experience a surge in development and community based contributions over the next six months. Hopefully, the next six months are among the project&#8217;s brightest.</p>\n<h2>Codex Volunteer</h2>\n<p>The documentation and organization of documents on the bbPress.org website leaves a lot to be desired. Several links point to placeholders or the incorrect pages. I&#8217;m working with the team as a Codex volunteer to try to clean up the mess so others can benefit by finding the information they need.</p>\n<p>This guide is a Cliff’s Notes version of what&#8217;s available on bbPress.org. I hope it helps you as it did me when putting it together.</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 Dec 2014 20:32: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: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:68:\"WPTavern: Variable VVV: A New VVV Site Creation Wizard 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35501\";s:7:\"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/variable-vvv-a-new-vvv-site-creation-wizard-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4804:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/04/vagrant.png\" rel=\"prettyphoto[35501]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/04/vagrant.png?resize=1025%2C463\" alt=\"vagrant\" class=\"aligncenter size-full wp-image-21435\" /></a></p>\n<p><a href=\"http://bradparbs.com/\" target=\"_blank\">Brad Parbs</a> and his colleagues at <a href=\"http://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> have created a new tool for the thousands of developers out there who utilize <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">Varying Vagrant Vagrants</a> for WordPress development. As Vagrant development environments are a daily staple of work life at WDS, the team needed a faster way for setting up new WordPress sites with VVV.</p>\n<p><a href=\"https://github.com/bradp/vv\" target=\"_blank\">Variable VVV</a> is their solution, a script that automates the creation and deletion of new WordPress sites using VVV. The script is based on Alison Barrett&#8217;s <a href=\"http://wptavern.com/vvv-site-wizard-automates-the-creation-and-deletion-of-wordpress-development-sites\" target=\"_blank\">VVV Site Wizard</a>.</p>\n<p>&#8220;The original site wizard hasn&#8217;t been updated in about half a year. I&#8217;ve designed this to be a drop-in replacement,&#8221; Parbs told the Tavern. &#8220;All the flags and commands from vvv-site-wizard function 100% the same, so you can just install this and start using it exactly the same.&#8221; Anyone who has used the VVV Site Wizard in the past will be comfortable using Variable VVV right away.</p>\n<p>The new script has a few additional features beyond the original VVV Site Wizard, including the following:</p>\n<ul>\n<li>The ability to pass vagrant command through to VVV</li>\n<li>An easier way to set your VVV installation path</li>\n<li>The ability to clone a git-repo as wp-content</li>\n<li>The ability to set more installation options</li>\n</ul>\n<p>While creating the script, Parbs went through the issues list at the vvv-site-wizard repository and fixed a number of issues. He sees Variable VVV as the spiritual successor to the original tool and has designed it to be a bit easier to use. He noted that it takes just 1/3 the time to type the commands and the command results have also been vastly improved. &#8220;One example is the <code>list</code> command to show you all sites. With vvv-site-wizard, it is a plain list of site names. <code>vv list</code> will show you a colorized output, along with URLs and marking VVV defaults,&#8221; Parbs explained.</p>\n<p>The WebDevStudios team has an extensive roadmap of features for future implementation. Parbs is most excited about the idea of &#8220;blueprints,&#8221; which would offer the ability to install themes and plugins while setting up a new site.</p>\n<blockquote><p>A blueprint would define a list of plugins, themes, mu-plugins, and various site options. When installing, you could grab that blueprint and it would set it all up. I&#8217;m planning on letting you grab from Github, WP.org, a zip file link, etc. I&#8217;ve <a href=\"https://github.com/bradp/vv/issues/5\" target=\"_blank\">outlined the idea</a> on GitHub. You&#8217;d setup multiple blueprints, and when you do an install, you could grab a blueprint and use that. For example, an &#8216;ecommerce&#8217; blueprint might install WooCommerce, some other plugins, and _s, or whatever you like.</p></blockquote>\n<p>As the VVV Site Wizard doesn&#8217;t seem to be maintained anymore, Parbs plans to keep Variable VVV going and has also outlined a number of other enhancements in the project&#8217;s <a href=\"https://github.com/bradp/vv/issues\" target=\"_blank\">issues queue</a>:</p>\n<ul>\n<li>Enable vv to auto-update itself</li>\n<li>Add deployment capability</li>\n<li>Delete site database during removal</li>\n<li>Add option to add dummy content when creating site</li>\n<li>Allow overriding of /htdocs install location</li>\n</ul>\n<p>Parbs plans to add anything that will make developers&#8217; lives easier at WebDevStudios, but he is also open to suggestions. &#8220;I&#8217;ve built the script to be extremely easy to add new functionality, so implementing features people request will be as easy as possible,&#8221; he said.</p>\n<p>The script is now ready for public use. &#8220;Over the past few days, a few people here at WebDevStudios have been beta-testing it, and its really solid,&#8221; Parbs said. <a href=\"https://github.com/bradp/vv\" target=\"_blank\">Variable VVV</a> is now publicly available on GitHub for anyone who wants to use it or contribute back to the project. If you test the script, make sure to leave your feedback and suggestions in the project&#8217;s issues list, as WebDevStudios plans to consistently maintain and extend the tool to make it 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:\"Fri, 12 Dec 2014 19:47: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: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: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:77:\"WPTavern: Idea Factory: A Frontend Submission and Voting System 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35416\";s:7:\"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:86:\"http://wptavern.com/idea-factory-a-frontend-submission-and-voting-system-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4173:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/idea-factory.jpg\" rel=\"prettyphoto[35416]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/idea-factory.jpg?resize=631%2C300\" alt=\"idea-factory\" class=\"aligncenter size-full wp-image-35420\" /></a></p>\n<p>One of the oldest and simplest ways of accessing public opinion is through an up/down voting system. When offered in a controlled setting where everyone has the chance to vote, the system causes the best ideas to float to the top.</p>\n<p><a href=\"https://wordpress.org/plugins/idea-factory/\" target=\"_blank\">Idea Factory</a> is a plugin designed to make it easy for WordPress administrators to set up a voting system where users can submit new ideas from the frontend. The plugin was created by <a href=\"http://nickhaskins.co/\" target=\"_blank\">Nick Haskins</a>, author of the <a href=\"https://wordpress.org/plugins/aesop-story-engine/\" target=\"_blank\">Aesop Story Engine</a>.</p>\n<p><strong>&#8220;Idea Factory was born out of necessity, and the frustration of the lack of plugins that did exactly what I wanted it to do,&#8221;</strong> Haskins wrote in the plugin&#8217;s description. His implementation is simple but built to be extensible, offering developers a number of <a href=\"https://github.com/bearded-avenger/idea-factory/wiki\" target=\"_blank\">filters, hooks, and actions</a>. Idea Factory features the following:</p>\n<ul>\n<li>AJAX powered front-end submission and voting</li>\n<li>Voting is limited to logged-in users</li>\n<li>1 vote allowed per user per idea</li>\n<li>Emails the admin with notification of a new submission</li>\n<li>Extensible with hooks and actions on events</li>\n<li>More ideas loaded with AJAX on front-end</li>\n<li>Mobile friendly</li>\n</ul>\n<p>Logged-in users can enter new ideas via a modal submission box. The plugin creates an Idea custom post type and data is stored in post_meta and user_meta tables.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/idea-submit.png\" rel=\"prettyphoto[35416]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/idea-submit.png?resize=900%2C783\" alt=\"idea-submit\" class=\"aligncenter size-full wp-image-35452\" /></a></p>\n<p>Ideas are displayed at yoursite.com/ideas. Users can only vote once on each idea before they are locked out. Up votes push ideas to the top and down votes send ideas further down the list.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/ideas.png\" rel=\"prettyphoto[35416]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/ideas.png?resize=1025%2C537\" alt=\"ideas\" class=\"aligncenter size-full wp-image-35432\" /></a></p>\n<p>The design is generic enough to drop nicely into any theme, but you can further customize it by copying the file from the plugin&#8217;s /template-ideas/ directory into your theme. Idea Factory&#8217;s settings also allow you to disable the core CSS file from loading so that you can take full control.</p>\n<p>Each idea and its description can be edited in the admin. If you have a highly active voting board, you may want to turn off email notifications for new submissions. The settings also include an option to hold all new ideas as drafts to be approved before publishing.</p>\n<p>After testing Idea Factory, I was impressed with how easy it was to set up and use. Both idea creation and voting are anonymous, but it might be nice to have an option to display users for each. However, one of the best things about Idea Factory is that it maintains a limited set of features in favor of keeping the plugin lean and extensible.</p>\n<p>An idea voting system can help community managers or developers get a better idea of where to invest their time and how to prioritize new features. It&#8217;s a quick way to take the temperature of your user base, because it allows them to freely express their ideas and participate in voting up the best ones. It&#8217;s also far less time-consuming than conducting a survey. Check out <a href=\"https://wordpress.org/plugins/idea-factory/\" target=\"_blank\">Idea Factory on WordPress.org</a> for a solid, simple way to bring new ideas to light.</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 Dec 2014 07:03: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: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:73:\"WPTavern: WPWeekly Episode 174 – What Would it Take to Lose The Throne?\";s:7:\"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=35424&preview_id=35424\";s:7:\"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://wptavern.com/wpweekly-episode-174-what-would-it-take-to-lose-the-throne\";s: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:3205:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\" title=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss what it would take for WordPress to lose its dominant market share position. We both agree that WordPress isn&#8217;t going anywhere soon but it&#8217;s something to be mindful of.</p>\n<p>We share our thoughts on the recommended plugins tab coming in WordPress 4.1 and whether or not it will help users discover new plugins. Last but not least, we discuss Google&#8217;s attempt to simplify reCAPTCHAs by replacing distorted text with a check box.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/what-would-it-take-for-wordpress-to-lose-its-dominance\" title=\"http://wptavern.com/what-would-it-take-for-wordpress-to-lose-its-dominance\">What Would it Take For WordPress to Lose its Dominance?</a><br />\n<a href=\"http://wptavern.com/googles-new-recaptcha-api-replaces-distorted-text-with-a-checkbox\" title=\"http://wptavern.com/googles-new-recaptcha-api-replaces-distorted-text-with-a-checkbox\">Google’s New reCAPTCHA API Replaces Distorted Text with a Checkbox</a><br />\n<a href=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\" title=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\">WordPress 4.1 To Introduce Plugin Recommendations</a><br />\n<a href=\"http://wptavern.com/nrelate-will-shutdown-its-service-december-31st\" title=\"http://wptavern.com/nrelate-will-shutdown-its-service-december-31st\">nRelate Will Shutdown Its Service December 31st</a><br />\n<a href=\"http://wptavern.com/manage-multiple-wordpress-sites-with-wpdash-now-in-beta\" title=\"http://wptavern.com/manage-multiple-wordpress-sites-with-wpdash-now-in-beta\">Manage Multiple WordPress Sites with WPDASH, Now in Beta</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"http://storyftw.com/\" title=\"http://storyftw.com/\">StoryFTW</a> by Patrick Shanahan, is a simple swipe based story engine that allows you to use any kind of media imaginable to create your own dynamic slide by slide story. The review is based on an Alpha copy as the plugin is not publicly available yet.</p>\n<p><a href=\"https://wordpress.org/plugins/test-user-role/\" title=\"https://wordpress.org/plugins/test-user-role/\">Test User Role</a> allows you to quickly test other user roles from a super admin account to see what other users experience.</p>\n<p><a href=\"https://wordpress.org/plugins/grid/\" title=\"https://wordpress.org/plugins/grid/\">Grid</a> is a container based landing page editor.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 17th 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 #174:</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 Dec 2014 21:13: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:\"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: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:52:\"Akismet: Akismet 3.0.4 Plugin for WordPress Released\";s:7:\"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=1750\";s:7:\"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/2014/12/11/akismet-3-0-4-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:1113:\"<p>Version 3.0.4 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update adds better compatibility with Apache 2.4, allows <code>https</code> author URLs to be removed from comments, removes the &#8220;Check for Spam&#8221; button from the &#8220;Trash&#8221; and &#8220;Approved&#8221; queues, and allows for automatic API key configuration when Jetpack is installed and connected to a WordPress.com account.</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/1750/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1750/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1750&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:\"Thu, 11 Dec 2014 18:44: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: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: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:84:\"WPTavern: WordPress Themes Directory Now Requires All Themes to be Translation-Ready\";s:7:\"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=35363\";s:7:\"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:94:\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready\";s: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:4048:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/globe.jpg\" rel=\"prettyphoto[35363]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/globe.jpg?resize=1024%2C499\" alt=\"photo credit: . Entrer dans le rêve - cc\" class=\"size-full wp-image-29134\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/tranbina/4765484383/\">. Entrer dans le rêve</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>WordPress made great strides in 2014 towards improving internationalization for the global community. <a href=\"http://wptavern.com/wordpress-4-0-benny-now-available-for-download\" target=\"_blank\">WordPress 4.0</a> streamlined language management in the admin and brought language selection to the installation process.</p>\n<p>In the <a href=\"http://wptavern.com/matt-mullenwegs-state-of-the-word-highlights-internationalization-mobile-and-new-tools-for-wordpress-contributors\" target=\"_blank\">State of the Word</a> address this year, Matt Mullenweg highlighted the importance of internationalization to the project when he said, <strong>“If WordPress is going to be truly global, truly inclusive, it has to be fully available for other languages.&#8221;</strong> He also announced that fully localized plugin and theme directories will be available in the admin as of 4.1.</p>\n<p>This week the WordPress Theme Review Team <a href=\"https://make.wordpress.org/themes/2014/12/09/theme-review-team-weekly-notes-the-logs-are-3/\" target=\"_blank\">updated its guidelines</a> to require all new theme submissions to be translation-ready. Theme authors submitting new themes to the official directory must ensure that all text strings are translatable. This also applies to any updates to existing themes.</p>\n<h3>Tips for Making Your Theme Translation-Ready</h3>\n<p>The WordPress Theme Review Handbook doesn&#8217;t yet contain a section with information about preparing themes for translation. However, you can find all the basics on <a href=\"https://developer.wordpress.org/themes/functionality/internationalization/\" target=\"_blank\">how to internationalize a theme</a> in the WordPress Theme Developer Handbook, which is still a work in progress.</p>\n<p>The internationalization section also links to a number of videos and tutorials in its resources section. Many of these will be helpful in walking theme developers through the process of preparing themes for translation:</p>\n<ul>\n<li><a href=\"http://www.gnu.org/software/gettext/manual/html_node/\" target=\"_blank\">GNU gettext utilities</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=fJfqgrzjEis\" target=\"_blank\">i18n: Preparing Your WordPress Theme for the World</a></li>\n<li><a href=\"http://wordpress.tv/2014/02/26/samuel-otto-wood-on-internationalization-plugins-and-themes-for-the-whole-world/\" target=\"_blank\">Samuel “Otto” Wood: On Internationalization: Plugins and Themes for the Whole World</a></li>\n<li><a href=\"https://pippinsplugins.com/use-wp_localize_script-it-is-awesome/\" target=\"_blank\">Use wp_localize_script, It Is Awesome</a></li>\n<li><a href=\"http://wordpress.tv/2009/11/14/ze-fontainhas-i18n-nyc09/\" target=\"_blank\">Zé Fontainhas: Lost in Translation—i18n and WordPress</a></li>\n<li><a href=\"http://ottopress.com/2012/internationalization-youre-probably-doing-it-wrong/\" target=\"_blank\">Internationalization: You’re Probably Doing It Wrong</a></li>\n</ul>\n<p>If a WordPress theme isn&#8217;t translatable, then the site it is running on is limited to the theme author&#8217;s language. If you invest your time and hard work into creating a WordPress theme, why not make sure that it&#8217;s able to be used all over the world?</p>\n<p>The new requirement from the Theme Review team is a major milestone in expanding WordPress&#8217; global reach. The official themes directory is often the first place that self-hosted WordPress users look when shopping for themes. The new translation-ready requirement will help ensure that WordPress.org&#8217;s vast library of themes are ready for global 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:\"Thu, 11 Dec 2014 18:34: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: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:64:\"WPTavern: A New User’s Experience Installing and Using bbPress\";s:7:\"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=35320\";s:7:\"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:\"http://wptavern.com/a-new-users-experience-installing-and-using-bbpress\";s: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:8214:\"<p>bbPress is a <a title=\"https://bbpress.org/about/the-story/\" href=\"https://bbpress.org/about/the-story/\">10 year old project</a> that&#8217;s supposed to make it easy to attach a forum to WordPress. On the day after Christmas in 2004, Matt Mullenweg spent an entire weekend coding an alternative to <a title=\"http://minibb.net/\" href=\"http://minibb.net/\">miniBB</a>, from the ground up that at the time, powered the WordPress support forums. bbPress was stand-alone software until 2011, when the <a title=\"http://wptavern.com/bbpress-2-0-stable-now-available\" href=\"http://wptavern.com/bbpress-2-0-stable-now-available\">release of 2.0</a> transformed it into a WordPress plugin,</p>\n<p>Over the years, I&#8217;ve kept a close eye on bbPress but I&#8217;ve never used it for a project of my own. Since I&#8217;m only a new user once, I decided to document my experience of configuring and using it for the first time.</p>\n<h2>Activation and Configuration</h2>\n<p>Locating bbPress is easy as it usually shows up as a Featured Plugin on the Add New plugin screen. Once activated, a welcome screen displays information on what&#8217;s new, credits, and a link at the bottom to visit the forum settings.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressActivated.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35359\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressActivated.png?resize=1025%2C697\" alt=\"bbPress Welcome Screen After Activation\" /></a>bbPress Welcome Screen After Activation\n<p>When visiting the forum settings screen, I&#8217;m presented with a list of options with checkboxes and numbers. While there are not a lot of things to configure, I think a better presentation of the various options would be to split each major section into a tab of its own. Although it was my choice to visit the forum settings from the Welcome screen, I think the Welcome screen is a good place to use Admin Pointers to help new users create a new topic, forum, etc. I don&#8217;t understand why the Welcome screen has a link to forum settings since a new install won&#8217;t have anything to configure.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressOptions.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35360\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressOptions.png?resize=765%2C888\" alt=\"bbPress Forum Settings Screen\" /></a>bbPress Forum Settings Screen\n<p>While on the forum settings screen, I&#8217;m not sure what it is I&#8217;m supposed to configure in order for the forum to display on the frontend. At this point, I visit the <a title=\"http://codex.bbpress.org/\" href=\"http://codex.bbpress.org/\">Documentation section</a> of bbPress.org and locate a <a title=\"https://codex.bbpress.org/getting-started/\" href=\"https://codex.bbpress.org/getting-started/\">Getting Started</a> guide. It turns out, the guide is of no use to me or anyone else for that matter.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/GettingStartedToNowhere.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35361\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/GettingStartedToNowhere.png?resize=986%2C499\" alt=\"Getting Started To Nowhere\" /></a>Getting Started To Nowhere\n<p>The left hand sidebar has a list of related links which point to several different articles on user roles, conditional tags, and functions. It took some effort on my part, but I finally found the article on <a title=\"https://codex.bbpress.org/getting-started-with-bbpress/\" href=\"https://codex.bbpress.org/getting-started-with-bbpress/\">Getting Started with bbPress</a>. This page should be linked to from the <a title=\"http://codex.bbpress.org/\" href=\"http://codex.bbpress.org/\">Documentation main page</a> for the Getting Started link. This simple change will save users time and frustration.</p>\n<h2>Creating Forums</h2>\n<p>Using the Getting Started guide, I created my first forum. Since forums are Custom Post Types, the forum editor looks similar to the Post Editor. It would be nice if hints displayed above each field so users understand which part of the forum they&#8217;re connected to. For example, the title field should have a hint that says &#8220;Name of the forum&#8221; and above the editor, text that says, &#8220;A description of the forum&#8221;. Some of the items on the Forum creation screen make sense but it shouldn&#8217;t be assumed the user knows what each field corresponds to.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/CreatingAForumInbbPress.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35362\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/CreatingAForumInbbPress.png?resize=889%2C584\" alt=\"Creating a Forum in bbPress\" /></a>Creating a Forum in bbPress\n<p>There are two different types of forums, <strong>forum</strong> and <strong>category</strong>. Forums contain topics and can be the parent of other forums. Categories can only contain forums and are primarily used as a method of organization. The nomenclature used is enough to make anyone&#8217;s head spin.</p>\n<h2>Creating Topics</h2>\n<p>After creating a forum, I moved on to create a topic. Topics are similar to typical forum posts. Topics are one of the three <a title=\"https://codex.wordpress.org/Post_Types#Custom_Types\" href=\"https://codex.wordpress.org/Post_Types#Custom_Types\">Custom Post Types </a>created by bbPress, which means the Topic editor uses the same interface you&#8217;d see when writing a post. Similar to creating forums, I&#8217;d like to see the fields labeled for consistency. Creating topics from the backend of WordPress is fairly easy after creating the first forum.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressTopicCreated.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35365\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/bbPressTopicCreated.png?resize=898%2C668\" alt=\"bbPress Topic Created From The Backend of WordPress\" /></a>bbPress Topic Created From The Backend of WordPress\n<p>&nbsp;</p>\n<h2>The Frontend of bbPress</h2>\n<p>Everything up to this point has been managed from the backend of WordPress. I&#8217;ve created a category, forum, and topic. It&#8217;s time to see how bbPress works on the frontend. Replying to a topic is straight forward. A form is supplied with quick tag support so visitors can easily style text. After hitting the submit button, the page reloads and the reply is shown. Sometimes, replies don&#8217;t show up immediately because they&#8217;re moderated by Akismet.</p>\n<p>&nbsp;</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/ReplyingToATopic.png\" rel=\"prettyphoto[35320]\"><img class=\"size-full wp-image-35368\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/ReplyingToATopic.png?resize=684%2C795\" alt=\"Replying to a Topic on The Frontend of bbPress\" /></a>Replying to a Topic on The Frontend of bbPress\n<p>Once I got a handle for how bbPress is structured and what categories, forums, topics, and replies look like, I went back to the Forum Settings page.</p>\n<h2>Not Easy Enough</h2>\n<p>bbPress is a plugin, and because of that, I expect to be able to turn it on and have everything ready to go. As you can see from my experience, it doesn&#8217;t always work out that way, especially when using a theme that doesn&#8217;t support it out of the box. The <a title=\"https://codex.bbpress.org/getting-started-with-bbpress/\" href=\"https://codex.bbpress.org/getting-started-with-bbpress/\">Getting Started</a> guide is important information on understanding how to configure bbPress. Without it, I&#8217;d be lost in the dark.</p>\n<p>My initial experience is rough around the edges and at times frustrating, as I couldn&#8217;t easily find the help I needed. I can only imagine how many others have gone through the same experience. Hopefully, a few changes will be made to bbPress and its website to create a smoother new user experience.</p>\n<p>If you&#8217;ve recently installed or used bbPress for the first time, tell us about your experience in the comments.</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 Dec 2014 04:52: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: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:76:\"WPTavern: Change Post Types with the Post Type Switcher Plugin 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35093\";s:7:\"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:86:\"http://wptavern.com/change-post-types-with-the-post-type-switcher-plugin-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4408:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/train-switch.jpg\" rel=\"prettyphoto[35093]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/train-switch.jpg?resize=1024%2C492\" alt=\"photo credit: contemplative imaging - cc\" class=\"size-full wp-image-35340\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/thomas-merton/4334175428/\">contemplative imaging</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>When WordPress 3.0 introduced the ability for developers to register their own <a href=\"http://codex.wordpress.org/Post_Types#Custom_Post_Types\" target=\"_blank\">custom post types</a>, the software became far more flexible for use as a content management system. This was a major turning point for WordPress, as it gave developers a standard way to structure custom content with core-supported features.</p>\n<p>Four years later, custom post types are so commonly used that folks occasionally need a way to switch a post from one type to another. A site admin may want to change how content is structured and presented, and switching content to a new post type can be a huge time saver in some instances.</p>\n<p>The <a href=\"https://wordpress.org/plugins/post-type-switcher/\" target=\"_blank\">Post Type Switcher</a> plugin, authored by <a href=\"http://jaco.by/\" target=\"_blank\">John James Jacoby</a>, was created for exactly this purpose. It&#8217;s one of those plugins that you may not have ever known about until you&#8217;re on the hunt to find a way to convert a post from one type to another.</p>\n<p>The plugin adds a simple post type dropdown to the post editor, which allows you to reassign any post to a new post type.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/post-type-switcher.jpg\" rel=\"prettyphoto[35093]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/post-type-switcher.jpg?resize=772%2C250\" alt=\"post-type-switcher\" class=\"aligncenter size-full wp-image-35321\" /></a></p>\n<p>The handy thing is that Post Type Switcher can convert nearly every combination of posts, pages, attachments, custom post types, etc:</p>\n<ul>\n<li>Page to Post</li>\n<li>Post to Page</li>\n<li>Page to Attachment</li>\n<li>Post to Custom</li>\n</ul>\n<p>What happens when you change a post to a different type? Only the <code>\'post_type\'</code> property of a post is changed. Categories, tags, and custom taxonomies all remain untouched. Featured images remain in place. The post&#8217;s URL will change to whatever the new post type uses. For example, if you change a regular post to a testimonial post type that uses /testimonial/ in the URL, your newly converted post will follow the pattern of its new post type.</p>\n<p>The old post URL should 404 so that you can use a plugin to redirect to the new URL or add some custom rewrite rules to your .htaccess file. While testing the plugin with different post types, I only encountered one instance where a plugin didn&#8217;t properly 404 the original post, but most of the time you won&#8217;t have an issue with this.</p>\n<p>Jacoby has purposely excluded invisible post types, such as revisions, menus, etc., but you can filter <code>\'pts_post_type_filter\'</code> to change how this works if you need access to more post types.</p>\n<p><a href=\"https://profiles.wordpress.org/beatpanda/\" target=\"_blank\">Matthew Gerring</a>, a contributor to the plugin, helped to add bulk editing so that you can select all posts in a certain type and convert them to a new type with one quick action.</p>\n<p>Post Type Switcher is very useful if you started out putting content in regular posts but now want to move it into a portfolio plugin or testimonial plugin. Or perhaps you&#8217;ve been running bbPress on your site and want to extract a few of the most active posts to become regular blog posts instead. Another common use might be to convert a bunch of posts to pages in order to create a static reference section for your site. This plugin makes all of that possible.</p>\n<p>If you&#8217;re planning to use the plugin, make sure to test your post type switches in a development environment first. It&#8217;s also a good idea to backup your live site before making drastic changes to content. You can find <a href=\"https://wordpress.org/plugins/post-type-switcher/\" target=\"_blank\">Post Type Switcher</a> in the WordPress.org Plugin Directory.</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 Dec 2014 22:13: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: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: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:79:\"WPTavern: BuddyPress 2.2 to Add Custom Post Type Support to the Activity Stream\";s:7:\"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=35081\";s:7:\"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/buddypress-2-2-to-add-custom-post-type-support-to-the-activity-stream\";s: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:3692:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/04/buddypress-wall.jpg\" rel=\"prettyphoto[35081]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/04/buddypress-wall.jpg?resize=1018%2C458\" alt=\"buddypress-wall\" class=\"aligncenter size-full wp-image-20901\" /></a></p>\n<p>BuddyPress 2.2 is shaping up to be an exciting release, packed full of new features for developers. <a href=\"http://wptavern.com/buddypress-2-2-will-add-support-for-composer\" target=\"_blank\">Support for Composer</a> will be included in 2.2, as well as <a href=\"http://wptavern.com/buddypress-2-2-on-track-to-provide-a-basic-member-type-api\" target=\"_blank\">a basic member type API</a>, which will allow developers to create different user types.</p>\n<p>The upcoming 2.2 release will also introduce the ability for new activity items to be generated when content is created by registered post types. This is a feature that already exists within the BuddyPress&#8217; blogs component and will be extended to include custom post types that declare support for it. Developers will be able to add support for CPTs with one simple line of code:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">add_post_type_support( \'book\', \'buddypress-activity\' );</pre>\n<p>This will publish updates to the activity stream for the post type that you specify, using generic strings. The BuddyPress <a href=\"https://codex.buddypress.org/plugindev/post-types-activities/#adding-the-buddypress-support-and-specific-labels-at-post-type-registration\" target=\"_blank\">codex</a> has already been updated to show examples for how you can get more control over the activity attributes when you register the post type.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/cpt-activity.png\" rel=\"prettyphoto[35081]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/12/cpt-activity.png?resize=1025%2C326\" alt=\"cpt-activity\" class=\"aligncenter size-full wp-image-35302\" /></a></p>\n<p>&#8220;This update is about the <a href=\"https://buddypress.trac.wordpress.org/ticket/5669\" target=\"_blank\">first step</a> of it: ease the implementation of tracking the published post type items into the Activity stream,&#8221; BuddyPress core developer Mathieu Viet explained in the <a href=\"https://bpdevel.wordpress.com/2014/12/04/about-post-types-and-buddypress-activities/\" target=\"_blank\">announcement</a> on the BP development blog.</p>\n<p>When post type support is added to the activity stream, you will also be able to sort the new items via the activity dropdown filters. This filter is available on the frontend and in the backend.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/activity-dropdown.png\" rel=\"prettyphoto[35081]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/activity-dropdown.png?resize=1025%2C366\" alt=\"activity-dropdown\" class=\"aligncenter size-full wp-image-35299\" /></a></p>\n<p>These improvements are all recent additions to BuddyPress trunk. If you want to test 2.2 alpha, <a href=\"https://buddypress.org/download/\" target=\"_blank\">checkout BuddyPress trunk</a> via SVN or <a href=\"https://buddypress.trac.wordpress.org/browser/trunk\" target=\"_blank\">download the zip file</a>. Activate it and then add support for a custom post type that is active on your BuddyPress test site.</p>\n<p>The <a href=\"https://buddypress.trac.wordpress.org/ticket/3460\" target=\"_blank\">ticket</a> that houses the discussion on this issue has been open for three years. BuddyPress 2.2 finally answers this request and gives plugin developers a beautifully simple implementation for adding post type support to the activity stream.</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 Dec 2014 07:28: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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 30 Dec 2014 15:34:51 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"301128\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 30 Dec 2014 15:30:14 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');
INSERT INTO `wp_options` VALUES (11802,0,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1419996890','no');
INSERT INTO `wp_options` VALUES (11803,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.eschoolconsultants.com/</p>','no');
INSERT INTO `wp_options` VALUES (2549,0,'recently_activated','a:0:{}','yes');
INSERT INTO `wp_options` VALUES (11818,0,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1419996892','no');
INSERT INTO `wp_options` VALUES (11819,0,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1419953692','no');
INSERT INTO `wp_options` VALUES (270,0,'aktt_twitter_username','eSchoolConsults','yes');
INSERT INTO `wp_options` VALUES (271,0,'aktt_create_blog_posts','0','yes');
INSERT INTO `wp_options` VALUES (272,0,'aktt_create_digest','0','yes');
INSERT INTO `wp_options` VALUES (5078,0,'category_children','a:0:{}','yes');
INSERT INTO `wp_options` VALUES (275,0,'aktt_digest_weekly_time','Wed, 08 Dec 2010 20:25:23 GMT','yes');
INSERT INTO `wp_options` VALUES (276,0,'aktt_digest_weekly_day','0','yes');
INSERT INTO `wp_options` VALUES (277,0,'aktt_digest_title','Twitter Updates for %s','yes');
INSERT INTO `wp_options` VALUES (278,0,'aktt_digest_title_weekly','Twitter Weekly Updates for %s','yes');
INSERT INTO `wp_options` VALUES (279,0,'aktt_blog_post_author','1','yes');
INSERT INTO `wp_options` VALUES (280,0,'aktt_blog_post_category','1','yes');
INSERT INTO `wp_options` VALUES (281,0,'aktt_blog_post_tags','','yes');
INSERT INTO `wp_options` VALUES (282,0,'aktt_notify_twitter','1','yes');
INSERT INTO `wp_options` VALUES (283,0,'aktt_sidebar_tweet_count','3','yes');
INSERT INTO `wp_options` VALUES (284,0,'aktt_tweet_from_sidebar','1','yes');
INSERT INTO `wp_options` VALUES (285,0,'aktt_give_tt_credit','0','yes');
INSERT INTO `wp_options` VALUES (286,0,'aktt_exclude_reply_tweets','0','yes');
INSERT INTO `wp_options` VALUES (287,0,'aktt_tweet_prefix','New blog post','yes');
INSERT INTO `wp_options` VALUES (288,0,'aktt_last_tweet_download','1298526934','yes');
INSERT INTO `wp_options` VALUES (289,0,'aktt_doing_tweet_download','1301411403','yes');
INSERT INTO `wp_options` VALUES (290,0,'aktt_doing_digest_post','0','yes');
INSERT INTO `wp_options` VALUES (291,0,'aktt_install_date','2010-12-08 20:25:22','yes');
INSERT INTO `wp_options` VALUES (292,0,'aktt_js_lib','jquery','yes');
INSERT INTO `wp_options` VALUES (293,0,'aktt_digest_tweet_order','ASC','yes');
INSERT INTO `wp_options` VALUES (294,0,'aktt_notify_twitter_default','1','yes');
INSERT INTO `wp_options` VALUES (295,0,'aktt_app_consumer_key','opCn8bjSwk9XAsThC8vL3Q','yes');
INSERT INTO `wp_options` VALUES (296,0,'aktt_app_consumer_secret','tO4Z10U3rgfR2dCYSa6bAsZTy72Gz7hI9ngov4j04','yes');
INSERT INTO `wp_options` VALUES (297,0,'aktt_oauth_token','224353215-bL3dnVRExU4ZCvN31TOclZD77oX8wJfdrfoNgPRY','yes');
INSERT INTO `wp_options` VALUES (298,0,'aktt_oauth_token_secret','mRk1G7oRv105bLaGJU86XgEvqCFLemY7kxplRC2Xo','yes');
INSERT INTO `wp_options` VALUES (299,0,'aktt_update_hash','c60134995cdcb41b947b28b4eedfb98f','yes');
INSERT INTO `wp_options` VALUES (300,0,'aktt_next_daily_digest','','yes');
INSERT INTO `wp_options` VALUES (301,0,'aktt_next_weekly_digest','','yes');
INSERT INTO `wp_options` VALUES (302,0,'aktt_installed_version','2.4','yes');
INSERT INTO `wp_options` VALUES (303,0,'aktt_oauth_hash','56796a78f86ceab3496bbb739c307fcf','yes');
INSERT INTO `wp_options` VALUES (578,0,'widget_nav_menu','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (579,0,'db_upgraded','','yes');
INSERT INTO `wp_options` VALUES (2365,0,'default_post_format','0','yes');
INSERT INTO `wp_options` VALUES (4284,0,'can_compress_scripts','0','yes');
INSERT INTO `wp_options` VALUES (582,0,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1470173743;s:7:\"checked\";a:29:{s:19:\"akismet/akismet.php\";s:5:\"2.5.5\";s:29:\"audio-player/audio-player.php\";s:7:\"2.0.4.1\";s:17:\"cforms/cforms.php\";s:4:\"11.3\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"3.1.1\";s:39:\"content-scheduler/content-scheduler.php\";s:5:\"0.9.8\";s:47:\"custom-field-template/custom-field-template.php\";s:5:\"1.9.9\";s:19:\"eschool/eschool.php\";s:3:\"1.0\";s:35:\"fancybox-for-wordpress/fancybox.php\";s:5:\"3.0.1\";s:35:\"hana-flv-player/hana-flv-player.php\";s:3:\"2.6\";s:43:\"https-for-wordpress/https-for-wordpress.php\";s:2:\".2\";s:77:\"jquery-lightbox-for-native-galleries/jquery-lightbox-for-native-galleries.php\";s:5:\"3.2.2\";s:61:\"math-comment-spam-protection/math-comment-spam-protection.php\";s:3:\"3.0\";s:65:\"media-element-html5-video-and-audio-player/mediaelement-js-wp.php\";s:5:\"2.5.0\";s:25:\"navination/navination.php\";s:3:\"1.0\";s:49:\"post-revision-workflow/post-revision-workflow.php\";s:4:\"0.2a\";s:31:\"simple-facebook-connect/sfc.php\";s:3:\"1.3\";s:30:\"simple-twitter-connect/stc.php\";s:4:\"0.15\";s:39:\"simple-twitter-connect/stc-comments.php\";s:4:\"0.15\";s:44:\"simple-twitter-connect/stc-follow-widget.php\";s:4:\"0.15\";s:40:\"simple-twitter-connect/stc-followers.php\";s:4:\"0.15\";s:38:\"simple-twitter-connect/stc-linkify.php\";s:4:\"0.15\";s:36:\"simple-twitter-connect/stc-login.php\";s:4:\"0.15\";s:38:\"simple-twitter-connect/stc-publish.php\";s:4:\"0.15\";s:42:\"simple-twitter-connect/stc-tweetbutton.php\";s:4:\"0.15\";s:40:\"simple-twitter-connect/stc-tweetmeme.php\";s:4:\"0.15\";s:40:\"simple-twitter-connect/stc-dashboard.php\";s:4:\"0.15\";s:43:\"the-events-calendar/the-events-calendar.php\";s:5:\"2.0.3\";s:35:\"wp-mailto-links/wp-mailto-links.php\";s:4:\"0.21\";s:23:\"wsi/wp-splash-image.php\";s:5:\"2.4.0\";}s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:6:\"3.1.11\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"http://downloads.wordpress.org/plugin/akismet.3.1.11.zip\";}s:39:\"content-scheduler/content-scheduler.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"19002\";s:4:\"slug\";s:17:\"content-scheduler\";s:6:\"plugin\";s:39:\"content-scheduler/content-scheduler.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/content-scheduler/\";s:7:\"package\";s:65:\"http://downloads.wordpress.org/plugin/content-scheduler.2.0.5.zip\";}s:47:\"custom-field-template/custom-field-template.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"4530\";s:4:\"slug\";s:21:\"custom-field-template\";s:6:\"plugin\";s:47:\"custom-field-template/custom-field-template.php\";s:11:\"new_version\";s:5:\"2.3.7\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/custom-field-template/\";s:7:\"package\";s:69:\"http://downloads.wordpress.org/plugin/custom-field-template.2.3.7.zip\";}s:35:\"hana-flv-player/hana-flv-player.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3511\";s:4:\"slug\";s:15:\"hana-flv-player\";s:6:\"plugin\";s:35:\"hana-flv-player/hana-flv-player.php\";s:11:\"new_version\";s:5:\"3.1.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/hana-flv-player/\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/plugin/hana-flv-player.3.1.3.zip\";}s:65:\"media-element-html5-video-and-audio-player/mediaelement-js-wp.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"17707\";s:4:\"slug\";s:42:\"media-element-html5-video-and-audio-player\";s:6:\"plugin\";s:65:\"media-element-html5-video-and-audio-player/mediaelement-js-wp.php\";s:11:\"new_version\";s:6:\"2.10.3\";s:3:\"url\";s:73:\"https://wordpress.org/plugins/media-element-html5-video-and-audio-player/\";s:7:\"package\";s:91:\"http://downloads.wordpress.org/plugin/media-element-html5-video-and-audio-player.2.10.3.zip\";}s:23:\"wsi/wp-splash-image.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"15443\";s:4:\"slug\";s:3:\"wsi\";s:6:\"plugin\";s:23:\"wsi/wp-splash-image.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:34:\"https://wordpress.org/plugins/wsi/\";s:7:\"package\";s:51:\"http://downloads.wordpress.org/plugin/wsi.3.0.1.zip\";}}}','yes');
INSERT INTO `wp_options` VALUES (11799,0,'_site_transient_browser_b270f32b0f30346db74be24eb4cec0a1','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"34.0\";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:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (583,0,'_site_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1470173743;s:7:\"checked\";a:11:{s:4:\"base\";s:5:\"1.0.0\";s:7:\"default\";s:3:\"1.6\";s:7:\"eschool\";s:3:\"3.0\";s:5:\"focus\";s:3:\"3.0\";s:8:\"progress\";s:3:\"2.0\";s:15:\"project_nurture\";s:3:\"1.0\";s:10:\"schooltech\";s:3:\"1.0\";s:17:\"twentyeleven-ccsf\";s:3:\"1.0\";s:17:\"twentyeleven-wffc\";s:3:\"1.0\";s:12:\"twentyeleven\";s:3:\"1.3\";s:9:\"twentyten\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:7:\"default\";a:4:{s:5:\"theme\";s:7:\"default\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:37:\"https://wordpress.org/themes/default/\";s:7:\"package\";s:54:\"http://downloads.wordpress.org/theme/default.1.7.2.zip\";}s:12:\"twentyeleven\";a:4:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentyeleven/\";s:7:\"package\";s:57:\"http://downloads.wordpress.org/theme/twentyeleven.2.4.zip\";}s:9:\"twentyten\";a:4:{s:5:\"theme\";s:9:\"twentyten\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:39:\"https://wordpress.org/themes/twentyten/\";s:7:\"package\";s:54:\"http://downloads.wordpress.org/theme/twentyten.2.1.zip\";}}}','yes');
INSERT INTO `wp_options` VALUES (7263,0,'_site_transient_timeout_browser_ebec2e2be660fc69f568cfb5a9766a0f','1360174076','yes');
INSERT INTO `wp_options` VALUES (7264,0,'_site_transient_browser_ebec2e2be660fc69f568cfb5a9766a0f','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"24.0.1312.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');
INSERT INTO `wp_options` VALUES (7440,0,'_site_transient_timeout_browser_f18c94118f32456e7a5c7b1f64ba33cc','1362425038','yes');
INSERT INTO `wp_options` VALUES (7441,0,'_site_transient_browser_f18c94118f32456e7a5c7b1f64ba33cc','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"27.0.1422.0\";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');
INSERT INTO `wp_options` VALUES (6941,0,'theme_mods_eschool3','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1357233710;s:4:\"data\";a:0:{}}}','yes');
INSERT INTO `wp_options` VALUES (6904,0,'_site_transient_timeout_browser_1fe194223ffbdcc335cc5b8bc7deba49','1357838254','yes');
INSERT INTO `wp_options` VALUES (6905,0,'_site_transient_browser_1fe194223ffbdcc335cc5b8bc7deba49','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"23.0.1271.101\";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');
INSERT INTO `wp_options` VALUES (6944,0,'theme_switched','','yes');
INSERT INTO `wp_options` VALUES (11846,0,'_site_transient_timeout_wporg_theme_feature_list','1419969476','yes');
INSERT INTO `wp_options` VALUES (11847,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');
INSERT INTO `wp_options` VALUES (6952,0,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:13:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:10:\"archives-2\";i:3;s:7:\"links-2\";i:4;s:6:\"meta-2\";i:5;s:8:\"search-2\";i:6;s:6:\"text-2\";i:7;s:12:\"categories-2\";i:8;s:14:\"recent-posts-2\";i:9;s:17:\"recent-comments-2\";i:10;s:5:\"rss-2\";i:11;s:11:\"tag_cloud-2\";i:12;s:10:\"nav_menu-2\";}s:13:\"array_version\";i:3;}','yes');
INSERT INTO `wp_options` VALUES (6950,0,'theme_mods_base','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1357579549;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:13:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:10:\"archives-2\";i:3;s:7:\"links-2\";i:4;s:6:\"meta-2\";i:5;s:8:\"search-2\";i:6;s:6:\"text-2\";i:7;s:12:\"categories-2\";i:8;s:14:\"recent-posts-2\";i:9;s:17:\"recent-comments-2\";i:10;s:5:\"rss-2\";i:11;s:11:\"tag_cloud-2\";i:12;s:10:\"nav_menu-2\";}}}}','yes');
INSERT INTO `wp_options` VALUES (7101,0,'_site_transient_timeout_browser_b822d14d20555312659662df801c9192','1359064835','yes');
INSERT INTO `wp_options` VALUES (7102,0,'_site_transient_browser_b822d14d20555312659662df801c9192','a:9:{s:8:\"platform\";s:9:\"Macintosh\";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');
INSERT INTO `wp_options` VALUES (273,0,'aktt_create_digest_weekly','0','yes');
INSERT INTO `wp_options` VALUES (274,0,'aktt_digest_daily_time','Wed, 08 Dec 2010 20:25:23 GMT','yes');
INSERT INTO `wp_options` VALUES (11804,0,'_transient_timeout_feed_0ff4b43bd116a9d8720d689c80e7dfd4','1419996891','no');
INSERT INTO `wp_options` VALUES (11805,0,'_transient_feed_0ff4b43bd116a9d8720d689c80e7dfd4','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, 18 Dec 2014 18:57: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:\"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:33:\"http://wordpress.org/?v=4.2-alpha\";s:7:\"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: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:25:\"WordPress 4.1 “Dinah”\";s:7:\"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/news/2014/12/dinah/\";s: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:50:\"https://wordpress.org/news/2014/12/dinah/#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, 18 Dec 2014 18:35: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:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3386\";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:360:\"Version 4.1 of WordPress, named &#8220;Dinah&#8221; in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is [&#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:24559:\"<p>Version 4.1 of WordPress, named &#8220;Dinah&#8221; in honor of jazz singer <a href=\"http://wikipedia.org/wiki/Dinah_Washington\">Dinah Washington</a>, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style.</p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Fifteen</h2>\n<p><img class=\"aligncenter size-large wp-image-3389\" src=\"https://wordpress.org/news/files/2014/12/2015-laptop-1024x533.png\" alt=\"2015-laptop\" width=\"692\" height=\"360\" /></p>\n<h3>Our newest default theme, Twenty Fifteen, is a blog-focused theme designed for clarity.</h3>\n<p><img class=\"alignright wp-image-3426 size-medium\" src=\"https://wordpress.org/news/files/2014/12/2015-phones-languages-small-300x250.png\" alt=\"\" width=\"300\" height=\"250\" />Twenty Fifteen has flawless language support, with help from <a href=\"https://www.google.com/get/noto/\">Google’s Noto font family</a>.</p>\n<p>The straightforward typography is readable on any screen size.</p>\n<p>Your content always takes center stage, whether viewed on a phone, tablet, laptop, or desktop computer.</p>\n<hr />\n<h2 style=\"text-align: center\">Distraction-free writing</h2>\n<p><img class=\"aligncenter size-large wp-image-3392\" src=\"https://wordpress.org/news/files/2014/12/dfw-screen-1024x614.png\" alt=\"dfw-screen\" width=\"692\" height=\"415\" /></p>\n<h3 style=\"text-align: center\"><em>Just write.</em></h3>\n<p>Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on <strong>distraction-free writing mode</strong>. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.</p>\n<hr />\n<h2 style=\"text-align: center\">The Finer Points</h2>\n<h5><strong><img class=\"alignleft wp-image-3405\" src=\"https://wordpress.org/news/files/2014/12/icon-language2.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Choose a language</h5>\n<p>Right now, WordPress 4.1 is already translated into over forty languages, with more always in progress. You can switch to any translation on the General Settings screen.</p>\n<h5><strong><img class=\"alignleft wp-image-3406\" src=\"https://wordpress.org/news/files/2014/12/icon-logout1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Log out everywhere</h5>\n<p>If you’ve ever worried you forgot to sign out from a shared computer, you can now go to your profile and log out everywhere.</p>\n<h5><strong><img class=\"alignleft wp-image-3407\" src=\"https://wordpress.org/news/files/2014/12/icon-vine1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Vine embeds</h5>\n<p>Embedding videos from Vine is as simple as pasting a URL onto its own line in a post. See the <a href=\"https://codex.wordpress.org/Embeds\">full list</a> of supported embeds.</p>\n<h5><strong><img class=\"alignleft wp-image-3408\" src=\"https://wordpress.org/news/files/2014/12/icon-recommended1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Plugin recommendations</h5>\n<p>The plugin installer suggests plugins for you to try. Recommendations are based on the plugins you and other users have installed.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<h5>Complex Queries</h5>\n<p>Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators — <code>A AND ( B OR C )</code>.</p>\n<h5>Customizer API</h5>\n<p>The customizer now supports conditionally showing panels and sections based on the page being previewed.</p>\n<h5><code>&lt;title&gt;</code> tags in themes</h5>\n<p><code>add_theme_support( \'title-tag\' )</code> tells WordPress to handle the complexities of document titles.</p>\n<h5>Developer Reference</h5>\n<p>Continued improvements to inline code documentation have made the <a href=\"https://developer.wordpress.org/reference/\">developer reference</a> more complete than ever.</p>\n<hr />\n<h2 style=\"text-align: center\">The Choir</h2>\n<p>This release was led by <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, with the help of these awesome folks. Check out some of their profiles while listening to Dinah Washington on the music service of your choice:</p>\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akumria\">akumria</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"https://profiles.wordpress.org/momo360modena\">Amaury Balmer</a>, <a href=\"https://profiles.wordpress.org/amruta123b\">Amruta Bhosale</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/sumobi\">Andrew Munro (sumobi)</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewryno\">Andrew Ryno</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">antpb</a>, <a href=\"https://profiles.wordpress.org/arippberger\">arippberger</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/bainternet\">Bainternet</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/briandichiara\">Brian DiChiara</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/bswatson\">Brian Watson</a>, <a href=\"https://profiles.wordpress.org/camdensegal\">Camden Segal</a>, <a href=\"https://profiles.wordpress.org/captaintheme\">Captain Theme</a>, <a href=\"https://profiles.wordpress.org/hiwhatsup\">Carlos Zuniga</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/ccprice\">ccprice</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/aprea\">Chris Aprea</a>, <a href=\"https://profiles.wordpress.org/chrisbliss18\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/jazzs3quence\">Chris Reynolds</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chrisl27\">chrisl27</a>, <a href=\"https://profiles.wordpress.org/cfoellmann\">Christian Foellmann</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/cyclometh\">Corey Snow</a>, <a href=\"https://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"https://profiles.wordpress.org/curtjen\">curtjen</a>, <a href=\"https://profiles.wordpress.org/colorful-tones\">Damon Cook</a>, <a href=\"https://profiles.wordpress.org/dancameron\">Dan Cameron</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/convissor\">Daniel Convissor</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta\">David Laietta</a>, <a href=\"https://profiles.wordpress.org/technical_mastermind\">David Wood</a>, <a href=\"https://profiles.wordpress.org/davidthemachine\">DavidTheMachine</a>, <a href=\"https://profiles.wordpress.org/dcavins\">dcavins</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/wedi\">Dirk Weise</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dominikschwind-1\">Dominik Schwind</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"https://profiles.wordpress.org/dustinhartzler\">Dustin Hartzler</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ew_holmes\">Eric Holmes</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Lewis</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/florianziegler\">florianziegler</a>, <a href=\"https://profiles.wordpress.org/hereswhatidid\">Gabe Shackle</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/babbardel\">George Olaru</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hardy101\">hardy101</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/heshiming\">heshiming</a>, <a href=\"https://profiles.wordpress.org/honeysilvas\">honeysilvas</a>, <a href=\"https://profiles.wordpress.org/hugodelgado\">hugodelgado</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/ianmjones\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jaimieolmstead\">jaimieolmstead</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">janhenckens</a>, <a href=\"https://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jwenerd\">Jared Wenerd</a>, <a href=\"https://profiles.wordpress.org/jarednova\">jarednova</a>, <a href=\"https://profiles.wordpress.org/jeanyoungkim\">jeanyoungkim</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jessepollak\">Jesse Pollak</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johneckman\">John Eckman</a>, <a href=\"https://profiles.wordpress.org/johnrom\">johnrom</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip\">johnstonphilip</a>, <a href=\"https://profiles.wordpress.org/jb510\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/softmodeling\">Jordi Cabot</a>, <a href=\"https://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"https://profiles.wordpress.org/tai\">JOTAKI Taisuke</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/julien731\">Julien Liabeuf</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kaito</a>, <a href=\"https://profiles.wordpress.org/kamelkev\">kamelkev</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kdoran\">Kiko Doran</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kosvrouvas\">Kostas Vrouvas</a>, <a href=\"https://profiles.wordpress.org/kraftner\">kraftner</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/ideag\">Liuiza Arunas</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/latz\">Lutz Schroer</a>, <a href=\"https://profiles.wordpress.org/manoz69\">Manoz69</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/marcosf\">Marco Schmoecker</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/landakram\">Mark Hudnall</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/senff\">Mark Senff</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattkeys\">mattkeys</a>, <a href=\"https://profiles.wordpress.org/mlteal\">Maura Teal</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/merty\">Mert Yazicioglu</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/smashcut\">Michael Pick</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/chellycat\">Michelle Langston</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeyarce\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/studionashvegas\">Mitch Canter (studionashvegas)</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mvd7793\">mvd7793</a>, <a href=\"https://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</a>, <a href=\"https://profiles.wordpress.org/nobleclem\">nobleclem</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/p_enrique\">p_enrique</a>, <a href=\"https://profiles.wordpress.org/pushplaybang\">Paul</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/peterchester\">Peter Chester</a>, <a href=\"https://profiles.wordpress.org/donutz\">Peter J. Herrel</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/phpmypython\">phpmypython</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/psycleuk\">psycleuk</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>, <a href=\"https://profiles.wordpress.org/quietnic\">quietnic</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/richardmtl\">Richard Archambault</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sakinshrestha\">Sakin Shrestha</a>, <a href=\"https://profiles.wordpress.org/samhotchkiss\">Sam Hotchkiss</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/simonp303\">Simon Pollard</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/skaeser\">skaeser</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/socki03\">socki03</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">TacoVerdo</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie</a>, <a href=\"https://profiles.wordpress.org/tareq1988\">Tareq Hasan</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/ipm-frommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Kruss</a>, <a href=\"https://profiles.wordpress.org/tschutter\">Tobias Schutter</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tmtrademark\">Toby McKes</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/transom\">transom</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"https://profiles.wordpress.org/vlajos\">vlajos</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/nobinobi\">Yuta Sekine</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p>There were 283 contributors to this release, again a new high.</p>\n<p>If you want to help out or follow along, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Thanks for choosing WordPress. Happy holidays and see you next year for version 4.2!</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:46:\"https://wordpress.org/news/2014/12/dinah/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: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:33:\"WordPress 4.1 Release Candidate 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:69:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/#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, 18 Dec 2014 02:22: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"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:\"\";}i:1;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3411\";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:429:\"The next release candidate for WordPress 4.1 is now available for testing. Seventy changes have gone in since the first release candidate. With no known issues left, we plan to release 4.1 tomorrow, December 18. To test, try the WordPress Beta Tester plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can download the release candidate here (zip). If you&#8217;d like to learn more about [&#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:\"John Blackbourn\";s: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:1465:\"<p>The next release candidate for WordPress 4.1 is now available for testing.</p>\n<p><a href=\"https://core.trac.wordpress.org/log/trunk?rev=30961&amp;stop_rev=30827\">Seventy changes</a> have gone in since the <a href=\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/\">first release candidate</a>. With no known issues left, we plan to release 4.1 tomorrow, December 18.</p>\n<p>To test, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"https://wordpress.org/wordpress-4.1-RC3.zip\">download the release candidate here</a> (zip). If you&#8217;d like to learn more about what&#8217;s new in WordPress 4.1, visit the updated About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" width=\"16\" height=\"16\" /> ? About</strong> in the toolbar) and also check out <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">the Beta 1 post</a>.</p>\n<p><strong>Plugin authors:</strong> Remember to test your plugins against 4.1, and if they&#8217;re compatible, make sure they are marked as tested up to 4.1. Be sure to follow along the core development blog; we&#8217;ve been posting <a href=\"https://make.wordpress.org/core/tag/4-1-dev-notes/\">notes for developers for 4.1</a> as always.</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:74:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate-3/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:31:\"WordPress 4.1 Release Candidate\";s:7:\"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:67:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/\";s: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:76:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/#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, 11 Dec 2014 11:52: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: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.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3375\";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:341:\"The release candidate for WordPress 4.1 is now available. We&#8217;ve made a lot of refinements over the last few weeks. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.1 on Tuesday, December 16, but we need your [&#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:\"John Blackbourn\";s: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:2301:\"<p>The release candidate for WordPress 4.1 is now available.</p>\n<p>We&#8217;ve made a lot of refinements over the last few weeks. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.1 on Tuesday, December 16, but we need your help to get there. If you haven’t tested 4.1 yet, now is the time! (Please though, not on your live site unless you’re adventurous.)</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.1 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.1-RC1.zip\">download the release candidate here</a> (zip). If you&#8217;d like to learn more about what&#8217;s new in WordPress 4.1, visit the About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" width=\"16\" height=\"16\" /> ? About</strong> in the toolbar) or check out the <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">beta announcement</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.1 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.1 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we&#8217;ll continue to post <a href=\"https://make.wordpress.org/core/tag/4-1-dev-notes/\">notes for developers</a> for 4.1. (For example: if you&#8217;ve written a child theme for Twenty Fifteen, some of the new pagination functions have been renamed for clarity.)</p>\n<p><em>Testing four point one</em><br />\n<em>Why are we up at this hour?</em><br />\n<em>Code is poetry</em></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:72:\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/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:3;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:32:\"WordPress 4.0.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/2014/11/wordpress-4-0-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/2014/11/wordpress-4-0-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:\"Thu, 20 Nov 2014 18:55: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: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3363\";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:345:\"WordPress 4.0.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be [&#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:12:\"Andrew Nacin\";s: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:3395:\"<p>WordPress 4.0.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>Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be updated to 3.9.3, 3.8.5, or 3.7.5 to keep everything secure. (We don’t support older versions, so please update to 4.0.1 for the latest and greatest.)</p>\n<p>WordPress versions 3.9.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. This was reported by <a href=\"http://klikki.fi/\">Jouko Pynnonen</a>. This issue does not affect version 4.0, but version 4.0.1 does address these eight security issues:</p>\n<ul>\n<li>Three cross-site scripting issues that a contributor or author could use to compromise a site. Discovered by <a href=\"http://joncave.co.uk/\">Jon Cave</a>, <a href=\"http://www.miqrogroove.com/\">Robert Chapin</a>, and <a href=\"https://johnblackbourn.com/\">John Blackbourn</a> of the WordPress security team.</li>\n<li>A cross-site request forgery that could be used to trick a user into changing their password.</li>\n<li>An issue that could lead to a denial of service when passwords are checked. Reported by <a href=\"http://www.behindthefirewalls.com/\">Javier Nieto Arevalo</a> and <a href=\"http://www.devconsole.info/\">Andres Rojas Guerrero</a>.</li>\n<li>Additional protections for server-side request forgery attacks when WordPress makes HTTP requests. Reported by Ben Bidner (vortfu).</li>\n<li>An extremely unlikely hash collision could allow a user&#8217;s account to be compromised, that also required that they haven&#8217;t logged in since 2008 (I wish I were kidding). Reported by <a href=\"http://david.dw-perspective.org.uk\">David Anderson</a>.</li>\n<li>WordPress now invalidates the links in a password reset email if the user remembers their password, logs in, and changes their email address. Reported separately by <a href=\"https://twitter.com/MomenBassel\">Momen Bassel</a>, <a href=\"http://c0dehouse.blogspot.in/\">Tanoy Bose</a>, and <a href=\"https://managewp.com/\">Bojan Slavkovi? of ManageWP</a>.</li>\n</ul>\n<p>Version 4.0.1 also fixes 23 bugs with 4.0, and we&#8217;ve made two hardening changes, including better validation of EXIF data we are extracting from uploaded photos. Reported by <a href=\"http://www.securesolutions.no/\">Chris Andrè Dale</a>.</p>\n<p>We appreciated the <a href=\"https://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these issues directly to our security team. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.0.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.0?rev=30475&amp;stop_rev=29710\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.0.1</a> or venture over to <strong>Dashboard ? Updates</strong> and simply click “Update Now”.</p>\n<p><em>Already testing WordPress 4.1? The second beta is now available (<a href=\"https://wordpress.org/wordpress-4.1-beta2.zip\">zip</a>) and it contains these security fixes. For more on 4.1, see <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">the beta 1 announcement post</a>.</em></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/2014/11/wordpress-4-0-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:4;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:20:\"WordPress 4.1 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-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:65:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-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:\"Fri, 14 Nov 2014 22:35: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"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:\"\";}i:1;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:2;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"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=3352\";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:346:\"Welcome, everyone, to WordPress 4.1 Beta 1! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.1, try the WordPress Beta Tester plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can [&#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:\"John Blackbourn\";s: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:3409:\"<p>Welcome, everyone, to WordPress 4.1 Beta 1!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.1, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"//wordpress.org/wordpress-4.1-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.1 is due for release next month, so we need your help with testing. Here are some highlights of what to test:</p>\n<ul>\n<li>Our beautiful new default theme, <a href=\"https://make.wordpress.org/core/2014/09/09/twenty-fifteen/\">Twenty Fifteen</a>. It&#8217;s a clean, mobile-first, blog-focused theme designed through simplicity.</li>\n<li>A new <a href=\"https://make.wordpress.org/core/2014/11/11/focus-v2-demo-video/\">distraction-free writing mode for the editor</a>. It&#8217;s enabled by default for beta, and we&#8217;d love feedback on it.</li>\n<li>The ability to automatically install new language packs right from the General Settings screen (available as long as your site&#8217;s filesystem is writable).</li>\n<li>A new inline formatting toolbar for images embedded into posts.</li>\n</ul>\n<p>There have been a lot of changes for developers to test as well:</p>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2014/10/20/update-on-query-improvements-in-4-1/\">Improvements to meta, date, comment, and taxonomy queries</a>, including complex (nested, multiple relation) queries; and querying comment types (<a href=\"https://core.trac.wordpress.org/ticket/12668\">#12668</a>).</li>\n<li>A single term shared across multiple taxonomies is now split into two when updated. For more, <a href=\"https://make.wordpress.org/core/2014/11/12/an-update-on-the-taxonomy-roadmap/\">see this post</a>, <a href=\"https://core.trac.wordpress.org/ticket/5809\">#5809</a>, and <a href=\"https://core.trac.wordpress.org/ticket/30335\">#30335</a>.</li>\n<li>A new and better way for <a href=\"https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/\">themes to handle title tags</a>.</li>\n<li>Several <a href=\"https://make.wordpress.org/core/2014/10/27/toward-a-complete-javascript-api-for-the-customizer/\">improvements to the Customizer API</a>, including contextual panels and sections, and JavaScript templates for controls.</li>\n</ul>\n<p>If you want a more in-depth view of what changes have made it into 4.1, <a href=\"https://make.wordpress.org/core/tag/week-in-core/\">check out the weekly review posts</a> on the main development blog.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=4.1\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>Twenty Fifteen theme</em><br />\n<em> The beautiful face which hides</em><br />\n<em> Many improvements</em></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:61:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-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:5;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:39:\"Watch WordCamp San Francisco Livestream\";s:7:\"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/2014/10/wcsf-livestream/\";s: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/2014/10/wcsf-livestream/#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, 24 Oct 2014 20:18: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"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=3341\";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:381:\"WordCamp San Francisco is the official annual WordPress conference, gathering the community every year since 2006. This is the time when Matt Mullenweg addresses the community in his annual State of the Word presentation – a recap of  the year in WordPress and giving us a glimpse into its future. This year the speaker lineup is stellar. There will be talks by [&#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:17:\"Nikolay Bachiyski\";s: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:1975:\"<p><a title=\"2014 edition\" href=\"http://2014.sf.wordcamp.org\">WordCamp San Francisco</a> is the official annual WordPress conference, gathering the community every year <a title=\"An old website for a WordPress long time ago\" href=\"http://2006.sf.wordcamp.org\">since 2006</a>. This is the time when Matt Mullenweg addresses the community in his annual <a href=\"http://wordpress.tv/?s=state+of+the+word\">State of the Word</a> presentation – a recap of  the year in WordPress and giving us a glimpse into its future.</p>\n<p>This year the speaker lineup is stellar. There will be talks by three of the lead WordPress developers: <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-andrew-nacin\">Andrew Nacin</a>, <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-helen-hou-sandi\">Helen Hou-Sandí</a>, and <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-mark-jaquith\">Mark Jaquith</a>. We’re also looking forward to speakers like <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jenny-lawson\">Jenny Lawson</a>, also known as The Bloggess, and <a href=\"http://2014.sf.wordcamp.org/speaker/chris-lema/\">Chris Lema</a>. If you’re at all interested in the web, you will appreciate the appearance of <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jeff-veen\">Jeff Veen</a> – one of the creators of Google Analytics and co-founder of Typekit.</p>\n<p>Even though San Francisco is far far away for most of you, you can still be part of the fun and watch all presentations in real-time via livestream:</p>\n<p><a href=\"http://2014.sf.wordcamp.org/tickets/\">Get a livestream ticket and watch all talks from WordCamp San Francisco live</a></p>\n<p>If you hurry, you can get one of the special livestream tickets, including a WordCamp San Francisco 2104 t-shirt. You can find all the technical details and start times <a href=\"http://2014.sf.wordcamp.org/live-stream/\">at the WordCamp San Francisco website</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/2014/10/wcsf-livestream/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:6;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:25:\"WordPress 4.0 “Benny”\";s:7:\"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/news/2014/09/benny/\";s: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:50:\"https://wordpress.org/news/2014/09/benny/#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, 04 Sep 2014 17:05: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:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3296\";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:370:\"Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we&#8217;ve put a little extra polish into it. This release brings you a smoother writing and management experience [&#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:23565:\"<p>Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader <a href=\"http://en.wikipedia.org/wiki/Benny_Goodman\">Benny Goodman</a>, is available <a href=\"https://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we&#8217;ve put a little extra polish into it. This release brings you a smoother writing and management experience we think you&#8217;ll enjoy.</p>\n<div id=\"v-bUdzKMro-1\" class=\"video-player\"><embed id=\"v-bUdzKMro-1-video\" src=\"https://v0.wordpress.com/player.swf?v=1.03&amp;guid=bUdzKMro&amp;isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" title=\"Introducing WordPress 4.0 &quot;Benny&quot;\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<hr />\n<h2 style=\"text-align: center\">Manage your media with style</h2>\n<p><img class=\"alignnone size-full wp-image-3316\" src=\"https://wordpress.org/news/files/2014/09/media.jpg\" alt=\"Media Library\" width=\"1000\" height=\"586\" />Explore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap.</p>\n<hr />\n<h2 style=\"text-align: center\">Working with embeds has never been easier</h2>\n<div style=\"width: 632px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3296-1\" width=\"632\" height=\"445\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.0/embed.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.0/embed.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.0/embed.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.0/embed.mp4\">//s.w.org/images/core/4.0/embed.mp4</a></video></div>\n<p>Paste in a YouTube URL on a new line, and watch it magically become an embedded video. Now try it with a tweet. Oh yeah — embedding has become a visual experience. The editor shows a true preview of your embedded content, saving you time and giving you confidence.</p>\n<p>We’ve expanded the services supported by default, too — you can embed videos from CollegeHumor, playlists from YouTube, and talks from TED. <a href=\"https://codex.wordpress.org/Embeds\">Check out all of the embeds</a> that WordPress supports.</p>\n<hr />\n<h2 style=\"text-align: center\">Focus on your content</h2>\n<div style=\"width: 632px; \" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-3296-2\" width=\"632\" height=\"356\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.0/focus.mp4?_=2\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.0/focus.webm?_=2\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.0/focus.ogv?_=2\" /><a href=\"//s.w.org/images/core/4.0/focus.mp4\">//s.w.org/images/core/4.0/focus.mp4</a></video></div>\n<p>Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.</p>\n<hr />\n<h2 style=\"text-align: center\">Finding the right plugin</h2>\n<p><img class=\"aligncenter size-large wp-image-3309\" src=\"https://wordpress.org/news/files/2014/09/add-plugin1-1024x600.png\" alt=\"Add plugins\" width=\"692\" height=\"405\" /></p>\n<p>There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.</p>\n<hr />\n<h2 style=\"text-align: center\">The Ensemble</h2>\n<p>This release was led by <a href=\"http://helenhousandi.com\">Helen Hou-Sandí</a>, with the help of these fine individuals. There are 275 contributors with props in this release, a new high. Pull up some Benny Goodman on your music service of choice, as a bandleader or in one of his turns as a classical clarinetist, and check out some of their profiles:</p>\n<p><a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/alexanderrohmann\">Alexander Rohmann</a>, <a href=\"https://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"https://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"https://profiles.wordpress.org/amit\">Amit Gupta</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrezrv\">Andres Villarreal</a>, <a href=\"https://profiles.wordpress.org/zamfeer\">Andrew Mowe</a>, <a href=\"https://profiles.wordpress.org/sumobi\">Andrew Munro (sumobi)</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/arnee\">arnee</a>, <a href=\"https://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/camdensegal\">Camden Segal</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chrisl27\">chrisl27</a>, <a href=\"https://profiles.wordpress.org/caxelsson\">Christian Axelsson</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/boda1982\">Christopher Spires</a>, <a href=\"https://profiles.wordpress.org/clifgriffin\">Clifton Griffin</a>, <a href=\"https://profiles.wordpress.org/jupiterwise\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/ghost1227\">Dan Griffiths</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danielhuesken\">Daniel Husken</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/dkotter\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dnaber-de\">David Naber</a>, <a href=\"https://profiles.wordpress.org/davidthemachine\">DavidTheMachine</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donncha\">Donncha O Caoimh</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustyn\">Dustyn Doyle</a>, <a href=\"https://profiles.wordpress.org/eddiemoya\">Eddie Moya</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/edwin-at-studiojoyocom\">Edwin Siebel</a>, <a href=\"https://profiles.wordpress.org/ehg\">ehg</a>, <a href=\"https://profiles.wordpress.org/tmeister\">Enrique Chavez</a>, <a href=\"https://profiles.wordpress.org/erayalakese\">erayalakese</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"https://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/garhdez\">garhdez</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/gauravmittal1995\">gauravmittal1995</a>, <a href=\"https://profiles.wordpress.org/gavra\">Gavrisimo</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/harrym\">harrym</a>, <a href=\"https://profiles.wordpress.org/hebbet\">hebbet</a>, <a href=\"https://profiles.wordpress.org/hinnerk\">Hinnerk Altenburg</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iljoja\">iljoja</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/issuu\">issuu</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/jacobdubail\">Jacob Dubail</a>, <a href=\"https://profiles.wordpress.org/janhenkg\">JanHenkG</a>, <a href=\"https://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/jwenerd\">Jared Wenerd</a>, <a href=\"https://profiles.wordpress.org/jaza613\">Jaza613</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jerrysarcastic\">Jerry Bates (jerrysarcastic)</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"https://profiles.wordpress.org/jesper800\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jessepollak\">Jesse Pollak</a>, <a href=\"https://profiles.wordpress.org/jgadbois\">jgadbois</a>, <a href=\"https://profiles.wordpress.org/jartes\">Joan Artes</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnzanussi\">John Zanussi</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/softmodeling\">Jordi Cabot</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/tai\">JOTAKI Taisuke</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kaito</a>, <a href=\"https://profiles.wordpress.org/kapeels\">kapeels</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/lritter\">lritter</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/m_i_n\">m_i_n</a>, <a href=\"https://profiles.wordpress.org/funkatronic\">Manny Fleurmond</a>, <a href=\"https://profiles.wordpress.org/targz-1\">Manuel Schmalstieg</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"https://profiles.wordpress.org/mattheweppelsheimer\">Matthew Eppelsheimer</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/meekyhwang\">meekyhwang</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/midxcat\">midxcat</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeyarce\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/m_uysl\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/muvimotv\">MuViMoTV</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/namibia\">Namibia</a>, <a href=\"https://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"https://profiles.wordpress.org/nd987\">nd987</a>, <a href=\"https://profiles.wordpress.org/neil_pie\">Neil Pie</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/schoenwaldnils\">Nils Schonwald</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>, <a href=\"https://profiles.wordpress.org/compute\">Patrick Hesselberg</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pdclark\">Paul Clark</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philipjohn\">Philip John</a>, <a href=\"https://profiles.wordpress.org/senlin\">Piet Bos</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/purzlbaum\">purzlbaum</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/rob1n\">rob1n</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/harmr\">RobertHarm</a>, <a href=\"https://profiles.wordpress.org/rohan013\">Rohan Rawat</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sathishn\">Sathish Nagarajan</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej Muller</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shanebp\">shanebp</a>, <a href=\"https://profiles.wordpress.org/sharonaustin\">Sharon Austin</a>, <a href=\"https://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"https://profiles.wordpress.org/simonp303\">Simon Pollard</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"https://profiles.wordpress.org/sphoid\">sphoid</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stompweb\">Steven Jones</a>, <a href=\"https://profiles.wordpress.org/strangerstudios\">strangerstudios</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/t4k1s\">t4k1s</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/taylorde\">Taylor Dewey</a>, <a href=\"https://profiles.wordpress.org/thomasvanderbeek\">Thomas van der Beek</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Kruss</a>, <a href=\"https://profiles.wordpress.org/codenameeli\">Tim \'Eli\' Dalbey</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/torresga\">torresga</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/treyhunner\">treyhunner</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"https://profiles.wordpress.org/vlajos\">vlajos</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/winterdev\">winterDev</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, and <a href=\"https://profiles.wordpress.org/zoerooney\">Zoe Rooney</a>. Also thanks to <a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a> for producing the release video, and Helen with <a href=\"http://adriansandi.com\">Adrián Sandí</a> for the music.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.1!</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:46:\"https://wordpress.org/news/2014/09/benny/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:7;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:31:\"WordPress 4.0 Release Candidate\";s:7:\"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:67:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/\";s: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:76:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/#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:\"Wed, 27 Aug 2014 12:20: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"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:\"\";}i:1;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3287\";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:321:\"The first release candidate for WordPress 4.0 is now available! In RC 1, we’ve made refinements to what we&#8217;ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If you [&#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:\"Helen Hou-Sandi\";s: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:2134:\"<p>The first release candidate for WordPress 4.0 is now available!</p>\n<p>In RC 1, we’ve made refinements to what we&#8217;ve been working on for this release. Check out the <a href=\"https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">Beta 1 announcement post</a> for more details on those features. We hope to ship WordPress 4.0 <em>next week</em>, but we need your help to get there. If you haven’t tested 4.0 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.0 RC1, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.0-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.0, visit the awesome About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> ? About</strong> in the toolbar).</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 4.0 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.0 before next week. If you find compatibility problems, please be sure to post any issues to the support forums so we can figure those out before the final release. You also may want to <a href=\"https://make.wordpress.org/core/2014/08/21/introducing-plugin-icons-in-the-plugin-installer/\">give your plugin an icon</a>, which we launched last week and will appear in the dashboard along with banners.</p>\n<p><em>It is almost time</em><br />\n<em> For the 4.0 release</em><br />\n<em> And its awesomeness</em></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:72:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/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:8;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:20:\"WordPress 4.0 Beta 4\";s:7:\"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/news/2014/08/wordpress-4-0-beta-4/\";s: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:65:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/#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, 15 Aug 2014 05:06: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"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:\"\";}i:1;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3280\";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:353:\"The fourth and likely final beta for WordPress 4.0 is now available. We&#8217;ve made more than 250 changes in the past month, including: Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes. Better handling of small screens in the media library modals. A separate bulk selection mode [&#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:\"Helen Hou-Sandi\";s: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:2003:\"<p>The fourth and likely final beta for WordPress 4.0 is now available. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log?rev=29496&amp;stop_rev=29229&amp;limit=300\">more than 250 changes</a> in the past month, including:</p>\n<ul>\n<li>Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes.</li>\n<li>Better handling of small screens in the media library modals.</li>\n<li>A separate bulk selection mode for the media library grid view.</li>\n<li>Improvements to the installation language selector.</li>\n<li>Visual tweaks to plugin details and customizer panels.</li>\n</ul>\n<p><strong>We need your help</strong>. We’re still aiming for a release this month, which means the next week will be critical for identifying and squashing bugs. If you’re just joining us, please see <a href=\"https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">the Beta 1 announcement post</a> for what to look out for.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums, where friendly moderators are standing by. <b>Plugin developers</b><strong>,</strong> if you haven’t tested WordPress 4.0 yet, now is the time — and be sure to update the “tested up to” version for your plugins so they’re listed as compatible with 4.0.</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.0-beta4.zip\">download the beta here</a> (zip).</p>\n<p><em>We are working hard</em><br />\n<em>To finish up 4.0<br />\n</em><em>Will you help us too?</em></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:61:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/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:9;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:32:\"WordPress 3.9.2 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/2014/08/wordpress-3-9-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/2014/08/wordpress-3-9-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:\"Wed, 06 Aug 2014 19:04: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: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3269\";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:377:\"WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately. This release fixes a possible denial of service issue in PHP&#8217;s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It  was fixed by Michael Adams and Andrew Nacin of the WordPress [&#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:12:\"Andrew Nacin\";s: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:2353:\"<p>WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.</p>\n<p>This release fixes a possible denial of service issue in PHP&#8217;s XML processing, reported by <a href=\"https://twitter.com/nirgoldshlager\">Nir Goldshlager</a> of the Salesforce.com Product Security Team. It  was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the <a href=\"https://www.drupal.org/SA-CORE-2014-004\">Drupal security team</a>. This is the first time our two projects have coordinated joint security releases.</p>\n<p>WordPress 3.9.2 also contains other security changes:</p>\n<ul>\n<li>Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by <a href=\"http://www.buayacorp.com/\">Alex Concha</a> of the WordPress security team.</li>\n<li>Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by <a href=\"http://onsec.ru/en/\">Ivan Novikov</a> of ONSec.</li>\n<li>Adds protections against brute attacks against CSRF tokens, reported by <a href=\"http://systemoverlord.com/\">David Tomaschik</a> of the Google Security Team.</li>\n<li>Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.</li>\n</ul>\n<p>We appreciated responsible disclosure of these issues directly to our security team. For more information, see the <a href=\"https://codex.wordpress.org/Version_3.9.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?stop_rev=29383&amp;rev=29411\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 3.9.2</a> or venture over to <strong>Dashboard ? Updates</strong> and simply click &#8220;Update Now&#8221;.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.9.2 within 12 hours. (If you are still on WordPress 3.8.3 or 3.7.3, you will also be updated to 3.8.4 or 3.7.4. We don&#8217;t support older versions, so please update to 3.9.2 for the latest and greatest.)</p>\n<p>Already testing WordPress 4.0? The third beta is <a href=\"https://wordpress.org/wordpress-4.0-beta3.zip\">now available</a> (zip) and it contains these security fixes.</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/2014/08/wordpress-3-9-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:\"\";}}}}}}}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:32:\"https://wordpress.org/news/feed/\";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: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:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 30 Dec 2014 15:34:51 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:10:\"x-pingback\";s:37:\"https://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 18 Dec 2014 18:57:51 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20090627192103\";}','no');
INSERT INTO `wp_options` VALUES (6268,0,'_site_transient_timeout_browser_ee5294ee7f9472671bd9978f6f18679d','1349378932','yes');
INSERT INTO `wp_options` VALUES (4786,0,'_site_transient_timeout_browser_bc74377b448fd2294687b1354497f9e8','1330616918','yes');
INSERT INTO `wp_options` VALUES (4787,0,'_site_transient_browser_bc74377b448fd2294687b1354497f9e8','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"10.0.2\";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:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (4243,0,'_site_transient_timeout_browser_8d284977642f58fc7778857834962963','1324586988','yes');
INSERT INTO `wp_options` VALUES (4244,0,'_site_transient_browser_8d284977642f58fc7778857834962963','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:\"13\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (6269,0,'_site_transient_browser_ee5294ee7f9472671bd9978f6f18679d','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"22.0.1229.79\";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');
INSERT INTO `wp_options` VALUES (7472,0,'_site_transient_timeout_browser_e9875369c86fd1a6a6f0e108ee0d9470','1362425094','yes');
INSERT INTO `wp_options` VALUES (7473,0,'_site_transient_browser_e9875369c86fd1a6a6f0e108ee0d9470','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"19.0\";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:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (15672,0,'_site_transient_timeout_theme_roots','1470180943','yes');
INSERT INTO `wp_options` VALUES (15673,0,'_site_transient_theme_roots','a:11:{s:4:\"base\";s:7:\"/themes\";s:7:\"default\";s:7:\"/themes\";s:7:\"eschool\";s:7:\"/themes\";s:5:\"focus\";s:7:\"/themes\";s:8:\"progress\";s:7:\"/themes\";s:15:\"project_nurture\";s:7:\"/themes\";s:10:\"schooltech\";s:7:\"/themes\";s:17:\"twentyeleven-ccsf\";s:7:\"/themes\";s:17:\"twentyeleven-wffc\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";}','yes');
INSERT INTO `wp_options` VALUES (9692,0,'_site_transient_timeout_browser_113b8ea79b600d9e3f532ca400c62ae8','1392926720','yes');
INSERT INTO `wp_options` VALUES (9693,0,'_site_transient_browser_113b8ea79b600d9e3f532ca400c62ae8','a:9:{s:8:\"platform\";s:5:\"Linux\";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');
INSERT INTO `wp_options` VALUES (11828,0,'_transient_timeout_plugin_slugs','1420043985','no');
INSERT INTO `wp_options` VALUES (11829,0,'_transient_plugin_slugs','a:29:{i:0;s:19:\"akismet/akismet.php\";i:1;s:29:\"audio-player/audio-player.php\";i:2;s:17:\"cforms/cforms.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:39:\"content-scheduler/content-scheduler.php\";i:5;s:47:\"custom-field-template/custom-field-template.php\";i:6;s:19:\"eschool/eschool.php\";i:7;s:35:\"fancybox-for-wordpress/fancybox.php\";i:8;s:35:\"hana-flv-player/hana-flv-player.php\";i:9;s:43:\"https-for-wordpress/https-for-wordpress.php\";i:10;s:77:\"jquery-lightbox-for-native-galleries/jquery-lightbox-for-native-galleries.php\";i:11;s:61:\"math-comment-spam-protection/math-comment-spam-protection.php\";i:12;s:65:\"media-element-html5-video-and-audio-player/mediaelement-js-wp.php\";i:13;s:25:\"navination/navination.php\";i:14;s:49:\"post-revision-workflow/post-revision-workflow.php\";i:15;s:31:\"simple-facebook-connect/sfc.php\";i:16;s:30:\"simple-twitter-connect/stc.php\";i:17;s:39:\"simple-twitter-connect/stc-comments.php\";i:18;s:44:\"simple-twitter-connect/stc-follow-widget.php\";i:19;s:40:\"simple-twitter-connect/stc-followers.php\";i:20;s:38:\"simple-twitter-connect/stc-linkify.php\";i:21;s:36:\"simple-twitter-connect/stc-login.php\";i:22;s:38:\"simple-twitter-connect/stc-publish.php\";i:23;s:42:\"simple-twitter-connect/stc-tweetbutton.php\";i:24;s:40:\"simple-twitter-connect/stc-tweetmeme.php\";i:25;s:40:\"simple-twitter-connect/stc-dashboard.php\";i:26;s:43:\"the-events-calendar/the-events-calendar.php\";i:27;s:35:\"wp-mailto-links/wp-mailto-links.php\";i:28;s:23:\"wsi/wp-splash-image.php\";}','no');
INSERT INTO `wp_options` VALUES (6948,0,'theme_mods_eschool','a:1:{i:0;b:0;}','yes');
INSERT INTO `wp_options` VALUES (6943,0,'theme_mods_twentyeleven','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1357233775;s:4:\"data\";a:0:{}}}','yes');
INSERT INTO `wp_options` VALUES (149,0,'page_on_front','485','yes');
INSERT INTO `wp_options` VALUES (150,0,'page_for_posts','267','yes');
INSERT INTO `wp_options` VALUES (12045,0,'rewrite_rules','a:71:{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:12:\"robots\\.txt$\";s:18:\"index.php?robots=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:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=485&cpage=$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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$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: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]\";}','yes');
INSERT INTO `wp_options` VALUES (3352,0,'_site_transient_timeout_browser_b30e2305dea30c2cf51533319647c7ac','1310571096','yes');
INSERT INTO `wp_options` VALUES (153,0,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":34:{s:10:\"_startTime\";d:1305301427.16800689697265625;s:8:\"_endTime\";d:1305301427.17132091522216796875;s:11:\"_hasChanged\";b:1;s:12:\"_memoryUsage\";i:8388608;s:9:\"_lastPost\";i:0;s:9:\"_lastTime\";i:0;s:8:\"_usedXml\";b:1;s:11:\"_xmlSuccess\";b:0;s:8:\"_xmlPath\";s:30:\"/var/www/wordpress/sitemap.xml\";s:7:\"_xmlUrl\";s:45:\"http://www.eschoolconsultants.com/sitemap.xml\";s:8:\"_usedZip\";b:1;s:11:\"_zipSuccess\";b:0;s:8:\"_zipPath\";s:33:\"/var/www/wordpress/sitemap.xml.gz\";s:7:\"_zipUrl\";s:48:\"http://www.eschoolconsultants.com/sitemap.xml.gz\";s:11:\"_usedGoogle\";b:0;s:10:\"_googleUrl\";s:0:\"\";s:15:\"_gooogleSuccess\";b:0;s:16:\"_googleStartTime\";i:0;s:14:\"_googleEndTime\";i:0;s:10:\"_usedYahoo\";b:0;s:9:\"_yahooUrl\";s:0:\"\";s:13:\"_yahooSuccess\";b:0;s:15:\"_yahooStartTime\";i:0;s:13:\"_yahooEndTime\";i:0;s:8:\"_usedAsk\";b:0;s:7:\"_askUrl\";s:0:\"\";s:11:\"_askSuccess\";b:0;s:13:\"_askStartTime\";i:0;s:11:\"_askEndTime\";i:0;s:8:\"_usedMsn\";b:0;s:7:\"_msnUrl\";s:0:\"\";s:11:\"_msnSuccess\";b:0;s:13:\"_msnStartTime\";i:0;s:11:\"_msnEndTime\";i:0;}','no');
INSERT INTO `wp_options` VALUES (3353,0,'_site_transient_browser_b30e2305dea30c2cf51533319647c7ac','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:10:\"14.0.803.0\";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:\"12\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (4397,0,'_site_transient_browser_4dbac16c3da10b0c3a791b8959c661fc','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"9.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:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (4858,0,'_site_transient_browser_f4ae16eddcdf02637cd35a4187eec41b','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');
INSERT INTO `wp_options` VALUES (3697,0,'_site_transient_timeout_browser_e81adc84c7a040922e6f302f3942b514','1315316284','yes');
INSERT INTO `wp_options` VALUES (4281,0,'initial_db_version','18226','yes');
INSERT INTO `wp_options` VALUES (3391,0,'_site_transient_timeout_browser_0bc609122dc4fbbf151d15a9ce8a6081','1311178723','yes');
INSERT INTO `wp_options` VALUES (3392,0,'_site_transient_browser_0bc609122dc4fbbf151d15a9ce8a6081','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:10:\"14.0.814.0\";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:\"12\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (3493,0,'_site_transient_timeout_browser_03c086f16a40d0868e80cb73726db736','1312550013','yes');
INSERT INTO `wp_options` VALUES (3494,0,'_site_transient_browser_03c086f16a40d0868e80cb73726db736','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"5.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:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (11816,0,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1419996892','no');
INSERT INTO `wp_options` VALUES (11817,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:72:\"\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:39:\"WordPress Plugins » View: Most 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:39:\"WordPress Plugins » View: Most 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:\"Tue, 30 Dec 2014 15:34: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: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:15:{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:32:\"15@http://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:34:\"2141@http://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: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:35:\"23862@http://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: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: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:33:\"753@http://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: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: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:34:\"8321@http://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: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: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:35:\"29832@http://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: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:\"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:35:\"29860@http://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: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: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:34:\"2316@http://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: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: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:35:\"50539@http://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: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: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:34:\"2082@http://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: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: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:33:\"132@http://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:5:\"arnee\";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:\"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:34:\"1169@http://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 10 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: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: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:35:\"18101@http://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: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:11:\"WP-PageNavi\";s:7:\"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/wp-pagenavi/#post-363\";s: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 23:17: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:33:\"363@http://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:\"Adds a more advanced paging navigation interface.\";s: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:\"Lester Chan\";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:21:\"Really Simple CAPTCHA\";s:7:\"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/really-simple-captcha/#post-9542\";s: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, 09 Mar 2009 02:17: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@http://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:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 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: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:\"\";}}}}}}}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:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 30 Dec 2014 15:34:52 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:13:\"last-modified\";s:29:\"Fri, 09 Mar 2007 22:11:30 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20090627192103\";}','no');
INSERT INTO `wp_options` VALUES (11820,0,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1419996892','no');
INSERT INTO `wp_options` VALUES (11821,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:72:\"\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:\"Tue, 30 Dec 2014 15:31: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: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:15:{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:24:\"Framed Slideshow 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:66:\"https://wordpress.org/plugins/framed-slideshow-gallery/#post-75947\";s: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, 29 Dec 2014 15:25: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:\"75947@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:72:\"This plugin allows you to add interactive image gallery using 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:13:\"Tauhidul Alam\";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:11:\"Odds 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:53:\"https://wordpress.org/plugins/odds-widget/#post-75963\";s: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, 29 Dec 2014 23:09: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:36:\"75963@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:\"Fully customisable odds widgets for your website/blog that display odds from the leading bookmakers.\";s: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:\"Munday\";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:17:\"SpamReferrerBlock\";s:7:\"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/spamreferrerblock/#post-75780\";s: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, 23 Dec 2014 13:54: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:\"75780@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:\"This plugin prevents spam referrer attacks by filtering your incoming traffic.\";s: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:\"Didier Sampaolo\";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:35:\"PrimeTime WordPress + Discourse SSO\";s:7:\"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/pt-wp-discourse-sso/#post-75696\";s: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, 21 Dec 2014 05:35: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"75696@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:99:\"This plugin provides single sign-on capabilities for Discourse using WordPress user authentication.\";s: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:\"etcio\";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:25:\"AffiliateWP - Leaderboard\";s:7:\"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/affiliatewp-leaderboard/#post-75964\";s: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, 30 Dec 2014 00:12: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"75964@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:48:\"Display an affiliate leaderboard on 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:21:\"Andrew Munro (sumobi)\";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:\"Woocommerce Betaout\";s:7:\"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/woocommerce-betaout/#post-75401\";s: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 Dec 2014 11:27: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:\"75401@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:\"Helping Ecommerce Companies drive more sales and customer happiness.\";s: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:\"Betaout\";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:11:\"Form Reader\";s:7:\"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/form-reader/#post-75960\";s: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, 29 Dec 2014 19:01: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:\"75960@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:\"Form Reader lets developers use powerful, customizable UI blocks that persist data and send mails without writing any 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Think201\";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:\"Remove All 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:61:\"https://wordpress.org/plugins/remove-all-comments/#post-75915\";s: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, 28 Dec 2014 10:08: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"75915@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:\"This plug-in will removed/Delete all comments from posts and 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:\"php-developer\";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:15:\"Product 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:57:\"https://wordpress.org/plugins/product-gallery/#post-75851\";s: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, 26 Dec 2014 04:35: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"75851@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:26:\"Responsive Product 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"hpinfosys\";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:15:\"WP Laser Loader\";s:7:\"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/wp-laser-loader/#post-75948\";s: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, 29 Dec 2014 16:09: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:\"75948@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:47:\"Get youtube like laser loading on 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:13:\"Athul Jayaram\";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:14:\"WP to Diaspora\";s:7:\"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-to-diaspora/#post-75959\";s: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, 29 Dec 2014 18:31: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"75959@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:48:\"Automatically share WordPress posts on Diaspora*\";s: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:\"Augusto Bennemann\";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:22:\"Better Contextual Help\";s:7:\"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/better-contextual-help/#post-75961\";s: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, 29 Dec 2014 19:11: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:\"75961@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:27:\"Extend your Dahsboard Help.\";s: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:\"Piotr\";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:14:\"Category Color\";s:7:\"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/category-color/#post-75944\";s: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, 29 Dec 2014 13:50: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:\"75944@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:114:\"Easily set a custom color per Post Category and use the colors in your Wordpress templates to spice up your 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:12:\"Zayed Baloch\";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:\"T4B News Ticker\";s:7:\"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/t4b-news-ticker/#post-75946\";s: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, 29 Dec 2014 15:06: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:\"75946@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:\"T4B News Ticker is a flexible and easy to use WordPress plugin that allows you to make horizontal News Ticker with four animation effects.\";s: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:\"Iftekhar\";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:16:\"Joy Of Text 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:53:\"https://wordpress.org/plugins/joy-of-text/#post-75954\";s: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, 29 Dec 2014 17:20: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:\"75954@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:91:\"Send SMS and voice messages to your customers, subscribers, followers, members and friends.\";s: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:\"wilsos6\";s: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:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 30 Dec 2014 15:34:52 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:7:\"expires\";s:29:\"Tue, 30 Dec 2014 16:06:24 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Tue, 30 Dec 2014 15:31:24 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20090627192103\";}','no');
INSERT INTO `wp_options` VALUES (11826,0,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1419996893','no');
INSERT INTO `wp_options` VALUES (11827,0,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1419953693','no');
INSERT INTO `wp_options` VALUES (11824,0,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1419996893','no');
INSERT INTO `wp_options` VALUES (11825,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:72:\"\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:\"Tue, 30 Dec 2014 15:09: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: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:15:{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:12:\"Blog 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/blog-authors/#post-75829\";s: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, 24 Dec 2014 20: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:\"75829@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:\"Blog Authors is a WordPress plugin that allows you to display your site’s team members,  and authors to embed their author card.\";s: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:\"andreyonadam\";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:23:\"CoSchedule by Todaymade\";s:7:\"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/coschedule-by-todaymade/#post-57948\";s: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 18:56: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:\"57948@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:\"This plugin connects to CoSchedule, a team content marketing editorial calendar. Send unlimited social messages with each blog 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Todaymade\";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:21:\"cPanel E-Mail Manager\";s:7:\"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/cpanel-e-mail-manager/#post-73343\";s: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, 19 Oct 2014 01:21: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:\"73343@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:\"Use this plugin to manage e-mail accounts and mailing lists hosted on cPanel from the WordPress interface.\";s: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:33:\"InSync Business Technologies, LLC\";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:\"FreshMail 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:62:\"https://wordpress.org/plugins/freshmail-newsletter/#post-75692\";s: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, 20 Dec 2014 21:58:48 +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:\"75692@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:118:\"Easily add sign-up forms and sign-up checkboxes to your WordPress website. Get reports on the sources of registration.\";s: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:\"FreshMail.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: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:\"Infinite Scroll To Twenty Fifteen\";s:7:\"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/infinite-scroll-to-twenty-fifteen/#post-75885\";s: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, 27 Dec 2014 08:37: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:\"75885@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:\"One click add Infinite Scroll to Twenty Fifteen theme with animation effect.\";s: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:\"Qassim Hassan\";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:\"Responsive Full Background\";s:7:\"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/responsive-full-background/#post-73061\";s: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 Oct 2014 01:49: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:\"73061@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:\"Add responsive full background to your website easily.\";s: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:\"Qassim Hassan\";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:13:\"WP App Studio\";s:7:\"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-app-studio/#post-52634\";s: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, 27 Apr 2013 03:51: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:\"52634@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:\"WP App Studio is the World&#039;s #1 Visual WordPress Design and Development Platform for building commercial grade apps in the form of plugins.\";s: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:\"emarket-design\";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:12:\"Perso 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/perso-slider/#post-73340\";s: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, 18 Oct 2014 21: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:\"73340@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:\"Responsive and Retina images and videos slider, simple but flexible with touch devices support and compatible with browsers.\";s: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:\"Qassim Hassan\";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:17:\"Single Background\";s:7:\"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/single-background/#post-75253\";s: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 Dec 2014 06:34: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:\"75253@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:\"Add different background color or responsive background image for every single post or 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:13:\"Qassim Hassan\";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:19:\"Instagram Embedding\";s:7:\"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/instagram-embedding/#post-75737\";s: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, 22 Dec 2014 18:49: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:\"75737@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:64:\"One shortcode to embedding instagram images with full customize.\";s: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:\"Qassim Hassan\";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:4:\"Keek\";s:7:\"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/keek/#post-75808\";s: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, 24 Dec 2014 07:28: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:\"75808@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:\"One shortcode to embedding keek videos.\";s: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:\"Qassim Hassan\";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:12:\"Fast Shorten\";s:7:\"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/fast-shorten/#post-73861\";s: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 Nov 2014 20: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:\"73861@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:\"Fast URL shortener using Google API, just one shortcode to shorten your links and hover short link to get analytics 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:13:\"Qassim Hassan\";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:11:\"Gator 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:53:\"https://wordpress.org/plugins/gator-cache/#post-63172\";s: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 Jan 2014 15:56: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"63172@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:\"A better, stronger, faster page cache for WordPress. Performance that&#039;s easy to manage.\";s: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:\"GatorDog\";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:\"Framed Slideshow 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:66:\"https://wordpress.org/plugins/framed-slideshow-gallery/#post-75947\";s: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, 29 Dec 2014 15:25: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:\"75947@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:72:\"This plugin allows you to add interactive image gallery using 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:13:\"Tauhidul Alam\";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:21:\"Slim 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:63:\"https://wordpress.org/plugins/slim-maintenance-mode/#post-73773\";s: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, 30 Oct 2014 15:17: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"73773@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:135:\"Simple and lightweight solution for scheduled maintenance. No settings page, just activate it and do your maintenance work stress-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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"wpdoc.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: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:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 30 Dec 2014 15:34:53 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:7:\"expires\";s:29:\"Tue, 30 Dec 2014 15:44:39 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Tue, 30 Dec 2014 15:09:39 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20090627192103\";}','no');
INSERT INTO `wp_options` VALUES (11798,0,'_site_transient_timeout_browser_b270f32b0f30346db74be24eb4cec0a1','1420558489','yes');
INSERT INTO `wp_options` VALUES (11506,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-4.5.3.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-4.5.3.zip\";s:10:\"no_content\";s:69:\"http://downloads.wordpress.org/release/wordpress-4.5.3-no-content.zip\";s:11:\"new_bundled\";s:70:\"http://downloads.wordpress.org/release/wordpress-4.5.3-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:5:\"4.5.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1470173742;s:15:\"version_checked\";s:5:\"3.3.1\";}','yes');
INSERT INTO `wp_options` VALUES (11812,0,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1419996891','no');
INSERT INTO `wp_options` VALUES (11813,0,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1419953691','no');
INSERT INTO `wp_options` VALUES (11814,0,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1419996891','no');
INSERT INTO `wp_options` VALUES (11815,0,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/add-an-expiration-date-to-wordpress-sticky-posts\' title=\'photo credit: This Year’s Love – cc WordPress’ sticky posts feature was introduced six years ago in the 2.7 release. It was added to enable users to stick important posts to the front page so that they won’t disappear in a blog’s steady stream of chronologically ordered content. By default, a sticky post is sticky indefinitely and requires you to manually un [&hellip;]\'>WPTavern: Add an Expiration Date to WordPress Sticky Posts</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-community-pulls-together-to-help-a-member-in-need\' title=\'photo credit: Stewardship – Transforming Generosity – cc Dan Griffiths, who is known on Twitter as Ghost1227 and one of the creators of WP Tally, recently found himself in an emergency situation. Due to personal reasons, details of the situation have been withheld but it required Griffiths to come up with $2,500 within a 24 hour time span. Griffiths is a mil [&hellip;]\'>WPTavern: WordPress Community Pulls Together to Help a Member in Need</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/a-look-back-at-wordpress-news-in-2014-part-1-of-2\' title=\'photo credit: mathrong – cc In the course of a year, a lot of things happen in the WordPress ecosystem and in 2014, the Tavern published over 900 posts. I’ve created a list of headlines from the first-half of 2014 where you can see the progression of stories, businesses, and products at a glance. The list indicates it was a busy year for several companies. T [&hellip;]\'>WPTavern: A Look Back at WordPress News in 2014, Part 1 of 2</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/manage-code-snippets-in-wordpress-with-the-code-snippets-custom-post-type-plugin\' title=\'Maintaining a library of code snippets can save you time when coding similar tasks in the future. Although there are countless sites online where you can host code snippets, it’s more convenient to have them at your fingertips when writing a blog that includes code. Plugin developer Justin Sternberg recently released Code Snippets CPT, a plugin that allows y [&hellip;]\'>WPTavern: Manage Code Snippets in WordPress with the Code Snippets Custom Post Type Plugin</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2014/12/how-paul-graham-is-wrong/\' title=\'I love Paul Graham’s essays and his latest is no exception: Let the Other 95% of Great Programmers In. I agree that the US deserves dramatically better immigration policies, but in the meantime I’m confused with the head-in-the-sand approach most tech companies are taking simultaneously complaining that there are lots of great people they can’t bring into th [&hellip;]\'>Matt: How Paul Graham Is Wrong</a></li></ul></div>','no');
INSERT INTO `wp_options` VALUES (15636,0,'_transient_timeout_mailserver_last_checked','1469719876','no');
INSERT INTO `wp_options` VALUES (15637,0,'_transient_mailserver_last_checked','1','no');
/*!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,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=310 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (2,264,'Meta-Description','An education consulting company, specializing in online and charter schools, founded by Dr. Coletta Musick in Columbus, Ohio');
INSERT INTO `wp_postmeta` VALUES (3,264,'_wp_page_template','about-us.php');
INSERT INTO `wp_postmeta` VALUES (4,264,'_edit_lock','1392323012:1');
INSERT INTO `wp_postmeta` VALUES (5,264,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (6,265,'Meta-Description','Our services include charter and virtual school creation and management, school curriculum and reporting administration.');
INSERT INTO `wp_postmeta` VALUES (7,265,'_wp_page_template','services.php');
INSERT INTO `wp_postmeta` VALUES (8,265,'_edit_lock','1291142713');
INSERT INTO `wp_postmeta` VALUES (9,265,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (10,266,'Meta-Description','Learn more about our clients: Virtual Community School of Ohio, Focus Learning Academies, Progress Academy, and Coleeta Daycare');
INSERT INTO `wp_postmeta` VALUES (11,266,'_wp_page_template','clients.php');
INSERT INTO `wp_postmeta` VALUES (12,266,'_edit_lock','1419957723:1');
INSERT INTO `wp_postmeta` VALUES (13,266,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (14,267,'Meta-Description','News about charter and virtual school creation and management, school curriculum and reporting administration.');
INSERT INTO `wp_postmeta` VALUES (15,267,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (16,267,'_edit_lock','1291227604');
INSERT INTO `wp_postmeta` VALUES (17,267,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (18,268,'Meta-Description','If you have any questions, comments, or would just like to say hello, you may reach us via email, telephone, or the post.');
INSERT INTO `wp_postmeta` VALUES (19,268,'_wp_page_template','contact-us.php');
INSERT INTO `wp_postmeta` VALUES (20,268,'_edit_lock','1291140584');
INSERT INTO `wp_postmeta` VALUES (21,268,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (22,269,'Meta-Description','Our well-qualified and driven employees work together to provide the comprehensive services that our clients require');
INSERT INTO `wp_postmeta` VALUES (23,269,'_edit_lock','1359569199:4');
INSERT INTO `wp_postmeta` VALUES (24,269,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (25,269,'_wp_page_template','about-us-our-team.php');
INSERT INTO `wp_postmeta` VALUES (26,272,'_edit_lock','1291229350');
INSERT INTO `wp_postmeta` VALUES (27,272,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (28,272,'_wp_page_template','about-us-bio.php');
INSERT INTO `wp_postmeta` VALUES (29,276,'_edit_lock','1291229722');
INSERT INTO `wp_postmeta` VALUES (30,276,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (31,276,'_wp_page_template','about-us-bio.php');
INSERT INTO `wp_postmeta` VALUES (32,278,'_edit_lock','1359557097:4');
INSERT INTO `wp_postmeta` VALUES (33,278,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (34,278,'_wp_page_template','about-us-bio.php');
INSERT INTO `wp_postmeta` VALUES (35,284,'_edit_lock','1299770834:4');
INSERT INTO `wp_postmeta` VALUES (36,284,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (37,284,'_wp_page_template','about-us-bio.php');
INSERT INTO `wp_postmeta` VALUES (38,287,'_edit_lock','1291230452');
INSERT INTO `wp_postmeta` VALUES (39,287,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (40,287,'_wp_page_template','about-us-bio.php');
INSERT INTO `wp_postmeta` VALUES (47,293,'_edit_lock','1357236220:4');
INSERT INTO `wp_postmeta` VALUES (48,293,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (49,293,'_wp_page_template','about-us-bio.php');
INSERT INTO `wp_postmeta` VALUES (50,295,'_edit_lock','1359561646:4');
INSERT INTO `wp_postmeta` VALUES (51,295,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (52,295,'_wp_page_template','about-us-bio.php');
INSERT INTO `wp_postmeta` VALUES (53,297,'Services-Description','We can help you every step of the way to create a school that will meet the needs of students and your district.');
INSERT INTO `wp_postmeta` VALUES (54,297,'Meta-Description','We can help you every step of the way to create a charter school that will meet the needs of your students and your district.');
INSERT INTO `wp_postmeta` VALUES (55,297,'_edit_lock','1291143500');
INSERT INTO `wp_postmeta` VALUES (56,297,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (57,297,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (58,299,'Services-Description','Our comprehensive web-based curriculum can meet the needs of almost any student.');
INSERT INTO `wp_postmeta` VALUES (59,299,'Meta-Description','We have a comprehensive web-based curriculum that can meet the needs of almost any student.');
INSERT INTO `wp_postmeta` VALUES (60,299,'_edit_lock','1291144021');
INSERT INTO `wp_postmeta` VALUES (61,299,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (62,299,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (63,303,'Services-Description','We can assist you in implementing your LMS on a consultant basis or we can create a complete branded instance.');
INSERT INTO `wp_postmeta` VALUES (64,303,'Meta-Description','We can assist you in implementing your LMS on a consultant basis or we can create a complete branded instance.');
INSERT INTO `wp_postmeta` VALUES (65,303,'_edit_lock','1291144309');
INSERT INTO `wp_postmeta` VALUES (66,303,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (67,303,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (68,309,'Services-Description','We can provide a complete branding, advertising and public relations package for you. How else can we help you?');
INSERT INTO `wp_postmeta` VALUES (69,309,'Meta-Description','Our services include media design, website development, community relations, internet search optimization, and student recruitment and retention programs.');
INSERT INTO `wp_postmeta` VALUES (70,309,'_edit_lock','1359561739:4');
INSERT INTO `wp_postmeta` VALUES (71,309,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (72,309,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (73,311,'Services-Description','Short on time? eSchool Consultants has the staff and technology systems in place to take this burden off your shoulders.');
INSERT INTO `wp_postmeta` VALUES (74,311,'Meta-Description','Short on time? eSchool Consultants has the staff and technology systems in place to take this burden off your shoulders.');
INSERT INTO `wp_postmeta` VALUES (75,311,'_edit_lock','1291145181');
INSERT INTO `wp_postmeta` VALUES (76,311,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (77,311,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (78,313,'Services-Description','We can provide your district with an SIS that covers everything from government compliance to parental involvement.');
INSERT INTO `wp_postmeta` VALUES (79,313,'Meta-Description','We can provide your district with an SIS that covers everything from government compliance to parental involvement.');
INSERT INTO `wp_postmeta` VALUES (80,313,'_edit_lock','1291144477');
INSERT INTO `wp_postmeta` VALUES (81,313,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (82,313,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (87,317,'Meta-Description','Focus Learning Academy is a state-funded charter school that helps teens and young adults earn their high school diploma while preparing for the workforce');
INSERT INTO `wp_postmeta` VALUES (88,317,'Clients-Bullet-Points','<ul>\r\n                                        	<li>Three high school locations in Columbus</li>\r\n                                            <li>Computer-based learning</li>\r\n                                            <li>Free tuition</li>\r\n                                            <li>Students choose own educational tracks</li>\r\n                                            <li>Certified and highly qualified teachers</li>\r\n                                            <li>On-site daycare and food service</li>\r\n                                        </ul>');
INSERT INTO `wp_postmeta` VALUES (89,317,'_edit_lock','1419958368:1');
INSERT INTO `wp_postmeta` VALUES (90,317,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (91,317,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (92,319,'Clients-Bullet-Points','<ul>\r\n                                        	<li>Online curriculum for homeschoolers</li>\r\n                                            <li>Students from all over the United States</li>\r\n                                            <li>Families buy a subscription to access curriculum</li>\r\n                                        </ul>');
INSERT INTO `wp_postmeta` VALUES (93,319,'Meta-Description','A web-based curriculum provider for students looking for an alternative to public school or current homeschoolers looking for more structure');
INSERT INTO `wp_postmeta` VALUES (94,319,'_edit_lock','1419957089:1');
INSERT INTO `wp_postmeta` VALUES (95,319,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (96,319,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (97,321,'Clients-Bullet-Points','<ul>\r\n                                        	<li>Daycare for infants through five years old</li>\r\n                                            <li>Two locations in Columbus</li>\r\n                                            <li>Certified teaching staff</li>\r\n                                            <li>Some students qualify for discounted daycare through Title XX</li>\r\n                                        </ul>');
INSERT INTO `wp_postmeta` VALUES (98,321,'Meta-Description','Safe, fun, and structured daycare in Columbus, Ohio for children three to five years old.');
INSERT INTO `wp_postmeta` VALUES (99,321,'_edit_lock','1419957404:1');
INSERT INTO `wp_postmeta` VALUES (100,321,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (101,321,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (102,485,'_edit_lock','1392321944:1');
INSERT INTO `wp_postmeta` VALUES (103,485,'_edit_last','7');
INSERT INTO `wp_postmeta` VALUES (104,485,'_wp_page_template','front-page.php');
INSERT INTO `wp_postmeta` VALUES (105,591,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (106,591,'_edit_lock','1330012597:4');
INSERT INTO `wp_postmeta` VALUES (107,599,'_edit_lock','1330012592:4');
INSERT INTO `wp_postmeta` VALUES (108,599,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (133,621,'_wp_attached_file','2011/01/20110113-01.jpg');
INSERT INTO `wp_postmeta` VALUES (131,618,'aktt_tweeted','1');
INSERT INTO `wp_postmeta` VALUES (132,618,'_wp_old_slug','');
INSERT INTO `wp_postmeta` VALUES (134,621,'_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:23:\"2011/01/20110113-01.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"20110113-01-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"20110113-01-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}}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:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (120,591,'aktt_notify_twitter','yes');
INSERT INTO `wp_postmeta` VALUES (124,616,'aktt_notify_twitter','yes');
INSERT INTO `wp_postmeta` VALUES (154,636,'aktt_notify_twitter','yes');
INSERT INTO `wp_postmeta` VALUES (126,618,'aktt_notify_twitter','yes');
INSERT INTO `wp_postmeta` VALUES (127,618,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (128,618,'_edit_lock','1296078383');
INSERT INTO `wp_postmeta` VALUES (135,622,'_wp_attached_file','2011/01/20110113-02.jpg');
INSERT INTO `wp_postmeta` VALUES (136,622,'_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:23:\"2011/01/20110113-02.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"20110113-02-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"20110113-02-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}}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:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (137,623,'aktt_notify_twitter','yes');
INSERT INTO `wp_postmeta` VALUES (138,623,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (139,623,'_edit_lock','1297091014');
INSERT INTO `wp_postmeta` VALUES (153,636,'_edit_lock','1297091195');
INSERT INTO `wp_postmeta` VALUES (142,623,'aktt_tweeted','1');
INSERT INTO `wp_postmeta` VALUES (143,623,'_wp_old_slug','');
INSERT INTO `wp_postmeta` VALUES (150,264,'aktt_notify_twitter','yes');
INSERT INTO `wp_postmeta` VALUES (152,636,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (173,668,'aktt_notify_twitter','yes');
INSERT INTO `wp_postmeta` VALUES (157,636,'aktt_tweeted','1');
INSERT INTO `wp_postmeta` VALUES (158,636,'_wp_old_slug','');
INSERT INTO `wp_postmeta` VALUES (164,664,'_wp_attached_file','2011/02/20110204-01north.jpg');
INSERT INTO `wp_postmeta` VALUES (165,664,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"576\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'120\'\";s:4:\"file\";s:28:\"2011/02/20110204-01north.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"20110204-01north-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"20110204-01north-300x240.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"240\";}}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:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (166,665,'_wp_attached_file','2011/02/20110204-02south.jpg');
INSERT INTO `wp_postmeta` VALUES (167,665,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"576\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'120\'\";s:4:\"file\";s:28:\"2011/02/20110204-02south.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"20110204-02south-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"20110204-02south-300x240.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"240\";}}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:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (168,666,'_wp_attached_file','2011/02/20110204-03east.jpg');
INSERT INTO `wp_postmeta` VALUES (169,666,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"576\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'120\'\";s:4:\"file\";s:27:\"2011/02/20110204-03east.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"20110204-03east-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"20110204-03east-300x240.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"240\";}}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:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (170,664,'_wp_attachment_image_alt','');
INSERT INTO `wp_postmeta` VALUES (175,670,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (176,670,'_edit_lock','1305300516:4');
INSERT INTO `wp_postmeta` VALUES (180,677,'_edit_lock','1305301366:4');
INSERT INTO `wp_postmeta` VALUES (179,677,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (184,681,'_edit_lock','1305903262:4');
INSERT INTO `wp_postmeta` VALUES (183,681,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (191,694,'_wp_attached_file','2011/08/BDJ.gif');
INSERT INTO `wp_postmeta` VALUES (192,694,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"151\";s:6:\"height\";s:3:\"129\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'112\'\";s:4:\"file\";s:15:\"2011/08/BDJ.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"BDJ-150x129.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"129\";}}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:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (193,695,'_edit_last','4');
INSERT INTO `wp_postmeta` VALUES (194,695,'_edit_lock','1315835042:4');
INSERT INTO `wp_postmeta` VALUES (199,695,'_wp_old_slug','august-staff-of-the-month');
INSERT INTO `wp_postmeta` VALUES (202,695,'_wp_old_slug','congrats-to-the-august-staff-of-the-month');
INSERT INTO `wp_postmeta` VALUES (230,719,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"262\";s:6:\"height\";s:3:\"262\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:27:\"2010/11/coletta-musick.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"coletta-musick-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:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (229,719,'_wp_attached_file','2010/11/coletta-musick.jpeg');
INSERT INTO `wp_postmeta` VALUES (301,764,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (302,764,'_edit_lock','1419961133:1');
INSERT INTO `wp_postmeta` VALUES (303,767,'_wp_attached_file','2014/12/cityprep_logo.png');
INSERT INTO `wp_postmeta` VALUES (304,767,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"134\";s:6:\"height\";s:3:\"102\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'126\'\";s:4:\"file\";s:25:\"2014/12/cityprep_logo.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:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (305,767,'_wp_attachment_image_alt','City Prep Logo');
INSERT INTO `wp_postmeta` VALUES (306,764,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (309,764,'Clients-Bullet-Points','<ul>\r\n                                        	<li>Education that focuses on the passion of students</li>\r\n                                            <li>School that is designed for students first</li>\r\n                                            <li>Supporting students and their quest for excellence</li>\r\n                                            <li>Non-traditional educational approach by a public school</li>\r\n                                        </ul>');
/*!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=774 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (619,1,'2011-01-26 21:45:15','2011-01-26 21:45:15','eSchool Consultants recently debuted a new Facebook and Twitter account. The accounts, which are readily accessible via the web site, are an integral part of a broader initiative to better reach-out to clients and the general public alike. With the newly integrated social media accounts, eSchool Consultants is more ably suited to assist forward-thinking schools with their administrative, technological, and curriculum needs.\n\nPlease visit eSchool Consultants at <a href=\"http://www.twitter.com/eSchoolConsults\">Twitter</a> and\n\nfacebook.com/pages/Eschool-Consultants/189390237753653','eSchool Consultants Debuts New Social Media Accounts','','inherit','open','open','','618-revision','','','2011-01-26 21:45:15','2011-01-26 21:45:15','',618,'http://www.eschoolconsultants.com/2011/01/26/618-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (618,1,'2011-01-26 21:46:22','2011-01-26 21:46:22','eSchool Consultants recently debuted a new Facebook and Twitter account. The accounts, which are readily accessible via the web site, are an integral part of a broader initiative to better reach-out to clients and the general public alike. With the newly integrated social media accounts, eSchool Consultants is more ably suited to assist forward-thinking schools with their administrative, technological, and curriculum needs.\r\n\r\nPlease visit eSchool Consultants at <a href=\"http://www.twitter.com/eSchoolConsults\">Twitter</a> and on <a href=\"http://www.facebook.com/pages/Eschool-Consultants/189390237753653\">Facebook</a>.','eSchool Consultants Debuts New Social Media Accounts','','publish','closed','open','','eschool-consultants-debuts-new-social-media-accounts','','','2013-02-25 20:18:46','2013-02-25 20:18:46','',0,'http://www.eschoolconsultants.com/?p=618',0,'post','',0);
INSERT INTO `wp_posts` VALUES (602,1,'2014-02-13 20:23:32','2014-02-13 20:23:32','eSchool Consultants offers world-class consulting for cutting-edge schools. We specialize in charter and virtual school creation and management, school curriculum and reporting administration. eSchool Consultants assists schools with the complicated process of setting up, hosting and handling their online presence. Ask how our knowledgeable and experienced staff can help your school succeed. We are also a proud member of the Better Business Bureau of Central Ohio.\n\nOwner and President of eSchool Consultants, Dr. Coletta Musick, founded the company in 2002, when she discovered that today’s youth needed additional educational options in order to succeed. Her years of experience in the public education sector have provided Dr. Musick with a breadth of insight and knowledge about school management and student success.\n<div class=\"hr\"></div>\n<h1>About Dr. Coletta Musick, Ph.D.</h1>\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/11/coletta-musick.jpeg\"><img class=\"size-full wp-image-719 alignright\" title=\"coletta-musick\" src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/11/coletta-musick.jpeg\" alt=\"\" width=\"262\" height=\"262\" /></a>\n\nDr. Coletta Musick has an extensive background in education administration, having served as principal of four elementary schools, assistant superintendent and principal for a local school district, and superintendent of the nation’s first statewide K-12 online school system. Coletta earned a B.A. in Early Childhood Education from Marshall University in Huntington, WV, and both a Master of Education and Doctorate in Education Administration from Ohio University. She has served on the statewide Ohio Social Studies Model Curriculum Advisory Committee, as a member of Central Ohio SchoolNet Plus Steering Committee, on Compaq Computer Corporation’s National Advisory Committee, selected for the Learn.com Advisory Board, and being inducted into Phi Delta Kappa. As owner and president of eSchool Consultants and its subsidiaries, Coletta continues to pioneer the future of virtual education. Coletta resides in Circleville with her husband, Don. Their family includes their son Donnie, his wife Jodi, and their three children, as well as their daughter, Krisha, and her husband, Ryan.\n\n<strong>Career Experience:</strong>\n<ul>\n	<li>Superintendent, Focus Learning Academies</li>\n	<li>Owner/President, eSchool Consultants, Inc. and Coleeta Daycare, Columbus, OH</li>\n	<li>Assistant Superintendent, Reynoldsburg City Schools, Reynoldsburg, OH</li>\n	<li>Chief Education Officer, Triad Instruction Group, Toledo, OH</li>\n	<li>Superintendent, E-COT, The Electronic Classroom of Tomorrow, Columbus, OH</li>\n	<li>Regional Director, The TesseracT Group, Scottsdale, AZ</li>\n	<li>Principal, Jackson Elementary School (Preschool- 5), Williamsport, OH</li>\n	<li>Associate Principal, Madison No. 1 School (5-8), Phoenix, AZ</li>\n	<li>Assistant Superintendent/Principal, New Matamoras Elementary School (K-8), Newport, OH</li>\n	<li>Principal, Bartlett Jr. High School (4-8) &amp; Cutler Primary School (K-3), Vincent, OH</li>\n	<li>Principal, Lawrence Elementary School, Newport, OH</li>\n	<li>Chapter 1 Coordinator/Teacher, Waterford Elementary School, Waterford, OH</li>\n</ul>\n<strong>Education:</strong>\n<ul>\n	<li>Doctor of Philosophy, Education Administration, Ohio University, Athens, OH</li>\n	<li>Master of Education, Education Administration, Ohio University, Athens, OH</li>\n	<li>Bachelor of Arts, Early Childhood and Elementary Education, Marshall University, Huntington, WV</li>\n</ul>\n<div class=\"hr\"></div>\n<h1>Our Team</h1>\nOne of eSchool Consultants’ best assets is our Leadership Team, which is made up of the Company’s Chief Officers and Department Directors. This group of qualified and driven individuals works as a team to utilize each department’s specialties, providing the comprehensive services our clients require. Learn more about the <a href=\"our-team/\">Leadership Team</a>.','About Us','','inherit','open','open','','264-autosave','','','2014-02-13 20:23:32','2014-02-13 20:23:32','',264,'http://www.eschoolconsultants.com/2010/12/06/264-autosave/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (720,1,'2013-01-03 17:45:58','2013-01-03 17:45:58','eSchool Consultants offers world-class consulting for cutting-edge schools. We specialize in charter and virtual school creation and management, school curriculum and reporting administration. eSchool Consultants assists schools with the complicated process of setting up, hosting and handling their online presence. Ask how our knowledgeable and experienced staff can help your school succeed. We are also a proud member of the Better Business Bureau of Central Ohio.\r\n\r\nOwner and President of eSchool Consultants, Dr. Coletta Musick, founded the company in 2002, when she discovered that today’s youth needed additional educational options in order to succeed. Her years of experience in the public education sector have provided Dr. Musick with a breadth of insight and knowledge about school management and student success.\r\n<div class=\"hr\"></div>\r\n<h1>About Dr. Coletta Musick, Ph.D.</h1>\r\n<img class=\"alignright\" src=\"http://www.eschoolconsultants.com/wp-content/themes/eschool/assets/images/leadership-team/coletta-musick.jpg\" alt=\"Dr. Coletta Musick, Ph.D.\" />\r\n\r\nDr. Coletta Musick has an extensive background in education administration, having served as principal of four elementary schools, assistant superintendent and principal for a local school district, and superintendent of the nation’s first statewide K-12 online school system. Coletta earned a B.A. in Early Childhood Education from Marshall University in Huntington, WV, and both a Master of Education and Doctorate in Education Administration from Ohio University. She has served on the statewide Ohio Social Studies Model Curriculum Advisory Committee, as a member of Central Ohio SchoolNet Plus Steering Committee, on Compaq Computer Corporation’s National Advisory Committee, selected for the Learn.com Advisory Board, and being inducted into Phi Delta Kappa. As owner and president of eSchool Consultants and its subsidiaries, Coletta continues to pioneer the future of virtual education. Coletta resides in Circleville with her husband, Don. Their family includes their son Donnie, his wife Jodi, and their three children, as well as their daughter, Krisha, and her husband, Ryan.\r\n\r\n<strong>Career Experience:</strong>\r\n<ul>\r\n	<li>Superintendent, Focus Learning Academies</li>\r\n	<li>Owner/President, eSchool Consultants, Inc. and Coleeta Daycare, Columbus, OH</li>\r\n	<li>Assistant Superintendent, Reynoldsburg City Schools, Reynoldsburg, OH</li>\r\n	<li>Chief Education Officer, Triad Instruction Group, Toledo, OH</li>\r\n	<li>Superintendent, E-COT, The Electronic Classroom of Tomorrow, Columbus, OH</li>\r\n	<li>Regional Director, The TesseracT Group, Scottsdale, AZ</li>\r\n	<li>Principal, Jackson Elementary School (Preschool- 5), Williamsport, OH</li>\r\n	<li>Associate Principal, Madison No. 1 School (5-8), Phoenix, AZ</li>\r\n	<li>Assistant Superintendent/Principal, New Matamoras Elementary School (K-8), Newport, OH</li>\r\n	<li>Principal, Bartlett Jr. High School (4-8) &amp; Cutler Primary School (K-3), Vincent, OH</li>\r\n	<li>Principal, Lawrence Elementary School, Newport, OH</li>\r\n	<li>Chapter 1 Coordinator/Teacher, Waterford Elementary School, Waterford, OH</li>\r\n</ul>\r\n<strong>Education:</strong>\r\n<ul>\r\n	<li>Doctor of Philosophy, Education Administration, Ohio University, Athens, OH</li>\r\n	<li>Master of Education, Education Administration, Ohio University, Athens, OH</li>\r\n	<li>Bachelor of Arts, Early Childhood and Elementary Education, Marshall University, Huntington, WV</li>\r\n</ul>\r\n<div class=\"hr\"></div>\r\n<h1>Our Team</h1>\r\nOne of eSchool Consultants’ best assets is our Leadership Team, which is made up of the Company’s Chief Officers and Department Directors. This group of qualified and driven individuals works as a team to utilize each department’s specialties, providing the comprehensive services our clients require. Learn more about the <a href=\"our-team/\">Leadership Team</a>.','About Us','','inherit','open','open','','264-revision-6','','','2013-01-03 17:45:58','2013-01-03 17:45:58','',264,'http://www.eschoolconsultants.com/2013/01/03/264-revision-6/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (264,1,'2010-11-17 14:09:50','2010-11-17 18:09:50','eSchool Consultants offers world-class consulting for cutting-edge schools. We specialize in charter and virtual school creation and management, school curriculum and reporting administration. eSchool Consultants assists schools with the complicated process of setting up, hosting and handling their online presence. Ask how our knowledgeable and experienced staff can help your school succeed. We are also a proud member of the Better Business Bureau of Central Ohio.\r\n\r\nOwner and President of eSchool Consultants, Dr. Coletta Musick, founded the company in 2002, when she discovered that today’s youth needed additional educational options in order to succeed. Her years of experience in the public education sector have provided Dr. Musick with a breadth of insight and knowledge about school management and student success.\r\n<div class=\"hr\"></div>\r\n<h1>About Dr. Coletta Musick, Ph.D.</h1>\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/11/coletta-musick.jpeg\"><img class=\"size-full wp-image-719 alignright\" title=\"coletta-musick\" src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/11/coletta-musick.jpeg\" alt=\"\" width=\"262\" height=\"262\" /></a>\r\n\r\nDr. Coletta Musick has an extensive background in education administration, having served as principal of four elementary schools, assistant superintendent and principal for a local school district, and superintendent of the nation’s first statewide K-12 online school system. Coletta earned a B.A. in Early Childhood Education from Marshall University in Huntington, WV, and both a Master of Education and Doctorate in Education Administration from Ohio University. She has served on the statewide Ohio Social Studies Model Curriculum Advisory Committee, as a member of Central Ohio SchoolNet Plus Steering Committee, on Compaq Computer Corporation’s National Advisory Committee, selected for the Learn.com Advisory Board, and being inducted into Phi Delta Kappa. As owner and president of eSchool Consultants and its subsidiaries, Coletta continues to pioneer the future of virtual education. Coletta resides in Circleville with her husband, Don. Their family includes their son Donnie, his wife Jodi, and their three children, as well as their daughter, Krisha, and her husband, Ryan.\r\n\r\n<strong>Career Experience:</strong>\r\n<ul>\r\n	<li>Superintendent, Focus Learning Academies</li>\r\n	<li>Owner/President, eSchool Consultants, Inc. and Coleeta Daycare, Columbus, OH</li>\r\n	<li>Assistant Superintendent, Reynoldsburg City Schools, Reynoldsburg, OH</li>\r\n	<li>Chief Education Officer, Triad Instruction Group, Toledo, OH</li>\r\n	<li>Superintendent, E-COT, The Electronic Classroom of Tomorrow, Columbus, OH</li>\r\n	<li>Regional Director, The TesseracT Group, Scottsdale, AZ</li>\r\n	<li>Principal, Jackson Elementary School (Preschool- 5), Williamsport, OH</li>\r\n	<li>Associate Principal, Madison No. 1 School (5-8), Phoenix, AZ</li>\r\n	<li>Assistant Superintendent/Principal, New Matamoras Elementary School (K-8), Newport, OH</li>\r\n	<li>Principal, Bartlett Jr. High School (4-8) &amp; Cutler Primary School (K-3), Vincent, OH</li>\r\n	<li>Principal, Lawrence Elementary School, Newport, OH</li>\r\n	<li>Chapter 1 Coordinator/Teacher, Waterford Elementary School, Waterford, OH</li>\r\n</ul>\r\n<strong>Education:</strong>\r\n<ul>\r\n	<li>Doctor of Philosophy, Education Administration, Ohio University, Athens, OH</li>\r\n	<li>Master of Education, Education Administration, Ohio University, Athens, OH</li>\r\n	<li>Bachelor of Arts, Early Childhood and Elementary Education, Marshall University, Huntington, WV</li>\r\n</ul>\r\n<div class=\"hr\"></div>\r\n<h1>Our Team</h1>\r\nOne of eSchool Consultants’ best assets is our Leadership Team, which is made up of the Company’s Chief Officers and Department Directors. This group of qualified and driven individuals works as a team to utilize each department’s specialties, providing the comprehensive services our clients require. Learn more about the <a href=\"our-team/\">Leadership Team</a>.','About Us','','publish','closed','open','','about-us','','','2013-01-03 18:02:58','2013-01-03 18:02:58','',0,'http://eschool.local/about-us/',0,'page','',0);
INSERT INTO `wp_posts` VALUES (265,1,'2010-11-17 14:10:14','2010-11-17 18:10:14','These are just some of our specialties, please contact us to discuss other services that we can provide. eSchool Consultants are happy to work with you to meet your needs!','Services','','publish','closed','open','','services','','','2010-11-17 14:10:14','2010-11-17 18:10:14','',0,'http://eschool.local/services-2/',0,'page','',0);
INSERT INTO `wp_posts` VALUES (266,1,'2010-11-17 14:10:49','2010-11-17 18:10:49','To edit this page, please see the template.','Clients','','publish','closed','open','','clients','','','2010-11-17 14:10:49','2010-11-17 18:10:49','',0,'http://eschool.local/clients/',0,'page','',0);
INSERT INTO `wp_posts` VALUES (267,1,'2010-11-17 14:11:09','2010-11-17 18:11:09','This is deliberately empty. If you want to edit this page, please see index.php in the templates.','News','','publish','closed','open','','news','','','2010-11-17 14:11:09','2010-11-17 18:11:09','',0,'http://eschool.local/news-2/',0,'page','',0);
INSERT INTO `wp_posts` VALUES (268,1,'2010-11-17 14:11:30','2010-11-17 18:11:30','If you have any questions, comments, or would just like to say hello, you may reach us via email, telephone, or the post. If you would like to send an email, please consider using the form below, through which you can contact our Leadership team.','Contact Us','','publish','closed','open','','contact-us','','','2010-11-17 14:11:30','2010-11-17 18:11:30','',0,'http://eschool.local/contact-us-2/',0,'page','',0);
INSERT INTO `wp_posts` VALUES (269,1,'2010-11-17 14:18:55','2010-11-17 18:18:55','eSchool Consultants is a close-knit company that works together to provide each and every client with excellent and comprehensive service. With more than eighty employees, we are large enough to meet your needs in a professional and experienced manner, but small enough to provide one-on-one attention every step of the way.\n\nOne of eSchool Consultants\' best assets is our Leadership Team, which is made up of the Company’s Chief Officers and Department Directors. This group of qualified and driven individuals works as a team to utilize each department’s specialties, providing the comprehensive services our clients require.','Our Team','','publish','closed','open','','our-team','','','2010-11-17 14:18:55','2010-11-17 18:18:55','',264,'http://eschool.local/?page_id=269',0,'page','',0);
INSERT INTO `wp_posts` VALUES (272,1,'2010-11-17 14:20:49','2010-11-17 18:20:49','','Donnie Musick','','publish','closed','open','','donnie-musick','','','2010-11-17 14:20:49','2010-11-17 18:20:49','',269,'http://eschool.local/?page_id=272',0,'page','',0);
INSERT INTO `wp_posts` VALUES (276,1,'2010-11-17 14:22:13','2010-11-17 18:22:13','','Kathy Williams','','publish','closed','open','','kathy-williams','','','2010-11-17 14:22:13','2010-11-17 18:22:13','',269,'http://eschool.local/?page_id=276',0,'page','',0);
INSERT INTO `wp_posts` VALUES (278,1,'2010-11-17 14:22:58','2010-11-17 18:22:58','','Kelly Walliser','','publish','closed','open','','kelly-walliser','','','2013-01-30 16:00:51','2013-01-30 16:00:51','',269,'http://eschool.local/?page_id=278',0,'page','',0);
INSERT INTO `wp_posts` VALUES (284,1,'2010-11-17 14:24:46','2010-11-17 18:24:46','','Cris Worrel','','publish','closed','open','','cris-worrel','','','2010-11-17 14:24:46','2010-11-17 18:24:46','',269,'http://eschool.local/?page_id=284',0,'page','',0);
INSERT INTO `wp_posts` VALUES (287,1,'2010-11-17 14:30:53','2010-11-17 18:30:53','','Krisha Baxter','','publish','closed','open','','krisha-baxter','','','2010-11-17 14:30:53','2010-11-17 18:30:53','',269,'http://eschool.local/?page_id=287',0,'page','',0);
INSERT INTO `wp_posts` VALUES (293,1,'2010-11-17 14:39:11','2010-11-17 18:39:11','','Bryce Thornton','','publish','closed','open','','bryce-thornton','','','2010-11-17 14:39:11','2010-11-17 18:39:11','',269,'http://eschool.local/?page_id=293',0,'page','',0);
INSERT INTO `wp_posts` VALUES (295,1,'2010-11-17 14:40:21','2010-11-17 18:40:21','','Meghan Rankey','','publish','closed','open','','meghan-rankey','','','2013-01-30 16:00:47','2013-01-30 16:00:47','',269,'http://eschool.local/?page_id=295',0,'page','',0);
INSERT INTO `wp_posts` VALUES (297,1,'2010-11-17 14:43:16','2010-11-17 18:43:16','There are a lot of considerations for how to most effectively create a successful charter school. We’ve been through the process, and we’ll use our proven expertise to assist you in making critical decisions along the way in year one of a new charter school. Or, if you’re considering starting your own charter school we can help you every step of the way to create a school that will meet the needs of students and your district.','Charter School Creation Assistance','','publish','closed','open','','charter-school-creation-assistance','','','2010-11-17 14:43:16','2010-11-17 18:43:16','',265,'http://eschool.local/?page_id=297',0,'page','',0);
INSERT INTO `wp_posts` VALUES (299,1,'2010-11-17 14:45:30','2010-11-17 18:45:30','We have a comprehensive web-based curriculum that can meet the needs of almost any student. <a href=\"../../contact-us/\">Contact Us</a> to learn how you may implement this for your district or specific project.','Comprehensive Online Curriculum','','publish','closed','open','','comprehensive-online-curriculum','','','2010-11-17 14:45:30','2010-11-17 18:45:30','',265,'http://eschool.local/?page_id=299',0,'page','',0);
INSERT INTO `wp_posts` VALUES (303,1,'2010-11-17 14:50:07','2010-11-17 18:50:07','We have experience with the world’s largest LMS open source project. We can assist you in implementing your LMS on a consultant basis, or, if you prefer, we can create a complete branded instance (your own copy) from start to finish. The choice is yours.','Learning Management System Assistance','','publish','closed','open','','learning-management-system-assistance','','','2010-11-17 14:50:07','2010-11-17 18:50:07','',265,'http://eschool.local/?page_id=303',0,'page','',0);
INSERT INTO `wp_posts` VALUES (309,1,'2010-11-17 14:54:34','2010-11-17 18:54:34','We can provide a complete branding, advertising and public relations package for you. Our Marketing services include all types of media design, website development and maintenance, community relations, internet search optimization, and student recruitment and retention programs.','Marketing and Communications','','publish','closed','open','','marketing-and-communications','','','2010-11-17 14:54:34','2010-11-17 18:54:34','',265,'http://eschool.local/?page_id=309',0,'page','',0);
INSERT INTO `wp_posts` VALUES (311,1,'2010-11-17 14:56:13','2010-11-17 18:56:13','If your district is tired of the responsibility and time involved in this part of doing business, eSchool Consultants has the staff and technology systems in place to take this burden off your shoulders.','State Reporting Administration','','publish','closed','open','','state-reporting-administration','','','2010-11-17 14:56:13','2010-11-17 18:56:13','',265,'http://eschool.local/?page_id=311',0,'page','',0);
INSERT INTO `wp_posts` VALUES (313,1,'2010-11-17 14:57:37','2010-11-17 18:57:37','We can provide your district with an SIS that will meet needs ranging from state and federal compliance to parental involvement in their child’s learning. It’s built on a module basis, so how little or how much you choose to implement is up to the district.','Student Information Systems','','publish','closed','open','','student-information-systems','','','2010-11-17 14:57:37','2010-11-17 18:57:37','',265,'http://eschool.local/?page_id=313',0,'page','',0);
INSERT INTO `wp_posts` VALUES (317,1,'2010-11-17 15:03:42','2010-11-17 19:03:42','<img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/clients-focus-single.gif\" width=\"121\" height=\"168\" alt=\"Focus Learning Academies\" class=\"alignright\" />Focus Learning Academy gives students wishing to earn their high school diploma a new choice in quality education. Focus consists of three site-based school locations in Columbus, Ohio that combine high school academics and vocational curriculum. Students are able to choose from five study tracks, including technology, business, fine arts, college prep and transitions. The locations are all staffed with certified and highly-qualified teachers that use online curriculum as a primary teaching tool. This unique structure offers a choice in courses, accommodates self-paced studies, and allows for the flexibility needed for students to earn a living while attending school.\r\n\r\nTo learn more, please visit <a href=\"http://www.focuslearn.org/\">Focus Learning Academies</a>.','Focus Learning Academies','','publish','closed','open','','focus-learning-academies','','','2010-12-06 22:36:08','2010-12-06 22:36:08','',266,'http://eschool.local/?page_id=317',0,'page','',0);
INSERT INTO `wp_posts` VALUES (319,1,'2010-11-17 15:07:47','2010-11-17 19:07:47','<img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/clients-progress-single.gif\" width=\"134\" height=\"119\" alt=\"Progress Academy\" class=\"alignright\" />Progress Academy is a web-based curriculum provider, offering subscriptions to students looking for an alternative to a public school education or current homeschoolers looking for a more formal structure. Progress Academy offers a complete K-12 online curriculum program that meets a variety of needs and learning styles and is a provider to students in the United States and throughout the world.\r\n\r\nTo learn more, please visit <a href=\"http://www.progressacademy.org/\">Progress Academy</a>.','Progress Academy','','publish','closed','open','','progress-academy','','','2010-12-06 22:36:37','2010-12-06 22:36:37','',266,'http://eschool.local/?page_id=319',0,'page','',0);
INSERT INTO `wp_posts` VALUES (321,1,'2010-11-17 15:12:56','2010-11-17 19:12:56','<img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/clients-coleeta-single.gif\" width=\"134\" height=\"121\" alt=\"Coleeta Daycare\" class=\"alignright\" />Coleeta Daycare in Columbus, Ohio offers three to five year old children a safe and fun learning environment with structured policies. The trustworthy, dedicated and experienced staff provides Preschool Classrooms and Kindergarten Prep in line with the Ohio Preschool Standards. Before and after school programs are available for students K-6. Coleeta Daycare centers are also located at all three Focus Learning Academy sites, specializing in providing students with on-site childcare while they attend class.\r\n\r\nTo learn more, please visit <a href=\"http://www.coleeta.com/\">Coleeta Daycare</a>.','Coleeta Daycare','','publish','closed','open','','coleeta-daycare','','','2010-12-06 22:35:56','2010-12-06 22:35:56','',266,'http://eschool.local/?page_id=321',0,'page','',0);
INSERT INTO `wp_posts` VALUES (485,1,'2010-11-19 13:54:20','2010-11-19 17:54:20','','Home','','publish','closed','open','','home','','','2010-11-19 13:54:20','2010-11-19 17:54:20','',0,'http://eschool.local/?page_id=485',0,'page','',0);
INSERT INTO `wp_posts` VALUES (591,1,'2010-11-30 11:51:32','2010-11-30 11:51:32','Welcome to the new eSchool Consultants web site! With the new site, we hope to reach both potential clients and curious web surfers alike. The site features expanded content on our core consulting services as well as information about our clients and company. We expect the site to be of interest to anyone looking to learn more about online education and charter schools.\r\n\r\nBuilt upon the WordPress blogging platform, the site redesign incorporates a clean look with completely new navigation. With our custom WordPress theme, we\'re able to easily create and update content, which is then instantly published to the site. “The new design was created to be easily navigated, attractive, and with relevant and accessible content,” says David Ensinger, Web Marketing & Technology Specialist.\r\n\r\nIn the coming months we\'ll add new articles to the site about what\'s happening, both here at eSchool Consultants, and within the dynamically changing field of online and charter schools education. Please stay current by bookmarking our site and subscribing to our RSS feed.','eSchool Consultants Launches New Web Site with New Content and Improved Functionality','','publish','closed','open','','eschool-consultants-launches-new-web-site','','','2013-02-25 20:18:46','2013-02-25 20:18:46','',0,'http://eschool.local/?p=591',0,'post','',0);
INSERT INTO `wp_posts` VALUES (599,1,'2010-12-06 12:26:09','2010-12-06 12:26:09','eSchool Consultants showed their appreciation for Focus Learning Academy, a client of eSchool and state-funded charter school which helps teens and young adults earn their high school diploma while preparing for the workforce, by preparing a Thanksgiving feast for all four Columbus schools.<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01-300x240.jpg\" alt=\"\" title=\"20101122_01\" width=\"300\" height=\"240\" class=\"alignright size-medium wp-image-602\" /></a>\r\n\r\neSchool staff purchased, prepared and served all the fixings of a traditional Thanksgiving meal to over 1,000 Focus Learning Academy students and staff.\r\n\r\n“The students and staff of Focus Learning Academy couldn’t be more grateful for the delicious meal eSchool Consultants prepared for all of us,” Focus Learning Academy Director Kathy Williams said.\r\n\r\n“This is just another instance where eSchool went above and beyond for Focus, ensuring every student was able to celebrate Thanksgiving.”\r\n\r\neSchool prepared 18 turkeys for the schools over the course of two days. In addition, students and staff enjoyed fried chicken, stuffing, mashed potatoes, cranberry sauce, greens, corn, rolls and of course pumpkin pie.\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02-300x240.jpg\" alt=\"\" title=\"20101122_02\" width=\"300\" height=\"240\" class=\"alignleft size-medium wp-image-603\" /></a>\r\n“We truly love what we do and are grateful for the opportunity to celebrate Thanksgiving with the students and staff of Focus Learning Academy,” eSchool Consultants CEO Donnie Musick said.\r\n\r\n“We had a great time and hope to do it again next year!”','eSchool Consultants Prepares Holiday Meal for Focus Learning Academy','','publish','closed','open','','eschool-consultants-prepares-holiday-meal-for-focus-learning-academy','','','2013-02-25 20:18:46','2013-02-25 20:18:46','',0,'http://eschool.local/?p=599',0,'post','',0);
INSERT INTO `wp_posts` VALUES (604,1,'2010-11-17 14:09:50','2010-11-17 18:09:50','<p>eSchool Consultants offers world-class consulting for cutting-edge schools. We specialize in charter and virtual school creation and management, school curriculum and reporting administration. eSchool Consultants assists schools with the complicated process of setting up, hosting and handling their online presence. Ask how our knowledgeable and experienced staff can help your school succeed. We are also a proud member of the Better Business Bureau of Central Ohio.\n        <p>Owner and President of eSchool Consultants, Dr. Coletta Musick, began this company when she discovered that today&#8217;s youth needed additional educational options in order to succeed. Her years of experience in the public education sector have provided Dr. Musick with a breadth of insight and knowledge about school management and student success.</p>\n        <div class=\"hr\"></div>\n        <h1>About Dr. Coletta Musick, Ph.D.</h1>\n        <img src=\"../../../wp-content/uploads/eschool_uploads/2010/11/coletta-musick.jpg\" width=\"262\" height=\"262\" alt=\"Dr. Coletta Musick, Ph.D.\" class=\"alignright\" />\n        <p>Dr. Coletta Musick has an extensive background in education administration, having served as principal of four elementary schools, assistant superintendent and principal for a local school district, and superintendent of the nation&#8217;s first statewide K-12 online school system. Coletta earned a B.A. in Early Childhood Education from Marshall University in Huntington, WV, and both a Master of Education and Doctorate in Education Administration from Ohio University. She has served on the statewide Ohio Social Studies Model Curriculum Advisory Committee, as a member of Central Ohio SchoolNet Plus Steering Committee, on Compaq Computer Corporation&#8217;s National Advisory Committee, selected for the Learn.com Advisory Board, and being inducted into Phi Delta Kappa. As owner and president of eSchool Consultants and its subsidiaries, Coletta continues to pioneer the future of virtual education. Coletta resides in Circleville with her husband, Don. Their family includes their son Donnie, his wife Jodi, and their three children, as well as their daughter, Krisha, and her husband, Ryan.</p>\n        <p><strong>Career Experience:</strong></p>\n        <ul>\n            <li>Superintendent, Focus Learning Academies</li>\n            <li>Owner/President, eSchool Consultants, LLC and Coleeta Daycare, Columbus, OH</li>\n            <li>Assistant Superintendent, Reynoldsburg City Schools, Reynoldsburg, OH</li>\n            <li>Chief Education Officer, Triad Instruction Group, Toledo, OH</li>\n            <li>Superintendent, E-COT, The Electronic Classroom of Tomorrow, Columbus, OH</li>\n            <li>Regional Director, The TesseracT Group, Scottsdale, AZ</li>\n            <li>Principal, Jackson Elementary School (Preschool- 5), Williamsport, OH</li>\n            <li>Associate Principal, Madison No. 1 School (5-8), Phoenix, AZ</li>\n            <li>Assistant Superintendent/Principal, New Matamoras Elementary School (K-8), Newport, OH</li>\n            <li>Principal, Bartlett Jr. High School (4-8)  &amp; Cutler Primary School (K-3), Vincent, OH</li>\n            <li>Principal, Lawrence Elementary School, Newport, OH</li>\n            <li>Chapter 1 Coordinator/Teacher, Waterford Elementary School, Waterford, OH</li>\n        </ul>\n        <p><strong>Education:</strong></p>\n        <ul>\n            <li>Doctor of Philosophy, Education Administration, Ohio University, Athens, OH</li>\n            <li>Master of Education, Education Administration, Ohio University, Athens, OH</li>\n            <li>Bachelor of Arts, Early Childhood and Elementary Education, Marshall University, Huntington, WV</li>\n        </ul>\n<div class=\"hr\"></div>\n<h1>Our Team</h1>\n<p>One of eSchool Consultants’ best assets is our Leadership Team, which is made up of the Company’s Chief Officers and Department Directors. This group of qualified and driven individuals works as a team to utilize each department’s specialties, providing the comprehensive services our clients require. Learn more about the <a href=\"our-team/\">Leadership Team</a>.</p>','About Us','','inherit','open','open','','264-revision','','','2010-11-17 14:09:50','2010-11-17 18:09:50','',264,'http://www.eschoolconsultants.com/2010/11/17/264-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (605,1,'2014-12-30 16:36:44','2014-12-30 16:36:44','<img class=\"alignright\" src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/clients-coleeta-single.gif\" alt=\"Coleeta Daycare\" width=\"134\" height=\"121\" />Coleeta Daycare in Columbus, Ohio offers three to five year old children a safe and fun learning environment with structured policies. The trustworthy, dedicated and experienced staff provides Preschool Classrooms and Kindergarten Prep in line with the Ohio Preschool Standards. Before and after school programs are available for students K-6. Coleeta Daycare centers are also located at all three Focus Learning Academy sites, specializing in providing students with on-site childcare while they attend class.\n\nTo learn more, please visit <a href=\"http://www.coleeta.com/\">Coleeta Daycare</a>.','Coleeta Daycare','','inherit','open','open','','321-autosave','','','2014-12-30 16:36:44','2014-12-30 16:36:44','',321,'http://www.eschoolconsultants.com/2010/12/06/321-autosave/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (606,1,'2010-11-17 15:12:56','2010-11-17 19:12:56','<img src=\"../../../wp-content/uploads/eschool_uploads/2010/12/clients-coleeta-single.gif\" width=\"134\" height=\"121\" alt=\"Coleeta Daycare\" class=\"alignright\" />Coleeta Daycare in Columbus, Ohio offers three to five year old children a safe and fun learning environment with structured policies. The trustworthy, dedicated and experienced staff provides Preschool Classrooms and Kindergarten Prep in line with the Ohio Preschool Standards. Before and after school programs are available for students K-6. Coleeta Daycare centers are also located at all three Focus Learning Academy sites, specializing in providing students with on-site childcare while they attend class.\n\nTo learn more, please visit <a href=\"http://www.coleeta.com/\">Coleeta Daycare</a>.','Coleeta Daycare','','inherit','open','open','','321-revision','','','2010-11-17 15:12:56','2010-11-17 19:12:56','',321,'http://www.eschoolconsultants.com/2010/11/17/321-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (607,1,'2010-11-17 15:03:42','2010-11-17 19:03:42','<img src=\"../../../wp-content/uploads/eschool_uploads/2010/12/clients-focus-single.gif\" width=\"121\" height=\"168\" alt=\"Focus Learning Academies\" class=\"alignright\" />Focus Learning Academy gives students wishing to earn their high school diploma a new choice in quality education. Focus consists of three site-based school locations in Columbus, Ohio that combine high school academics and vocational curriculum. Students are able to choose from five study tracks, including technology, business, fine arts, college prep and transitions. The locations are all staffed with certified and highly-qualified teachers that use online curriculum as a primary teaching tool. This unique structure offers a choice in courses, accommodates self-paced studies, and allows for the flexibility needed for students to earn a living while attending school.\n\nTo learn more, please visit <a href=\"http://www.focuslearn.org/\">Focus Learning Academies</a>.','Focus Learning Academies','','inherit','open','open','','317-revision','','','2010-11-17 15:03:42','2010-11-17 19:03:42','',317,'http://www.eschoolconsultants.com/2010/11/17/317-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (608,1,'2010-11-17 15:07:47','2010-11-17 19:07:47','<img src=\"../../../wp-content/uploads/eschool_uploads/2010/12/clients-progress-single.gif\" width=\"134\" height=\"119\" alt=\"Progress Academy\" class=\"alignright\" />Progress Academy is a web-based curriculum provider, offering subscriptions to students looking for an alternative to a public school education or current homeschoolers looking for a more formal structure. Progress Academy offers a complete K-12 online curriculum program that meets a variety of needs and learning styles and is a provider to students in the United States and throughout the world.\n\nTo learn more, please visit <a href=\"http://www.progressacademy.org/\">Progress Academy</a>.','Progress Academy','','inherit','open','open','','319-revision','','','2010-11-17 15:07:47','2010-11-17 19:07:47','',319,'http://www.eschoolconsultants.com/2010/11/17/319-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (609,1,'2010-12-06 22:36:29','2010-12-06 22:36:29','<img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/clients-progress-single.gif\" width=\"134\" height=\"119\" alt=\"Progress Academy\" class=\"alignright\" />Progress Academy is a web-based curriculum provider, offering subscriptions to students looking for an alternative to a public school education or current homeschoolers looking for a more formal structure. Progress Academy offers a complete K-12 online curriculum program that meets a variety of needs and learning styles and is a provider to students in the United States and throughout the world.\r\n\r\nTo learn more, please visit <a href=\"http://www.progressacademy.org/\">Progress Academy</a>.','Progress Academy','','inherit','open','open','','319-revision-2','','','2010-12-06 22:36:29','2010-12-06 22:36:29','',319,'http://www.eschoolconsultants.com/2010/12/06/319-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (611,1,'2010-12-07 14:10:20','2010-12-07 14:10:20','eSchool Consultants showed their appreciation for Focus Learning Academy, a client of eSchool and state-funded charter school which helps teens and young adults earn their high school diploma while preparing for the workforce, by preparing a Thanksgiving feast for all four Columbus schools.<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01-300x240.jpg\" alt=\"\" title=\"20101122_01\" width=\"300\" height=\"240\" class=\"alignright size-medium wp-image-602\" /></a>\r\n\r\neSchool staff purchased, prepared and served all the fixings of a traditional Thanksgiving meal to over 1,000 Focus Learning Academy students and staff.\r\n\r\n“The students and staff of Focus Learning Academy couldn’t be more grateful for the delicious meal eSchool Consultants prepared for all of us,” Focus Learning Academy Director Kathy Williams said.\r\n\r\n“This is just another instance where eSchool went above and beyond for Focus, ensuring every student was able to celebrate Thanksgiving.”\r\n\r\neSchool prepared 18 turkeys for the schools over the course of two days. In addition, students and staff enjoyed fried chicken, stuffing, mashed potatoes, cranberry sauce, greens, corn, rolls and of course pumpkin pie.\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02-300x240.jpg\" alt=\"\" title=\"20101122_02\" width=\"300\" height=\"240\" class=\"alignleft size-medium wp-image-603\" /></a>\r\n“We truly love what we do and are grateful for the opportunity to celebrate Thanksgiving with the students and staff of Focus Learning Academy,” eSchool Consultants CEO Donnie Musick said.\r\n\r\n“We had a great time and hope to do it again next year!”','eSchool Consultants Prepares Holiday Meal for Focus Learning Academy','','inherit','open','open','','599-autosave','','','2010-12-07 14:10:20','2010-12-07 14:10:20','',599,'http://www.eschoolconsultants.com/2010/12/07/599-autosave/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (612,1,'2010-12-06 12:26:09','2010-12-06 16:26:09','eSchool Consultants showed their appreciation for Focus Learning Academy, a client of eSchool and state-funded charter school which helps teens and young adults earn their high school diploma while preparing for the workforce, by preparing a Thanksgiving feast for all four Columbus schools.<a href=\"http://eschool.local/wp-content/uploads/eschool_uploads/2010/12/20101122_01.jpg\"><img src=\"http://eschool.local/wp-content/uploads/eschool_uploads/2010/12/20101122_01-300x240.jpg\" alt=\"\" title=\"20101122_01\" width=\"300\" height=\"240\" class=\"alignright size-medium wp-image-602\" /></a>\n\neSchool staff purchased, prepared and served all the fixings of a traditional Thanksgiving meal to over 1,000 Focus Learning Academy students and staff.\n\n“The students and staff of Focus Learning Academy couldn’t be more grateful for the delicious meal eSchool Consultants prepared for all of us,” Focus Learning Academy Director Kathy Williams said.\n\n“This is just another instance where eSchool went above and beyond for Focus, ensuring every student was able to celebrate Thanksgiving.”\n\neSchool prepared 18 turkeys for the schools over the course of two days. In addition, students and staff enjoyed fried chicken, stuffing, mashed potatoes, cranberry sauce, greens, corn, rolls and of course pumpkin pie.\n<a href=\"http://eschool.local/wp-content/uploads/eschool_uploads/2010/12/20101122_02.jpg\"><img src=\"http://eschool.local/wp-content/uploads/eschool_uploads/2010/12/20101122_02-300x240.jpg\" alt=\"\" title=\"20101122_02\" width=\"300\" height=\"240\" class=\"alignleft size-medium wp-image-603\" /></a>\n“We truly love what we do and are grateful for the opportunity to celebrate Thanksgiving with the students and staff of Focus Learning Academy,” eSchool Consultants CEO Donnie Musick said.\n\n“We had a great time and hope to do it again next year!”','eSchool Consultants Prepares Holiday Meal for Focus Learning Academy','','inherit','open','open','','599-revision','','','2010-12-06 12:26:09','2010-12-06 16:26:09','',599,'http://www.eschoolconsultants.com/2010/12/06/599-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (613,1,'2010-12-06 21:59:57','2010-12-06 21:59:57','<p>eSchool Consultants offers world-class consulting for cutting-edge schools. We specialize in charter and virtual school creation and management, school curriculum and reporting administration. eSchool Consultants assists schools with the complicated process of setting up, hosting and handling their online presence. Ask how our knowledgeable and experienced staff can help your school succeed. We are also a proud member of the Better Business Bureau of Central Ohio.\r\n        <p>Owner and President of eSchool Consultants, Dr. Coletta Musick, began this company when she discovered that today&#8217;s youth needed additional educational options in order to succeed. Her years of experience in the public education sector have provided Dr. Musick with a breadth of insight and knowledge about school management and student success.</p>\r\n        <div class=\"hr\"></div>\r\n        <h1>About Dr. Coletta Musick, Ph.D.</h1>\r\n        <img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/11/coletta-musick.jpg\" width=\"262\" height=\"262\" alt=\"Dr. Coletta Musick, Ph.D.\" class=\"alignright\" />\r\n        <p>Dr. Coletta Musick has an extensive background in education administration, having served as principal of four elementary schools, assistant superintendent and principal for a local school district, and superintendent of the nation&#8217;s first statewide K-12 online school system. Coletta earned a B.A. in Early Childhood Education from Marshall University in Huntington, WV, and both a Master of Education and Doctorate in Education Administration from Ohio University. She has served on the statewide Ohio Social Studies Model Curriculum Advisory Committee, as a member of Central Ohio SchoolNet Plus Steering Committee, on Compaq Computer Corporation&#8217;s National Advisory Committee, selected for the Learn.com Advisory Board, and being inducted into Phi Delta Kappa. As owner and president of eSchool Consultants and its subsidiaries, Coletta continues to pioneer the future of virtual education. Coletta resides in Circleville with her husband, Don. Their family includes their son Donnie, his wife Jodi, and their three children, as well as their daughter, Krisha, and her husband, Ryan.</p>\r\n        <p><strong>Career Experience:</strong></p>\r\n        <ul>\r\n            <li>Superintendent, Focus Learning Academies</li>\r\n            <li>Owner/President, eSchool Consultants, LLC and Coleeta Daycare, Columbus, OH</li>\r\n            <li>Assistant Superintendent, Reynoldsburg City Schools, Reynoldsburg, OH</li>\r\n            <li>Chief Education Officer, Triad Instruction Group, Toledo, OH</li>\r\n            <li>Superintendent, E-COT, The Electronic Classroom of Tomorrow, Columbus, OH</li>\r\n            <li>Regional Director, The TesseracT Group, Scottsdale, AZ</li>\r\n            <li>Principal, Jackson Elementary School (Preschool- 5), Williamsport, OH</li>\r\n            <li>Associate Principal, Madison No. 1 School (5-8), Phoenix, AZ</li>\r\n            <li>Assistant Superintendent/Principal, New Matamoras Elementary School (K-8), Newport, OH</li>\r\n            <li>Principal, Bartlett Jr. High School (4-8)  &amp; Cutler Primary School (K-3), Vincent, OH</li>\r\n            <li>Principal, Lawrence Elementary School, Newport, OH</li>\r\n            <li>Chapter 1 Coordinator/Teacher, Waterford Elementary School, Waterford, OH</li>\r\n        </ul>\r\n        <p><strong>Education:</strong></p>\r\n        <ul>\r\n            <li>Doctor of Philosophy, Education Administration, Ohio University, Athens, OH</li>\r\n            <li>Master of Education, Education Administration, Ohio University, Athens, OH</li>\r\n            <li>Bachelor of Arts, Early Childhood and Elementary Education, Marshall University, Huntington, WV</li>\r\n        </ul>\r\n<div class=\"hr\"></div>\r\n<h1>Our Team</h1>\r\n<p>One of eSchool Consultants’ best assets is our Leadership Team, which is made up of the Company’s Chief Officers and Department Directors. This group of qualified and driven individuals works as a team to utilize each department’s specialties, providing the comprehensive services our clients require. Learn more about the <a href=\"our-team/\">Leadership Team</a>.</p>','About Us','','inherit','open','open','','264-revision-2','','','2010-12-06 21:59:57','2010-12-06 21:59:57','',264,'http://www.eschoolconsultants.com/2010/12/06/264-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (614,1,'2010-11-30 11:51:32','2010-11-30 15:51:32','Welcome to the new eSchool Consultants web site! With the new site, we hope to reach both potential clients and curious web surfers alike. The site features expanded content on our core consulting services as well as information about our clients and company. We expect the site to be of interest to anyone looking to learn more about online education and charter schools.\n\nBuilt upon the WordPress blogging platform, the site redesign incorporates a clean look with completely new navigation. With our custom WordPress theme, we\'re able to easily create and update content, which is then instantly published to the site. “The new design was created to be easily navigated, attractive, and with relevant and accessible content,” says David Ensinger, Web Marketing & Technology Specialist.\n\nIn the coming months we\'ll add new articles to the site about what\'s happening, both here at eSchool Consultants, and within the dynamically changing field of online and charter schools education. Please stay current by bookmarking our site and subscribing to our RSS feed.','eSchool Consultants Launches New Web Site with New Content and Improved Functionality','','inherit','open','open','','591-revision','','','2010-11-30 11:51:32','2010-11-30 15:51:32','',591,'http://www.eschoolconsultants.com/2010/11/30/591-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (636,1,'2011-02-04 16:12:50','2011-02-04 16:12:50','<p>eSchool Consultants would like to congratulate the <a href=\"http://focuslearn.org/\">Focus Learning Academy</a> Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May the 2011 Graduating Class find success in whichever endeavors they pursue!</p>\r\n<table>\r\n    <thead>\r\n        <tr>\r\n            <th width=\"33%\">Focus East</th>\r\n            <th width=\"34%\">Focus North</th>\r\n            <th width=\"33%\">Focus Southwest</th>\r\n       </tr>\r\n   </thead>\r\n    <tr>\r\n        <td>\r\n            <p>Shontae Maria Bennett+</p>\r\n            <p>Andrew David Blakely*</p>\r\n            <p>Destiny Lanae Chavis</p>\r\n            <p>Brittney DaShawn Donston*</p>\r\n            <p>Brittney Nilcole Claira Jones*</p>\r\n            <p>Ashley Renee Morris*</p>\r\n            <p>Keonte\' Durell Sheppard</p>\r\n            <p>Calinda Christine Willis</p>\r\n       </td>\r\n        <td>\r\n            <p>Cintia Baez</p>\r\n            <p>Chardae Hawkins</p>\r\n            <p>Ra\'Shawn Renee\' Jordan</p>\r\n            <p>Marie Malval</p>\r\n            <p>Stafford Mcdonald</p>\r\n            <p>Yaneth Ruiz*</p>\r\n            <p>Joseph Stith</p>\r\n       </td>\r\n        <td>\r\n            <p>Carlisha Christine Waniequa Yvonne Austin</p>\r\n            <p>Ashley Rayanne Chapman</p>\r\n            <p>Kyle Wyant Conrad</p>\r\n            <p>Megan Nicole Fiorentini</p>\r\n            <p>Tyreeka Elaine Keys</p>\r\n            <p>Cloressa Anne Longmire</p>\r\n            <p>Curtis Michael Tate</p>\r\n            <p>Asia Ada Taylor</p>\r\n            <p>Tabitha Kay Thacker++</p>\r\n       </td>\r\n   </tr>\r\n</table>\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>\r\n<p><strong>Photos of the Graduates:</strong></p>\r\n[caption id=\"attachment_664\" align=\"aligncenter\" width=\"300\" caption=\"Focus North\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-01north.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-01north-300x240.jpg\" alt=\"\" title=\"20110204-01north\" width=\"300\" height=\"240\" class=\"size-medium wp-image-664\" /></a>[/caption]\r\n[caption id=\"attachment_665\" align=\"aligncenter\" width=\"300\" caption=\"Focus South\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-02south.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-02south-300x240.jpg\" alt=\"\" title=\"20110204-02south\" width=\"300\" height=\"240\" class=\"size-medium wp-image-665\" /></a>[/caption]\r\n[caption id=\"attachment_666\" align=\"aligncenter\" width=\"300\" caption=\"Focus East\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-03east.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-03east-300x240.jpg\" alt=\"\" title=\"20110204-03east\" width=\"300\" height=\"240\" class=\"size-medium wp-image-666\" /></a>[/caption]','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','publish','open','open','','eschool-consultants-congratulates-the-winter-graduating-class-of-focus-learning-academy','','','2013-02-25 20:18:46','2013-02-25 20:18:46','',0,'http://www.eschoolconsultants.com/?p=636',0,'post','',0);
INSERT INTO `wp_posts` VALUES (620,1,'2011-01-26 21:46:14','2011-01-26 21:46:14','eSchool Consultants recently debuted a new Facebook and Twitter account. The accounts, which are readily accessible via the web site, are an integral part of a broader initiative to better reach-out to clients and the general public alike. With the newly integrated social media accounts, eSchool Consultants is more ably suited to assist forward-thinking schools with their administrative, technological, and curriculum needs.\n\nPlease visit eSchool Consultants at <a href=\"http://www.twitter.com/eSchoolConsults\">Twitter</a> and on <a href=\"http://www.facebook.com/pages/Eschool-Consultants/189390237753653\">Facebook</a>.','eSchool Consultants Debuts New Social Media Accounts','','inherit','open','open','','618-revision-2','','','2011-01-26 21:46:14','2011-01-26 21:46:14','',618,'http://www.eschoolconsultants.com/2011/01/26/618-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (621,1,'2011-01-27 20:28:18','2011-01-27 20:28:18','','20110113-01','','inherit','open','open','','20110113-01','','','2011-01-27 20:28:18','2011-01-27 20:28:18','',623,'http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (622,1,'2011-01-27 20:28:19','2011-01-27 20:28:19','','20110113-02','','inherit','open','open','','20110113-02','','','2011-01-27 20:28:19','2011-01-27 20:28:19','',623,'http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (623,1,'2011-01-17 20:58:27','2011-01-17 20:58:27','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01-300x225.jpg\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-621\" /></a>The mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\r\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\r\n\r\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02-300x225.jpg\" alt=\"\" title=\"20110113-02\" width=\"300\" height=\"225\" class=\"alignleft size-medium wp-image-622\" /></a>After the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.\r\n\r\nCEAN is always looking for new members and invites anyone with an interest in making a difference in local employment to attend the next meeting on Thursday, Feb. 10 at AmVets:\r\n\r\n1395 E Dublin Granville Road, Ste 205\r\nColumbus, OH 43229\r\n1-800-AM-VETS','Focus Learning Academy East Hosts First CEAN Meeting of the Year at Focus East','','publish','closed','open','','focus-learning-academy-east-hosts-cean-meeting','','','2013-02-25 20:18:46','2013-02-25 20:18:46','',0,'http://www.eschoolconsultants.com/?p=623',0,'post','',0);
INSERT INTO `wp_posts` VALUES (624,1,'2011-01-27 20:30:38','2011-01-27 20:30:38','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13.\n\nSeventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\n\nThe mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\n\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\n\nAfter the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility\nto learn a living while attending school.','Focus Learning Academy East Hosts CEAN Meeting','','inherit','open','open','','623-revision','','','2011-01-27 20:30:38','2011-01-27 20:30:38','',623,'http://www.eschoolconsultants.com/2011/01/27/623-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (625,1,'2011-01-27 20:30:42','2011-01-27 20:30:42','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13.\r\n\r\nSeventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\r\n\r\nThe mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\r\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\r\n\r\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\r\n\r\nAfter the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.','Focus Learning Academy East Hosts CEAN Meeting','','inherit','open','open','','623-revision-2','','','2011-01-27 20:30:42','2011-01-27 20:30:42','',623,'http://www.eschoolconsultants.com/2011/01/27/623-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (626,1,'2011-01-27 20:31:34','2011-01-27 20:31:34','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\r\n\r\nThe mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\r\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\r\n\r\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\r\n\r\nAfter the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.','Focus Learning Academy East Hosts CEAN Meeting','','inherit','open','open','','623-revision-3','','','2011-01-27 20:31:34','2011-01-27 20:31:34','',623,'http://www.eschoolconsultants.com/2011/01/27/623-revision-3/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (627,1,'2011-01-27 20:32:07','2011-01-27 20:32:07','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01-300x225.jpg\" alt=\"\" title=\"20110113-01\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-621\" /></a>The mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\r\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\r\n\r\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\r\n\r\nAfter the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.','Focus Learning Academy East Hosts CEAN Meeting','','inherit','open','open','','623-revision-4','','','2011-01-27 20:32:07','2011-01-27 20:32:07','',623,'http://www.eschoolconsultants.com/2011/01/27/623-revision-4/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (628,1,'2011-01-27 20:32:48','2011-01-27 20:32:48','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01-300x225.jpg\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-621\" /></a>The mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\r\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\r\n\r\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02-300x225.jpg\" alt=\"\" title=\"20110113-02\" width=\"300\" height=\"225\" class=\"alignleft size-medium wp-image-622\" /></a>After the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.','Focus Learning Academy East Hosts CEAN Meeting','','inherit','open','open','','623-revision-5','','','2011-01-27 20:32:48','2011-01-27 20:32:48','',623,'http://www.eschoolconsultants.com/2011/01/27/623-revision-5/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (629,1,'2011-01-27 20:49:37','2011-01-27 20:49:37','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\n\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01-300x225.jpg\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-621\" /></a>The mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\n\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\n\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02-300x225.jpg\" alt=\"\" title=\"20110113-02\" width=\"300\" height=\"225\" class=\"alignleft size-medium wp-image-622\" /></a>After the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.\n\nCEAN is always looking for new meThe next meeting of CEAN is on Thursday, Feb. 10 at AmVets.\n\nAmVets\n1395 E Dublin Granville Road, Ste 205\nColumbus, OH 43229\n1-800-AM-VETS','Focus Learning Academy East Hosts CEAN Meeting','','inherit','open','open','','623-revision-6','','','2011-01-27 20:49:37','2011-01-27 20:49:37','',623,'http://www.eschoolconsultants.com/2011/01/27/623-revision-6/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (630,1,'2011-01-27 20:50:37','2011-01-27 20:50:37','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\n\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01-300x225.jpg\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-621\" /></a>The mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\n\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\n\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02-300x225.jpg\" alt=\"\" title=\"20110113-02\" width=\"300\" height=\"225\" class=\"alignleft size-medium wp-image-622\" /></a>After the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.\n\nCEAN is always looking for new members and encourages anyone with an interest in The next meeting of CEAN is on Thursday, Feb. 10 at AmVets.\n\nAmVets\n1395 E Dublin Granville Road, Ste 205\nColumbus, OH 43229\n1-800-AM-VETS','Focus Learning Academy East Hosts CEAN Meeting','','inherit','open','open','','623-revision-7','','','2011-01-27 20:50:37','2011-01-27 20:50:37','',623,'http://www.eschoolconsultants.com/2011/01/27/623-revision-7/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (631,1,'2011-01-27 20:57:42','2011-01-27 20:57:42','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01-300x225.jpg\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-621\" /></a>The mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\r\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\r\n\r\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02-300x225.jpg\" alt=\"\" title=\"20110113-02\" width=\"300\" height=\"225\" class=\"alignleft size-medium wp-image-622\" /></a>After the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.\r\n\r\nCEAN is always looking for new members and invites anyone with an interest in making a difference in local employment to attend the next meeting on Thursday, Feb. 10 at AmVets:\r\n\r\n1395 E Dublin Granville Road, Ste 205\r\nColumbus, OH 43229\r\n1-800-AM-VETS','Focus Learning Academy East Hosts CEAN Meeting','','inherit','open','open','','623-revision-8','','','2011-01-27 20:57:42','2011-01-27 20:57:42','',623,'http://www.eschoolconsultants.com/2011/01/27/623-revision-8/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (632,1,'2011-01-27 20:58:27','2011-01-27 20:58:27','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01-300x225.jpg\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-621\" /></a>The mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\r\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\r\n\r\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02-300x225.jpg\" alt=\"\" title=\"20110113-02\" width=\"300\" height=\"225\" class=\"alignleft size-medium wp-image-622\" /></a>After the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.\r\n\r\nCEAN is always looking for new members and invites anyone with an interest in making a difference in local employment to attend the next meeting on Thursday, Feb. 10 at AmVets:\r\n\r\n1395 E Dublin Granville Road, Ste 205\r\nColumbus, OH 43229\r\n1-800-AM-VETS','Focus Learning Academy East Hosts CEAN Meeting','','inherit','open','open','','623-revision-9','','','2011-01-27 20:58:27','2011-01-27 20:58:27','',623,'http://www.eschoolconsultants.com/2011/01/27/623-revision-9/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (633,1,'2011-01-27 20:58:50','2011-01-27 20:58:50','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01-300x225.jpg\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-621\" /></a>The mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\r\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\r\n\r\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02-300x225.jpg\" alt=\"\" title=\"20110113-02\" width=\"300\" height=\"225\" class=\"alignleft size-medium wp-image-622\" /></a>After the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.\r\n\r\nCEAN is always looking for new members and invites anyone with an interest in making a difference in local employment to attend the next meeting on Thursday, Feb. 10 at AmVets:\r\n\r\n1395 E Dublin Granville Road, Ste 205\r\nColumbus, OH 43229\r\n1-800-AM-VETS','Focus Learning Academy East Hosts First CEAN Meeting of the Year','','inherit','open','open','','623-revision-10','','','2011-01-27 20:58:50','2011-01-27 20:58:50','',623,'http://www.eschoolconsultants.com/2011/01/27/623-revision-10/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (634,1,'2011-01-27 20:59:08','2011-01-27 20:59:08','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01-300x225.jpg\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-621\" /></a>The mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\r\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\r\n\r\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02-300x225.jpg\" alt=\"\" title=\"20110113-02\" width=\"300\" height=\"225\" class=\"alignleft size-medium wp-image-622\" /></a>After the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.\r\n\r\nCEAN is always looking for new members and invites anyone with an interest in making a difference in local employment to attend the next meeting on Thursday, Feb. 10 at AmVets:\r\n\r\n1395 E Dublin Granville Road, Ste 205\r\nColumbus, OH 43229\r\n1-800-AM-VETS','Focus Learning Academy East Hosts First CEAN Meeting of the Year at Focus East','','inherit','open','open','','623-revision-11','','','2011-01-27 20:59:08','2011-01-27 20:59:08','',623,'http://www.eschoolconsultants.com/2011/01/27/623-revision-11/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (676,1,'2011-01-31 20:15:44','2011-01-31 20:15:44','<p>eSchool Consultants offers world-class consulting for cutting-edge schools. We specialize in charter and virtual school creation and management, school curriculum and reporting administration. eSchool Consultants assists schools with the complicated process of setting up, hosting and handling their online presence. Ask how our knowledgeable and experienced staff can help your school succeed. We are also a proud member of the Better Business Bureau of Central Ohio.\r\n        <p>Owner and President of eSchool Consultants, Dr. Coletta Musick, founded the company in 2002, when she discovered that today&#8217;s youth needed additional educational options in order to succeed. Her years of experience in the public education sector have provided Dr. Musick with a breadth of insight and knowledge about school management and student success.</p>\r\n        <div class=\"hr\"></div>\r\n        <h1>About Dr. Coletta Musick, Ph.D.</h1>\r\n        <img src=\"http://www.eschoolconsultants.com/wp-content/themes/eschool3/assets/images/leadership-team/coletta-musick.jpg\" width=\"262\" height=\"262\" alt=\"Dr. Coletta Musick, Ph.D.\" class=\"alignright\" />\r\n        <p>Dr. Coletta Musick has an extensive background in education administration, having served as principal of four elementary schools, assistant superintendent and principal for a local school district, and superintendent of the nation&#8217;s first statewide K-12 online school system. Coletta earned a B.A. in Early Childhood Education from Marshall University in Huntington, WV, and both a Master of Education and Doctorate in Education Administration from Ohio University. She has served on the statewide Ohio Social Studies Model Curriculum Advisory Committee, as a member of Central Ohio SchoolNet Plus Steering Committee, on Compaq Computer Corporation&#8217;s National Advisory Committee, selected for the Learn.com Advisory Board, and being inducted into Phi Delta Kappa. As owner and president of eSchool Consultants and its subsidiaries, Coletta continues to pioneer the future of virtual education. Coletta resides in Circleville with her husband, Don. Their family includes their son Donnie, his wife Jodi, and their three children, as well as their daughter, Krisha, and her husband, Ryan.</p>\r\n        <p><strong>Career Experience:</strong></p>\r\n        <ul>\r\n            <li>Superintendent, Focus Learning Academies</li>\r\n            <li>Owner/President, eSchool Consultants, LLC and Coleeta Daycare, Columbus, OH</li>\r\n            <li>Assistant Superintendent, Reynoldsburg City Schools, Reynoldsburg, OH</li>\r\n            <li>Chief Education Officer, Triad Instruction Group, Toledo, OH</li>\r\n            <li>Superintendent, E-COT, The Electronic Classroom of Tomorrow, Columbus, OH</li>\r\n            <li>Regional Director, The TesseracT Group, Scottsdale, AZ</li>\r\n            <li>Principal, Jackson Elementary School (Preschool- 5), Williamsport, OH</li>\r\n            <li>Associate Principal, Madison No. 1 School (5-8), Phoenix, AZ</li>\r\n            <li>Assistant Superintendent/Principal, New Matamoras Elementary School (K-8), Newport, OH</li>\r\n            <li>Principal, Bartlett Jr. High School (4-8)  &amp; Cutler Primary School (K-3), Vincent, OH</li>\r\n            <li>Principal, Lawrence Elementary School, Newport, OH</li>\r\n            <li>Chapter 1 Coordinator/Teacher, Waterford Elementary School, Waterford, OH</li>\r\n        </ul>\r\n        <p><strong>Education:</strong></p>\r\n        <ul>\r\n            <li>Doctor of Philosophy, Education Administration, Ohio University, Athens, OH</li>\r\n            <li>Master of Education, Education Administration, Ohio University, Athens, OH</li>\r\n            <li>Bachelor of Arts, Early Childhood and Elementary Education, Marshall University, Huntington, WV</li>\r\n        </ul>\r\n<div class=\"hr\"></div>\r\n<h1>Our Team</h1>\r\n<p>One of eSchool Consultants’ best assets is our Leadership Team, which is made up of the Company’s Chief Officers and Department Directors. This group of qualified and driven individuals works as a team to utilize each department’s specialties, providing the comprehensive services our clients require. Learn more about the <a href=\"our-team/\">Leadership Team</a>.</p>','About Us','','inherit','open','open','','264-revision-4','','','2011-01-31 20:15:44','2011-01-31 20:15:44','',264,'http://www.eschoolconsultants.com/2011/01/31/264-revision-4/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (635,1,'2010-12-08 16:24:22','2010-12-08 16:24:22','<p>eSchool Consultants offers world-class consulting for cutting-edge schools. We specialize in charter and virtual school creation and management, school curriculum and reporting administration. eSchool Consultants assists schools with the complicated process of setting up, hosting and handling their online presence. Ask how our knowledgeable and experienced staff can help your school succeed. We are also a proud member of the Better Business Bureau of Central Ohio.\r\n        <p>Owner and President of eSchool Consultants, Dr. Coletta Musick, began this company when she discovered that today&#8217;s youth needed additional educational options in order to succeed. Her years of experience in the public education sector have provided Dr. Musick with a breadth of insight and knowledge about school management and student success.</p>\r\n        <div class=\"hr\"></div>\r\n        <h1>About Dr. Coletta Musick, Ph.D.</h1>\r\n        <img src=\"http://www.eschoolconsultants.com/wp-content/themes/eschool3/assets/images/leadership-team/coletta-musick.jpg\" width=\"262\" height=\"262\" alt=\"Dr. Coletta Musick, Ph.D.\" class=\"alignright\" />\r\n        <p>Dr. Coletta Musick has an extensive background in education administration, having served as principal of four elementary schools, assistant superintendent and principal for a local school district, and superintendent of the nation&#8217;s first statewide K-12 online school system. Coletta earned a B.A. in Early Childhood Education from Marshall University in Huntington, WV, and both a Master of Education and Doctorate in Education Administration from Ohio University. She has served on the statewide Ohio Social Studies Model Curriculum Advisory Committee, as a member of Central Ohio SchoolNet Plus Steering Committee, on Compaq Computer Corporation&#8217;s National Advisory Committee, selected for the Learn.com Advisory Board, and being inducted into Phi Delta Kappa. As owner and president of eSchool Consultants and its subsidiaries, Coletta continues to pioneer the future of virtual education. Coletta resides in Circleville with her husband, Don. Their family includes their son Donnie, his wife Jodi, and their three children, as well as their daughter, Krisha, and her husband, Ryan.</p>\r\n        <p><strong>Career Experience:</strong></p>\r\n        <ul>\r\n            <li>Superintendent, Focus Learning Academies</li>\r\n            <li>Owner/President, eSchool Consultants, LLC and Coleeta Daycare, Columbus, OH</li>\r\n            <li>Assistant Superintendent, Reynoldsburg City Schools, Reynoldsburg, OH</li>\r\n            <li>Chief Education Officer, Triad Instruction Group, Toledo, OH</li>\r\n            <li>Superintendent, E-COT, The Electronic Classroom of Tomorrow, Columbus, OH</li>\r\n            <li>Regional Director, The TesseracT Group, Scottsdale, AZ</li>\r\n            <li>Principal, Jackson Elementary School (Preschool- 5), Williamsport, OH</li>\r\n            <li>Associate Principal, Madison No. 1 School (5-8), Phoenix, AZ</li>\r\n            <li>Assistant Superintendent/Principal, New Matamoras Elementary School (K-8), Newport, OH</li>\r\n            <li>Principal, Bartlett Jr. High School (4-8)  &amp; Cutler Primary School (K-3), Vincent, OH</li>\r\n            <li>Principal, Lawrence Elementary School, Newport, OH</li>\r\n            <li>Chapter 1 Coordinator/Teacher, Waterford Elementary School, Waterford, OH</li>\r\n        </ul>\r\n        <p><strong>Education:</strong></p>\r\n        <ul>\r\n            <li>Doctor of Philosophy, Education Administration, Ohio University, Athens, OH</li>\r\n            <li>Master of Education, Education Administration, Ohio University, Athens, OH</li>\r\n            <li>Bachelor of Arts, Early Childhood and Elementary Education, Marshall University, Huntington, WV</li>\r\n        </ul>\r\n<div class=\"hr\"></div>\r\n<h1>Our Team</h1>\r\n<p>One of eSchool Consultants’ best assets is our Leadership Team, which is made up of the Company’s Chief Officers and Department Directors. This group of qualified and driven individuals works as a team to utilize each department’s specialties, providing the comprehensive services our clients require. Learn more about the <a href=\"our-team/\">Leadership Team</a>.</p>','About Us','','inherit','open','open','','264-revision-3','','','2010-12-08 16:24:22','2010-12-08 16:24:22','',264,'http://www.eschoolconsultants.com/2010/12/08/264-revision-3/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (719,1,'2013-01-03 18:02:19','2013-01-03 18:02:19','','coletta-musick','','inherit','open','open','','coletta-musick','','','2013-01-03 18:02:19','2013-01-03 18:02:19','',264,'http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/11/coletta-musick.jpeg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (637,1,'2011-02-04 15:29:01','2011-02-04 15:29:01','','eSchool Consultants','','inherit','open','open','','636-revision','','','2011-02-04 15:29:01','2011-02-04 15:29:01','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (638,1,'2011-02-04 15:30:02','2011-02-04 15:30:02','','eSchool Consultants Congratulations the 2011 Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-2','','','2011-02-04 15:30:02','2011-02-04 15:30:02','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (639,1,'2011-02-04 15:30:09','2011-02-04 15:30:09','','eSchool Consultants Congratulates the 2011 Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-3','','','2011-02-04 15:30:09','2011-02-04 15:30:09','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-3/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (640,1,'2011-02-04 15:31:47','2011-02-04 15:31:47','Congratulations to the following graduates of Focus Learning Academy:\n\n','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-4','','','2011-02-04 15:31:47','2011-02-04 15:31:47','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-4/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (641,1,'2011-02-04 15:32:35','2011-02-04 15:32:35','Congratulations to the following graduates of Focus Learning Academy:\r\n\r\n<table>\r\n<tr>\r\n<td>Focus East</td>\r\n<td>Focus North</td>\r\n<td>Focus Southwest</td>\r\n<tr>\r\n</table>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-5','','','2011-02-04 15:32:35','2011-02-04 15:32:35','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-5/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (642,1,'2011-02-04 15:37:17','2011-02-04 15:37:17','Congratulations to the following graduates of Focus Learning Academy:\r\n\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n    <tr>\r\n        <td>Focus East</td>\r\n        <td>Focus North</td>\r\n        <td>Focus Southwest</td>\r\n    </tr>\r\n    <tr>\r\n        <td><ol>\r\n                <li>Shontae Maria Bennett+ </li>\r\n                <li>Andrew David Blakely*</li>\r\n                <li>Destiny Lanae Chavis</li>\r\n                <li>Brittney DaShawn Donston*</li>\r\n                <li>Brittney Nilcole Claira Jones*</li>\r\n                <li>Ashley Renee Morris*</li>\r\n                <li>Keonte\' Durell Sheppard</li>\r\n                <li>Calinda Christine Willis</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Cintia Baez</li>\r\n                <li>Chardae Hawkins</li>\r\n                <li>Ra\'Shawn Renee\' Jordan</li>\r\n                <li>Marie Malval</li>\r\n                <li>Stafford Mcdonald</li>\r\n                <li>Yaneth Ruiz*</li>\r\n                <li>Joseph Stith</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\r\n                <li>Ashley Rayanne Chapman</li>\r\n                <li>Kyle Wyant Conrad</li>\r\n                <li>Megan Nicole Fiorentini</li>\r\n                <li>Tyreeka Elaine Keys</li>\r\n                <li>Cloressa Anne Longmire</li>\r\n                <li>Curtis Michael Tate</li>\r\n                <li>Asia Ada Taylor</li>\r\n                <li>Tabitha Kay Thacker++</li>\r\n            </ol></td>\r\n    </tr>\r\n</table>\r\n<p>+Valedictorian<br>\r\n    <em>++ Salutatorian</em><br>\r\n    *Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-6','','','2011-02-04 15:37:17','2011-02-04 15:37:17','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-6/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (643,1,'2011-02-04 15:39:39','2011-02-04 15:39:39','Congratulations to the following graduates of Focus Learning Academy:\r\n\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n    <thead>\r\n    <tr>\r\n        <th>Focus East</th>\r\n        <th>Focus North</th>\r\n        <th>Focus Southwest</th>\r\n    </tr>\r\n    </thead>\r\n    <tr>\r\n        <td><ol>\r\n                <li>Shontae Maria Bennett+ </li>\r\n                <li>Andrew David Blakely*</li>\r\n                <li>Destiny Lanae Chavis</li>\r\n                <li>Brittney DaShawn Donston*</li>\r\n                <li>Brittney Nilcole Claira Jones*</li>\r\n                <li>Ashley Renee Morris*</li>\r\n                <li>Keonte\' Durell Sheppard</li>\r\n                <li>Calinda Christine Willis</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Cintia Baez</li>\r\n                <li>Chardae Hawkins</li>\r\n                <li>Ra\'Shawn Renee\' Jordan</li>\r\n                <li>Marie Malval</li>\r\n                <li>Stafford Mcdonald</li>\r\n                <li>Yaneth Ruiz*</li>\r\n                <li>Joseph Stith</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\r\n                <li>Ashley Rayanne Chapman</li>\r\n                <li>Kyle Wyant Conrad</li>\r\n                <li>Megan Nicole Fiorentini</li>\r\n                <li>Tyreeka Elaine Keys</li>\r\n                <li>Cloressa Anne Longmire</li>\r\n                <li>Curtis Michael Tate</li>\r\n                <li>Asia Ada Taylor</li>\r\n                <li>Tabitha Kay Thacker++</li>\r\n            </ol></td>\r\n    </tr>\r\n</table>\r\n<p>+Valedictorian<br>\r\n    <em>++ Salutatorian</em><br>\r\n    *Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-7','','','2011-02-04 15:39:39','2011-02-04 15:39:39','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-7/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (645,1,'2011-02-04 15:41:39','2011-02-04 15:41:39','<p>Congratulations to the following graduates of Focus Learning Academy:</p>\r\n\r\n<table>\r\n    <thead>\r\n    <tr>\r\n        <th width=\"33%\">Focus East</th>\r\n        <th width=\"34%\">Focus North</th>\r\n        <th width=\"33%\">Focus Southwest</th>\r\n    </tr>\r\n    </thead>\r\n    <tr>\r\n        <td><ol>\r\n                <li>Shontae Maria Bennett+ </li>\r\n                <li>Andrew David Blakely*</li>\r\n                <li>Destiny Lanae Chavis</li>\r\n                <li>Brittney DaShawn Donston*</li>\r\n                <li>Brittney Nilcole Claira Jones*</li>\r\n                <li>Ashley Renee Morris*</li>\r\n                <li>Keonte\' Durell Sheppard</li>\r\n                <li>Calinda Christine Willis</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Cintia Baez</li>\r\n                <li>Chardae Hawkins</li>\r\n                <li>Ra\'Shawn Renee\' Jordan</li>\r\n                <li>Marie Malval</li>\r\n                <li>Stafford Mcdonald</li>\r\n                <li>Yaneth Ruiz*</li>\r\n                <li>Joseph Stith</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\r\n                <li>Ashley Rayanne Chapman</li>\r\n                <li>Kyle Wyant Conrad</li>\r\n                <li>Megan Nicole Fiorentini</li>\r\n                <li>Tyreeka Elaine Keys</li>\r\n                <li>Cloressa Anne Longmire</li>\r\n                <li>Curtis Michael Tate</li>\r\n                <li>Asia Ada Taylor</li>\r\n                <li>Tabitha Kay Thacker++</li>\r\n            </ol></td>\r\n    </tr>\r\n</table>\r\n<p>+Valedictorian<br>\r\n    <em>++ Salutatorian</em><br>\r\n    *Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-9','','','2011-02-04 15:41:39','2011-02-04 15:41:39','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-9/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (644,1,'2011-02-04 15:40:16','2011-02-04 15:40:16','Congratulations to the following graduates of Focus Learning Academy:\r\n\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n    <thead>\r\n    <tr>\r\n        <th width=\"33%\">Focus East</th>\r\n        <th width=\"34%\">Focus North</th>\r\n        <th width=\"33%\">Focus Southwest</th>\r\n    </tr>\r\n    </thead>\r\n    <tr>\r\n        <td><ol>\r\n                <li>Shontae Maria Bennett+ </li>\r\n                <li>Andrew David Blakely*</li>\r\n                <li>Destiny Lanae Chavis</li>\r\n                <li>Brittney DaShawn Donston*</li>\r\n                <li>Brittney Nilcole Claira Jones*</li>\r\n                <li>Ashley Renee Morris*</li>\r\n                <li>Keonte\' Durell Sheppard</li>\r\n                <li>Calinda Christine Willis</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Cintia Baez</li>\r\n                <li>Chardae Hawkins</li>\r\n                <li>Ra\'Shawn Renee\' Jordan</li>\r\n                <li>Marie Malval</li>\r\n                <li>Stafford Mcdonald</li>\r\n                <li>Yaneth Ruiz*</li>\r\n                <li>Joseph Stith</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\r\n                <li>Ashley Rayanne Chapman</li>\r\n                <li>Kyle Wyant Conrad</li>\r\n                <li>Megan Nicole Fiorentini</li>\r\n                <li>Tyreeka Elaine Keys</li>\r\n                <li>Cloressa Anne Longmire</li>\r\n                <li>Curtis Michael Tate</li>\r\n                <li>Asia Ada Taylor</li>\r\n                <li>Tabitha Kay Thacker++</li>\r\n            </ol></td>\r\n    </tr>\r\n</table>\r\n<p>+Valedictorian<br>\r\n    <em>++ Salutatorian</em><br>\r\n    *Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-8','','','2011-02-04 15:40:16','2011-02-04 15:40:16','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-8/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (646,1,'2011-02-04 15:42:14','2011-02-04 15:42:14','<p>Congratulations to the following graduates of Focus Learning Academy:</p>\r\n\r\n<table>\r\n    <thead>\r\n    <tr>\r\n        <th width=\"33%\">Focus East</th>\r\n        <th width=\"34%\">Focus North</th>\r\n        <th width=\"33%\">Focus Southwest</th>\r\n    </tr>\r\n    </thead>\r\n    <tr>\r\n        <td><ol>\r\n                <li>Shontae Maria Bennett+ </li>\r\n                <li>Andrew David Blakely*</li>\r\n                <li>Destiny Lanae Chavis</li>\r\n                <li>Brittney DaShawn Donston*</li>\r\n                <li>Brittney Nilcole Claira Jones*</li>\r\n                <li>Ashley Renee Morris*</li>\r\n                <li>Keonte\' Durell Sheppard</li>\r\n                <li>Calinda Christine Willis</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Cintia Baez</li>\r\n                <li>Chardae Hawkins</li>\r\n                <li>Ra\'Shawn Renee\' Jordan</li>\r\n                <li>Marie Malval</li>\r\n                <li>Stafford Mcdonald</li>\r\n                <li>Yaneth Ruiz*</li>\r\n                <li>Joseph Stith</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\r\n                <li>Ashley Rayanne Chapman</li>\r\n                <li>Kyle Wyant Conrad</li>\r\n                <li>Megan Nicole Fiorentini</li>\r\n                <li>Tyreeka Elaine Keys</li>\r\n                <li>Cloressa Anne Longmire</li>\r\n                <li>Curtis Michael Tate</li>\r\n                <li>Asia Ada Taylor</li>\r\n                <li>Tabitha Kay Thacker++</li>\r\n            </ol></td>\r\n    </tr>\r\n</table>\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-10','','','2011-02-04 15:42:14','2011-02-04 15:42:14','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-10/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (647,1,'2011-02-04 15:47:35','2011-02-04 15:47:35','<p>eSchool Consultants would like to congratulate Focus Learning Academy\'s graduating class of 2011, who will receive their diplomas </p><br />\n\n<table>\n    <thead>\n    <tr>\n        <th width=\"33%\">Focus East</th>\n        <th width=\"34%\">Focus North</th>\n        <th width=\"33%\">Focus Southwest</th>\n    </tr>\n    </thead>\n    <tr>\n        <td><ol>\n                <li>Shontae Maria Bennett+ </li>\n                <li>Andrew David Blakely*</li>\n                <li>Destiny Lanae Chavis</li>\n                <li>Brittney DaShawn Donston*</li>\n                <li>Brittney Nilcole Claira Jones*</li>\n                <li>Ashley Renee Morris*</li>\n                <li>Keonte\' Durell Sheppard</li>\n                <li>Calinda Christine Willis</li>\n            </ol></td>\n        <td><ol>\n                <li>Cintia Baez</li>\n                <li>Chardae Hawkins</li>\n                <li>Ra\'Shawn Renee\' Jordan</li>\n                <li>Marie Malval</li>\n                <li>Stafford Mcdonald</li>\n                <li>Yaneth Ruiz*</li>\n                <li>Joseph Stith</li>\n            </ol></td>\n        <td><ol>\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\n                <li>Ashley Rayanne Chapman</li>\n                <li>Kyle Wyant Conrad</li>\n                <li>Megan Nicole Fiorentini</li>\n                <li>Tyreeka Elaine Keys</li>\n                <li>Cloressa Anne Longmire</li>\n                <li>Curtis Michael Tate</li>\n                <li>Asia Ada Taylor</li>\n                <li>Tabitha Kay Thacker++</li>\n            </ol></td>\n    </tr>\n</table><br />\n<p>+Valedictorian</p>\n<p>++ Salutatorian</p>\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-11','','','2011-02-04 15:47:35','2011-02-04 15:47:35','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-11/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (648,1,'2011-02-04 15:49:53','2011-02-04 15:49:53','<p>eSchool Consultants would like to congratulate Focus Learning Academy\'s Class of 2011, who will receive their diplomas today at Winter Commencement. The ceremony, which will be held at Lighthouse Ministries, will honor the students for their</p><br />\n\n<table>\n    <thead>\n    <tr>\n        <th width=\"33%\">Focus East</th>\n        <th width=\"34%\">Focus North</th>\n        <th width=\"33%\">Focus Southwest</th>\n    </tr>\n    </thead>\n    <tr>\n        <td><ol>\n                <li>Shontae Maria Bennett+ </li>\n                <li>Andrew David Blakely*</li>\n                <li>Destiny Lanae Chavis</li>\n                <li>Brittney DaShawn Donston*</li>\n                <li>Brittney Nilcole Claira Jones*</li>\n                <li>Ashley Renee Morris*</li>\n                <li>Keonte\' Durell Sheppard</li>\n                <li>Calinda Christine Willis</li>\n            </ol></td>\n        <td><ol>\n                <li>Cintia Baez</li>\n                <li>Chardae Hawkins</li>\n                <li>Ra\'Shawn Renee\' Jordan</li>\n                <li>Marie Malval</li>\n                <li>Stafford Mcdonald</li>\n                <li>Yaneth Ruiz*</li>\n                <li>Joseph Stith</li>\n            </ol></td>\n        <td><ol>\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\n                <li>Ashley Rayanne Chapman</li>\n                <li>Kyle Wyant Conrad</li>\n                <li>Megan Nicole Fiorentini</li>\n                <li>Tyreeka Elaine Keys</li>\n                <li>Cloressa Anne Longmire</li>\n                <li>Curtis Michael Tate</li>\n                <li>Asia Ada Taylor</li>\n                <li>Tabitha Kay Thacker++</li>\n            </ol></td>\n    </tr>\n</table><br />\n<p>+Valedictorian</p>\n<p>++ Salutatorian</p>\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-12','','','2011-02-04 15:49:53','2011-02-04 15:49:53','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-12/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (649,1,'2011-02-04 15:51:07','2011-02-04 15:51:07','<p>eSchool Consultants would like to congratulate Focus Learning Academy\'s Class of 2011, who will receive their diplomas today at Winter Commencement. The ceremony, which is to be held at Lighthouse Ministries, will feature guest speaker Anthony S. Trotman, </p><br />\n\n<table>\n    <thead>\n    <tr>\n        <th width=\"33%\">Focus East</th>\n        <th width=\"34%\">Focus North</th>\n        <th width=\"33%\">Focus Southwest</th>\n    </tr>\n    </thead>\n    <tr>\n        <td><ol>\n                <li>Shontae Maria Bennett+ </li>\n                <li>Andrew David Blakely*</li>\n                <li>Destiny Lanae Chavis</li>\n                <li>Brittney DaShawn Donston*</li>\n                <li>Brittney Nilcole Claira Jones*</li>\n                <li>Ashley Renee Morris*</li>\n                <li>Keonte\' Durell Sheppard</li>\n                <li>Calinda Christine Willis</li>\n            </ol></td>\n        <td><ol>\n                <li>Cintia Baez</li>\n                <li>Chardae Hawkins</li>\n                <li>Ra\'Shawn Renee\' Jordan</li>\n                <li>Marie Malval</li>\n                <li>Stafford Mcdonald</li>\n                <li>Yaneth Ruiz*</li>\n                <li>Joseph Stith</li>\n            </ol></td>\n        <td><ol>\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\n                <li>Ashley Rayanne Chapman</li>\n                <li>Kyle Wyant Conrad</li>\n                <li>Megan Nicole Fiorentini</li>\n                <li>Tyreeka Elaine Keys</li>\n                <li>Cloressa Anne Longmire</li>\n                <li>Curtis Michael Tate</li>\n                <li>Asia Ada Taylor</li>\n                <li>Tabitha Kay Thacker++</li>\n            </ol></td>\n    </tr>\n</table><br />\n<p>+Valedictorian</p>\n<p>++ Salutatorian</p>\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-13','','','2011-02-04 15:51:07','2011-02-04 15:51:07','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-13/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (650,1,'2011-02-04 15:52:33','2011-02-04 15:52:33','<p>eSchool Consultants would like to congratulate the Focus Learning Academy Winter Class of 2011, who will receive their much-deserved diplomas today. The ceremony, which is to be held at Lighthouse Ministries, will feature guest speaker Anthony S. Trotman, Director, Franklin County Department of Job & Family Services.</p><br />\n\n<table>\n    <thead>\n    <tr>\n        <th width=\"33%\">Focus East</th>\n        <th width=\"34%\">Focus North</th>\n        <th width=\"33%\">Focus Southwest</th>\n    </tr>\n    </thead>\n    <tr>\n        <td><ol>\n                <li>Shontae Maria Bennett+ </li>\n                <li>Andrew David Blakely*</li>\n                <li>Destiny Lanae Chavis</li>\n                <li>Brittney DaShawn Donston*</li>\n                <li>Brittney Nilcole Claira Jones*</li>\n                <li>Ashley Renee Morris*</li>\n                <li>Keonte\' Durell Sheppard</li>\n                <li>Calinda Christine Willis</li>\n            </ol></td>\n        <td><ol>\n                <li>Cintia Baez</li>\n                <li>Chardae Hawkins</li>\n                <li>Ra\'Shawn Renee\' Jordan</li>\n                <li>Marie Malval</li>\n                <li>Stafford Mcdonald</li>\n                <li>Yaneth Ruiz*</li>\n                <li>Joseph Stith</li>\n            </ol></td>\n        <td><ol>\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\n                <li>Ashley Rayanne Chapman</li>\n                <li>Kyle Wyant Conrad</li>\n                <li>Megan Nicole Fiorentini</li>\n                <li>Tyreeka Elaine Keys</li>\n                <li>Cloressa Anne Longmire</li>\n                <li>Curtis Michael Tate</li>\n                <li>Asia Ada Taylor</li>\n                <li>Tabitha Kay Thacker++</li>\n            </ol></td>\n    </tr>\n</table><br />\n<p>+Valedictorian</p>\n<p>++ Salutatorian</p>\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-14','','','2011-02-04 15:52:33','2011-02-04 15:52:33','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-14/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (651,1,'2011-02-04 15:52:55','2011-02-04 15:52:55','<p>eSchool Consultants would like to congratulate the Focus Learning Academy Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature guest speaker Anthony S. Trotman, Director, Franklin County Department of Job & Family Services.</p><br />\r\n\r\n<table>\r\n    <thead>\r\n    <tr>\r\n        <th width=\"33%\">Focus East</th>\r\n        <th width=\"34%\">Focus North</th>\r\n        <th width=\"33%\">Focus Southwest</th>\r\n    </tr>\r\n    </thead>\r\n    <tr>\r\n        <td><ol>\r\n                <li>Shontae Maria Bennett+ </li>\r\n                <li>Andrew David Blakely*</li>\r\n                <li>Destiny Lanae Chavis</li>\r\n                <li>Brittney DaShawn Donston*</li>\r\n                <li>Brittney Nilcole Claira Jones*</li>\r\n                <li>Ashley Renee Morris*</li>\r\n                <li>Keonte\' Durell Sheppard</li>\r\n                <li>Calinda Christine Willis</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Cintia Baez</li>\r\n                <li>Chardae Hawkins</li>\r\n                <li>Ra\'Shawn Renee\' Jordan</li>\r\n                <li>Marie Malval</li>\r\n                <li>Stafford Mcdonald</li>\r\n                <li>Yaneth Ruiz*</li>\r\n                <li>Joseph Stith</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\r\n                <li>Ashley Rayanne Chapman</li>\r\n                <li>Kyle Wyant Conrad</li>\r\n                <li>Megan Nicole Fiorentini</li>\r\n                <li>Tyreeka Elaine Keys</li>\r\n                <li>Cloressa Anne Longmire</li>\r\n                <li>Curtis Michael Tate</li>\r\n                <li>Asia Ada Taylor</li>\r\n                <li>Tabitha Kay Thacker++</li>\r\n            </ol></td>\r\n    </tr>\r\n</table><br />\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-15','','','2011-02-04 15:52:55','2011-02-04 15:52:55','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-15/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (652,1,'2011-02-04 15:53:26','2011-02-04 15:53:26','<p>eSchool Consultants would like to congratulate the Focus Learning Academy Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature guest speaker Anthony S. Trotman, Director, Franklin County Department of Job & Family Services.</p><br />\r\n\r\n<p><table>\r\n    <thead>\r\n    <tr>\r\n        <th width=\"33%\">Focus East</th>\r\n        <th width=\"34%\">Focus North</th>\r\n        <th width=\"33%\">Focus Southwest</th>\r\n    </tr>\r\n    </thead>\r\n    <tr>\r\n        <td><ol>\r\n                <li>Shontae Maria Bennett+ </li>\r\n                <li>Andrew David Blakely*</li>\r\n                <li>Destiny Lanae Chavis</li>\r\n                <li>Brittney DaShawn Donston*</li>\r\n                <li>Brittney Nilcole Claira Jones*</li>\r\n                <li>Ashley Renee Morris*</li>\r\n                <li>Keonte\' Durell Sheppard</li>\r\n                <li>Calinda Christine Willis</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Cintia Baez</li>\r\n                <li>Chardae Hawkins</li>\r\n                <li>Ra\'Shawn Renee\' Jordan</li>\r\n                <li>Marie Malval</li>\r\n                <li>Stafford Mcdonald</li>\r\n                <li>Yaneth Ruiz*</li>\r\n                <li>Joseph Stith</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\r\n                <li>Ashley Rayanne Chapman</li>\r\n                <li>Kyle Wyant Conrad</li>\r\n                <li>Megan Nicole Fiorentini</li>\r\n                <li>Tyreeka Elaine Keys</li>\r\n                <li>Cloressa Anne Longmire</li>\r\n                <li>Curtis Michael Tate</li>\r\n                <li>Asia Ada Taylor</li>\r\n                <li>Tabitha Kay Thacker++</li>\r\n            </ol></td>\r\n    </tr>\r\n</table></p><br />\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-16','','','2011-02-04 15:53:26','2011-02-04 15:53:26','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-16/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (653,1,'2011-02-04 15:55:25','2011-02-04 15:55:25','<p>eSchool Consultants would like to congratulate the Focus Learning Academy Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. Congratulations to the following twenty</p><br />\n\n<p><table>\n    <thead>\n    <tr>\n        <th width=\"33%\">Focus East</th>\n        <th width=\"34%\">Focus North</th>\n        <th width=\"33%\">Focus Southwest</th>\n    </tr>\n    </thead>\n    <tr>\n        <td><ol>\n                <li>Shontae Maria Bennett+ </li>\n                <li>Andrew David Blakely*</li>\n                <li>Destiny Lanae Chavis</li>\n                <li>Brittney DaShawn Donston*</li>\n                <li>Brittney Nilcole Claira Jones*</li>\n                <li>Ashley Renee Morris*</li>\n                <li>Keonte\' Durell Sheppard</li>\n                <li>Calinda Christine Willis</li>\n            </ol></td>\n        <td><ol>\n                <li>Cintia Baez</li>\n                <li>Chardae Hawkins</li>\n                <li>Ra\'Shawn Renee\' Jordan</li>\n                <li>Marie Malval</li>\n                <li>Stafford Mcdonald</li>\n                <li>Yaneth Ruiz*</li>\n                <li>Joseph Stith</li>\n            </ol></td>\n        <td><ol>\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\n                <li>Ashley Rayanne Chapman</li>\n                <li>Kyle Wyant Conrad</li>\n                <li>Megan Nicole Fiorentini</li>\n                <li>Tyreeka Elaine Keys</li>\n                <li>Cloressa Anne Longmire</li>\n                <li>Curtis Michael Tate</li>\n                <li>Asia Ada Taylor</li>\n                <li>Tabitha Kay Thacker++</li>\n            </ol></td>\n    </tr>\n</table></p><br />\n<p>+Valedictorian</p>\n<p>++ Salutatorian</p>\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-17','','','2011-02-04 15:55:25','2011-02-04 15:55:25','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-17/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (654,1,'2011-02-04 15:58:37','2011-02-04 15:58:37','<p>eSchool Consultants would like to congratulate the Focus Learning Academy Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May this year\'s graduating class find success in whichever endeavors</p><br />\n\n<p><table>\n    <thead>\n    <tr>\n        <th width=\"33%\">Focus East</th>\n        <th width=\"34%\">Focus North</th>\n        <th width=\"33%\">Focus Southwest</th>\n    </tr>\n    </thead>\n    <tr>\n        <td><ol>\n                <li>Shontae Maria Bennett+ </li>\n                <li>Andrew David Blakely*</li>\n                <li>Destiny Lanae Chavis</li>\n                <li>Brittney DaShawn Donston*</li>\n                <li>Brittney Nilcole Claira Jones*</li>\n                <li>Ashley Renee Morris*</li>\n                <li>Keonte\' Durell Sheppard</li>\n                <li>Calinda Christine Willis</li>\n            </ol></td>\n        <td><ol>\n                <li>Cintia Baez</li>\n                <li>Chardae Hawkins</li>\n                <li>Ra\'Shawn Renee\' Jordan</li>\n                <li>Marie Malval</li>\n                <li>Stafford Mcdonald</li>\n                <li>Yaneth Ruiz*</li>\n                <li>Joseph Stith</li>\n            </ol></td>\n        <td><ol>\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\n                <li>Ashley Rayanne Chapman</li>\n                <li>Kyle Wyant Conrad</li>\n                <li>Megan Nicole Fiorentini</li>\n                <li>Tyreeka Elaine Keys</li>\n                <li>Cloressa Anne Longmire</li>\n                <li>Curtis Michael Tate</li>\n                <li>Asia Ada Taylor</li>\n                <li>Tabitha Kay Thacker++</li>\n            </ol></td>\n    </tr>\n</table></p><br />\n<p>+Valedictorian</p>\n<p>++ Salutatorian</p>\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-18','','','2011-02-04 15:58:37','2011-02-04 15:58:37','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-18/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (655,1,'2011-02-04 15:59:35','2011-02-04 15:59:35','<p>eSchool Consultants would like to congratulate the Focus Learning Academy Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May this year\'s graduating class find success in whichever endeavors</p><br />\r\n\r\n<p><table>\r\n    <thead>\r\n    <tr>\r\n        <th width=\"33%\">Focus East</th>\r\n        <th width=\"34%\">Focus North</th>\r\n        <th width=\"33%\">Focus Southwest</th>\r\n    </tr>\r\n    </thead>\r\n    <tr>\r\n        <td><ol>\r\n                <li>Shontae Maria Bennett+ </li>\r\n                <li>Andrew David Blakely*</li>\r\n                <li>Destiny Lanae Chavis</li>\r\n                <li>Brittney DaShawn Donston*</li>\r\n                <li>Brittney Nilcole Claira Jones*</li>\r\n                <li>Ashley Renee Morris*</li>\r\n                <li>Keonte\' Durell Sheppard</li>\r\n                <li>Calinda Christine Willis</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Cintia Baez</li>\r\n                <li>Chardae Hawkins</li>\r\n                <li>Ra\'Shawn Renee\' Jordan</li>\r\n                <li>Marie Malval</li>\r\n                <li>Stafford Mcdonald</li>\r\n                <li>Yaneth Ruiz*</li>\r\n                <li>Joseph Stith</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\r\n                <li>Ashley Rayanne Chapman</li>\r\n                <li>Kyle Wyant Conrad</li>\r\n                <li>Megan Nicole Fiorentini</li>\r\n                <li>Tyreeka Elaine Keys</li>\r\n                <li>Cloressa Anne Longmire</li>\r\n                <li>Curtis Michael Tate</li>\r\n                <li>Asia Ada Taylor</li>\r\n                <li>Tabitha Kay Thacker++</li>\r\n            </ol></td>\r\n    </tr>\r\n</table></p><br />\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-19','','','2011-02-04 15:59:35','2011-02-04 15:59:35','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-19/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (656,1,'2011-02-04 16:11:58','2011-02-04 16:11:58','<p>eSchool Consultants would like to congratulate the Focus Learning Academy Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May the 2011 Graduating Class find success in whichever endeavors they pursue!</p><br />\r\n\r\n<p><table>\r\n    <thead>\r\n    <tr>\r\n        <th width=\"33%\">Focus East</th>\r\n        <th width=\"34%\">Focus North</th>\r\n        <th width=\"33%\">Focus Southwest</th>\r\n    </tr>\r\n    </thead>\r\n    <tr>\r\n        <td><ol>\r\n                <li>Shontae Maria Bennett+ </li>\r\n                <li>Andrew David Blakely*</li>\r\n                <li>Destiny Lanae Chavis</li>\r\n                <li>Brittney DaShawn Donston*</li>\r\n                <li>Brittney Nilcole Claira Jones*</li>\r\n                <li>Ashley Renee Morris*</li>\r\n                <li>Keonte\' Durell Sheppard</li>\r\n                <li>Calinda Christine Willis</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Cintia Baez</li>\r\n                <li>Chardae Hawkins</li>\r\n                <li>Ra\'Shawn Renee\' Jordan</li>\r\n                <li>Marie Malval</li>\r\n                <li>Stafford Mcdonald</li>\r\n                <li>Yaneth Ruiz*</li>\r\n                <li>Joseph Stith</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\r\n                <li>Ashley Rayanne Chapman</li>\r\n                <li>Kyle Wyant Conrad</li>\r\n                <li>Megan Nicole Fiorentini</li>\r\n                <li>Tyreeka Elaine Keys</li>\r\n                <li>Cloressa Anne Longmire</li>\r\n                <li>Curtis Michael Tate</li>\r\n                <li>Asia Ada Taylor</li>\r\n                <li>Tabitha Kay Thacker++</li>\r\n            </ol></td>\r\n    </tr>\r\n</table></p><br />\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-20','','','2011-02-04 16:11:58','2011-02-04 16:11:58','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-20/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (658,1,'2011-02-04 16:12:31','2011-02-04 16:12:31','<p>eSchool Consultants would like to congratulate the Focus Learning Academy Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May the 2011 Graduating Class find success in whichever endeavors they pursue!</p>\r\n\r\n<p><table>\r\n    <thead>\r\n    <tr>\r\n        <th width=\"33%\">Focus East</th>\r\n        <th width=\"34%\">Focus North</th>\r\n        <th width=\"33%\">Focus Southwest</th>\r\n    </tr>\r\n    </thead>\r\n    <tr>\r\n        <td><ol>\r\n                <li>Shontae Maria Bennett+ </li>\r\n                <li>Andrew David Blakely*</li>\r\n                <li>Destiny Lanae Chavis</li>\r\n                <li>Brittney DaShawn Donston*</li>\r\n                <li>Brittney Nilcole Claira Jones*</li>\r\n                <li>Ashley Renee Morris*</li>\r\n                <li>Keonte\' Durell Sheppard</li>\r\n                <li>Calinda Christine Willis</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Cintia Baez</li>\r\n                <li>Chardae Hawkins</li>\r\n                <li>Ra\'Shawn Renee\' Jordan</li>\r\n                <li>Marie Malval</li>\r\n                <li>Stafford Mcdonald</li>\r\n                <li>Yaneth Ruiz*</li>\r\n                <li>Joseph Stith</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\r\n                <li>Ashley Rayanne Chapman</li>\r\n                <li>Kyle Wyant Conrad</li>\r\n                <li>Megan Nicole Fiorentini</li>\r\n                <li>Tyreeka Elaine Keys</li>\r\n                <li>Cloressa Anne Longmire</li>\r\n                <li>Curtis Michael Tate</li>\r\n                <li>Asia Ada Taylor</li>\r\n                <li>Tabitha Kay Thacker++</li>\r\n            </ol></td>\r\n    </tr>\r\n</table></p><br />\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-22','','','2011-02-04 16:12:31','2011-02-04 16:12:31','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-22/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (657,1,'2011-02-04 16:12:21','2011-02-04 16:12:21','<p>eSchool Consultants would like to congratulate the Focus Learning Academy Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May the 2011 Graduating Class find success in whichever endeavors they pursue!</p><br /><br />\r\n\r\n<p><table>\r\n    <thead>\r\n    <tr>\r\n        <th width=\"33%\">Focus East</th>\r\n        <th width=\"34%\">Focus North</th>\r\n        <th width=\"33%\">Focus Southwest</th>\r\n    </tr>\r\n    </thead>\r\n    <tr>\r\n        <td><ol>\r\n                <li>Shontae Maria Bennett+ </li>\r\n                <li>Andrew David Blakely*</li>\r\n                <li>Destiny Lanae Chavis</li>\r\n                <li>Brittney DaShawn Donston*</li>\r\n                <li>Brittney Nilcole Claira Jones*</li>\r\n                <li>Ashley Renee Morris*</li>\r\n                <li>Keonte\' Durell Sheppard</li>\r\n                <li>Calinda Christine Willis</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Cintia Baez</li>\r\n                <li>Chardae Hawkins</li>\r\n                <li>Ra\'Shawn Renee\' Jordan</li>\r\n                <li>Marie Malval</li>\r\n                <li>Stafford Mcdonald</li>\r\n                <li>Yaneth Ruiz*</li>\r\n                <li>Joseph Stith</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\r\n                <li>Ashley Rayanne Chapman</li>\r\n                <li>Kyle Wyant Conrad</li>\r\n                <li>Megan Nicole Fiorentini</li>\r\n                <li>Tyreeka Elaine Keys</li>\r\n                <li>Cloressa Anne Longmire</li>\r\n                <li>Curtis Michael Tate</li>\r\n                <li>Asia Ada Taylor</li>\r\n                <li>Tabitha Kay Thacker++</li>\r\n            </ol></td>\r\n    </tr>\r\n</table></p><br />\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-21','','','2011-02-04 16:12:21','2011-02-04 16:12:21','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-21/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (659,1,'2011-02-04 16:12:39','2011-02-04 16:12:39','<p>eSchool Consultants would like to congratulate the Focus Learning Academy Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May the 2011 Graduating Class find success in whichever endeavors they pursue!</p>\r\n\r\n<p><table>\r\n    <thead>\r\n    <tr>\r\n        <th width=\"33%\">Focus East</th>\r\n        <th width=\"34%\">Focus North</th>\r\n        <th width=\"33%\">Focus Southwest</th>\r\n    </tr>\r\n    </thead>\r\n    <tr>\r\n        <td><ol>\r\n                <li>Shontae Maria Bennett+ </li>\r\n                <li>Andrew David Blakely*</li>\r\n                <li>Destiny Lanae Chavis</li>\r\n                <li>Brittney DaShawn Donston*</li>\r\n                <li>Brittney Nilcole Claira Jones*</li>\r\n                <li>Ashley Renee Morris*</li>\r\n                <li>Keonte\' Durell Sheppard</li>\r\n                <li>Calinda Christine Willis</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Cintia Baez</li>\r\n                <li>Chardae Hawkins</li>\r\n                <li>Ra\'Shawn Renee\' Jordan</li>\r\n                <li>Marie Malval</li>\r\n                <li>Stafford Mcdonald</li>\r\n                <li>Yaneth Ruiz*</li>\r\n                <li>Joseph Stith</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\r\n                <li>Ashley Rayanne Chapman</li>\r\n                <li>Kyle Wyant Conrad</li>\r\n                <li>Megan Nicole Fiorentini</li>\r\n                <li>Tyreeka Elaine Keys</li>\r\n                <li>Cloressa Anne Longmire</li>\r\n                <li>Curtis Michael Tate</li>\r\n                <li>Asia Ada Taylor</li>\r\n                <li>Tabitha Kay Thacker++</li>\r\n            </ol></td>\r\n    </tr>\r\n</table></p><br />\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-23','','','2011-02-04 16:12:39','2011-02-04 16:12:39','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-23/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (663,1,'2011-02-04 16:20:13','2011-02-04 16:20:13','<p>eSchool Consultants would like to congratulate the <a href=\"http://focuslearn.org/\">Focus Learning Academy</a> Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May the 2011 Graduating Class find success in whichever endeavors they pursue!</p>\r\n<table>\r\n    <thead>\r\n        <tr>\r\n            <th width=\"33%\">Focus East</th>\r\n            <th width=\"34%\">Focus North</th>\r\n            <th width=\"33%\">Focus Southwest</th>\r\n       </tr>\r\n   </thead>\r\n    <tr>\r\n        <td>\r\n            <p>Shontae Maria Bennett+</p>\r\n            <p>Andrew David Blakely*</p>\r\n            <p>Destiny Lanae Chavis</p>\r\n            <p>Brittney DaShawn Donston*</p>\r\n            <p>Brittney Nilcole Claira Jones*</p>\r\n            <p>Ashley Renee Morris*</p>\r\n            <p>Keonte\' Durell Sheppard</p>\r\n            <p>Calinda Christine Willis</p>\r\n       </td>\r\n        <td>\r\n            <p>Cintia Baez</p>\r\n            <p>Chardae Hawkins</p>\r\n            <p>Ra\'Shawn Renee\' Jordan</p>\r\n            <p>Marie Malval</p>\r\n            <p>Stafford Mcdonald</p>\r\n            <p>Yaneth Ruiz*</p>\r\n            <p>Joseph Stith</p>\r\n       </td>\r\n        <td>\r\n            <p>Carlisha Christine Waniequa Yvonne Austin</p>\r\n            <p>Ashley Rayanne Chapman</p>\r\n            <p>Kyle Wyant Conrad</p>\r\n            <p>Megan Nicole Fiorentini</p>\r\n            <p>Tyreeka Elaine Keys</p>\r\n            <p>Cloressa Anne Longmire</p>\r\n            <p>Curtis Michael Tate</p>\r\n            <p>Asia Ada Taylor</p>\r\n            <p>Tabitha Kay Thacker++</p>\r\n       </td>\r\n   </tr>\r\n</table>\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-25','','','2011-02-04 16:20:13','2011-02-04 16:20:13','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-25/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (671,1,'2011-04-12 18:42:22','2011-04-12 18:42:22','eSchool Consultants would like to commend the following staff members for their outstanding performance during the month of March:\n\nClerical: Chris Basar, Operator\nCEO: Meghan Hadden, Marketing and Communications Director\nTechnical: David Prater, ','Congrats to the March Staff of the Month','','inherit','open','open','','670-revision','','','2011-04-12 18:42:22','2011-04-12 18:42:22','',670,'http://www.eschoolconsultants.com/2011/04/12/670-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (661,1,'2011-02-07 15:01:16','2011-02-07 15:01:16','<p>eSchool Consultants would like to congratulate the <a href=\"http://focuslearn.org/\">Focus Learning Academy</a> Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May the 2011 Graduating Class find success in whichever endeavors they pursue!</p>\r\n<table>\r\n    <thead>\r\n        <tr>\r\n            <th width=\"33%\">Focus East</th>\r\n            <th width=\"34%\">Focus North</th>\r\n            <th width=\"33%\">Focus Southwest</th>\r\n       </tr>\r\n   </thead>\r\n    <tr>\r\n        <td>\r\n            <p>Shontae Maria Bennett+</p>\r\n            <p>Andrew David Blakely*</p>\r\n            <p>Destiny Lanae Chavis</p>\r\n            <p>Brittney DaShawn Donston*</p>\r\n            <p>Brittney Nilcole Claira Jones*</p>\r\n            <p>Ashley Renee Morris*</p>\r\n            <p>Keonte\' Durell Sheppard</p>\r\n            <p>Calinda Christine Willis</p>\r\n       </td>\r\n        <td>\r\n            <p>Cintia Baez</p>\r\n            <p>Chardae Hawkins</p>\r\n            <p>Ra\'Shawn Renee\' Jordan</p>\r\n            <p>Marie Malval</p>\r\n            <p>Stafford Mcdonald</p>\r\n            <p>Yaneth Ruiz*</p>\r\n            <p>Joseph Stith</p>\r\n       </td>\r\n        <td>\r\n            <p>Carlisha Christine Waniequa Yvonne Austin</p>\r\n            <p>Ashley Rayanne Chapman</p>\r\n            <p>Kyle Wyant Conrad</p>\r\n            <p>Megan Nicole Fiorentini</p>\r\n            <p>Tyreeka Elaine Keys</p>\r\n            <p>Cloressa Anne Longmire</p>\r\n            <p>Curtis Michael Tate</p>\r\n            <p>Asia Ada Taylor</p>\r\n            <p>Tabitha Kay Thacker++</p>\r\n       </td>\r\n   </tr>\r\n</table>\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>\r\n<p><strong>Photos of the Graduates:</strong></p>\r\n[caption id=\"attachment_664\" align=\"aligncenter\" width=\"300\" caption=\"Focus North\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-01north.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-01north-300x240.jpg\" alt=\"\" title=\"20110204-01north\" width=\"300\" height=\"240\" class=\"size-medium wp-image-664\" /></a>[/caption]\r\n[caption id=\"attachment_665\" align=\"aligncenter\" width=\"300\" caption=\"Focus South\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-02south.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-02south-300x240.jpg\" alt=\"\" title=\"20110204-02south\" width=\"300\" height=\"240\" class=\"size-medium wp-image-665\" /></a>[/caption]\r\n[caption id=\"attachment_666\" align=\"aligncenter\" width=\"300\" caption=\"Focus East\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-03east.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-03east-300x240.jpg\" alt=\"\" title=\"20110204-03east\" width=\"300\" height=\"240\" class=\"size-medium wp-image-666\" /></a>[/caption]','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-autosave','','','2011-02-07 15:01:16','2011-02-07 15:01:16','',636,'http://www.eschoolconsultants.com/2011/02/04/636-autosave/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (662,1,'2011-02-04 16:12:50','2011-02-04 16:12:50','<p>eSchool Consultants would like to congratulate the Focus Learning Academy Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May the 2011 Graduating Class find success in whichever endeavors they pursue!</p>\r\n\r\n<p><table>\r\n    <thead>\r\n    <tr>\r\n        <th width=\"33%\">Focus East</th>\r\n        <th width=\"34%\">Focus North</th>\r\n        <th width=\"33%\">Focus Southwest</th>\r\n    </tr>\r\n    </thead>\r\n    <tr>\r\n        <td><ol>\r\n                <li>Shontae Maria Bennett+ </li>\r\n                <li>Andrew David Blakely*</li>\r\n                <li>Destiny Lanae Chavis</li>\r\n                <li>Brittney DaShawn Donston*</li>\r\n                <li>Brittney Nilcole Claira Jones*</li>\r\n                <li>Ashley Renee Morris*</li>\r\n                <li>Keonte\' Durell Sheppard</li>\r\n                <li>Calinda Christine Willis</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Cintia Baez</li>\r\n                <li>Chardae Hawkins</li>\r\n                <li>Ra\'Shawn Renee\' Jordan</li>\r\n                <li>Marie Malval</li>\r\n                <li>Stafford Mcdonald</li>\r\n                <li>Yaneth Ruiz*</li>\r\n                <li>Joseph Stith</li>\r\n            </ol></td>\r\n        <td><ol>\r\n                <li>Carlisha Christine Waniequa Yvonne Austin</li>\r\n                <li>Ashley Rayanne Chapman</li>\r\n                <li>Kyle Wyant Conrad</li>\r\n                <li>Megan Nicole Fiorentini</li>\r\n                <li>Tyreeka Elaine Keys</li>\r\n                <li>Cloressa Anne Longmire</li>\r\n                <li>Curtis Michael Tate</li>\r\n                <li>Asia Ada Taylor</li>\r\n                <li>Tabitha Kay Thacker++</li>\r\n            </ol></td>\r\n    </tr>\r\n</table></p><br />\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-24','','','2011-02-04 16:12:50','2011-02-04 16:12:50','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-24/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (664,1,'2011-02-07 14:54:06','2011-02-07 14:54:06','','20110204-01north','Focus North','inherit','open','open','','20110204-01north','','','2011-02-07 14:54:06','2011-02-07 14:54:06','',636,'http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-01north.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (665,1,'2011-02-07 14:54:07','2011-02-07 14:54:07','','20110204-02south','Focus South','inherit','open','open','','20110204-02south','','','2011-02-07 14:54:07','2011-02-07 14:54:07','',636,'http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-02south.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (666,1,'2011-02-07 14:54:08','2011-02-07 14:54:08','','20110204-03east','Focus East','inherit','open','open','','20110204-03east','','','2011-02-07 14:54:08','2011-02-07 14:54:08','',636,'http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-03east.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (667,1,'2011-02-04 16:29:45','2011-02-04 16:29:45','<p>eSchool Consultants would like to congratulate the <a href=\"http://focuslearn.org/\">Focus Learning Academy</a> Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May the 2011 Graduating Class find success in whichever endeavors they pursue!</p>\r\n<table>\r\n    <thead>\r\n        <tr>\r\n            <th width=\"33%\">Focus East</th>\r\n            <th width=\"34%\">Focus North</th>\r\n            <th width=\"33%\">Focus Southwest</th>\r\n       </tr>\r\n   </thead>\r\n    <tr>\r\n        <td>\r\n            <p>Shontae Maria Bennett+</p>\r\n            <p>Andrew David Blakely*</p>\r\n            <p>Destiny Lanae Chavis</p>\r\n            <p>Brittney DaShawn Donston*</p>\r\n            <p>Brittney Nilcole Claira Jones*</p>\r\n            <p>Ashley Renee Morris*</p>\r\n            <p>Keonte\' Durell Sheppard</p>\r\n            <p>Calinda Christine Willis</p>\r\n       </td>\r\n        <td>\r\n            <p>Cintia Baez</p>\r\n            <p>Chardae Hawkins</p>\r\n            <p>Ra\'Shawn Renee\' Jordan</p>\r\n            <p>Marie Malval</p>\r\n            <p>Stafford Mcdonald</p>\r\n            <p>Yaneth Ruiz*</p>\r\n            <p>Joseph Stith</p>\r\n       </td>\r\n        <td>\r\n            <p>Carlisha Christine Waniequa Yvonne Austin</p>\r\n            <p>Ashley Rayanne Chapman</p>\r\n            <p>Kyle Wyant Conrad</p>\r\n            <p>Megan Nicole Fiorentini</p>\r\n            <p>Tyreeka Elaine Keys</p>\r\n            <p>Cloressa Anne Longmire</p>\r\n            <p>Curtis Michael Tate</p>\r\n            <p>Asia Ada Taylor</p>\r\n            <p>Tabitha Kay Thacker++</p>\r\n       </td>\r\n   </tr>\r\n</table>\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-26','','','2011-02-04 16:29:45','2011-02-04 16:29:45','',636,'http://www.eschoolconsultants.com/2011/02/04/636-revision-26/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (670,1,'2011-04-12 18:48:24','2011-04-12 18:48:24','eSchool Consultants would like to commend the following staff members for their outstanding performance during the month of March:\r\n\r\n<strong>CEO:</strong> Meghan Hadden, Marketing and Communications Director\r\n<strong>Clerical:</strong> Chris Basar, Operator\r\n<strong>Technical:</strong> David Prater, Programmer','Congrats to the March Staff of the Month','','publish','open','open','','congrats-to-the-march-staff-of-the-month','','','2013-02-25 20:18:46','2013-02-25 20:18:46','',0,'http://www.eschoolconsultants.com/?p=670',0,'post','',0);
INSERT INTO `wp_posts` VALUES (672,1,'2011-04-12 18:42:36','2011-04-12 18:42:36','eSchool Consultants would like to commend the following staff members for their outstanding performance during the month of March:\r\n\r\nClerical: Chris Basar, Operator\r\nCEO: Meghan Hadden, Marketing and Communications Director\r\nTechnical: David Prater, Programmer','Congrats to the March Staff of the Month','','inherit','open','open','','670-revision-2','','','2011-04-12 18:42:36','2011-04-12 18:42:36','',670,'http://www.eschoolconsultants.com/2011/04/12/670-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (673,1,'2011-04-12 18:47:43','2011-04-12 18:47:43','eSchool Consultants would like to commend the following staff members for their outstanding performance during the month of March:\r\n\r\nClerical: Chris Basar, Operator\r\nCEO: Meghan Hadden, Marketing and Communications Director\r\nTechnical: David Prater, Programmer','Congrats to the March Staff of the Month','','inherit','open','open','','670-revision-3','','','2011-04-12 18:47:43','2011-04-12 18:47:43','',670,'http://www.eschoolconsultants.com/2011/04/12/670-revision-3/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (677,1,'2011-05-13 15:42:45','2011-05-13 15:42:45','<p><strong>Technical:</strong> Shawn Mason, Technology Specialist</p>\r\n<p>Shawn has  been a long time consistent and hard working staff member. He has grown  immensely over his almost five years of service.  Recently, he has had  to oversee the Technical Services department in the absence of his  direct supervisor. He was the point person for both the Help Desk and  Technical Services. In addition, he was instrumental in the work leading  up to the Focus East server conversion. During this time, Shawn  demonstrated his strong knowledge of the organization, technical skills  and leadership. eSchool  Consultants would like to recognize Shawn Mason as the Employee of the  Month for his service and support for the month of April 2011 - by Jeremy Scott, Director of Technical Services</p>\r\n<p><strong>Clerical:</strong> Judy M. Marcum, Curriculum</p>\r\n<p> In the  past six months the Curriculum Department has gone through several  changes. One constant has been Judy’s consistency and hard work. No  matter the situation, Judy has conducted herself in a professional  manner and helped out wherever help was needed. She takes the initiative  to fix issues without being asked. Any project she is assigned, she  finishes in a timely manner and it is completed correctly. Our  department is stronger because of Judy’s attention to detail and  proactive attitude. I am very thankful to have her as a vital part of  the eSchool team. eSchool would like to thank Judy for all her hard work by recognizing her as the April 2011 Clerical Employee of the Month - Justin Sparks, Director of Curriculum</p>\r\n<p><strong>CEO:</strong> Kimberly Stokes Wolfe, Ph.D., Career & Technical Education Coordinator </p>\r\n<p> Kim is an excellent employee  and has grown the CTE program at Focus over the past two years. Kim  empowers those she leads and allows them to flourish. A good leader  knows when to lead and when to follow - Kim does this well! eSchool  Consultants would like to thank Kim for all her hard work by recognizing  her as the April 2011 CEO Employee of the Mont - Donnie Musick, CEO</p>','Congrats to the April Staff of the Month','','publish','open','open','','congrats-to-the-april-staff-of-the-month','','','2013-02-25 20:18:46','2013-02-25 20:18:46','',0,'http://www.eschoolconsultants.com/?p=677',0,'post','',0);
INSERT INTO `wp_posts` VALUES (678,1,'2011-05-13 15:29:42','2011-05-13 15:29:42','eSchool Consultants would like to commend the following staff members for their outstanding performance during the month of April:\n\n<strong>CEO:</strong> Meghan Hadden, Marketing and Communications Director\n<strong>Clerical:</strong> Judy Marcum, Curriculum\n<strong>Technical:</strong> Shawn Mason, Technology Specialist','Congrats to the April Staff of the Month','','inherit','open','open','','677-revision','','','2011-05-13 15:29:42','2011-05-13 15:29:42','',677,'http://www.eschoolconsultants.com/2011/05/13/677-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (679,1,'2011-05-13 15:40:31','2011-05-13 15:40:31','eSchool Consultants would like to commend the following staff members for their outstanding performance during the month of April:\n\n\n\n\n<strong>CEO:</strong> Kimberly Stokes Wolfe, Ph.D., Career & Technical Education Coordinator\n<strong>Clerical:</strong> Judy Marcum, Curriculum\n<strong>Technical:</strong> Shawn Mason, Technology Specialist','Congrats to the April Staff of the Month','','inherit','open','open','','677-revision-2','','','2011-05-13 15:40:31','2011-05-13 15:40:31','',677,'http://www.eschoolconsultants.com/2011/05/13/677-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (696,1,'2011-09-12 13:43:12','2011-09-12 13:43:12','','August Staff of the Month','','inherit','open','open','','695-revision','','','2011-09-12 13:43:12','2011-09-12 13:43:12','',695,'http://www.eschoolconsultants.com/2011/09/12/695-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (681,1,'2011-05-19 14:14:51','2011-05-19 14:14:51','<p>Focus Learning Academy, a charter <a href=\"http://focuslearn.org/\">high school in Columbus, Ohio</a>, recently debuted its new and improved website. After having several meetings with stakeholders as varied as Focus staff, students, and community members, the eSchool Consultants Marketing Team, in concert with the Programming Department, decided that the site needed to be both more accessible and more current with relevant and interesting content. To this end, several features were added to the new website:</p>\r\n<ul>\r\n<li>An up-to-date event calendar, photo gallery, and news section</li>\r\n<li>Integration with several social media accounts: <a href=\"http://www.facebook.com/focuslearningacademy\">Facebook</a>, <a href=\"http://www.twitter.com/FocusLearn\">Twitter</a>, and <a href=\"http://www.youtube.com/FocusLearningAcademy\">YouTube</a></li>\r\n<li>Accessible information in the form of an archive of pertinent documents, an explanation of Focus Initiatives, and interactive Google Maps</li>\r\n<li>Easy paths of communication, whether they be via the contact form, a sortable staff directory, or the ability to comment on posted news articles and photo galleries</li>\r\n</ul>\r\n<p>The Leadership Team at <a href=\"http://focuslearn.org/\">Focus Learning Academy</a> is excited about the new website and is confident that it will be an effective tool to communicate with students, parents, and the local community too. Please check out the site and recommend Focus to any students interested in earning their high school diploma while preparing for the workforce.</p>','Focus Learning Academy Debuts New and Improved Website','','publish','open','open','','focus-learning-academy-debuts-new-and-improved-website','','','2013-02-25 20:18:46','2013-02-25 20:18:46','',0,'http://www.eschoolconsultants.com/?p=681',0,'post','',0);
INSERT INTO `wp_posts` VALUES (682,1,'2011-05-19 13:47:33','2011-05-19 13:47:33','','Focus Learning Academy Debuts New Website','','inherit','open','open','','681-revision','','','2011-05-19 13:47:33','2011-05-19 13:47:33','',681,'http://www.eschoolconsultants.com/2011/05/19/681-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (683,1,'2011-05-19 13:55:48','2011-05-19 13:55:48','<p>Focus Learning Academy, a high school in Columbus, Ohio, debuted their new and much improved website.</p>\n\n&nbsp;\n\nthat helps teens and young adults earn their high school diploma while preparing for the workforce,','Focus Learning Academy Debuts New and Improved Website','','inherit','open','open','','681-revision-2','','','2011-05-19 13:55:48','2011-05-19 13:55:48','',681,'http://www.eschoolconsultants.com/2011/05/19/681-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (684,1,'2011-05-19 14:14:24','2011-05-19 14:14:24','<p>Focus Learning Academy, a charter <a href=\"http://focuslearn.org/\">high school in Columbus, Ohio</a>, recently debuted its new and much improved website. After having several meetings with stakeholders as varied as staff, students, and community members, the eSchool Consultants Marketing Team, in concert with the Programming Department, decided that the website needed to be more accessible and more current with relevant and interesting content. To this end, several features were added to the site:</p>\n<ul>\n<li>An up-to-date event calendar, photo gallery, and news section</li>\n<li>Integration with several social media accounts: Facebook, Twitter, and YouTube</li>\n</ul>','Focus Learning Academy Debuts New and Improved Website','','inherit','open','open','','681-revision-3','','','2011-05-19 14:14:24','2011-05-19 14:14:24','',681,'http://www.eschoolconsultants.com/2011/05/19/681-revision-3/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (685,1,'2011-05-19 14:14:36','2011-05-19 14:14:36','<p>Focus Learning Academy, a charter <a href=\"http://focuslearn.org/\">high school in Columbus, Ohio</a>, recently debuted its new and much improved website. After having several meetings with stakeholders as varied as staff, students, and community members, the eSchool Consultants Marketing Team, in concert with the Programming Department, decided that the website needed to be more accessible and more current with relevant and interesting content. To this end, several features were added to the site:</p>\r\n<ul>\r\n<li>An up-to-date event calendar, photo gallery, and news section</li>\r\n<li>Integration with several social media accounts: Facebook, Twitter, and YouTube</li>\r\n<li>asdfadf</li>\r\n</ul>','Focus Learning Academy Debuts New and Improved Website','','inherit','open','open','','681-revision-4','','','2011-05-19 14:14:36','2011-05-19 14:14:36','',681,'http://www.eschoolconsultants.com/2011/05/19/681-revision-4/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (686,1,'2011-05-19 14:14:51','2011-05-19 14:14:51','<p>Focus Learning Academy, a charter <a href=\"http://focuslearn.org/\">high school in Columbus, Ohio</a>, recently debuted its new and much improved website. After having several meetings with stakeholders as varied as staff, students, and community members, the eSchool Consultants Marketing Team, in concert with the Programming Department, decided that the website needed to be more accessible and more current with relevant and interesting content. To this end, several features were added to the site:</p>\r\n<ul>\r\n<li>An up-to-date event calendar, photo gallery, and news section</li>\r\n<li>Integration with several social media accounts: Facebook, Twitter, and YouTube</li>\r\n<li>asdfadf</li>\r\n</ul>','Focus Learning Academy Debuts New and Improved Website','','inherit','open','open','','681-revision-5','','','2011-05-19 14:14:51','2011-05-19 14:14:51','',681,'http://www.eschoolconsultants.com/2011/05/19/681-revision-5/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (687,1,'2011-05-19 14:27:52','2011-05-19 14:27:52','<p>Focus Learning Academy, a charter <a href=\"http://focuslearn.org/\">high school in Columbus, Ohio</a>, recently debuted its new and improved website. After having several meetings with stakeholders as varied as Focus staff, students, and community members, the eSchool Consultants Marketing Team, in concert with the Programming Department, decided that the site needed to be both more accessible and more current with relevant and interesting content. To this end, several features were added to the new website:</p>\n<ul>\n<li>An up-to-date event calendar, photo gallery, and news section</li>\n<li>Integration with several social media accounts: <a href=\"http://www.facebook.com/focuslearningacademy\">Facebook</a>, <a href=\"http://www.twitter.com/FocusLearn\">Twitter</a>, and <a href=\"http://www.youtube.com/FocusLearningAcademy\">YouTube</a></li>\n<li>Accessible information in the form of an archive of pertinent documents, an explanation of Focus Initiatives, and interactive Google Maps</li>\n<li>Easy paths of communication, whether they be via the contact form, a sortable staff directory, or the ability to comment on posted news articles and photo galleries</li>\n</ul>\n<p>The Leadership Team at Focus Learning Academy is excited about the new website and is confident that it will be an effective tool to communicate with students, parents, and the local community too. Please check out the site and recommend Focus to any int</p>','Focus Learning Academy Debuts New and Improved Website','','inherit','open','open','','681-autosave','','','2011-05-19 14:27:52','2011-05-19 14:27:52','',681,'http://www.eschoolconsultants.com/2011/05/19/681-autosave/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (688,1,'2011-05-19 14:15:51','2011-05-19 14:15:51','<p>Focus Learning Academy, a charter <a href=\"http://focuslearn.org/\">high school in Columbus, Ohio</a>, recently debuted its new and much improved website. After having several meetings with stakeholders as varied as staff, students, and community members, the eSchool Consultants Marketing Team, in concert with the Programming Department, decided that the website needed to be both more accessible and more current with relevant and interesting content. To this end, several features were added to the new website:</p>\r\n<ul>\r\n<li>An up-to-date event calendar, photo gallery, and news section</li>\r\n<li>Integration with several social media accounts: Facebook, Twitter, and YouTube</li>\r\n<li>asdfadf</li>\r\n</ul>','Focus Learning Academy Debuts New and Improved Website','','inherit','open','open','','681-revision-6','','','2011-05-19 14:15:51','2011-05-19 14:15:51','',681,'http://www.eschoolconsultants.com/2011/05/19/681-revision-6/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (689,1,'2011-05-19 14:28:22','2011-05-19 14:28:22','<p>Focus Learning Academy, a charter <a href=\"http://focuslearn.org/\">high school in Columbus, Ohio</a>, recently debuted its new and improved website. After having several meetings with stakeholders as varied as Focus staff, students, and community members, the eSchool Consultants Marketing Team, in concert with the Programming Department, decided that the site needed to be both more accessible and more current with relevant and interesting content. To this end, several features were added to the new website:</p>\r\n<ul>\r\n<li>An up-to-date event calendar, photo gallery, and news section</li>\r\n<li>Integration with several social media accounts: <a href=\"http://www.facebook.com/focuslearningacademy\">Facebook</a>, <a href=\"http://www.twitter.com/FocusLearn\">Twitter</a>, and <a href=\"http://www.youtube.com/FocusLearningAcademy\">YouTube</a></li>\r\n<li>Accessible information in the form of an archive of pertinent documents, an explanation of Focus Initiatives, and interactive Google Maps</li>\r\n<li>Easy paths of communication, whether they be via the contact form, a sortable staff directory, or the ability to comment on posted news articles and photo galleries</li>\r\n</ul>\r\n<p>The Leadership Team at Focus Learning Academy is excited about the new website and is confident that it will be an effective tool to communicate with students, parents, and the local community too. Please check out the site and recommend Focus to any students interested in earning their high school diploma while preparing for the workforce.</p>','Focus Learning Academy Debuts New and Improved Website','','inherit','open','open','','681-revision-7','','','2011-05-19 14:28:22','2011-05-19 14:28:22','',681,'http://www.eschoolconsultants.com/2011/05/19/681-revision-7/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (690,1,'2011-05-19 14:30:46','2011-05-19 14:30:46','<p>Focus Learning Academy, a charter <a href=\"http://focuslearn.org/\">high school in Columbus, Ohio</a>, recently debuted its new and improved website. After having several meetings with stakeholders as varied as Focus staff, students, and community members, the eSchool Consultants Marketing Team, in concert with the Programming Department, decided that the site needed to be both more accessible and more current with relevant and interesting content. To this end, several features were added to the new website:</p>\r\n<ul>\r\n<li>An up-to-date event calendar, photo gallery, and news section</li>\r\n<li>Integration with several social media accounts: <a href=\"http://www.facebook.com/focuslearningacademy\">Facebook</a>, <a href=\"http://www.twitter.com/FocusLearn\">Twitter</a>, and <a href=\"http://www.youtube.com/FocusLearningAcademy\">YouTube</a></li>\r\n<li>Accessible information in the form of an archive of pertinent documents, an explanation of Focus Initiatives, and interactive Google Maps</li>\r\n<li>Easy paths of communication, whether they be via the contact form, a sortable staff directory, or the ability to comment on posted news articles and photo galleries</li>\r\n</ul>\r\n<p>The Leadership Team at <a href=\"http://focuslearn.org/\">Focus Learning Academy</al> is excited about the new website and is confident that it will be an effective tool to communicate with students, parents, and the local community too. Please check out the site and recommend Focus to any students interested in earning their high school diploma while preparing for the workforce.</p>','Focus Learning Academy Debuts New and Improved Website','','inherit','open','open','','681-revision-8','','','2011-05-19 14:30:46','2011-05-19 14:30:46','',681,'http://www.eschoolconsultants.com/2011/05/19/681-revision-8/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (691,1,'2011-05-19 14:30:54','2011-05-19 14:30:54','<p>Focus Learning Academy, a charter <a href=\"http://focuslearn.org/\">high school in Columbus, Ohio</a>, recently debuted its new and improved website. After having several meetings with stakeholders as varied as Focus staff, students, and community members, the eSchool Consultants Marketing Team, in concert with the Programming Department, decided that the site needed to be both more accessible and more current with relevant and interesting content. To this end, several features were added to the new website:</p>\r\n<ul>\r\n<li>An up-to-date event calendar, photo gallery, and news section</li>\r\n<li>Integration with several social media accounts: <a href=\"http://www.facebook.com/focuslearningacademy\">Facebook</a>, <a href=\"http://www.twitter.com/FocusLearn\">Twitter</a>, and <a href=\"http://www.youtube.com/FocusLearningAcademy\">YouTube</a></li>\r\n<li>Accessible information in the form of an archive of pertinent documents, an explanation of Focus Initiatives, and interactive Google Maps</li>\r\n<li>Easy paths of communication, whether they be via the contact form, a sortable staff directory, or the ability to comment on posted news articles and photo galleries</li>\r\n</ul>\r\n<p>The Leadership Team at <a href=\"http://focuslearn.org/\">Focus Learning Academy</al> is excited about the new website and is confident that it will be an effective tool to communicate with students, parents, and the local community too. Please check out the site and recommend Focus to any students interested in earning their high school diploma while preparing for the workforce.</p>','Focus Learning Academy Debuts New and Improved Website','','inherit','open','open','','681-revision-9','','','2011-05-19 14:30:54','2011-05-19 14:30:54','',681,'http://www.eschoolconsultants.com/2011/05/19/681-revision-9/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (695,1,'2011-09-12 13:43:17','2011-09-12 13:43:17','<p>Congrats to Justin Sparks (from the CEO), Zach Blevins (Tech Department), and Debra Leadstrom (Clerical Department) for being the Staff of the Month for August! Job well done!</p>','Congrats to the Winners of the August Staff of the Month','','publish','open','open','','congrats-to-the-winners-of-theaugust-staff-of-the-month','','','2013-02-25 20:18:46','2013-02-25 20:18:46','',0,'http://www.eschoolconsultants.com/?p=695',0,'post','',0);
INSERT INTO `wp_posts` VALUES (694,1,'2011-08-30 13:45:23','2011-08-30 13:45:23','For Donnie\'s fantasy football team.','BDJ','','inherit','open','open','','bdj','','','2011-08-30 13:45:23','2011-08-30 13:45:23','',0,'http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/08/BDJ.gif',0,'attachment','image/gif',0);
INSERT INTO `wp_posts` VALUES (697,1,'2011-09-12 13:43:17','2011-09-12 13:43:17','<p>Congrats to Justin Sparks (from the CEO), Zach Blevins (Tech Department), and Debra Leadstrom (Clerical Department) for being the Staff of the Month for August! Job well done!</p>','August Staff of the Month','','inherit','open','open','','695-revision-2','','','2011-09-12 13:43:17','2011-09-12 13:43:17','',695,'http://www.eschoolconsultants.com/2011/09/12/695-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (698,1,'2011-09-12 13:43:38','2011-09-12 13:43:38','<p>Congrats to Justin Sparks (from the CEO), Zach Blevins (Tech Department), and Debra Leadstrom (Clerical Department) for being the Staff of the Month for August! Job well done!</p>','Congrats to the August Staff of the Month','','inherit','open','open','','695-revision-3','','','2011-09-12 13:43:38','2011-09-12 13:43:38','',695,'http://www.eschoolconsultants.com/2011/09/12/695-revision-3/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (702,1,'2010-12-07 14:10:25','2010-12-07 14:10:25','eSchool Consultants showed their appreciation for Focus Learning Academy, a client of eSchool and state-funded charter school which helps teens and young adults earn their high school diploma while preparing for the workforce, by preparing a Thanksgiving feast for all four Columbus schools.<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01-300x240.jpg\" alt=\"\" title=\"20101122_01\" width=\"300\" height=\"240\" class=\"alignright size-medium wp-image-602\" /></a>\r\n\r\neSchool staff purchased, prepared and served all the fixings of a traditional Thanksgiving meal to over 1,000 Focus Learning Academy students and staff.\r\n\r\n“The students and staff of Focus Learning Academy couldn’t be more grateful for the delicious meal eSchool Consultants prepared for all of us,” Focus Learning Academy Director Kathy Williams said.\r\n\r\n“This is just another instance where eSchool went above and beyond for Focus, ensuring every student was able to celebrate Thanksgiving.”\r\n\r\neSchool prepared 18 turkeys for the schools over the course of two days. In addition, students and staff enjoyed fried chicken, stuffing, mashed potatoes, cranberry sauce, greens, corn, rolls and of course pumpkin pie.\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02-300x240.jpg\" alt=\"\" title=\"20101122_02\" width=\"300\" height=\"240\" class=\"alignleft size-medium wp-image-603\" /></a>\r\n“We truly love what we do and are grateful for the opportunity to celebrate Thanksgiving with the students and staff of Focus Learning Academy,” eSchool Consultants CEO Donnie Musick said.\r\n\r\n“We had a great time and hope to do it again next year!”','eSchool Consultants Prepares Holiday Meal for Focus Learning Academy','','inherit','open','open','','599-revision-2','','','2010-12-07 14:10:25','2010-12-07 14:10:25','',599,'http://www.eschoolconsultants.com/2010/12/07/599-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (703,1,'2010-12-08 20:28:14','2010-12-08 20:28:14','Welcome to the new eSchool Consultants web site! With the new site, we hope to reach both potential clients and curious web surfers alike. The site features expanded content on our core consulting services as well as information about our clients and company. We expect the site to be of interest to anyone looking to learn more about online education and charter schools.\r\n\r\nBuilt upon the WordPress blogging platform, the site redesign incorporates a clean look with completely new navigation. With our custom WordPress theme, we\'re able to easily create and update content, which is then instantly published to the site. “The new design was created to be easily navigated, attractive, and with relevant and accessible content,” says David Ensinger, Web Marketing & Technology Specialist.\r\n\r\nIn the coming months we\'ll add new articles to the site about what\'s happening, both here at eSchool Consultants, and within the dynamically changing field of online and charter schools education. Please stay current by bookmarking our site and subscribing to our RSS feed.','eSchool Consultants Launches New Web Site with New Content and Improved Functionality','','inherit','open','open','','591-revision-2','','','2010-12-08 20:28:14','2010-12-08 20:28:14','',591,'http://www.eschoolconsultants.com/2010/12/08/591-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (704,1,'2012-02-23 15:53:54','2012-02-23 15:53:54','eSchool Consultants showed their appreciation for Focus Learning Academy, a client of eSchool and state-funded charter school which helps teens and young adults earn their high school diploma while preparing for the workforce, by preparing a Thanksgiving feast for all four Columbus schools.<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01-300x240.jpg\" alt=\"\" title=\"20101122_01\" width=\"300\" height=\"240\" class=\"alignright size-medium wp-image-602\" /></a>\r\n\r\neSchool staff purchased, prepared and served all the fixings of a traditional Thanksgiving meal to over 1,000 Focus Learning Academy students and staff.\r\n\r\n“The students and staff of Focus Learning Academy couldn’t be more grateful for the delicious meal eSchool Consultants prepared for all of us,” Focus Learning Academy Director Kathy Williams said.\r\n\r\n“This is just another instance where eSchool went above and beyond for Focus, ensuring every student was able to celebrate Thanksgiving.”\r\n\r\neSchool prepared 18 turkeys for the schools over the course of two days. In addition, students and staff enjoyed fried chicken, stuffing, mashed potatoes, cranberry sauce, greens, corn, rolls and of course pumpkin pie.\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02-300x240.jpg\" alt=\"\" title=\"20101122_02\" width=\"300\" height=\"240\" class=\"alignleft size-medium wp-image-603\" /></a>\r\n“We truly love what we do and are grateful for the opportunity to celebrate Thanksgiving with the students and staff of Focus Learning Academy,” eSchool Consultants CEO Donnie Musick said.\r\n\r\n“We had a great time and hope to do it again next year!”','eSchool Consultants Prepares Holiday Meal for Focus Learning Academy','','inherit','open','open','','599-revision-3','','','2012-02-23 15:53:54','2012-02-23 15:53:54','',599,'http://www.eschoolconsultants.com/2012/02/23/599-revision-3/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (705,1,'2012-02-23 15:54:01','2012-02-23 15:54:01','Welcome to the new eSchool Consultants web site! With the new site, we hope to reach both potential clients and curious web surfers alike. The site features expanded content on our core consulting services as well as information about our clients and company. We expect the site to be of interest to anyone looking to learn more about online education and charter schools.\r\n\r\nBuilt upon the WordPress blogging platform, the site redesign incorporates a clean look with completely new navigation. With our custom WordPress theme, we\'re able to easily create and update content, which is then instantly published to the site. “The new design was created to be easily navigated, attractive, and with relevant and accessible content,” says David Ensinger, Web Marketing & Technology Specialist.\r\n\r\nIn the coming months we\'ll add new articles to the site about what\'s happening, both here at eSchool Consultants, and within the dynamically changing field of online and charter schools education. Please stay current by bookmarking our site and subscribing to our RSS feed.','eSchool Consultants Launches New Web Site with New Content and Improved Functionality','','inherit','open','open','','591-revision-3','','','2012-02-23 15:54:01','2012-02-23 15:54:01','',591,'http://www.eschoolconsultants.com/2012/02/23/591-revision-3/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (706,1,'2012-02-23 15:55:22','2012-02-23 15:55:22','eSchool Consultants showed their appreciation for Focus Learning Academy, a client of eSchool and state-funded charter school which helps teens and young adults earn their high school diploma while preparing for the workforce, by preparing a Thanksgiving feast for all four Columbus schools.<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01-300x240.jpg\" alt=\"\" title=\"20101122_01\" width=\"300\" height=\"240\" class=\"alignright size-medium wp-image-602\" /></a>\r\n\r\neSchool staff purchased, prepared and served all the fixings of a traditional Thanksgiving meal to over 1,000 Focus Learning Academy students and staff.\r\n\r\n“The students and staff of Focus Learning Academy couldn’t be more grateful for the delicious meal eSchool Consultants prepared for all of us,” Focus Learning Academy Director Kathy Williams said.\r\n\r\n“This is just another instance where eSchool went above and beyond for Focus, ensuring every student was able to celebrate Thanksgiving.”\r\n\r\neSchool prepared 18 turkeys for the schools over the course of two days. In addition, students and staff enjoyed fried chicken, stuffing, mashed potatoes, cranberry sauce, greens, corn, rolls and of course pumpkin pie.\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02-300x240.jpg\" alt=\"\" title=\"20101122_02\" width=\"300\" height=\"240\" class=\"alignleft size-medium wp-image-603\" /></a>\r\n“We truly love what we do and are grateful for the opportunity to celebrate Thanksgiving with the students and staff of Focus Learning Academy,” eSchool Consultants CEO Donnie Musick said.\r\n\r\n“We had a great time and hope to do it again next year!”','eSchool Consultants Prepares Holiday Meal for Focus Learning Academy','','inherit','open','open','','599-revision-4','','','2012-02-23 15:55:22','2012-02-23 15:55:22','',599,'http://www.eschoolconsultants.com/2012/02/23/599-revision-4/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (707,1,'2012-02-23 15:55:27','2012-02-23 15:55:27','Welcome to the new eSchool Consultants web site! With the new site, we hope to reach both potential clients and curious web surfers alike. The site features expanded content on our core consulting services as well as information about our clients and company. We expect the site to be of interest to anyone looking to learn more about online education and charter schools.\r\n\r\nBuilt upon the WordPress blogging platform, the site redesign incorporates a clean look with completely new navigation. With our custom WordPress theme, we\'re able to easily create and update content, which is then instantly published to the site. “The new design was created to be easily navigated, attractive, and with relevant and accessible content,” says David Ensinger, Web Marketing & Technology Specialist.\r\n\r\nIn the coming months we\'ll add new articles to the site about what\'s happening, both here at eSchool Consultants, and within the dynamically changing field of online and charter schools education. Please stay current by bookmarking our site and subscribing to our RSS feed.','eSchool Consultants Launches New Web Site with New Content and Improved Functionality','','inherit','open','open','','591-revision-4','','','2012-02-23 15:55:27','2012-02-23 15:55:27','',591,'http://www.eschoolconsultants.com/2012/02/23/591-revision-4/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (708,1,'2010-11-17 14:40:21','2010-11-17 18:40:21','','Meghan Hadden','','inherit','open','open','','295-revision','','','2010-11-17 14:40:21','2010-11-17 18:40:21','',295,'http://www.eschoolconsultants.com/2010/11/17/295-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (766,1,'2014-12-30 16:46:56','2014-12-30 16:46:56','<img class=\"alignright\" src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/clients-focus-single.gif\" alt=\"Focus Learning Academies\" width=\"121\" height=\"168\" />Focus Learning Academy gives students wishing to earn their high school diploma a new choice in quality education. Focus consists of three site-based school locations in Columbus, Ohio that combine high school academics and vocational curriculum. Students are able to choose from five study tracks, including technology, business, fine arts, college prep and transitions. The locations are all staffed with certified and highly-qualified teachers that use online curriculum as a primary teaching tool. This unique structure offers a choice in courses, accommodates self-paced studies, and allows for the flexibility needed for students to earn a living while attending school.\n\nTo learn more, please visit <a href=\"http://www.focuslearn.org/\">Focus Learning Academies</a>.','Focus Learning Academies','','inherit','open','open','','317-autosave','','','2014-12-30 16:46:56','2014-12-30 16:46:56','',317,'http://www.eschoolconsultants.com/2014/12/30/317-autosave/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (711,1,'2011-09-12 13:44:02','2011-09-12 13:44:02','<p>Congrats to Justin Sparks (from the CEO), Zach Blevins (Tech Department), and Debra Leadstrom (Clerical Department) for being the Staff of the Month for August! Job well done!</p>','Congrats to the Winners of the August Staff of the Month','','inherit','open','open','','695-revision-4','','','2011-09-12 13:44:02','2011-09-12 13:44:02','',695,'http://www.eschoolconsultants.com/2011/09/12/695-revision-4/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (712,1,'2011-05-19 14:31:05','2011-05-19 14:31:05','<p>Focus Learning Academy, a charter <a href=\"http://focuslearn.org/\">high school in Columbus, Ohio</a>, recently debuted its new and improved website. After having several meetings with stakeholders as varied as Focus staff, students, and community members, the eSchool Consultants Marketing Team, in concert with the Programming Department, decided that the site needed to be both more accessible and more current with relevant and interesting content. To this end, several features were added to the new website:</p>\r\n<ul>\r\n<li>An up-to-date event calendar, photo gallery, and news section</li>\r\n<li>Integration with several social media accounts: <a href=\"http://www.facebook.com/focuslearningacademy\">Facebook</a>, <a href=\"http://www.twitter.com/FocusLearn\">Twitter</a>, and <a href=\"http://www.youtube.com/FocusLearningAcademy\">YouTube</a></li>\r\n<li>Accessible information in the form of an archive of pertinent documents, an explanation of Focus Initiatives, and interactive Google Maps</li>\r\n<li>Easy paths of communication, whether they be via the contact form, a sortable staff directory, or the ability to comment on posted news articles and photo galleries</li>\r\n</ul>\r\n<p>The Leadership Team at <a href=\"http://focuslearn.org/\">Focus Learning Academy</a> is excited about the new website and is confident that it will be an effective tool to communicate with students, parents, and the local community too. Please check out the site and recommend Focus to any students interested in earning their high school diploma while preparing for the workforce.</p>','Focus Learning Academy Debuts New and Improved Website','','inherit','open','open','','681-revision-10','','','2011-05-19 14:31:05','2011-05-19 14:31:05','',681,'http://www.eschoolconsultants.com/2011/05/19/681-revision-10/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (713,1,'2011-05-13 15:42:45','2011-05-13 15:42:45','<p><strong>Technical:</strong> Shawn Mason, Technology Specialist</p>\r\n<p>Shawn has  been a long time consistent and hard working staff member. He has grown  immensely over his almost five years of service.  Recently, he has had  to oversee the Technical Services department in the absence of his  direct supervisor. He was the point person for both the Help Desk and  Technical Services. In addition, he was instrumental in the work leading  up to the Focus East server conversion. During this time, Shawn  demonstrated his strong knowledge of the organization, technical skills  and leadership. eSchool  Consultants would like to recognize Shawn Mason as the Employee of the  Month for his service and support for the month of April 2011 - by Jeremy Scott, Director of Technical Services</p>\r\n<p><strong>Clerical:</strong> Judy M. Marcum, Curriculum</p>\r\n<p> In the  past six months the Curriculum Department has gone through several  changes. One constant has been Judy’s consistency and hard work. No  matter the situation, Judy has conducted herself in a professional  manner and helped out wherever help was needed. She takes the initiative  to fix issues without being asked. Any project she is assigned, she  finishes in a timely manner and it is completed correctly. Our  department is stronger because of Judy’s attention to detail and  proactive attitude. I am very thankful to have her as a vital part of  the eSchool team. eSchool would like to thank Judy for all her hard work by recognizing her as the April 2011 Clerical Employee of the Month - Justin Sparks, Director of Curriculum</p>\r\n<p><strong>CEO:</strong> Kimberly Stokes Wolfe, Ph.D., Career & Technical Education Coordinator </p>\r\n<p> Kim is an excellent employee  and has grown the CTE program at Focus over the past two years. Kim  empowers those she leads and allows them to flourish. A good leader  knows when to lead and when to follow - Kim does this well! eSchool  Consultants would like to thank Kim for all her hard work by recognizing  her as the April 2011 CEO Employee of the Mont - Donnie Musick, CEO</p>','Congrats to the April Staff of the Month','','inherit','open','open','','677-revision-3','','','2011-05-13 15:42:45','2011-05-13 15:42:45','',677,'http://www.eschoolconsultants.com/2011/05/13/677-revision-3/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (714,1,'2011-04-12 18:48:24','2011-04-12 18:48:24','eSchool Consultants would like to commend the following staff members for their outstanding performance during the month of March:\r\n\r\n<strong>CEO:</strong> Meghan Hadden, Marketing and Communications Director\r\n<strong>Clerical:</strong> Chris Basar, Operator\r\n<strong>Technical:</strong> David Prater, Programmer','Congrats to the March Staff of the Month','','inherit','open','open','','670-revision-4','','','2011-04-12 18:48:24','2011-04-12 18:48:24','',670,'http://www.eschoolconsultants.com/2011/04/12/670-revision-4/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (715,1,'2011-02-07 15:01:19','2011-02-07 15:01:19','<p>eSchool Consultants would like to congratulate the <a href=\"http://focuslearn.org/\">Focus Learning Academy</a> Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May the 2011 Graduating Class find success in whichever endeavors they pursue!</p>\r\n<table>\r\n    <thead>\r\n        <tr>\r\n            <th width=\"33%\">Focus East</th>\r\n            <th width=\"34%\">Focus North</th>\r\n            <th width=\"33%\">Focus Southwest</th>\r\n       </tr>\r\n   </thead>\r\n    <tr>\r\n        <td>\r\n            <p>Shontae Maria Bennett+</p>\r\n            <p>Andrew David Blakely*</p>\r\n            <p>Destiny Lanae Chavis</p>\r\n            <p>Brittney DaShawn Donston*</p>\r\n            <p>Brittney Nilcole Claira Jones*</p>\r\n            <p>Ashley Renee Morris*</p>\r\n            <p>Keonte\' Durell Sheppard</p>\r\n            <p>Calinda Christine Willis</p>\r\n       </td>\r\n        <td>\r\n            <p>Cintia Baez</p>\r\n            <p>Chardae Hawkins</p>\r\n            <p>Ra\'Shawn Renee\' Jordan</p>\r\n            <p>Marie Malval</p>\r\n            <p>Stafford Mcdonald</p>\r\n            <p>Yaneth Ruiz*</p>\r\n            <p>Joseph Stith</p>\r\n       </td>\r\n        <td>\r\n            <p>Carlisha Christine Waniequa Yvonne Austin</p>\r\n            <p>Ashley Rayanne Chapman</p>\r\n            <p>Kyle Wyant Conrad</p>\r\n            <p>Megan Nicole Fiorentini</p>\r\n            <p>Tyreeka Elaine Keys</p>\r\n            <p>Cloressa Anne Longmire</p>\r\n            <p>Curtis Michael Tate</p>\r\n            <p>Asia Ada Taylor</p>\r\n            <p>Tabitha Kay Thacker++</p>\r\n       </td>\r\n   </tr>\r\n</table>\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>\r\n<p><strong>Photos of the Graduates:</strong></p>\r\n[caption id=\"attachment_664\" align=\"aligncenter\" width=\"300\" caption=\"Focus North\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-01north.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-01north-300x240.jpg\" alt=\"\" title=\"20110204-01north\" width=\"300\" height=\"240\" class=\"size-medium wp-image-664\" /></a>[/caption]\r\n[caption id=\"attachment_665\" align=\"aligncenter\" width=\"300\" caption=\"Focus South\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-02south.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-02south-300x240.jpg\" alt=\"\" title=\"20110204-02south\" width=\"300\" height=\"240\" class=\"size-medium wp-image-665\" /></a>[/caption]\r\n[caption id=\"attachment_666\" align=\"aligncenter\" width=\"300\" caption=\"Focus East\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-03east.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-03east-300x240.jpg\" alt=\"\" title=\"20110204-03east\" width=\"300\" height=\"240\" class=\"size-medium wp-image-666\" /></a>[/caption]','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-27','','','2011-02-07 15:01:19','2011-02-07 15:01:19','',636,'http://www.eschoolconsultants.com/2011/02/07/636-revision-27/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (716,1,'2011-01-26 21:46:22','2011-01-26 21:46:22','eSchool Consultants recently debuted a new Facebook and Twitter account. The accounts, which are readily accessible via the web site, are an integral part of a broader initiative to better reach-out to clients and the general public alike. With the newly integrated social media accounts, eSchool Consultants is more ably suited to assist forward-thinking schools with their administrative, technological, and curriculum needs.\r\n\r\nPlease visit eSchool Consultants at <a href=\"http://www.twitter.com/eSchoolConsults\">Twitter</a> and on <a href=\"http://www.facebook.com/pages/Eschool-Consultants/189390237753653\">Facebook</a>.','eSchool Consultants Debuts New Social Media Accounts','','inherit','open','open','','618-revision-3','','','2011-01-26 21:46:22','2011-01-26 21:46:22','',618,'http://www.eschoolconsultants.com/2011/01/26/618-revision-3/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (717,1,'2011-01-27 21:05:34','2011-01-27 21:05:34','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01-300x225.jpg\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-621\" /></a>The mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\r\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\r\n\r\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02-300x225.jpg\" alt=\"\" title=\"20110113-02\" width=\"300\" height=\"225\" class=\"alignleft size-medium wp-image-622\" /></a>After the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.\r\n\r\nCEAN is always looking for new members and invites anyone with an interest in making a difference in local employment to attend the next meeting on Thursday, Feb. 10 at AmVets:\r\n\r\n1395 E Dublin Granville Road, Ste 205\r\nColumbus, OH 43229\r\n1-800-AM-VETS','Focus Learning Academy East Hosts First CEAN Meeting of the Year at Focus East','','inherit','open','open','','623-revision-12','','','2011-01-27 21:05:34','2011-01-27 21:05:34','',623,'http://www.eschoolconsultants.com/2011/01/27/623-revision-12/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (718,1,'2011-05-05 17:15:24','2011-05-05 17:15:24','<p>eSchool Consultants offers world-class consulting for cutting-edge schools. We specialize in charter and virtual school creation and management, school curriculum and reporting administration. eSchool Consultants assists schools with the complicated process of setting up, hosting and handling their online presence. Ask how our knowledgeable and experienced staff can help your school succeed. We are also a proud member of the Better Business Bureau of Central Ohio.\r\n        <p>Owner and President of eSchool Consultants, Dr. Coletta Musick, founded the company in 2002, when she discovered that today&#8217;s youth needed additional educational options in order to succeed. Her years of experience in the public education sector have provided Dr. Musick with a breadth of insight and knowledge about school management and student success.</p>\r\n        <div class=\"hr\"></div>\r\n        <h1>About Dr. Coletta Musick, Ph.D.</h1>\r\n        <img src=\"http://www.eschoolconsultants.com/wp-content/themes/eschool3/assets/images/leadership-team/coletta-musick.jpg\" width=\"262\" height=\"262\" alt=\"Dr. Coletta Musick, Ph.D.\" class=\"alignright\" />\r\n        <p>Dr. Coletta Musick has an extensive background in education administration, having served as principal of four elementary schools, assistant superintendent and principal for a local school district, and superintendent of the nation&#8217;s first statewide K-12 online school system. Coletta earned a B.A. in Early Childhood Education from Marshall University in Huntington, WV, and both a Master of Education and Doctorate in Education Administration from Ohio University. She has served on the statewide Ohio Social Studies Model Curriculum Advisory Committee, as a member of Central Ohio SchoolNet Plus Steering Committee, on Compaq Computer Corporation&#8217;s National Advisory Committee, selected for the Learn.com Advisory Board, and being inducted into Phi Delta Kappa. As owner and president of eSchool Consultants and its subsidiaries, Coletta continues to pioneer the future of virtual education. Coletta resides in Circleville with her husband, Don. Their family includes their son Donnie, his wife Jodi, and their three children, as well as their daughter, Krisha, and her husband, Ryan.</p>\r\n        <p><strong>Career Experience:</strong></p>\r\n        <ul>\r\n            <li>Superintendent, Focus Learning Academies</li>\r\n            <li>Owner/President, eSchool Consultants, Inc. and Coleeta Daycare, Columbus, OH</li>\r\n            <li>Assistant Superintendent, Reynoldsburg City Schools, Reynoldsburg, OH</li>\r\n            <li>Chief Education Officer, Triad Instruction Group, Toledo, OH</li>\r\n            <li>Superintendent, E-COT, The Electronic Classroom of Tomorrow, Columbus, OH</li>\r\n            <li>Regional Director, The TesseracT Group, Scottsdale, AZ</li>\r\n            <li>Principal, Jackson Elementary School (Preschool- 5), Williamsport, OH</li>\r\n            <li>Associate Principal, Madison No. 1 School (5-8), Phoenix, AZ</li>\r\n            <li>Assistant Superintendent/Principal, New Matamoras Elementary School (K-8), Newport, OH</li>\r\n            <li>Principal, Bartlett Jr. High School (4-8)  &amp; Cutler Primary School (K-3), Vincent, OH</li>\r\n            <li>Principal, Lawrence Elementary School, Newport, OH</li>\r\n            <li>Chapter 1 Coordinator/Teacher, Waterford Elementary School, Waterford, OH</li>\r\n        </ul>\r\n        <p><strong>Education:</strong></p>\r\n        <ul>\r\n            <li>Doctor of Philosophy, Education Administration, Ohio University, Athens, OH</li>\r\n            <li>Master of Education, Education Administration, Ohio University, Athens, OH</li>\r\n            <li>Bachelor of Arts, Early Childhood and Elementary Education, Marshall University, Huntington, WV</li>\r\n        </ul>\r\n<div class=\"hr\"></div>\r\n<h1>Our Team</h1>\r\n<p>One of eSchool Consultants’ best assets is our Leadership Team, which is made up of the Company’s Chief Officers and Department Directors. This group of qualified and driven individuals works as a team to utilize each department’s specialties, providing the comprehensive services our clients require. Learn more about the <a href=\"our-team/\">Leadership Team</a>.</p>','About Us','','inherit','open','open','','264-revision-5','','','2011-05-05 17:15:24','2011-05-05 17:15:24','',264,'http://www.eschoolconsultants.com/2011/05/05/264-revision-5/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (721,1,'2010-11-17 14:22:58','2010-11-17 18:22:58','','Kelly Walliser','','inherit','open','open','','278-revision','','','2010-11-17 14:22:58','2010-11-17 18:22:58','',278,'http://www.eschoolconsultants.com/2010/11/17/278-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (722,1,'2012-02-23 15:58:38','2012-02-23 15:58:38','','Meghan Rankey','','inherit','open','open','','295-revision-2','','','2012-02-23 15:58:38','2012-02-23 15:58:38','',295,'http://www.eschoolconsultants.com/2012/02/23/295-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (723,1,'2013-01-30 14:46:52','2013-01-30 14:46:52','','Kelly Walliser','','inherit','open','open','','278-revision-2','','','2013-01-30 14:46:52','2013-01-30 14:46:52','',278,'http://www.eschoolconsultants.com/2013/01/30/278-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (724,1,'2013-01-30 14:47:01','2013-01-30 14:47:01','','Meghan Rankey','','inherit','open','open','','295-revision-3','','','2013-01-30 14:47:01','2013-01-30 14:47:01','',295,'http://www.eschoolconsultants.com/2013/01/30/295-revision-3/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (725,1,'2013-01-30 17:11:46','2013-01-30 17:11:46','eSchool Consultants is a close-knit company that works together to provide each and every client with excellent and comprehensive service. With more than eighty employees, we are large enough to meet your needs in a professional and experienced manner, but small enough to provide one-on-one attention every step of the way.\n\nOne of eSchool Consultants\' best assets is our Leadership Team, which is made up of the Company’s Chief Officers and Department Directors. This group of qualified and driven individuals works as a team to utilize each department’s specialties, providing the comprehensive services our clients require.','Our Team','','inherit','open','open','','269-autosave','','','2013-01-30 17:11:46','2013-01-30 17:11:46','',269,'http://www.eschoolconsultants.com/2013/01/30/269-autosave/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (726,1,'2013-01-30 14:53:05','2013-01-30 14:53:05','','Kelly Walliser','','inherit','open','open','','278-revision-3','','','2013-01-30 14:53:05','2013-01-30 14:53:05','',278,'http://www.eschoolconsultants.com/2013/01/30/278-revision-3/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (727,1,'2013-01-30 14:53:05','2013-01-30 14:53:05','','Meghan Rankey','','inherit','open','open','','295-revision-4','','','2013-01-30 14:53:05','2013-01-30 14:53:05','',295,'http://www.eschoolconsultants.com/2013/01/30/295-revision-4/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (728,1,'2013-01-30 15:27:15','2013-01-30 15:27:15','','Meghan Rankey','','inherit','open','open','','295-revision-5','','','2013-01-30 15:27:15','2013-01-30 15:27:15','',295,'http://www.eschoolconsultants.com/2013/01/30/295-revision-5/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (729,1,'2013-01-30 15:27:15','2013-01-30 15:27:15','','Kelly Walliser','','inherit','open','open','','278-revision-4','','','2013-01-30 15:27:15','2013-01-30 15:27:15','',278,'http://www.eschoolconsultants.com/2013/01/30/278-revision-4/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (730,1,'2012-02-27 15:21:23','2012-02-27 15:21:23','eSchool Consultants recently debuted a new Facebook and Twitter account. The accounts, which are readily accessible via the web site, are an integral part of a broader initiative to better reach-out to clients and the general public alike. With the newly integrated social media accounts, eSchool Consultants is more ably suited to assist forward-thinking schools with their administrative, technological, and curriculum needs.\r\n\r\nPlease visit eSchool Consultants at <a href=\"http://www.twitter.com/eSchoolConsults\">Twitter</a> and on <a href=\"http://www.facebook.com/pages/Eschool-Consultants/189390237753653\">Facebook</a>.','eSchool Consultants Debuts New Social Media Accounts','','inherit','open','open','','618-revision-4','','','2012-02-27 15:21:23','2012-02-27 15:21:23','',618,'http://www.eschoolconsultants.com/2012/02/27/618-revision-4/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (731,1,'2012-02-23 15:56:37','2012-02-23 15:56:37','Welcome to the new eSchool Consultants web site! With the new site, we hope to reach both potential clients and curious web surfers alike. The site features expanded content on our core consulting services as well as information about our clients and company. We expect the site to be of interest to anyone looking to learn more about online education and charter schools.\r\n\r\nBuilt upon the WordPress blogging platform, the site redesign incorporates a clean look with completely new navigation. With our custom WordPress theme, we\'re able to easily create and update content, which is then instantly published to the site. “The new design was created to be easily navigated, attractive, and with relevant and accessible content,” says David Ensinger, Web Marketing & Technology Specialist.\r\n\r\nIn the coming months we\'ll add new articles to the site about what\'s happening, both here at eSchool Consultants, and within the dynamically changing field of online and charter schools education. Please stay current by bookmarking our site and subscribing to our RSS feed.','eSchool Consultants Launches New Web Site with New Content and Improved Functionality','','inherit','open','open','','591-revision-5','','','2012-02-23 15:56:37','2012-02-23 15:56:37','',591,'http://www.eschoolconsultants.com/2012/02/23/591-revision-5/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (732,1,'2012-02-23 15:56:32','2012-02-23 15:56:32','eSchool Consultants showed their appreciation for Focus Learning Academy, a client of eSchool and state-funded charter school which helps teens and young adults earn their high school diploma while preparing for the workforce, by preparing a Thanksgiving feast for all four Columbus schools.<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01-300x240.jpg\" alt=\"\" title=\"20101122_01\" width=\"300\" height=\"240\" class=\"alignright size-medium wp-image-602\" /></a>\r\n\r\neSchool staff purchased, prepared and served all the fixings of a traditional Thanksgiving meal to over 1,000 Focus Learning Academy students and staff.\r\n\r\n“The students and staff of Focus Learning Academy couldn’t be more grateful for the delicious meal eSchool Consultants prepared for all of us,” Focus Learning Academy Director Kathy Williams said.\r\n\r\n“This is just another instance where eSchool went above and beyond for Focus, ensuring every student was able to celebrate Thanksgiving.”\r\n\r\neSchool prepared 18 turkeys for the schools over the course of two days. In addition, students and staff enjoyed fried chicken, stuffing, mashed potatoes, cranberry sauce, greens, corn, rolls and of course pumpkin pie.\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02-300x240.jpg\" alt=\"\" title=\"20101122_02\" width=\"300\" height=\"240\" class=\"alignleft size-medium wp-image-603\" /></a>\r\n“We truly love what we do and are grateful for the opportunity to celebrate Thanksgiving with the students and staff of Focus Learning Academy,” eSchool Consultants CEO Donnie Musick said.\r\n\r\n“We had a great time and hope to do it again next year!”','eSchool Consultants Prepares Holiday Meal for Focus Learning Academy','','inherit','open','open','','599-revision-5','','','2012-02-23 15:56:32','2012-02-23 15:56:32','',599,'http://www.eschoolconsultants.com/2012/02/23/599-revision-5/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (733,1,'2012-02-27 15:21:22','2012-02-27 15:21:22','<p>eSchool Consultants would like to congratulate the <a href=\"http://focuslearn.org/\">Focus Learning Academy</a> Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May the 2011 Graduating Class find success in whichever endeavors they pursue!</p>\r\n<table>\r\n    <thead>\r\n        <tr>\r\n            <th width=\"33%\">Focus East</th>\r\n            <th width=\"34%\">Focus North</th>\r\n            <th width=\"33%\">Focus Southwest</th>\r\n       </tr>\r\n   </thead>\r\n    <tr>\r\n        <td>\r\n            <p>Shontae Maria Bennett+</p>\r\n            <p>Andrew David Blakely*</p>\r\n            <p>Destiny Lanae Chavis</p>\r\n            <p>Brittney DaShawn Donston*</p>\r\n            <p>Brittney Nilcole Claira Jones*</p>\r\n            <p>Ashley Renee Morris*</p>\r\n            <p>Keonte\' Durell Sheppard</p>\r\n            <p>Calinda Christine Willis</p>\r\n       </td>\r\n        <td>\r\n            <p>Cintia Baez</p>\r\n            <p>Chardae Hawkins</p>\r\n            <p>Ra\'Shawn Renee\' Jordan</p>\r\n            <p>Marie Malval</p>\r\n            <p>Stafford Mcdonald</p>\r\n            <p>Yaneth Ruiz*</p>\r\n            <p>Joseph Stith</p>\r\n       </td>\r\n        <td>\r\n            <p>Carlisha Christine Waniequa Yvonne Austin</p>\r\n            <p>Ashley Rayanne Chapman</p>\r\n            <p>Kyle Wyant Conrad</p>\r\n            <p>Megan Nicole Fiorentini</p>\r\n            <p>Tyreeka Elaine Keys</p>\r\n            <p>Cloressa Anne Longmire</p>\r\n            <p>Curtis Michael Tate</p>\r\n            <p>Asia Ada Taylor</p>\r\n            <p>Tabitha Kay Thacker++</p>\r\n       </td>\r\n   </tr>\r\n</table>\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>\r\n<p><strong>Photos of the Graduates:</strong></p>\r\n[caption id=\"attachment_664\" align=\"aligncenter\" width=\"300\" caption=\"Focus North\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-01north.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-01north-300x240.jpg\" alt=\"\" title=\"20110204-01north\" width=\"300\" height=\"240\" class=\"size-medium wp-image-664\" /></a>[/caption]\r\n[caption id=\"attachment_665\" align=\"aligncenter\" width=\"300\" caption=\"Focus South\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-02south.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-02south-300x240.jpg\" alt=\"\" title=\"20110204-02south\" width=\"300\" height=\"240\" class=\"size-medium wp-image-665\" /></a>[/caption]\r\n[caption id=\"attachment_666\" align=\"aligncenter\" width=\"300\" caption=\"Focus East\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-03east.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-03east-300x240.jpg\" alt=\"\" title=\"20110204-03east\" width=\"300\" height=\"240\" class=\"size-medium wp-image-666\" /></a>[/caption]','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-28','','','2012-02-27 15:21:22','2012-02-27 15:21:22','',636,'http://www.eschoolconsultants.com/2012/02/27/636-revision-28/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (734,1,'2012-02-27 15:21:23','2012-02-27 15:21:23','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01-300x225.jpg\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-621\" /></a>The mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\r\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\r\n\r\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02-300x225.jpg\" alt=\"\" title=\"20110113-02\" width=\"300\" height=\"225\" class=\"alignleft size-medium wp-image-622\" /></a>After the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.\r\n\r\nCEAN is always looking for new members and invites anyone with an interest in making a difference in local employment to attend the next meeting on Thursday, Feb. 10 at AmVets:\r\n\r\n1395 E Dublin Granville Road, Ste 205\r\nColumbus, OH 43229\r\n1-800-AM-VETS','Focus Learning Academy East Hosts First CEAN Meeting of the Year at Focus East','','inherit','open','open','','623-revision-13','','','2012-02-27 15:21:23','2012-02-27 15:21:23','',623,'http://www.eschoolconsultants.com/2012/02/27/623-revision-13/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (735,1,'2012-02-27 15:21:22','2012-02-27 15:21:22','eSchool Consultants would like to commend the following staff members for their outstanding performance during the month of March:\r\n\r\n<strong>CEO:</strong> Meghan Hadden, Marketing and Communications Director\r\n<strong>Clerical:</strong> Chris Basar, Operator\r\n<strong>Technical:</strong> David Prater, Programmer','Congrats to the March Staff of the Month','','inherit','open','open','','670-revision-5','','','2012-02-27 15:21:22','2012-02-27 15:21:22','',670,'http://www.eschoolconsultants.com/2012/02/27/670-revision-5/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (736,1,'2012-02-27 15:21:22','2012-02-27 15:21:22','<p><strong>Technical:</strong> Shawn Mason, Technology Specialist</p>\r\n<p>Shawn has  been a long time consistent and hard working staff member. He has grown  immensely over his almost five years of service.  Recently, he has had  to oversee the Technical Services department in the absence of his  direct supervisor. He was the point person for both the Help Desk and  Technical Services. In addition, he was instrumental in the work leading  up to the Focus East server conversion. During this time, Shawn  demonstrated his strong knowledge of the organization, technical skills  and leadership. eSchool  Consultants would like to recognize Shawn Mason as the Employee of the  Month for his service and support for the month of April 2011 - by Jeremy Scott, Director of Technical Services</p>\r\n<p><strong>Clerical:</strong> Judy M. Marcum, Curriculum</p>\r\n<p> In the  past six months the Curriculum Department has gone through several  changes. One constant has been Judy’s consistency and hard work. No  matter the situation, Judy has conducted herself in a professional  manner and helped out wherever help was needed. She takes the initiative  to fix issues without being asked. Any project she is assigned, she  finishes in a timely manner and it is completed correctly. Our  department is stronger because of Judy’s attention to detail and  proactive attitude. I am very thankful to have her as a vital part of  the eSchool team. eSchool would like to thank Judy for all her hard work by recognizing her as the April 2011 Clerical Employee of the Month - Justin Sparks, Director of Curriculum</p>\r\n<p><strong>CEO:</strong> Kimberly Stokes Wolfe, Ph.D., Career & Technical Education Coordinator </p>\r\n<p> Kim is an excellent employee  and has grown the CTE program at Focus over the past two years. Kim  empowers those she leads and allows them to flourish. A good leader  knows when to lead and when to follow - Kim does this well! eSchool  Consultants would like to thank Kim for all her hard work by recognizing  her as the April 2011 CEO Employee of the Mont - Donnie Musick, CEO</p>','Congrats to the April Staff of the Month','','inherit','open','open','','677-revision-4','','','2012-02-27 15:21:22','2012-02-27 15:21:22','',677,'http://www.eschoolconsultants.com/2012/02/27/677-revision-4/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (737,1,'2012-02-27 15:21:22','2012-02-27 15:21:22','<p>Focus Learning Academy, a charter <a href=\"http://focuslearn.org/\">high school in Columbus, Ohio</a>, recently debuted its new and improved website. After having several meetings with stakeholders as varied as Focus staff, students, and community members, the eSchool Consultants Marketing Team, in concert with the Programming Department, decided that the site needed to be both more accessible and more current with relevant and interesting content. To this end, several features were added to the new website:</p>\r\n<ul>\r\n<li>An up-to-date event calendar, photo gallery, and news section</li>\r\n<li>Integration with several social media accounts: <a href=\"http://www.facebook.com/focuslearningacademy\">Facebook</a>, <a href=\"http://www.twitter.com/FocusLearn\">Twitter</a>, and <a href=\"http://www.youtube.com/FocusLearningAcademy\">YouTube</a></li>\r\n<li>Accessible information in the form of an archive of pertinent documents, an explanation of Focus Initiatives, and interactive Google Maps</li>\r\n<li>Easy paths of communication, whether they be via the contact form, a sortable staff directory, or the ability to comment on posted news articles and photo galleries</li>\r\n</ul>\r\n<p>The Leadership Team at <a href=\"http://focuslearn.org/\">Focus Learning Academy</a> is excited about the new website and is confident that it will be an effective tool to communicate with students, parents, and the local community too. Please check out the site and recommend Focus to any students interested in earning their high school diploma while preparing for the workforce.</p>','Focus Learning Academy Debuts New and Improved Website','','inherit','open','open','','681-revision-11','','','2012-02-27 15:21:22','2012-02-27 15:21:22','',681,'http://www.eschoolconsultants.com/2012/02/27/681-revision-11/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (738,1,'2012-02-27 15:21:22','2012-02-27 15:21:22','<p>Congrats to Justin Sparks (from the CEO), Zach Blevins (Tech Department), and Debra Leadstrom (Clerical Department) for being the Staff of the Month for August! Job well done!</p>','Congrats to the Winners of the August Staff of the Month','','inherit','open','open','','695-revision-5','','','2012-02-27 15:21:22','2012-02-27 15:21:22','',695,'http://www.eschoolconsultants.com/2012/02/27/695-revision-5/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (765,1,'2014-12-30 15:50:17','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2014-12-30 15:50:17','0000-00-00 00:00:00','',0,'http://www.eschoolconsultants.com/?p=765',0,'post','',0);
INSERT INTO `wp_posts` VALUES (764,1,'2014-12-30 16:08:09','2014-12-30 16:08:09','<img class=\"alignright\" title=\"cityprep_logo\" src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2014/12/cityprep_logo.png\" alt=\"City Prep Logo\" width=\"134\" height=\"102\" />City Prep offers an innovative and inspirational learning approach that helps our highly qualified instructors differentiate instruction for each individual student. One of the most unique aspects of City Prep’s educational model is the media arts program. Our students are able to matriculate through a hands-on and theory based program that focuses on audio and video production, photography, and computer technology. Academics and Sports are the perfect complement to each other. When athletic programs are designed to promote healthy competition and physical stamina, while also emphasizing the importance of the academic curriculum, student athletes benefit tremendously.\r\n\r\nTo learn more, please visit <a href=\"http://cityprepkings.org/\">City Prep</a>.','City Prep','','publish','open','open','','city-prep','','','2014-12-30 16:56:58','2014-12-30 16:56:58','',266,'http://www.eschoolconsultants.com/?page_id=764',0,'page','',0);
INSERT INTO `wp_posts` VALUES (743,17,'2013-01-30 18:09:04','2013-01-30 18:09:04','<p>Congrats to Justin Sparks (from the CEO), Zach Blevins (Tech Department), and Debra Leadstrom (Clerical Department) for being the Staff of the Month for August! Job well done!</p>','Congrats to the Winners of the August Staff of the Month','','inherit','open','open','','695-revision-6','','','2013-01-30 18:09:04','2013-01-30 18:09:04','',695,'http://www.eschoolconsultants.com/2013/01/30/695-revision-6/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (744,17,'2013-01-30 18:09:04','2013-01-30 18:09:04','<p>Focus Learning Academy, a charter <a href=\"http://focuslearn.org/\">high school in Columbus, Ohio</a>, recently debuted its new and improved website. After having several meetings with stakeholders as varied as Focus staff, students, and community members, the eSchool Consultants Marketing Team, in concert with the Programming Department, decided that the site needed to be both more accessible and more current with relevant and interesting content. To this end, several features were added to the new website:</p>\r\n<ul>\r\n<li>An up-to-date event calendar, photo gallery, and news section</li>\r\n<li>Integration with several social media accounts: <a href=\"http://www.facebook.com/focuslearningacademy\">Facebook</a>, <a href=\"http://www.twitter.com/FocusLearn\">Twitter</a>, and <a href=\"http://www.youtube.com/FocusLearningAcademy\">YouTube</a></li>\r\n<li>Accessible information in the form of an archive of pertinent documents, an explanation of Focus Initiatives, and interactive Google Maps</li>\r\n<li>Easy paths of communication, whether they be via the contact form, a sortable staff directory, or the ability to comment on posted news articles and photo galleries</li>\r\n</ul>\r\n<p>The Leadership Team at <a href=\"http://focuslearn.org/\">Focus Learning Academy</a> is excited about the new website and is confident that it will be an effective tool to communicate with students, parents, and the local community too. Please check out the site and recommend Focus to any students interested in earning their high school diploma while preparing for the workforce.</p>','Focus Learning Academy Debuts New and Improved Website','','inherit','open','open','','681-revision-12','','','2013-01-30 18:09:04','2013-01-30 18:09:04','',681,'http://www.eschoolconsultants.com/2013/01/30/681-revision-12/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (745,17,'2013-01-30 18:09:04','2013-01-30 18:09:04','<p><strong>Technical:</strong> Shawn Mason, Technology Specialist</p>\r\n<p>Shawn has  been a long time consistent and hard working staff member. He has grown  immensely over his almost five years of service.  Recently, he has had  to oversee the Technical Services department in the absence of his  direct supervisor. He was the point person for both the Help Desk and  Technical Services. In addition, he was instrumental in the work leading  up to the Focus East server conversion. During this time, Shawn  demonstrated his strong knowledge of the organization, technical skills  and leadership. eSchool  Consultants would like to recognize Shawn Mason as the Employee of the  Month for his service and support for the month of April 2011 - by Jeremy Scott, Director of Technical Services</p>\r\n<p><strong>Clerical:</strong> Judy M. Marcum, Curriculum</p>\r\n<p> In the  past six months the Curriculum Department has gone through several  changes. One constant has been Judy’s consistency and hard work. No  matter the situation, Judy has conducted herself in a professional  manner and helped out wherever help was needed. She takes the initiative  to fix issues without being asked. Any project she is assigned, she  finishes in a timely manner and it is completed correctly. Our  department is stronger because of Judy’s attention to detail and  proactive attitude. I am very thankful to have her as a vital part of  the eSchool team. eSchool would like to thank Judy for all her hard work by recognizing her as the April 2011 Clerical Employee of the Month - Justin Sparks, Director of Curriculum</p>\r\n<p><strong>CEO:</strong> Kimberly Stokes Wolfe, Ph.D., Career & Technical Education Coordinator </p>\r\n<p> Kim is an excellent employee  and has grown the CTE program at Focus over the past two years. Kim  empowers those she leads and allows them to flourish. A good leader  knows when to lead and when to follow - Kim does this well! eSchool  Consultants would like to thank Kim for all her hard work by recognizing  her as the April 2011 CEO Employee of the Mont - Donnie Musick, CEO</p>','Congrats to the April Staff of the Month','','inherit','open','open','','677-revision-5','','','2013-01-30 18:09:04','2013-01-30 18:09:04','',677,'http://www.eschoolconsultants.com/2013/01/30/677-revision-5/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (746,17,'2013-01-30 18:09:04','2013-01-30 18:09:04','eSchool Consultants would like to commend the following staff members for their outstanding performance during the month of March:\r\n\r\n<strong>CEO:</strong> Meghan Hadden, Marketing and Communications Director\r\n<strong>Clerical:</strong> Chris Basar, Operator\r\n<strong>Technical:</strong> David Prater, Programmer','Congrats to the March Staff of the Month','','inherit','open','open','','670-revision-6','','','2013-01-30 18:09:04','2013-01-30 18:09:04','',670,'http://www.eschoolconsultants.com/2013/01/30/670-revision-6/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (747,17,'2013-01-30 18:09:04','2013-01-30 18:09:04','<p>eSchool Consultants would like to congratulate the <a href=\"http://focuslearn.org/\">Focus Learning Academy</a> Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May the 2011 Graduating Class find success in whichever endeavors they pursue!</p>\r\n<table>\r\n    <thead>\r\n        <tr>\r\n            <th width=\"33%\">Focus East</th>\r\n            <th width=\"34%\">Focus North</th>\r\n            <th width=\"33%\">Focus Southwest</th>\r\n       </tr>\r\n   </thead>\r\n    <tr>\r\n        <td>\r\n            <p>Shontae Maria Bennett+</p>\r\n            <p>Andrew David Blakely*</p>\r\n            <p>Destiny Lanae Chavis</p>\r\n            <p>Brittney DaShawn Donston*</p>\r\n            <p>Brittney Nilcole Claira Jones*</p>\r\n            <p>Ashley Renee Morris*</p>\r\n            <p>Keonte\' Durell Sheppard</p>\r\n            <p>Calinda Christine Willis</p>\r\n       </td>\r\n        <td>\r\n            <p>Cintia Baez</p>\r\n            <p>Chardae Hawkins</p>\r\n            <p>Ra\'Shawn Renee\' Jordan</p>\r\n            <p>Marie Malval</p>\r\n            <p>Stafford Mcdonald</p>\r\n            <p>Yaneth Ruiz*</p>\r\n            <p>Joseph Stith</p>\r\n       </td>\r\n        <td>\r\n            <p>Carlisha Christine Waniequa Yvonne Austin</p>\r\n            <p>Ashley Rayanne Chapman</p>\r\n            <p>Kyle Wyant Conrad</p>\r\n            <p>Megan Nicole Fiorentini</p>\r\n            <p>Tyreeka Elaine Keys</p>\r\n            <p>Cloressa Anne Longmire</p>\r\n            <p>Curtis Michael Tate</p>\r\n            <p>Asia Ada Taylor</p>\r\n            <p>Tabitha Kay Thacker++</p>\r\n       </td>\r\n   </tr>\r\n</table>\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>\r\n<p><strong>Photos of the Graduates:</strong></p>\r\n[caption id=\"attachment_664\" align=\"aligncenter\" width=\"300\" caption=\"Focus North\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-01north.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-01north-300x240.jpg\" alt=\"\" title=\"20110204-01north\" width=\"300\" height=\"240\" class=\"size-medium wp-image-664\" /></a>[/caption]\r\n[caption id=\"attachment_665\" align=\"aligncenter\" width=\"300\" caption=\"Focus South\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-02south.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-02south-300x240.jpg\" alt=\"\" title=\"20110204-02south\" width=\"300\" height=\"240\" class=\"size-medium wp-image-665\" /></a>[/caption]\r\n[caption id=\"attachment_666\" align=\"aligncenter\" width=\"300\" caption=\"Focus East\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-03east.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-03east-300x240.jpg\" alt=\"\" title=\"20110204-03east\" width=\"300\" height=\"240\" class=\"size-medium wp-image-666\" /></a>[/caption]','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-29','','','2013-01-30 18:09:04','2013-01-30 18:09:04','',636,'http://www.eschoolconsultants.com/2013/01/30/636-revision-29/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (748,17,'2013-01-30 18:09:04','2013-01-30 18:09:04','eSchool Consultants recently debuted a new Facebook and Twitter account. The accounts, which are readily accessible via the web site, are an integral part of a broader initiative to better reach-out to clients and the general public alike. With the newly integrated social media accounts, eSchool Consultants is more ably suited to assist forward-thinking schools with their administrative, technological, and curriculum needs.\r\n\r\nPlease visit eSchool Consultants at <a href=\"http://www.twitter.com/eSchoolConsults\">Twitter</a> and on <a href=\"http://www.facebook.com/pages/Eschool-Consultants/189390237753653\">Facebook</a>.','eSchool Consultants Debuts New Social Media Accounts','','inherit','open','open','','618-revision-5','','','2013-01-30 18:09:04','2013-01-30 18:09:04','',618,'http://www.eschoolconsultants.com/2013/01/30/618-revision-5/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (749,17,'2013-01-30 18:09:04','2013-01-30 18:09:04','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01-300x225.jpg\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-621\" /></a>The mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\r\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\r\n\r\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02-300x225.jpg\" alt=\"\" title=\"20110113-02\" width=\"300\" height=\"225\" class=\"alignleft size-medium wp-image-622\" /></a>After the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.\r\n\r\nCEAN is always looking for new members and invites anyone with an interest in making a difference in local employment to attend the next meeting on Thursday, Feb. 10 at AmVets:\r\n\r\n1395 E Dublin Granville Road, Ste 205\r\nColumbus, OH 43229\r\n1-800-AM-VETS','Focus Learning Academy East Hosts First CEAN Meeting of the Year at Focus East','','inherit','open','open','','623-revision-14','','','2013-01-30 18:09:04','2013-01-30 18:09:04','',623,'http://www.eschoolconsultants.com/2013/01/30/623-revision-14/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (750,17,'2013-01-30 18:09:04','2013-01-30 18:09:04','eSchool Consultants showed their appreciation for Focus Learning Academy, a client of eSchool and state-funded charter school which helps teens and young adults earn their high school diploma while preparing for the workforce, by preparing a Thanksgiving feast for all four Columbus schools.<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01-300x240.jpg\" alt=\"\" title=\"20101122_01\" width=\"300\" height=\"240\" class=\"alignright size-medium wp-image-602\" /></a>\r\n\r\neSchool staff purchased, prepared and served all the fixings of a traditional Thanksgiving meal to over 1,000 Focus Learning Academy students and staff.\r\n\r\n“The students and staff of Focus Learning Academy couldn’t be more grateful for the delicious meal eSchool Consultants prepared for all of us,” Focus Learning Academy Director Kathy Williams said.\r\n\r\n“This is just another instance where eSchool went above and beyond for Focus, ensuring every student was able to celebrate Thanksgiving.”\r\n\r\neSchool prepared 18 turkeys for the schools over the course of two days. In addition, students and staff enjoyed fried chicken, stuffing, mashed potatoes, cranberry sauce, greens, corn, rolls and of course pumpkin pie.\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02-300x240.jpg\" alt=\"\" title=\"20101122_02\" width=\"300\" height=\"240\" class=\"alignleft size-medium wp-image-603\" /></a>\r\n“We truly love what we do and are grateful for the opportunity to celebrate Thanksgiving with the students and staff of Focus Learning Academy,” eSchool Consultants CEO Donnie Musick said.\r\n\r\n“We had a great time and hope to do it again next year!”','eSchool Consultants Prepares Holiday Meal for Focus Learning Academy','','inherit','open','open','','599-revision-6','','','2013-01-30 18:09:04','2013-01-30 18:09:04','',599,'http://www.eschoolconsultants.com/2013/01/30/599-revision-6/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (751,17,'2013-01-30 18:09:04','2013-01-30 18:09:04','Welcome to the new eSchool Consultants web site! With the new site, we hope to reach both potential clients and curious web surfers alike. The site features expanded content on our core consulting services as well as information about our clients and company. We expect the site to be of interest to anyone looking to learn more about online education and charter schools.\r\n\r\nBuilt upon the WordPress blogging platform, the site redesign incorporates a clean look with completely new navigation. With our custom WordPress theme, we\'re able to easily create and update content, which is then instantly published to the site. “The new design was created to be easily navigated, attractive, and with relevant and accessible content,” says David Ensinger, Web Marketing & Technology Specialist.\r\n\r\nIn the coming months we\'ll add new articles to the site about what\'s happening, both here at eSchool Consultants, and within the dynamically changing field of online and charter schools education. Please stay current by bookmarking our site and subscribing to our RSS feed.','eSchool Consultants Launches New Web Site with New Content and Improved Functionality','','inherit','open','open','','591-revision-6','','','2013-01-30 18:09:04','2013-01-30 18:09:04','',591,'http://www.eschoolconsultants.com/2013/01/30/591-revision-6/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (752,17,'2013-02-25 20:18:30','2013-02-25 20:18:30','<p>Congrats to Justin Sparks (from the CEO), Zach Blevins (Tech Department), and Debra Leadstrom (Clerical Department) for being the Staff of the Month for August! Job well done!</p>','Congrats to the Winners of the August Staff of the Month','','inherit','open','open','','695-revision-7','','','2013-02-25 20:18:30','2013-02-25 20:18:30','',695,'http://www.eschoolconsultants.com/2013/02/25/695-revision-7/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (753,17,'2013-02-25 20:18:30','2013-02-25 20:18:30','<p>Focus Learning Academy, a charter <a href=\"http://focuslearn.org/\">high school in Columbus, Ohio</a>, recently debuted its new and improved website. After having several meetings with stakeholders as varied as Focus staff, students, and community members, the eSchool Consultants Marketing Team, in concert with the Programming Department, decided that the site needed to be both more accessible and more current with relevant and interesting content. To this end, several features were added to the new website:</p>\r\n<ul>\r\n<li>An up-to-date event calendar, photo gallery, and news section</li>\r\n<li>Integration with several social media accounts: <a href=\"http://www.facebook.com/focuslearningacademy\">Facebook</a>, <a href=\"http://www.twitter.com/FocusLearn\">Twitter</a>, and <a href=\"http://www.youtube.com/FocusLearningAcademy\">YouTube</a></li>\r\n<li>Accessible information in the form of an archive of pertinent documents, an explanation of Focus Initiatives, and interactive Google Maps</li>\r\n<li>Easy paths of communication, whether they be via the contact form, a sortable staff directory, or the ability to comment on posted news articles and photo galleries</li>\r\n</ul>\r\n<p>The Leadership Team at <a href=\"http://focuslearn.org/\">Focus Learning Academy</a> is excited about the new website and is confident that it will be an effective tool to communicate with students, parents, and the local community too. Please check out the site and recommend Focus to any students interested in earning their high school diploma while preparing for the workforce.</p>','Focus Learning Academy Debuts New and Improved Website','','inherit','open','open','','681-revision-13','','','2013-02-25 20:18:30','2013-02-25 20:18:30','',681,'http://www.eschoolconsultants.com/2013/02/25/681-revision-13/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (754,17,'2013-02-25 20:18:31','2013-02-25 20:18:31','<p><strong>Technical:</strong> Shawn Mason, Technology Specialist</p>\r\n<p>Shawn has  been a long time consistent and hard working staff member. He has grown  immensely over his almost five years of service.  Recently, he has had  to oversee the Technical Services department in the absence of his  direct supervisor. He was the point person for both the Help Desk and  Technical Services. In addition, he was instrumental in the work leading  up to the Focus East server conversion. During this time, Shawn  demonstrated his strong knowledge of the organization, technical skills  and leadership. eSchool  Consultants would like to recognize Shawn Mason as the Employee of the  Month for his service and support for the month of April 2011 - by Jeremy Scott, Director of Technical Services</p>\r\n<p><strong>Clerical:</strong> Judy M. Marcum, Curriculum</p>\r\n<p> In the  past six months the Curriculum Department has gone through several  changes. One constant has been Judy’s consistency and hard work. No  matter the situation, Judy has conducted herself in a professional  manner and helped out wherever help was needed. She takes the initiative  to fix issues without being asked. Any project she is assigned, she  finishes in a timely manner and it is completed correctly. Our  department is stronger because of Judy’s attention to detail and  proactive attitude. I am very thankful to have her as a vital part of  the eSchool team. eSchool would like to thank Judy for all her hard work by recognizing her as the April 2011 Clerical Employee of the Month - Justin Sparks, Director of Curriculum</p>\r\n<p><strong>CEO:</strong> Kimberly Stokes Wolfe, Ph.D., Career & Technical Education Coordinator </p>\r\n<p> Kim is an excellent employee  and has grown the CTE program at Focus over the past two years. Kim  empowers those she leads and allows them to flourish. A good leader  knows when to lead and when to follow - Kim does this well! eSchool  Consultants would like to thank Kim for all her hard work by recognizing  her as the April 2011 CEO Employee of the Mont - Donnie Musick, CEO</p>','Congrats to the April Staff of the Month','','inherit','open','open','','677-revision-6','','','2013-02-25 20:18:31','2013-02-25 20:18:31','',677,'http://www.eschoolconsultants.com/2013/02/25/677-revision-6/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (755,17,'2013-02-25 20:18:31','2013-02-25 20:18:31','eSchool Consultants would like to commend the following staff members for their outstanding performance during the month of March:\r\n\r\n<strong>CEO:</strong> Meghan Hadden, Marketing and Communications Director\r\n<strong>Clerical:</strong> Chris Basar, Operator\r\n<strong>Technical:</strong> David Prater, Programmer','Congrats to the March Staff of the Month','','inherit','open','open','','670-revision-7','','','2013-02-25 20:18:31','2013-02-25 20:18:31','',670,'http://www.eschoolconsultants.com/2013/02/25/670-revision-7/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (756,17,'2013-02-25 20:18:31','2013-02-25 20:18:31','<p>eSchool Consultants would like to congratulate the <a href=\"http://focuslearn.org/\">Focus Learning Academy</a> Winter Class of 2011, who will receive their much-deserved high school diplomas today. The commencement ceremony, which is to be held at Lighthouse Ministries, will feature the commencement address of Anthony S. Trotman, Director, Franklin County Department of Job & Family Services. May the 2011 Graduating Class find success in whichever endeavors they pursue!</p>\r\n<table>\r\n    <thead>\r\n        <tr>\r\n            <th width=\"33%\">Focus East</th>\r\n            <th width=\"34%\">Focus North</th>\r\n            <th width=\"33%\">Focus Southwest</th>\r\n       </tr>\r\n   </thead>\r\n    <tr>\r\n        <td>\r\n            <p>Shontae Maria Bennett+</p>\r\n            <p>Andrew David Blakely*</p>\r\n            <p>Destiny Lanae Chavis</p>\r\n            <p>Brittney DaShawn Donston*</p>\r\n            <p>Brittney Nilcole Claira Jones*</p>\r\n            <p>Ashley Renee Morris*</p>\r\n            <p>Keonte\' Durell Sheppard</p>\r\n            <p>Calinda Christine Willis</p>\r\n       </td>\r\n        <td>\r\n            <p>Cintia Baez</p>\r\n            <p>Chardae Hawkins</p>\r\n            <p>Ra\'Shawn Renee\' Jordan</p>\r\n            <p>Marie Malval</p>\r\n            <p>Stafford Mcdonald</p>\r\n            <p>Yaneth Ruiz*</p>\r\n            <p>Joseph Stith</p>\r\n       </td>\r\n        <td>\r\n            <p>Carlisha Christine Waniequa Yvonne Austin</p>\r\n            <p>Ashley Rayanne Chapman</p>\r\n            <p>Kyle Wyant Conrad</p>\r\n            <p>Megan Nicole Fiorentini</p>\r\n            <p>Tyreeka Elaine Keys</p>\r\n            <p>Cloressa Anne Longmire</p>\r\n            <p>Curtis Michael Tate</p>\r\n            <p>Asia Ada Taylor</p>\r\n            <p>Tabitha Kay Thacker++</p>\r\n       </td>\r\n   </tr>\r\n</table>\r\n<p>+Valedictorian</p>\r\n<p>++ Salutatorian</p>\r\n<p>*Career &amp; Technical Education Honor Society</p>\r\n<p><strong>Photos of the Graduates:</strong></p>\r\n[caption id=\"attachment_664\" align=\"aligncenter\" width=\"300\" caption=\"Focus North\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-01north.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-01north-300x240.jpg\" alt=\"\" title=\"20110204-01north\" width=\"300\" height=\"240\" class=\"size-medium wp-image-664\" /></a>[/caption]\r\n[caption id=\"attachment_665\" align=\"aligncenter\" width=\"300\" caption=\"Focus South\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-02south.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-02south-300x240.jpg\" alt=\"\" title=\"20110204-02south\" width=\"300\" height=\"240\" class=\"size-medium wp-image-665\" /></a>[/caption]\r\n[caption id=\"attachment_666\" align=\"aligncenter\" width=\"300\" caption=\"Focus East\"]<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-03east.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/02/20110204-03east-300x240.jpg\" alt=\"\" title=\"20110204-03east\" width=\"300\" height=\"240\" class=\"size-medium wp-image-666\" /></a>[/caption]','eSchool Consultants Congratulates the Winter Graduating Class of Focus Learning Academy','','inherit','open','open','','636-revision-30','','','2013-02-25 20:18:31','2013-02-25 20:18:31','',636,'http://www.eschoolconsultants.com/2013/02/25/636-revision-30/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (757,17,'2013-02-25 20:18:31','2013-02-25 20:18:31','eSchool Consultants recently debuted a new Facebook and Twitter account. The accounts, which are readily accessible via the web site, are an integral part of a broader initiative to better reach-out to clients and the general public alike. With the newly integrated social media accounts, eSchool Consultants is more ably suited to assist forward-thinking schools with their administrative, technological, and curriculum needs.\r\n\r\nPlease visit eSchool Consultants at <a href=\"http://www.twitter.com/eSchoolConsults\">Twitter</a> and on <a href=\"http://www.facebook.com/pages/Eschool-Consultants/189390237753653\">Facebook</a>.','eSchool Consultants Debuts New Social Media Accounts','','inherit','open','open','','618-revision-6','','','2013-02-25 20:18:31','2013-02-25 20:18:31','',618,'http://www.eschoolconsultants.com/2013/02/25/618-revision-6/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (758,17,'2013-02-25 20:18:31','2013-02-25 20:18:31','Focus Learning Academy East played host to the first Community Employee Assistance Network (CEAN) meeting of 2011 on Thursday, Jan. 13. Seventeen members, representing various local and national organizations, met to network and share job leads throughout Central Ohio.\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-01-300x225.jpg\" width=\"300\" height=\"225\" class=\"alignright size-medium wp-image-621\" /></a>The mission of the Community Employee Assistance Network is to make a difference in the employment picture in Central Ohio. The organization encourages networking amongst employers, employment agencies, local government, institutions of higher education, job seekers, and career coaches, amongst others. Some of the organizations that are a part of\r\nCEAN include United Way, FedEx, the Ohio State University, the Salvation Army and the Urban League.\r\n\r\nPresent at the meeting were several members of the Focus Learning Academy staff, including School Social Worker Javar Godfrey, who notes, \"I think CEAN is very important to be a part of due to the networking and long-lasting partnerships that come from the relationship.\"\r\n\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2011/01/20110113-02-300x225.jpg\" alt=\"\" title=\"20110113-02\" width=\"300\" height=\"225\" class=\"alignleft size-medium wp-image-622\" /></a>After the meeting the group took a tour of Focus Learning Academy, a state-funded charter school that helps teens and young adults between the ages of 16 and 22 years old earn their high school diploma while preparing for the workforce. Focus Learning Academy is dedicated to educating students, while allowing them the flexibility to learn a living while attending school.\r\n\r\nCEAN is always looking for new members and invites anyone with an interest in making a difference in local employment to attend the next meeting on Thursday, Feb. 10 at AmVets:\r\n\r\n1395 E Dublin Granville Road, Ste 205\r\nColumbus, OH 43229\r\n1-800-AM-VETS','Focus Learning Academy East Hosts First CEAN Meeting of the Year at Focus East','','inherit','open','open','','623-revision-15','','','2013-02-25 20:18:31','2013-02-25 20:18:31','',623,'http://www.eschoolconsultants.com/2013/02/25/623-revision-15/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (759,17,'2013-02-25 20:18:31','2013-02-25 20:18:31','eSchool Consultants showed their appreciation for Focus Learning Academy, a client of eSchool and state-funded charter school which helps teens and young adults earn their high school diploma while preparing for the workforce, by preparing a Thanksgiving feast for all four Columbus schools.<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_01-300x240.jpg\" alt=\"\" title=\"20101122_01\" width=\"300\" height=\"240\" class=\"alignright size-medium wp-image-602\" /></a>\r\n\r\neSchool staff purchased, prepared and served all the fixings of a traditional Thanksgiving meal to over 1,000 Focus Learning Academy students and staff.\r\n\r\n“The students and staff of Focus Learning Academy couldn’t be more grateful for the delicious meal eSchool Consultants prepared for all of us,” Focus Learning Academy Director Kathy Williams said.\r\n\r\n“This is just another instance where eSchool went above and beyond for Focus, ensuring every student was able to celebrate Thanksgiving.”\r\n\r\neSchool prepared 18 turkeys for the schools over the course of two days. In addition, students and staff enjoyed fried chicken, stuffing, mashed potatoes, cranberry sauce, greens, corn, rolls and of course pumpkin pie.\r\n<a href=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02.jpg\"><img src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2010/12/20101122_02-300x240.jpg\" alt=\"\" title=\"20101122_02\" width=\"300\" height=\"240\" class=\"alignleft size-medium wp-image-603\" /></a>\r\n“We truly love what we do and are grateful for the opportunity to celebrate Thanksgiving with the students and staff of Focus Learning Academy,” eSchool Consultants CEO Donnie Musick said.\r\n\r\n“We had a great time and hope to do it again next year!”','eSchool Consultants Prepares Holiday Meal for Focus Learning Academy','','inherit','open','open','','599-revision-7','','','2013-02-25 20:18:31','2013-02-25 20:18:31','',599,'http://www.eschoolconsultants.com/2013/02/25/599-revision-7/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (760,17,'2013-02-25 20:18:31','2013-02-25 20:18:31','Welcome to the new eSchool Consultants web site! With the new site, we hope to reach both potential clients and curious web surfers alike. The site features expanded content on our core consulting services as well as information about our clients and company. We expect the site to be of interest to anyone looking to learn more about online education and charter schools.\r\n\r\nBuilt upon the WordPress blogging platform, the site redesign incorporates a clean look with completely new navigation. With our custom WordPress theme, we\'re able to easily create and update content, which is then instantly published to the site. “The new design was created to be easily navigated, attractive, and with relevant and accessible content,” says David Ensinger, Web Marketing & Technology Specialist.\r\n\r\nIn the coming months we\'ll add new articles to the site about what\'s happening, both here at eSchool Consultants, and within the dynamically changing field of online and charter schools education. Please stay current by bookmarking our site and subscribing to our RSS feed.','eSchool Consultants Launches New Web Site with New Content and Improved Functionality','','inherit','open','open','','591-revision-7','','','2013-02-25 20:18:31','2013-02-25 20:18:31','',591,'http://www.eschoolconsultants.com/2013/02/25/591-revision-7/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (767,1,'2014-12-30 16:03:47','2014-12-30 16:03:47','','cityprep_logo','','inherit','open','open','','cityprep_logo','','','2014-12-30 16:03:47','2014-12-30 16:03:47','',764,'http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2014/12/cityprep_logo.png',0,'attachment','image/png',0);
INSERT INTO `wp_posts` VALUES (768,1,'2014-12-30 16:07:31','2014-12-30 16:07:31','<img class=\"alignright\" title=\"cityprep_logo\" src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2014/12/cityprep_logo.png\" alt=\"City Prep Logo\" width=\"134\" height=\"102\" />City Prep offers an innovative and inspirational learning approach that helps our highly qualified instructors differentiate instruction for each individual student. One of the most unique aspects of City Prep’s educational model is the media arts program.Our students are able to matriculate through a hands-on and theory based program that focuses on audio and video production, photography, and computer technology. \n\nTo learn more, please visit <a href=\"http://cityprepkings.org/\">City Prep</a>.','City Prep','','inherit','open','open','','764-revision','','','2014-12-30 16:07:31','2014-12-30 16:07:31','',764,'http://www.eschoolconsultants.com/2014/12/30/764-revision/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (771,1,'2014-12-30 17:06:13','2014-12-30 17:06:13','<img class=\"alignright\" title=\"cityprep_logo\" src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2014/12/cityprep_logo.png\" alt=\"City Prep Logo\" width=\"134\" height=\"102\" />City Prep offers an innovative and inspirational learning approach that helps our highly qualified instructors differentiate instruction for each individual student. One of the most unique aspects of City Prep’s educational model is the media arts program. Our students are able to matriculate through a hands-on and theory based program that focuses on audio and video production, photography, and computer technology. Academics and Sports are the perfect complement to each other. When athletic programs are designed to promote healthy competition and physical stamina, while also emphasizing the importance of the academic curriculum, student athletes benefit tremendously.\n\nTo learn more, please visit <a href=\"http://cityprepkings.org/\">City Prep</a>.','City Prep','','inherit','open','open','','764-autosave','','','2014-12-30 17:06:13','2014-12-30 17:06:13','',764,'http://www.eschoolconsultants.com/2014/12/30/764-autosave/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (772,1,'2014-12-30 16:08:09','2014-12-30 16:08:09','<img class=\"alignright\" title=\"cityprep_logo\" src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2014/12/cityprep_logo.png\" alt=\"City Prep Logo\" width=\"134\" height=\"102\" />City Prep offers an innovative and inspirational learning approach that helps our highly qualified instructors differentiate instruction for each individual student. One of the most unique aspects of City Prep’s educational model is the media arts program.Our students are able to matriculate through a hands-on and theory based program that focuses on audio and video production, photography, and computer technology. Academics and Sports are the perfect complement to each other. When athletic programs are designed to promote healthy competition and physical stamina, while also emphasizing the importance of the academic curriculum, student athletes benefit tremendously.\r\n\r\nTo learn more, please visit <a href=\"http://cityprepkings.org/\">City Prep</a>.','City Prep','','inherit','open','open','','764-revision-2','','','2014-12-30 16:08:09','2014-12-30 16:08:09','',764,'http://www.eschoolconsultants.com/2014/12/30/764-revision-2/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (773,1,'2014-12-30 16:50:25','2014-12-30 16:50:25','<img class=\"alignright\" title=\"cityprep_logo\" src=\"http://www.eschoolconsultants.com/wp-content/uploads/eschool_wordpress/2014/12/cityprep_logo.png\" alt=\"City Prep Logo\" width=\"134\" height=\"102\" />City Prep offers an innovative and inspirational learning approach that helps our highly qualified instructors differentiate instruction for each individual student. One of the most unique aspects of City Prep’s educational model is the media arts program.Our students are able to matriculate through a hands-on and theory based program that focuses on audio and video production, photography, and computer technology. Academics and Sports are the perfect complement to each other. When athletic programs are designed to promote healthy competition and physical stamina, while also emphasizing the importance of the academic curriculum, student athletes benefit tremendously.\r\n\r\nTo learn more, please visit <a href=\"http://cityprepkings.org/\">City Prep</a>.','City Prep','','inherit','open','open','','764-revision-3','','','2014-12-30 16:50:25','2014-12-30 16:50:25','',764,'http://www.eschoolconsultants.com/2014/12/30/764-revision-3/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` 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=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,2,0);
INSERT INTO `wp_term_relationships` VALUES (2,2,0);
INSERT INTO `wp_term_relationships` VALUES (3,2,0);
INSERT INTO `wp_term_relationships` VALUES (4,2,0);
INSERT INTO `wp_term_relationships` VALUES (5,2,0);
INSERT INTO `wp_term_relationships` VALUES (6,2,0);
INSERT INTO `wp_term_relationships` VALUES (7,2,0);
INSERT INTO `wp_term_relationships` VALUES (601,1,0);
INSERT INTO `wp_term_relationships` VALUES (600,1,0);
INSERT INTO `wp_term_relationships` VALUES (264,1,0);
INSERT INTO `wp_term_relationships` VALUES (265,1,0);
INSERT INTO `wp_term_relationships` VALUES (266,1,0);
INSERT INTO `wp_term_relationships` VALUES (267,1,0);
INSERT INTO `wp_term_relationships` VALUES (268,1,0);
INSERT INTO `wp_term_relationships` VALUES (269,1,0);
INSERT INTO `wp_term_relationships` VALUES (272,1,0);
INSERT INTO `wp_term_relationships` VALUES (276,1,0);
INSERT INTO `wp_term_relationships` VALUES (278,1,0);
INSERT INTO `wp_term_relationships` VALUES (284,1,0);
INSERT INTO `wp_term_relationships` VALUES (287,1,0);
INSERT INTO `wp_term_relationships` VALUES (289,1,0);
INSERT INTO `wp_term_relationships` VALUES (291,1,0);
INSERT INTO `wp_term_relationships` VALUES (293,1,0);
INSERT INTO `wp_term_relationships` VALUES (295,1,0);
INSERT INTO `wp_term_relationships` VALUES (297,1,0);
INSERT INTO `wp_term_relationships` VALUES (299,1,0);
INSERT INTO `wp_term_relationships` VALUES (303,1,0);
INSERT INTO `wp_term_relationships` VALUES (309,1,0);
INSERT INTO `wp_term_relationships` VALUES (311,1,0);
INSERT INTO `wp_term_relationships` VALUES (313,1,0);
INSERT INTO `wp_term_relationships` VALUES (315,1,0);
INSERT INTO `wp_term_relationships` VALUES (317,1,0);
INSERT INTO `wp_term_relationships` VALUES (319,1,0);
INSERT INTO `wp_term_relationships` VALUES (321,1,0);
INSERT INTO `wp_term_relationships` VALUES (485,1,0);
INSERT INTO `wp_term_relationships` VALUES (591,1,0);
INSERT INTO `wp_term_relationships` VALUES (599,1,0);
INSERT INTO `wp_term_relationships` VALUES (2,1,0);
INSERT INTO `wp_term_relationships` VALUES (602,1,0);
INSERT INTO `wp_term_relationships` VALUES (604,1,0);
INSERT INTO `wp_term_relationships` VALUES (605,1,0);
INSERT INTO `wp_term_relationships` VALUES (606,1,0);
INSERT INTO `wp_term_relationships` VALUES (607,1,0);
INSERT INTO `wp_term_relationships` VALUES (608,1,0);
INSERT INTO `wp_term_relationships` VALUES (609,1,0);
INSERT INTO `wp_term_relationships` VALUES (610,1,0);
INSERT INTO `wp_term_relationships` VALUES (611,1,0);
INSERT INTO `wp_term_relationships` VALUES (612,1,0);
INSERT INTO `wp_term_relationships` VALUES (613,1,0);
INSERT INTO `wp_term_relationships` VALUES (614,1,0);
INSERT INTO `wp_term_relationships` VALUES (618,1,0);
INSERT INTO `wp_term_relationships` VALUES (623,1,0);
INSERT INTO `wp_term_relationships` VALUES (636,1,0);
INSERT INTO `wp_term_relationships` VALUES (670,1,0);
INSERT INTO `wp_term_relationships` VALUES (677,1,0);
INSERT INTO `wp_term_relationships` VALUES (681,1,0);
INSERT INTO `wp_term_relationships` VALUES (695,1,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=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,9);
INSERT INTO `wp_term_taxonomy` VALUES (2,2,'link_category','',0,7);
/*!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=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0);
INSERT INTO `wp_terms` VALUES (2,'Blogroll','blogroll',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,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=252 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin');
INSERT INTO `wp_usermeta` VALUES (2,1,'rich_editing','true');
INSERT INTO `wp_usermeta` VALUES (3,1,'comment_shortcuts','false');
INSERT INTO `wp_usermeta` VALUES (4,1,'admin_color','fresh');
INSERT INTO `wp_usermeta` VALUES (5,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}');
INSERT INTO `wp_usermeta` VALUES (7,1,'wp_user_level','10');
INSERT INTO `wp_usermeta` VALUES (8,1,'wp_usersettingstime','1291671114');
INSERT INTO `wp_usermeta` VALUES (240,17,'wp_dashboard_quick_press_last_post_id','742');
INSERT INTO `wp_usermeta` VALUES (241,17,'leadership','0');
INSERT INTO `wp_usermeta` VALUES (242,17,'job_title','');
INSERT INTO `wp_usermeta` VALUES (243,17,'short_description','');
INSERT INTO `wp_usermeta` VALUES (244,17,'sort_key','');
INSERT INTO `wp_usermeta` VALUES (245,17,'aim','');
INSERT INTO `wp_usermeta` VALUES (246,17,'yim','');
INSERT INTO `wp_usermeta` VALUES (247,17,'jabber','');
INSERT INTO `wp_usermeta` VALUES (68,8,'first_name','Donnie');
INSERT INTO `wp_usermeta` VALUES (69,8,'last_name','Musick');
INSERT INTO `wp_usermeta` VALUES (70,8,'nickname','donnie-musick');
INSERT INTO `wp_usermeta` VALUES (71,8,'rich_editing','true');
INSERT INTO `wp_usermeta` VALUES (72,8,'comment_shortcuts','false');
INSERT INTO `wp_usermeta` VALUES (73,8,'admin_color','fresh');
INSERT INTO `wp_usermeta` VALUES (74,8,'wp_capabilities','a:1:{s:6:\"author\";b:1;}');
INSERT INTO `wp_usermeta` VALUES (75,8,'wp_user_level','2');
INSERT INTO `wp_usermeta` VALUES (76,8,'leadership','1');
INSERT INTO `wp_usermeta` VALUES (77,8,'job_title','Chief Executive Officer');
INSERT INTO `wp_usermeta` VALUES (78,8,'short_description','Donnie is instrumental in the developmental, marketing, operational and systems areas on which eSchool Consultants is based.');
INSERT INTO `wp_usermeta` VALUES (79,8,'sort_key','10');
INSERT INTO `wp_usermeta` VALUES (80,8,'description','Donnie graduated from the Teays Valley School System, and attended the University of Toledo and OSU. He then went on to work in the field of virtual education. An eSchool Consultants employee since the company\'s conception, Donnie has been instrumental in the developmental, marketing, operational, and systems areas on which eSchool Consultants is based. Donnie was recently promoted to CEO of the company. Donnie lives in Circleville with his wife Jodi and three young children, Avery, Reece, and Kaylee.');
INSERT INTO `wp_usermeta` VALUES (107,11,'first_name','Kathy');
INSERT INTO `wp_usermeta` VALUES (108,11,'last_name','Williams');
INSERT INTO `wp_usermeta` VALUES (109,11,'nickname','kathy-williams');
INSERT INTO `wp_usermeta` VALUES (110,11,'rich_editing','true');
INSERT INTO `wp_usermeta` VALUES (111,11,'comment_shortcuts','false');
INSERT INTO `wp_usermeta` VALUES (112,11,'admin_color','fresh');
INSERT INTO `wp_usermeta` VALUES (113,11,'wp_capabilities','a:1:{s:6:\"author\";b:1;}');
INSERT INTO `wp_usermeta` VALUES (114,11,'wp_user_level','2');
INSERT INTO `wp_usermeta` VALUES (115,11,'leadership','1');
INSERT INTO `wp_usermeta` VALUES (116,11,'job_title','Focus Executive Director');
INSERT INTO `wp_usermeta` VALUES (117,11,'short_description','Kathy has an extensive background managing high-risk offenders that she applies to her duties overseeing the three Focus Learning Academies.');
INSERT INTO `wp_usermeta` VALUES (118,11,'sort_key','20');
INSERT INTO `wp_usermeta` VALUES (119,11,'description','Kathy attended Walsh University in Canton, Ohio where she received a Bachelor’s degree in Psychology. After college, she worked as a caseworker for Children’s Services and director of a drug and alcohol center before being hired by the Ohio Department of Rehabilitation and Corrections, where she worked her way up from a state parole officer to a regional administrator. Wanting to positively impact teens, Kathy left to accept a position as administrator of Life Skills Center. Joining eSchool in 2006, she now acts as the Assistant Superintendent/Executive Director for all three Focus Learning Academies. Kathy helps in the overall management/development of the schools and works with the Directors to ensure high quality service. Her key responsibilities include program development, staff management, ensuring state mandated compliance and working with the Boards of Directors to ensure contract compliance.');
INSERT INTO `wp_usermeta` VALUES (227,16,'wp_dashboard_quick_press_last_post_id','741');
INSERT INTO `wp_usermeta` VALUES (226,16,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp330_saving_widgets');
INSERT INTO `wp_usermeta` VALUES (225,16,'wp_user_level','10');
INSERT INTO `wp_usermeta` VALUES (214,1,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader');
INSERT INTO `wp_usermeta` VALUES (215,16,'first_name','Basil');
INSERT INTO `wp_usermeta` VALUES (216,16,'last_name','Gohar');
INSERT INTO `wp_usermeta` VALUES (217,16,'nickname','basilgohar');
INSERT INTO `wp_usermeta` VALUES (218,16,'description','');
INSERT INTO `wp_usermeta` VALUES (219,16,'rich_editing','true');
INSERT INTO `wp_usermeta` VALUES (220,16,'comment_shortcuts','false');
INSERT INTO `wp_usermeta` VALUES (221,16,'admin_color','fresh');
INSERT INTO `wp_usermeta` VALUES (222,16,'use_ssl','0');
INSERT INTO `wp_usermeta` VALUES (223,16,'show_admin_bar_front','true');
INSERT INTO `wp_usermeta` VALUES (224,16,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}');
INSERT INTO `wp_usermeta` VALUES (133,13,'first_name','Krisha');
INSERT INTO `wp_usermeta` VALUES (134,13,'last_name','Baxter');
INSERT INTO `wp_usermeta` VALUES (135,13,'nickname','krisha-baxter');
INSERT INTO `wp_usermeta` VALUES (136,13,'rich_editing','true');
INSERT INTO `wp_usermeta` VALUES (137,13,'comment_shortcuts','false');
INSERT INTO `wp_usermeta` VALUES (138,13,'admin_color','fresh');
INSERT INTO `wp_usermeta` VALUES (139,13,'wp_capabilities','a:1:{s:6:\"author\";b:1;}');
INSERT INTO `wp_usermeta` VALUES (140,13,'wp_user_level','2');
INSERT INTO `wp_usermeta` VALUES (141,13,'leadership','1');
INSERT INTO `wp_usermeta` VALUES (142,13,'job_title','Chief Financial Officer');
INSERT INTO `wp_usermeta` VALUES (143,13,'short_description','Krisha manages the financial operations of eSchool and its related companies.');
INSERT INTO `wp_usermeta` VALUES (144,13,'sort_key','50');
INSERT INTO `wp_usermeta` VALUES (145,13,'description','After attending Teays Valley High School, Krisha Baxter graduated from Marshall University with a Bachelor’s degree in Accounting and a minor in Economics. After two years of experience in public accounting, Krisha joined eSchool in 2005, and is responsible for all fiscal operations. As CFO, Krisha operates day-to-day bill payment and develops long-term financial goals and strategies. Her key duties include processing Accounts Payable/Accounts Receivable, evaluating financial needs and developing solutions, and oversight of general financial solutions. Krisha resides in Charlotte, North Carolina with her husband Ryan and son Austin.');
INSERT INTO `wp_usermeta` VALUES (146,1,'wp_dashboard_quick_press_last_post_id','765');
INSERT INTO `wp_usermeta` VALUES (239,17,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp330_saving_widgets');
INSERT INTO `wp_usermeta` VALUES (238,17,'wp_user_level','10');
INSERT INTO `wp_usermeta` VALUES (237,17,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}');
INSERT INTO `wp_usermeta` VALUES (236,17,'show_admin_bar_front','true');
INSERT INTO `wp_usermeta` VALUES (235,17,'use_ssl','0');
INSERT INTO `wp_usermeta` VALUES (234,17,'admin_color','fresh');
INSERT INTO `wp_usermeta` VALUES (233,17,'comment_shortcuts','false');
INSERT INTO `wp_usermeta` VALUES (232,17,'rich_editing','true');
INSERT INTO `wp_usermeta` VALUES (229,17,'last_name','Decot');
INSERT INTO `wp_usermeta` VALUES (230,17,'nickname','kyledecot');
INSERT INTO `wp_usermeta` VALUES (231,17,'description','');
INSERT INTO `wp_usermeta` VALUES (158,11,'use_ssl','0');
INSERT INTO `wp_usermeta` VALUES (159,11,'show_admin_bar_front','true');
INSERT INTO `wp_usermeta` VALUES (228,17,'first_name','Kyle');
INSERT INTO `wp_usermeta` VALUES (161,11,'aim','');
INSERT INTO `wp_usermeta` VALUES (162,11,'yim','');
INSERT INTO `wp_usermeta` VALUES (163,11,'jabber','');
INSERT INTO `wp_usermeta` VALUES (248,1,'wp_user-settings','editor=tinymce&hidetb=1');
INSERT INTO `wp_usermeta` VALUES (249,1,'wp_user-settings-time','1419957942');
INSERT INTO `wp_usermeta` VALUES (250,1,'closedpostboxes_page','a:0:{}');
INSERT INTO `wp_usermeta` VALUES (251,1,'metaboxhidden_page','a:1:{i:0;s:9:\"authordiv\";}');
/*!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=18 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$B6yR0dru6oVcOOanoAGG.X/9UeB6n71','admin','bryce.thornton@eschoolconsultants.com','','2010-12-06 21:30:12','',0,'admin');
INSERT INTO `wp_users` VALUES (16,'basilgohar','$P$BSfORA/rM5QKNMyxSL5JhTu43d.7CU1','basilgohar','basil.gohar@eschoolconsultants.com','http://www.eschoolconsultants.com','2013-02-25 19:25:55','',0,'basilgohar');
INSERT INTO `wp_users` VALUES (17,'kyledecot','$P$B0BCqX.vV0PZhx8o3mncHeMQQqXD8z.','kyledecot','kyle.decot@eschoolconsultants.com','http://www.eschoolconsultants.com','2013-02-25 19:27:53','',0,'kyledecot');
INSERT INTO `wp_users` VALUES (8,'donnie-musick','$P$BBHEX.fwOylrNUlOIrA3DWbUpcht.E0','donnie-musick','donnie.musick@eschoolconsultants.com','','2010-12-06 22:10:12','',0,'Donnie Musick');
INSERT INTO `wp_users` VALUES (11,'kathy-williams','$P$B7nMkZCb5fGqnWDUtVarCTalB2vfK5/','kathy-williams','kathy.williams@focuslearn.org','','2010-12-06 22:14:38','',0,'Kathy Williams');
INSERT INTO `wp_users` VALUES (13,'krisha-baxter','$P$BtfMqSd7RhSTcUU2qq3Wi9DskiqGpw/','krisha-baxter','krisha.baxter@eschoolconsultants.com','','2010-12-06 22:17:30','',0,'Krisha Baxter');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed
