0byt3m1n1
Path:
/
data
/
23
/
3
/
23
/
98
/
3023098
/
meta
/
3356710
/
mysql.backup
/
[
Home
]
File: plate_pantry.mysqlv104.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv104 Database: plate_pantry -- ------------------------------------------------------ -- Server version 5.0.91 /*!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_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; 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 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; 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_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=2 DEFAULT CHARSET=utf8; 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 (1,1,'Mr WordPress','','http://wordpress.org/','','2014-04-25 18:04:23','2014-04-25 18:04:23','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_answer` -- DROP TABLE IF EXISTS `wp_events_answer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_answer` ( `id` int(11) NOT NULL auto_increment, `registration_id` varchar(23) NOT NULL, `attendee_id` int(11) NOT NULL default '0', `question_id` int(11) NOT NULL default '0', `answer` text NOT NULL, PRIMARY KEY (`id`), KEY `registration_id` (`registration_id`), KEY `attendee_id` (`attendee_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_answer` -- LOCK TABLES `wp_events_answer` WRITE; /*!40000 ALTER TABLE `wp_events_answer` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_answer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_attendee` -- DROP TABLE IF EXISTS `wp_events_attendee`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_attendee` ( `id` int(11) unsigned NOT NULL auto_increment, `registration_id` varchar(23) default '0', `is_primary` tinyint(1) default '0', `lname` varchar(45) default NULL, `fname` varchar(45) default NULL, `address` varchar(45) default NULL, `address2` varchar(45) default NULL, `city` varchar(45) default NULL, `state` varchar(45) default NULL, `zip` varchar(45) default NULL, `country_id` varchar(128) default NULL, `organization_name` varchar(50) default NULL, `vat_number` varchar(20) default NULL, `email` varchar(45) default NULL, `phone` varchar(45) default NULL, `date` timestamp NOT NULL default CURRENT_TIMESTAMP, `price_option` varchar(100) default NULL, `orig_price` decimal(20,2) default '0.00', `final_price` decimal(20,2) default '0.00', `quantity` tinyint(1) default '0', `total_cost` decimal(20,2) default '0.00', `amount_pd` decimal(20,2) default '0.00', `coupon_code` varchar(45) default NULL, `payment` varchar(45) default NULL, `payment_status` varchar(45) default 'Incomplete', `txn_type` varchar(45) default NULL, `txn_id` varchar(45) default NULL, `payment_date` varchar(45) default NULL, `event_id` varchar(45) default NULL, `event_time` varchar(15) default NULL, `end_time` varchar(15) default NULL, `start_date` varchar(45) default NULL, `end_date` varchar(45) default NULL, `attendee_session` varchar(250) default NULL, `transaction_details` text, `pre_approve` int(11) default '1', `checked_in` int(1) default '0', `checked_in_quantity` int(11) default '0', `hashSalt` varchar(250) default NULL, PRIMARY KEY (`id`), KEY `registration_id` (`registration_id`), KEY `event_id` (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_attendee` -- LOCK TABLES `wp_events_attendee` WRITE; /*!40000 ALTER TABLE `wp_events_attendee` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_attendee` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_attendee_meta` -- DROP TABLE IF EXISTS `wp_events_attendee_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_attendee_meta` ( `ameta_id` bigint(20) NOT NULL auto_increment, `attendee_id` int(11) default NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, `date_added` datetime default NULL, `date_updated` datetime default NULL, PRIMARY KEY (`ameta_id`), KEY `attendee_id` (`attendee_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_attendee_meta` -- LOCK TABLES `wp_events_attendee_meta` WRITE; /*!40000 ALTER TABLE `wp_events_attendee_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_attendee_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_category_detail` -- DROP TABLE IF EXISTS `wp_events_category_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_category_detail` ( `id` int(11) unsigned NOT NULL auto_increment, `category_name` varchar(100) default NULL, `category_identifier` varchar(45) default NULL, `category_desc` text, `category_meta` text, `display_desc` varchar(4) default NULL, `wp_user` int(22) default '1', PRIMARY KEY (`id`), KEY `category_identifier` (`category_identifier`), KEY `wp_user` (`wp_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_category_detail` -- LOCK TABLES `wp_events_category_detail` WRITE; /*!40000 ALTER TABLE `wp_events_category_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_category_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_category_rel` -- DROP TABLE IF EXISTS `wp_events_category_rel`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_category_rel` ( `id` int(11) NOT NULL auto_increment, `event_id` int(11) default NULL, `cat_id` int(11) default NULL, PRIMARY KEY (`id`), KEY `event_id` (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_category_rel` -- LOCK TABLES `wp_events_category_rel` WRITE; /*!40000 ALTER TABLE `wp_events_category_rel` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_category_rel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_detail` -- DROP TABLE IF EXISTS `wp_events_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_detail` ( `id` int(11) unsigned NOT NULL auto_increment, `event_code` varchar(26) default '0', `event_name` varchar(100) default NULL, `event_desc` text, `display_desc` varchar(1) default 'Y', `display_reg_form` varchar(1) default 'Y', `event_identifier` varchar(75) default NULL, `start_date` varchar(15) default NULL, `end_date` varchar(15) default NULL, `registration_start` varchar(15) default NULL, `registration_end` varchar(15) default NULL, `registration_startT` varchar(15) default NULL, `registration_endT` varchar(15) default NULL, `visible_on` varchar(15) default NULL, `address` text, `address2` text, `city` varchar(100) default NULL, `state` varchar(100) default NULL, `zip` varchar(11) default NULL, `phone` varchar(15) default NULL, `venue_title` varchar(250) default NULL, `venue_url` varchar(250) default NULL, `venue_image` text, `venue_phone` varchar(15) default NULL, `virtual_url` varchar(250) default NULL, `virtual_phone` varchar(15) default NULL, `reg_limit` varchar(25) default '999999', `allow_multiple` varchar(15) default 'N', `additional_limit` int(10) default '5', `send_mail` varchar(2) default 'Y', `is_active` varchar(1) default 'Y', `event_status` varchar(2) default 'A', `conf_mail` text, `use_coupon_code` varchar(1) default 'N', `use_groupon_code` varchar(1) default 'N', `category_id` text, `coupon_id` text, `tax_percentage` float default NULL, `tax_mode` int(11) default NULL, `member_only` varchar(1) default NULL, `post_id` int(11) default NULL, `post_type` varchar(50) default NULL, `country` varchar(200) default NULL, `externalURL` varchar(255) default NULL, `early_disc` varchar(10) default NULL, `early_disc_date` varchar(15) default NULL, `early_disc_percentage` varchar(1) default 'N', `question_groups` longtext, `item_groups` longtext, `event_type` varchar(250) default NULL, `allow_overflow` varchar(1) default 'N', `overflow_event_id` int(10) default '0', `recurrence_id` int(11) default '0', `email_id` int(11) default '0', `alt_email` text, `event_meta` longtext, `wp_user` int(22) default '1', `require_pre_approval` int(11) default '0', `timezone_string` varchar(250) default NULL, `likes` int(22) default NULL, `ticket_id` int(22) default '0', `submitted` datetime NOT NULL, PRIMARY KEY (`id`), KEY `event_code` (`event_code`), KEY `wp_user` (`wp_user`), KEY `event_name` (`event_name`), KEY `city` (`city`), KEY `state` (`state`), KEY `start_date` (`start_date`), KEY `end_date` (`end_date`), KEY `registration_start` (`registration_start`), KEY `registration_end` (`registration_end`), KEY `reg_limit` (`reg_limit`), KEY `event_status` (`event_status`), KEY `recurrence_id` (`recurrence_id`), KEY `submitted` (`submitted`), KEY `likes` (`likes`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_detail` -- LOCK TABLES `wp_events_detail` WRITE; /*!40000 ALTER TABLE `wp_events_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_discount_codes` -- DROP TABLE IF EXISTS `wp_events_discount_codes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_discount_codes` ( `id` int(11) NOT NULL auto_increment, `coupon_code` varchar(50) default NULL, `coupon_code_price` decimal(20,2) default NULL, `use_percentage` varchar(1) default NULL, `coupon_code_description` text, `each_attendee` varchar(1) default NULL, `wp_user` int(22) default '1', PRIMARY KEY (`id`), KEY `coupon_code` (`coupon_code`), KEY `wp_user` (`wp_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_discount_codes` -- LOCK TABLES `wp_events_discount_codes` WRITE; /*!40000 ALTER TABLE `wp_events_discount_codes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_discount_codes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_discount_rel` -- DROP TABLE IF EXISTS `wp_events_discount_rel`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_discount_rel` ( `id` int(11) NOT NULL auto_increment, `event_id` int(11) default NULL, `discount_id` int(11) default NULL, PRIMARY KEY (`id`), KEY `event_id` (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_discount_rel` -- LOCK TABLES `wp_events_discount_rel` WRITE; /*!40000 ALTER TABLE `wp_events_discount_rel` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_discount_rel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_email` -- DROP TABLE IF EXISTS `wp_events_email`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_email` ( `id` int(11) unsigned NOT NULL auto_increment, `email_name` varchar(100) default NULL, `email_subject` varchar(250) default NULL, `email_text` text, `wp_user` int(22) default '1', PRIMARY KEY (`id`), KEY `wp_user` (`wp_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_email` -- LOCK TABLES `wp_events_email` WRITE; /*!40000 ALTER TABLE `wp_events_email` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_email` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_locale` -- DROP TABLE IF EXISTS `wp_events_locale`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_locale` ( `id` int(11) unsigned NOT NULL auto_increment, `name` varchar(250) default NULL, `identifier` varchar(26) default '0', `wp_user` int(22) default '1', PRIMARY KEY (`id`), KEY `identifier` (`identifier`), KEY `wp_user` (`wp_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_locale` -- LOCK TABLES `wp_events_locale` WRITE; /*!40000 ALTER TABLE `wp_events_locale` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_locale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_locale_rel` -- DROP TABLE IF EXISTS `wp_events_locale_rel`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_locale_rel` ( `id` int(11) NOT NULL auto_increment, `venue_id` int(11) default NULL, `locale_id` int(11) default NULL, PRIMARY KEY (`id`), KEY `venue_id` (`venue_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_locale_rel` -- LOCK TABLES `wp_events_locale_rel` WRITE; /*!40000 ALTER TABLE `wp_events_locale_rel` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_locale_rel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_meta` -- DROP TABLE IF EXISTS `wp_events_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_meta` ( `emeta_id` bigint(20) NOT NULL auto_increment, `event_id` int(11) default NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, `date_added` datetime default NULL, PRIMARY KEY (`emeta_id`), KEY `event_id` (`event_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_meta` -- LOCK TABLES `wp_events_meta` WRITE; /*!40000 ALTER TABLE `wp_events_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_multi_event_registration_id_group` -- DROP TABLE IF EXISTS `wp_events_multi_event_registration_id_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_multi_event_registration_id_group` ( `primary_registration_id` varchar(255) default NULL, `registration_id` varchar(255) default NULL, KEY `primary_registration_id` (`primary_registration_id`), KEY `registration_id` (`registration_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_multi_event_registration_id_group` -- LOCK TABLES `wp_events_multi_event_registration_id_group` WRITE; /*!40000 ALTER TABLE `wp_events_multi_event_registration_id_group` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_multi_event_registration_id_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_personnel` -- DROP TABLE IF EXISTS `wp_events_personnel`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_personnel` ( `id` int(11) NOT NULL auto_increment, `name` varchar(250) default NULL, `role` varchar(250) default NULL, `identifier` varchar(26) default '0', `email` text, `meta` text, `wp_user` int(22) default '1', PRIMARY KEY (`id`), KEY `identifier` (`identifier`), KEY `wp_user` (`wp_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_personnel` -- LOCK TABLES `wp_events_personnel` WRITE; /*!40000 ALTER TABLE `wp_events_personnel` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_personnel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_personnel_rel` -- DROP TABLE IF EXISTS `wp_events_personnel_rel`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_personnel_rel` ( `id` int(11) NOT NULL auto_increment, `event_id` int(11) default NULL, `person_id` int(11) default NULL, PRIMARY KEY (`id`), KEY `event_id` (`event_id`), KEY `person_id` (`person_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_personnel_rel` -- LOCK TABLES `wp_events_personnel_rel` WRITE; /*!40000 ALTER TABLE `wp_events_personnel_rel` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_personnel_rel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_prices` -- DROP TABLE IF EXISTS `wp_events_prices`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_prices` ( `id` int(11) NOT NULL auto_increment, `event_id` int(11) default NULL, `price_type` varchar(50) default NULL, `event_cost` decimal(20,2) NOT NULL default '0.00', `surcharge` decimal(10,2) NOT NULL default '0.00', `surcharge_type` varchar(10) default NULL, `member_price_type` varchar(50) default NULL, `member_price` decimal(20,2) NOT NULL default '0.00', `max_qty` int(7) default '0', `max_qty_members` int(7) default '0', PRIMARY KEY (`id`), KEY `event_id` (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_prices` -- LOCK TABLES `wp_events_prices` WRITE; /*!40000 ALTER TABLE `wp_events_prices` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_prices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_qst_group` -- DROP TABLE IF EXISTS `wp_events_qst_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_qst_group` ( `id` int(11) NOT NULL auto_increment, `group_name` varchar(100) NOT NULL default 'NULL', `group_identifier` varchar(45) NOT NULL default 'NULL', `group_description` text, `group_order` int(11) default '0', `show_group_name` tinyint(1) NOT NULL default '1', `show_group_description` tinyint(1) NOT NULL default '1', `system_group` tinyint(1) NOT NULL default '0', `wp_user` int(22) default '1', PRIMARY KEY (`id`), KEY `system_group` (`system_group`), KEY `wp_user` (`wp_user`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_qst_group` -- LOCK TABLES `wp_events_qst_group` WRITE; /*!40000 ALTER TABLE `wp_events_qst_group` DISABLE KEYS */; INSERT INTO `wp_events_qst_group` VALUES (1,'Personal Information','personal_information-1398701506',NULL,0,1,1,1,1),(2,'Address Information','address_information-1398701506',NULL,0,1,1,0,1); /*!40000 ALTER TABLE `wp_events_qst_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_qst_group_rel` -- DROP TABLE IF EXISTS `wp_events_qst_group_rel`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_qst_group_rel` ( `id` int(11) NOT NULL auto_increment, `group_id` int(11) NOT NULL, `question_id` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `group_id` (`group_id`), KEY `question_id` (`question_id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_qst_group_rel` -- LOCK TABLES `wp_events_qst_group_rel` WRITE; /*!40000 ALTER TABLE `wp_events_qst_group_rel` DISABLE KEYS */; INSERT INTO `wp_events_qst_group_rel` VALUES (1,1,1),(2,1,2),(3,1,3),(4,2,4),(5,2,6),(6,2,7),(7,2,9); /*!40000 ALTER TABLE `wp_events_qst_group_rel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_question` -- DROP TABLE IF EXISTS `wp_events_question`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_question` ( `id` int(11) unsigned NOT NULL auto_increment, `sequence` int(11) NOT NULL default '0', `question_type` enum('TEXT','TEXTAREA','MULTIPLE','SINGLE','DROPDOWN') NOT NULL default 'TEXT', `question` text NOT NULL, `system_name` varchar(15) default NULL, `response` text, `required` enum('Y','N') NOT NULL default 'N', `price_mod` enum('Y','N') NOT NULL default 'N', `required_text` text, `admin_only` enum('Y','N') NOT NULL default 'N', `wp_user` int(22) default '1', PRIMARY KEY (`id`), KEY `wp_user` (`wp_user`), KEY `system_name` (`system_name`), KEY `admin_only` (`admin_only`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_question` -- LOCK TABLES `wp_events_question` WRITE; /*!40000 ALTER TABLE `wp_events_question` DISABLE KEYS */; INSERT INTO `wp_events_question` VALUES (1,0,'TEXT','First Name','fname',NULL,'Y','N',NULL,'N',1),(2,1,'TEXT','Last Name','lname',NULL,'Y','N',NULL,'N',1),(3,2,'TEXT','Email','email',NULL,'Y','N',NULL,'N',1),(4,3,'TEXT','Address','address',NULL,'N','N',NULL,'N',1),(5,3,'TEXT','Address 2','address2',NULL,'N','N',NULL,'N',1),(6,4,'TEXT','City','city',NULL,'N','N',NULL,'N',1),(7,5,'TEXT','State','state',NULL,'N','N',NULL,'N',1),(8,6,'TEXT','Country','country',NULL,'N','N',NULL,'N',1),(9,6,'TEXT','Zip','zip',NULL,'N','N',NULL,'N',1),(10,7,'TEXT','Phone','phone',NULL,'N','N',NULL,'N',1); /*!40000 ALTER TABLE `wp_events_question` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_start_end` -- DROP TABLE IF EXISTS `wp_events_start_end`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_start_end` ( `id` int(11) NOT NULL auto_increment, `event_id` int(11) default NULL, `start_time` varchar(10) default NULL, `end_time` varchar(10) default NULL, `reg_limit` int(15) default '0', PRIMARY KEY (`id`), KEY `event_id` (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_start_end` -- LOCK TABLES `wp_events_start_end` WRITE; /*!40000 ALTER TABLE `wp_events_start_end` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_start_end` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_venue` -- DROP TABLE IF EXISTS `wp_events_venue`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_venue` ( `id` int(11) unsigned NOT NULL auto_increment, `name` varchar(250) default NULL, `identifier` varchar(26) default '0', `address` varchar(250) default NULL, `address2` varchar(250) default NULL, `city` varchar(250) default NULL, `state` varchar(250) default NULL, `zip` varchar(250) default NULL, `country` varchar(250) default NULL, `meta` text, `wp_user` int(22) default '1', PRIMARY KEY (`id`), KEY `identifier` (`identifier`), KEY `wp_user` (`wp_user`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_venue` -- LOCK TABLES `wp_events_venue` WRITE; /*!40000 ALTER TABLE `wp_events_venue` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_venue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_venue_rel` -- DROP TABLE IF EXISTS `wp_events_venue_rel`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_venue_rel` ( `id` int(11) NOT NULL auto_increment, `event_id` int(11) default NULL, `venue_id` int(11) default NULL, PRIMARY KEY (`id`), KEY `event_id` (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_venue_rel` -- LOCK TABLES `wp_events_venue_rel` WRITE; /*!40000 ALTER TABLE `wp_events_venue_rel` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_events_venue_rel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; 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 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_album` -- DROP TABLE IF EXISTS `wp_ngg_album`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ngg_album` ( `id` bigint(20) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `previewpic` bigint(20) NOT NULL default '0', `albumdesc` mediumtext, `sortorder` longtext NOT NULL, `pageid` bigint(20) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ngg_album` -- LOCK TABLES `wp_ngg_album` WRITE; /*!40000 ALTER TABLE `wp_ngg_album` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ngg_album` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_gallery` -- DROP TABLE IF EXISTS `wp_ngg_gallery`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ngg_gallery` ( `gid` bigint(20) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `path` mediumtext, `title` mediumtext, `galdesc` mediumtext, `pageid` bigint(20) NOT NULL default '0', `previewpic` bigint(20) NOT NULL default '0', `author` bigint(20) NOT NULL default '0', PRIMARY KEY (`gid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ngg_gallery` -- LOCK TABLES `wp_ngg_gallery` WRITE; /*!40000 ALTER TABLE `wp_ngg_gallery` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ngg_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_pictures` -- DROP TABLE IF EXISTS `wp_ngg_pictures`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ngg_pictures` ( `pid` bigint(20) NOT NULL auto_increment, `image_slug` varchar(255) NOT NULL, `post_id` bigint(20) NOT NULL default '0', `galleryid` bigint(20) NOT NULL default '0', `filename` varchar(255) NOT NULL, `description` mediumtext, `alttext` mediumtext, `imagedate` datetime NOT NULL default '0000-00-00 00:00:00', `exclude` tinyint(4) default '0', `sortorder` bigint(20) NOT NULL default '0', `meta_data` longtext, PRIMARY KEY (`pid`), KEY `post_id` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ngg_pictures` -- LOCK TABLES `wp_ngg_pictures` WRITE; /*!40000 ALTER TABLE `wp_ngg_pictures` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ngg_pictures` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `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=3016 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://pantrytoplatechallenge.org/','yes'),(2,'blogname','pantrytoplatechallenge.org','yes'),(3,'blogdescription','Just another WordPress site','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','rick@ontargetwebsolutions.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%postname%/','yes'),(31,'gzipcompression','0','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:9:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:45:\"dropdown-menu-widget/shailan.DropDownMenu.php\";i:5;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:6;s:23:\"ml-slider/ml-slider.php\";i:7;s:29:\"nextgen-gallery/nggallery.php\";i:8;s:27:\"php-code-widget/execphp.php\";i:10;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:12;s:41:\"wordpress-importer/wordpress-importer.php\";}','yes'),(36,'home','http://pantrytoplatechallenge.org/','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(39,'advanced_edit','0','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:67:\"/home/pantryto/public_html/wp-content/themes/EmptyCanvas/header.php\";i:2;s:69:\"/home/pantryto/public_html/wp-content/themes/EmptyCanvas/homepage.php\";i:3;s:66:\"/home/pantryto/public_html/wp-content/themes/EmptyCanvas/style.css\";i:4;s:89:\"/home/pantryto/public_html/wp-content/plugins/dropdown-menu-widget/css/dropdown-admin.css\";i:5;s:91:\"/home/pantryto/public_html/wp-content/plugins/dropdown-menu-widget/shailan.DropDownMenu.php\";}','no'),(44,'template','EmptyCanvas','yes'),(45,'stylesheet','EmptyCanvas','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','27916','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','0','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:1:{s:29:\"nextgen-gallery/nggallery.php\";a:2:{i:0;s:9:\"nggLoader\";i:1;s:9:\"uninstall\";}}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','29','yes'),(88,'page_on_front','27','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','22441','yes'),(92,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:72:{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:24:\"NextGEN Gallery overview\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:21:\"NextGEN Upload images\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:18:\"NextGEN Edit album\";b:1;s:20:\"NextGEN Change style\";b:1;s:22:\"NextGEN Change options\";b:1;s:24:\"NextGEN Attach Interface\";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;}}s:14:\"wpsc_anonymous\";a:2:{s:4:\"name\";s:9:\"Anonymous\";s:12:\"capabilities\";a:0:{}}}','yes'),(93,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:21:\"simple-social-icons-2\";}s:9:\"sidebar-1\";a:0:{}s:12:\"feed-sidebar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1400872980;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1400911465;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:1400954667;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1400954751;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(106,'_transient_random_seed','e7955edf2cc514103e75ff265dd5567c','yes'),(919,'_transient_wpsc_path_wpsc-transaction_results.php','/home/pantryto/public_html/wp-content/themes/EmptyCanvas/wpsc-transaction_results.php','no'),(154,'theme_mods_twentytwelve','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1398449097;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(3012,'_site_transient_timeout_theme_roots','1400870416','yes'),(3013,'_site_transient_theme_roots','a:5:{s:11:\"EmptyCanvas\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(107,'auth_key','Knnp*H/_8R3A9BeQb]q8/SZv4?bKxG&4e^sp -3O+E.5]w1AB8AnCe7Ac1JK}[-_','yes'),(108,'auth_salt','06^0 ,#Vy7x2= `nyvq!_BAg7+>cw}6{TK^1bg%dJdGGYkcq/bLG;xUo@zqlPv$-','yes'),(109,'logged_in_key','a$rb}dJ2{rAkeBeGu}RqpcRWvE&M~cUii4tgRZRd69;{y4K%i*B&gF/.UI`[#x<p','yes'),(110,'logged_in_salt','30[HEkU*-EAb6K?|MG%G(gCPAHmw%:C)-Btbb`ss%Mq;Ve~]par6-oPQ`ZqoYU;?','yes'),(111,'_site_transient_timeout_browser_8b4131bad188afe8dc4f2c291c7b89d9','1399053867','yes'),(112,'_site_transient_browser_8b4131bad188afe8dc4f2c291c7b89d9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"28.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'),(113,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:28:\"http://pantrytoplatechallenge.org\";s:4:\"link\";s:104:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://pantrytoplatechallenge.org/\";s:3:\"url\";s:137:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://pantrytoplatechallenge.org/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(114,'nonce_key','-#hg28E$zS]7-;XK2$gF#ktQd~)FOcsZIpb&~%&&y-ouZok/.;3d_lmJ1T<CYaU(','yes'),(115,'nonce_salt','5 @* K,Os4j]QHd6j6afXCaI=-{:zBqRa5O{@Nj;%RU $BS|*u&`0;U=R5g,6$&:','yes'),(149,'db_upgraded','','yes'),(119,'_transient_timeout_feed_4a8377dc9b863e996ecdd29fa7ee5dd8','1398492269','no'),(120,'_transient_feed_4a8377dc9b863e996ecdd29fa7ee5dd8','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:4:\"\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:33:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a: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:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"link:http://pantrytoplatechallenge.org/ - Google Blog Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.google.com/search?ie=utf-8&q=link:http://pantrytoplatechallenge.org/&tbm=blg&tbs=sbd: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:86:\"Your search - <b>link:http://pantrytoplatechallenge.org/</b> - did not match any documents.\";s: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://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";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:10:\"startIndex\";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:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"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:12:\"content-type\";s:28:\"text/xml; charset=ISO-8859-1\";s:4:\"date\";s:29:\"Fri, 25 Apr 2014 18:04:28 GMT\";s:7:\"expires\";s:2:\"-1\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:10:\"set-cookie\";a:2:{i:0;s:143:\"PREF=ID=2c1f92cdb251d1ee:FF=0:TM=1398449068:LM=1398449068:S=dCmxy1nyTA3kkXPi; expires=Sun, 24-Apr-2016 18:04:28 GMT; path=/; domain=.google.com\";i:1;s:212:\"NID=67=R2BHYo41f17-IyXpfDm-lUytPC4JnDZUztgYzCsik0L_A4uKGPwNhKMfv_PpaYCJi5wPoVwpYjPgrDR6_uw9vlC_cMiXOSOMih8UW7laDSQHORt0I9SR1hVrjtGBls9r; expires=Sat, 25-Oct-2014 18:04:28 GMT; path=/; domain=.google.com; HttpOnly\";}s:3:\"p3p\";s:122:\"CP=\"This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info.\"\";s:6:\"server\";s:3:\"gws\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:18:\"alternate-protocol\";s:7:\"80:quic\";}s:5:\"build\";s:14:\"20140425180130\";}','no'),(121,'_transient_timeout_feed_mod_4a8377dc9b863e996ecdd29fa7ee5dd8','1398492269','no'),(122,'_transient_feed_mod_4a8377dc9b863e996ecdd29fa7ee5dd8','1398449069','no'),(123,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1398492269','no'),(124,'_transient_dash_20494a3d90a6669585674ed0eb8dcd8f','<p>This dashboard widget queries <a href=\"http://blogsearch.google.com/\">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links… yet. It’s okay — there is no rush.</p>\n','no'),(2985,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1400909527','no'),(2986,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\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:25:\"http://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, 08 May 2014 18:40:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s: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.0-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:35:\"WordPress 3.9.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/05/wordpress-3-9-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:59:\"http://wordpress.org/news/2014/05/wordpress-3-9-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, 08 May 2014 18:40:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s: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=3241\";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:385:\"After three weeks and more than 9 million downloads of WordPress 3.9, we’re pleased to announce that WordPress 3.9.1 is now available. This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video […]\";s: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:3077:\"<p>After three weeks and more than 9 million downloads of <a title=\"WordPress 3.9 “Smith”\" href=\"http://wordpress.org/news/2014/04/smith/\">WordPress 3.9</a>, we’re pleased to announce that WordPress 3.9.1 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video playlists feature and made some adjustments to improve performance. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?milestone=3.9.1\">list of tickets</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?rev=28353&stop_rev=28154\">changelog</a>.</p>\n<p>If you are one of the millions already running WordPress 3.9, we’ve started rolling out automatic background updates for 3.9.1. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.9.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to all of these fine individuals for contributing to 3.9.1: <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/jupiterwise\">Corey McKrill</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/imath\">imath</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/m_i_n\">m_i_n</a>, <a href=\"http://profiles.wordpress.org/clorith\">Marius Jensen</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, and <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</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:55:\"http://wordpress.org/news/2014/05/wordpress-3-9-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:1;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 3.9 “Smith”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/news/2014/04/smith/\";s: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:49:\"http://wordpress.org/news/2014/04/smith/#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, 16 Apr 2014 18:33: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: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=3154\";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:411:\"Version 3.9 of WordPress, named “Smith” in honor of jazz organist Jimmy Smith, is available for download or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love. A smoother media editing experience Improved visual editing The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the […]\";s: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:23290:\"<p>Version 3.9 of WordPress, named “Smith” in honor of jazz organist <a href=\"http://en.wikipedia.org/wiki/Jimmy_Smith_(musician)\">Jimmy Smith</a>, is available <a href=\"http://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love.</p>\n<embed src=\"//v0.wordpress.com/player.swf?v=1.03\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"360\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\" flashvars=\"guid=sAiXhCfV&isDynamicSeeking=true\" title=\"\"></embed>\n<h2 class=\"about-headline-callout\" style=\"text-align: center\">A smoother media editing experience</h2>\n<div>\n<p><img class=\"alignright wp-image-3168\" src=\"//wordpress.org/news/files/2014/04/editor1-300x233.jpg\" alt=\"editor\" width=\"228\" height=\"177\" /></p>\n<h3>Improved visual editing</h3>\n<p>The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the visual editor from your word processor without wasting time to clean up messy styling. (Yeah, we’re talking about you, Microsoft Word.)</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3170\" src=\"//wordpress.org/news/files/2014/04/image1-300x233.jpg\" alt=\"image\" width=\"228\" height=\"178\" /></p>\n<h3>Edit images easily</h3>\n<p>With quicker access to crop and rotation tools, it’s now much easier to edit your images while editing posts. You can also scale images directly in the editor to find just the right fit.</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3187\" src=\"//wordpress.org/news/files/2014/04/dragdrop1-300x233.jpg\" alt=\"dragdrop\" width=\"228\" height=\"178\" /></p>\n<h3>Drag and drop your images</h3>\n<p>Uploading your images is easier than ever. Just grab them from your desktop and drop them in the editor.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<h2 style=\"text-align: center\">Gallery previews</h2>\n<p><img class=\"aligncenter size-full wp-image-3169\" src=\"//wordpress.org/news/files/2014/04/gallery1.jpg\" alt=\"gallery\" width=\"980\" height=\"550\" /></p>\n<p>Galleries display a beautiful grid of images right in the editor, just like they do in your published post.</p>\n<hr />\n<h2 style=\"text-align: center\">Do more with audio and video</h2>\n\n<a href=\'http://wordpress.org/news/files/2014/04/AintMisbehavin.mp3\'>Ain\'t Misbehavin\'</a>\n<a href=\'http://wordpress.org/news/files/2014/04/DavenportBlues.mp3\'>Davenport Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/JellyRollMorton-BuddyBoldensBlues.mp3\'>Buddy Bolden\'s Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Johnny_Hodges_Orchestra-Squaty_Roo-1941.mp3\'>Squaty Roo</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Louisiana_Five-Dixie_Blues-1919.mp3\'>Dixie Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/WolverineBlues.mp3\'>Wolverine Blues</a>\n\n<p>Images have galleries; now we’ve added simple audio and video playlists, so you can showcase your music and clips.</p>\n<hr />\n<h2 style=\"text-align: center\">Live widget and header previews</h2>\n<div style=\"width: 692px; max-width: 100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3154-1\" width=\"692\" height=\"448\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//wordpress.org/news/files/2014/04/widgets.mp4?_=1\" /><a href=\"//wordpress.org/news/files/2014/04/widgets.mp4\">//wordpress.org/news/files/2014/04/widgets.mp4</a></video></div>\n<p>Add, edit, and rearrange your site’s widgets right in the theme customizer. No “save and surprise” — preview your changes live and only save them when you’re ready.</p>\n<p>The improved header image tool also lets you upload, crop, and manage headers while customizing your theme.</p>\n<hr />\n<h2 style=\"text-align: center\">Stunning new theme browser</h2>\n<p><img class=\"aligncenter size-full wp-image-3172\" src=\"//wordpress.org/news/files/2014/04/theme1.jpg\" alt=\"theme\" width=\"1003\" height=\"558\" /><br />\nLooking for a new theme should be easy and fun. Lose yourself in the boundless supply of free WordPress.org themes with the beautiful new theme browser.</p>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p>This release was led by <a href=\"http://nacin.com/\">Andrew Nacin</a> and <a href=\"http://www.getsource.net/\">Mike Schroder</a>, with the help of these fine individuals. There are 267 contributors with props in this release, a new high:</p>\n<p><a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"http://profiles.wordpress.org/adelval\">adelval</a>, <a href=\"http://profiles.wordpress.org/ajay\">Ajay</a>, <a href=\"http://profiles.wordpress.org/akeda\">Akeda Bagus</a>, <a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"http://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"http://profiles.wordpress.org/andykeith\">Andy Keith</a>, <a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"http://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/toszcze\">Bartosz Romanowski</a>, <a href=\"http://profiles.wordpress.org/bassgang\">bassgang</a>, <a href=\"http://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"http://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>, <a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"http://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"http://profiles.wordpress.org/bramd\">bramd</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brasofilo\">brasofilo</a>, <a href=\"http://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/cgaffga\">cgaffga</a>, <a href=\"http://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"http://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/chrisscott\">Chris Scott</a>, <a href=\"http://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"http://profiles.wordpress.org/chrisguitarguy\">chrisguitarguy</a>, <a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"http://profiles.wordpress.org/ciantic\">ciantic</a>, <a href=\"http://profiles.wordpress.org/antorome\">Comparativa de Bancos</a>, <a href=\"http://profiles.wordpress.org/cojennin\">Connor Jennings</a>, <a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>, <a href=\"http://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"http://profiles.wordpress.org/cramdesign\">cramdesign</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"http://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/eightface\">Dave Kellam (eightface)</a>, <a href=\"http://profiles.wordpress.org/dpe415\">DaveE</a>, <a href=\"http://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"http://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"http://profiles.wordpress.org/davidmarichal\">David Marichal</a>, <a href=\"http://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"http://profiles.wordpress.org/drprotocols\">DrProtocols</a>, <a href=\"http://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"http://profiles.wordpress.org/eatingrules\">eatingrules</a>, <a href=\"http://profiles.wordpress.org/plocha\">edik</a>, <a href=\"http://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"http://profiles.wordpress.org/enej\">enej</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evarlese\">Erica Varlese</a>, <a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"http://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"http://profiles.wordpress.org/fboender\">fboender</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"http://profiles.wordpress.org/genkisan\">genkisan</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"http://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/hanni\">hanni</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"http://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"http://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"http://profiles.wordpress.org/_jameslee\">jameslee</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/janrenn\">janrenn</a>, <a href=\"http://profiles.wordpress.org/jaycc\">JayCC</a>, <a href=\"http://profiles.wordpress.org/jeffsebring\">Jeff Sebring</a>, <a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"http://profiles.wordpress.org/jnielsendotnet\">jnielsendotnet</a>, <a href=\"http://profiles.wordpress.org/jartes\">Joan Artes</a>, <a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"http://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"http://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"http://profiles.wordpress.org/jstraitiff\">jstraitiff</a>, <a href=\"http://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"http://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/kasparsd\">Kaspars</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"http://profiles.wordpress.org/kerikae\">kerikae</a>, <a href=\"http://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"http://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"http://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"http://profiles.wordpress.org/klihelp\">klihelp</a>, <a href=\"http://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/drozdz\">Krzysiek Drozdz</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"http://profiles.wordpress.org/lkwdwrd\">lkwdwrd</a>, <a href=\"http://profiles.wordpress.org/lpointet\">lpointet</a>, <a href=\"http://profiles.wordpress.org/ldebrouwer\">Luc De Brouwer</a>, <a href=\"http://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"http://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/marventus\">Marventus</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt (Thomas) Miklic</a>, <a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"http://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"http://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"http://profiles.wordpress.org/mattonomics\">mattonomics</a>, <a href=\"http://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"http://profiles.wordpress.org/matveb\">Matías Ventura</a>, <a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"http://profiles.wordpress.org/mcadwell\">mcadwell</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"http://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"http://profiles.wordpress.org/michelwppi\">Michel - xiligroup dev</a>, <a href=\"http://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"http://profiles.wordpress.org/gradyetc\">Mike Burns</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/mikecorkum\">mikecorkum</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"http://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/nendeb55\">nendeb55</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/nicolealleyinteractivecom\">Nicole Arnold</a>, <a href=\"http://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"http://profiles.wordpress.org/nivijah\">Nivi Jah</a>, <a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>, <a href=\"http://profiles.wordpress.org/nunomorgadinho\">Nuno Morgadinho</a>, <a href=\"http://profiles.wordpress.org/olivm\">olivM</a>, <a href=\"http://profiles.wordpress.org/jbkkd\">Omer Korner</a>, <a href=\"http://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"http://profiles.wordpress.org/oso96_2000\">oso96_2000</a>, <a href=\"http://profiles.wordpress.org/patricknami\">patricknami</a>, <a href=\"http://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"http://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"http://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"http://profiles.wordpress.org/raamdev\">Raam Dev</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">rachelbaker</a>, <a href=\"http://profiles.wordpress.org/mauryaratan\">Ram Ratan Maurya</a>, <a href=\"http://profiles.wordpress.org/ramonchiara\">ramonchiara</a>, <a href=\"http://profiles.wordpress.org/ounziw\">Rescuework Support</a>, <a href=\"http://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"http://profiles.wordpress.org/ricardocorreia\">Ricardo Correia</a>, <a href=\"http://profiles.wordpress.org/theorboman\">Richard Sweeney</a>, <a href=\"http://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"http://profiles.wordpress.org/richard2222\">richard2222</a>, <a href=\"http://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/robmiller\">robmiller</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/romaimperator\">romaimperator</a>, <a href=\"http://profiles.wordpress.org/roothorick\">roothorick</a>, <a href=\"http://profiles.wordpress.org/ruudjoyo\">ruud@joyo</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"http://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"http://profiles.wordpress.org/sandyr\">Sandeep</a>, <a href=\"http://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/sdasse\">sdasse</a>, <a href=\"http://profiles.wordpress.org/bootsz\">Sean Butze</a>, <a href=\"http://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"http://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/shahpranaf\">shahpranaf</a>, <a href=\"http://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>, <a href=\"http://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/sonjanyc\">sonjanyc</a>, <a href=\"http://profiles.wordpress.org/spencerfinnell\">Spencer Finnell</a>, <a href=\"http://profiles.wordpress.org/piontkowski\">Spencer Piontkowski</a>, <a href=\"http://profiles.wordpress.org/stephcook22\">stephcook22</a>, <a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/sbruner\">Steve Bruner</a>, <a href=\"http://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"http://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/tbrams\">tbrams</a>, <a href=\"http://profiles.wordpress.org/tellyworth\">tellyworth</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"http://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"http://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"http://profiles.wordpress.org/topquarky\">topquarky</a>, <a href=\"http://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"http://profiles.wordpress.org/toru\">Toru</a>, <a href=\"http://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"http://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>, <a href=\"http://profiles.wordpress.org/varunagw\">VarunAgw</a>, <a href=\"http://profiles.wordpress.org/wawco\">wawco</a>, <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"http://profiles.wordpress.org/wokamoto\">wokamoto</a>, <a href=\"http://profiles.wordpress.org/xsonic\">xsonic</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>, <a href=\"http://profiles.wordpress.org/zbtirrell\">Zach Tirrell</a>, and <a href=\"http://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>. Also thanks to <a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a> for producing the release video.</p>\n<p>If you want to follow along or help out, check out <a href=\"http://make.wordpress.org/\">Make WordPress</a> and our <a href=\"http://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.0!</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:45:\"http://wordpress.org/news/2014/04/smith/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:33:\"WordPress 3.9 Release Candidate 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-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:77:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-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:\"Tue, 15 Apr 2014 09:47:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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=3151\";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:356:\"The second release candidate for WordPress 3.9 is now available for testing. If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the first release candidate, and those changes are all helpfully summarized in our weekly post on the development blog. Probably the biggest fixes are to live […]\";s: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:2273:\"<p>The second release candidate for WordPress 3.9 is now available for testing.</p>\n<p>If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the <a title=\"WordPress 3.9 Release Candidate\" href=\"//wordpress.org/news/2014/04/wordpress-3-9-release-candidate/\">first release candidate</a>, and those changes are all helpfully summarized <a href=\"//make.wordpress.org/core/?p=10237\">in our weekly post</a> on the development blog. Probably the biggest fixes are to live widget previews and the new theme browser, along with some extra TinyMCE compatibility and some RTL fixes.</p>\n<p><strong>Plugin authors:</strong> Could you test your plugins against 3.9, and if they’re compatible, make sure they are marked as tested up to 3.9? It only takes a few minutes and this really helps make launch easier. Be sure to follow along the core development blog; we’ve been posting <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example: <a href=\"//make.wordpress.org/core/2014/04/15/html5-galleries-captions-in-wordpress-3-9/\">HTML5</a>, <a href=\"//make.wordpress.org/core/2014/04/14/symlinked-plugins-in-wordpress-3-9/\">symlinks</a>, <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">MySQL</a>, <a href=\"//make.wordpress.org/core/2014/04/11/plupload-2-x-in-wordpress-3-9/\">Plupload</a>.)</p>\n<p>To test WordPress 3.9 RC2, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC2.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the nearly complete About screen in your dashboard (<strong><img src=\"//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) and also check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><em>This is for testing,</em><br />\n<em>so not recommended for<br />\nproduction sites—yet.</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:73:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;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:35:\"WordPress 3.8.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/04/wordpress-3-8-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:59:\"http://wordpress.org/news/2014/04/wordpress-3-8-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:\"Mon, 14 Apr 2014 19:29: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: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=3145\";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:338:\"WordPress 3.8.3 is now available to fix a small but unfortunate bug in the WordPress 3.8.2 security release. The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using […]\";s: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:2339:\"<p>WordPress 3.8.3 is now available to fix a small but unfortunate bug in the <a title=\"WordPress 3.8.2 Security Release\" href=\"http://wordpress.org/news/2014/04/wordpress-3-8-2/\">WordPress 3.8.2 security release</a>.</p>\n<p>The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using this tool, <em>any</em> loss of content is unacceptable to us.</p>\n<p>We recognize how much trust you place in us to safeguard your content, and we take this responsibility very seriously. We’re sorry we let you down.</p>\n<p>We’ve all lost words we’ve written before, like an email thanks to a cat on the keyboard or a term paper to a blue screen of death. Over the last few WordPress releases, we’ve made a number of improvements to features like autosaves and revisions. With revisions, an old edit can always be restored. We’re trying our hardest to save your content somewhere even if your power goes out or your browser crashes. We even monitor your internet connection and prevent you from hitting that “Publish” button at the exact moment the coffee shop Wi-Fi has a hiccup.</p>\n<p>It’s <em>possible</em> that the quick draft you lost last week is still in the database, and just hidden from view. As an added complication, these “discarded drafts” normally get deleted after seven days, and it’s already been six days since the release. If we were able to rescue your draft, you’ll see it on the “All Posts” screen after you update to 3.8.3. (We’ll also be pushing 3.8.3 out as a background update, so you may just see a draft appear.)</p>\n<p>So, if you tried to jot down a quick idea last week, I hope WordPress has recovered it for you. Maybe it’ll turn into that novella.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.3</a> or click “Update Now” on Dashboard → Updates.</p>\n<p><em>This affected version 3.7.2 as well, so we’re pushing a 3.7.3 to these installs, but we’d encourage you to update to the latest and greatest.</em></p>\n<hr />\n<p><em>Now for some good news:<br />\nWordPress 3.9 is near.<br />\nExpect it this week</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:55:\"http://wordpress.org/news/2014/04/wordpress-3-8-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:4;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 3.9 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:66:\"http://wordpress.org/news/2014/04/wordpress-3-9-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:75:\"http://wordpress.org/news/2014/04/wordpress-3-9-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:\"Tue, 08 Apr 2014 21:05: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: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=3129\";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:338:\"As teased earlier, the first release candidate for WordPress 3.9 is now available for testing! We hope to ship WordPress 3.9 next week, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.) To test WordPress 3.9 […]\";s: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:2967:\"<p><a href=\"//wordpress.org/news/2014/04/wordpress-3-8-2/\">As teased earlier</a>, the first release candidate for WordPress 3.9 is now available for testing!</p>\n<p>We hope to ship WordPress 3.9 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>To test WordPress 3.9 RC1, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the work-in-progress About screen in your dashboard (<strong><img src=\"//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) and check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"//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=\"//core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>If you’re a plugin author</strong>, there are two important changes in particular to be aware of:</p>\n<ul>\n<li>TinyMCE received a major update, to version 4.0. Any editor plugins written for TinyMCE 3.x might require some updates. (If things broke, we’d like to hear about them so we can make adjustments.) For more, see TinyMCE’s <a href=\"http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x\">migration guide</a> and <a href=\"http://www.tinymce.com/wiki.php/api4:index\">API documentation</a>, and the notes on the <a href=\"//make.wordpress.org/core/2014/01/18/tinymce-4-0-is-in-core/\">core development blog</a>.</li>\n<li>WordPress 3.9 now uses the MySQLi Improved extension for sites running PHP 5.5. Any plugins that made direct calls to <code>mysql_*</code> functions will experience some problems on these sites. For more information, see the notes on the <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">core development blog</a>.</li>\n</ul>\n<p>Be sure to follow along the core development blog, where we will be continuing to post <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example, read <a href=\"//make.wordpress.org/core/2014/03/27/masonry-in-wordpress-3-9/\">this</a> if you are using Masonry in your theme.) And please, please update your plugin’s <em>Tested up to</em> version in the readme to 3.9 before April 16.</p>\n<p><em>Release candidate<br />\nThis haiku’s the easy one<br />\n3.9 is near</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:71:\"http://wordpress.org/news/2014/04/wordpress-3-9-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: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:32:\"WordPress 3.8.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:50:\"http://wordpress.org/news/2014/04/wordpress-3-8-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:59:\"http://wordpress.org/news/2014/04/wordpress-3-8-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:\"Tue, 08 Apr 2014 19:04: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: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=3124\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"WordPress 3.8.2 is now available. This is an important security release for all previous versions and we strongly encourage you to update your sites immediately. This releases fixes a weakness that could let an attacker force their way into your site by forging authentication cookies. This was discovered and fixed by Jon Cave of the WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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:2272:\"<p>WordPress 3.8.2 is now available. This is an important security release for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This releases fixes a weakness that could let an attacker force their way into your site by forging authentication cookies. This was discovered and fixed by <a href=\"http://joncave.co.uk/\">Jon Cave</a> of the WordPress security team.</p>\n<p>It also contains a fix to prevent a user with the Contributor role from improperly publishing posts. Reported by <a href=\"http://edik.ch/\">edik</a>.</p>\n<p>This release also fixes nine bugs and contains three other security hardening changes:</p>\n<ul>\n<li>Pass along additional information when processing pingbacks to help hosts identify potentially abusive requests.</li>\n<li>Fix a low-impact SQL injection by trusted users. Reported by <a href=\"http://www.dxw.com/\">Tom Adams</a> of dxw.</li>\n<li>Prevent possible cross-domain scripting through Plupload, the third-party library WordPress uses for uploading files. Reported by <a href=\"http://szgru.website.pl/\">Szymon Gruszecki</a>.</li>\n</ul>\n<p>We appreciated <a href=\"http://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these security issues directly to our security team. For more information on all of the changes, see the <a href=\"http://codex.wordpress.org/Version_3.8.2\">release notes</a> or consult <a href=\"https://core.trac.wordpress.org/log/branches/3.8?rev=28057&stop_rev=27024\">the list of changes</a>.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.2</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.8.2 within 12 hours. If you are still on WordPress 3.7.1, you will be updated to 3.7.2, which contains the same security fixes as 3.8.2. We don’t support older versions, so please update to 3.8.2 for the latest and greatest.</p>\n<p>Already testing WordPress 3.9? The first release candidate is <a href=\"https://wordpress.org/wordpress-3.9-RC1.zip\">now available</a> (zip) and it contains these security fixes. Look for a full announcement later today; we expect to release 3.9 next week.</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:55:\"http://wordpress.org/news/2014/04/wordpress-3-8-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;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 3.9 Beta 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:55:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-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:64:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-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:\"Sat, 29 Mar 2014 13:15:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=3106\";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:373:\"The third (and maybe last) beta of WordPress 3.9 is now available for download. Beta 3 includes more than 200 changes, including: New features like live widget previews and the new theme installer are now more ready for prime time, so check ‘em out. UI refinements when editing images and when working with media in the editor. We’ve also brought […]\";s: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:2668:\"<p>The third (and maybe last) beta of WordPress 3.9 is now available for download.</p>\n<p>Beta 3 includes more than 200 <a href=\"https://core.trac.wordpress.org/log?rev=27850&stop_rev=27639&limit=300\">changes</a>, including:</p>\n<ul>\n<li>New features like live widget previews and the new theme installer are now more ready for prime time, so check ‘em out.</li>\n<li>UI refinements when editing images and when working with media in the editor. We’ve also brought back some of the advanced display settings for images.</li>\n<li>If you want to test out audio and video playlists, the links will appear in the media manager once you’ve uploaded an audio or video file.</li>\n<li>For theme developers, we’ve added HTML5 caption support (<a class=\"reopened ticket\" title=\"task (blessed): HTML5 captions (reopened)\" href=\"https://core.trac.wordpress.org/ticket/26642\">#26642</a>) to match the new gallery support (<a class=\"closed ticket\" title=\"enhancement: HTML5 Galleries (closed: fixed)\" href=\"https://core.trac.wordpress.org/ticket/26697\">#26697</a>).</li>\n<li>The formatting function that turns straight quotes into smart quotes (among other things) underwent some changes to drastically speed it up, so let us know if you see anything weird.</li>\n</ul>\n<p><strong>We need your help</strong>. We’re still aiming for an April release, 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/03/wordpress-3-9-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=\"http://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 3.9 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 3.9.</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 3.9, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.9-beta3.zip\">download the beta here</a> (zip).</p>\n<p><em>WordPress 3.9<br />\nLet’s make the date official<br />\nIt’s April 16</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:60:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-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: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:20:\"WordPress 3.9 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-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:64:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Mar 2014 05:01:25 +0000\";s: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=3101\";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:309:\"WordPress 3.9 Beta 2 is now available for testing! We’ve made more than a hundred changes since Beta 1, but we still need your help if we’re going to hit our goal of an April release. For what to look out for, please head on over to the Beta 1 announcement post. Some of the changes in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:1901:\"<p>WordPress 3.9 Beta 2 is now available for testing!</p>\n<p>We’ve made more than a hundred <a href=\"https://core.trac.wordpress.org/log?rev=27639&stop_rev=27500&limit=200\">changes</a> since Beta 1, but we still need your help if we’re going to hit our goal of an April release. For what to look out for, please head on over to <a href=\"https://wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 announcement post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Rendering of embedded audio and video players directly in the visual editor.</li>\n<li>Visual and functional improvements to the editor, the media manager, and theme installer.</li>\n<li>Various bug fixes to TinyMCE, the software behind the visual editor.</li>\n<li>Lots of fixes to widget management in the theme customizer.</li>\n</ul>\n<p>As always,<strong> if you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, 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=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.9\">everything we’ve fixed</a> so far.</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 3.9, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.9-beta2.zip\">download the beta here</a> (zip).</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:60:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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 3.9 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:55:\"http://wordpress.org/news/2014/03/wordpress-3-9-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:64:\"http://wordpress.org/news/2014/03/wordpress-3-9-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:\"Tue, 11 Mar 2014 13:42: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=3083\";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:329:\"I’m excited to announce that the first beta of WordPress 3.9 is now available for testing. WordPress 3.9 is due out next month — but in order to hit that goal, we need your help testing all of the goodies we’ve added: We updated TinyMCE, the software powering the visual editor, to the latest version. […]\";s: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:6065:\"<p>I’m excited to announce that the <strong>first beta of WordPress 3.9</strong> is now available for testing.</p>\n<p>WordPress 3.9 is due out next month — but in order to hit that goal, <strong>we need your help</strong> testing all of the goodies we’ve added:</p>\n<ul>\n<li>We updated TinyMCE, the software powering the visual editor, to the latest version. Be on the lookout for cleaner markup. Also try the new paste handling — if you paste in a block of text from Microsoft Word, for example, it will no longer come out terrible. (The “Paste from Word” button you probably never noticed has been removed.) It’s possible some plugins that added stuff to the visual editor (like a new toolbar button) no longer work, so we’d like to hear about them (<a href=\"https://core.trac.wordpress.org/ticket/24067\">#24067</a>). (And be sure to <a href=\"http://wordpress.org/support/\">open a support thread</a> for the plugin author.)</li>\n<li>We’ve added <strong>widget management to live previews</strong> (the customizer). Please test editing, adding, and rearranging widgets! (<a href=\"https://core.trac.wordpress.org/ticket/27112\">#27112</a>) We’ve also added the ability to upload, crop, and manage header images, without needing to leave the preview. (<a href=\"https://core.trac.wordpress.org/ticket/21785\">#21785</a>)</li>\n<li>We brought 3.8′s beautiful new theme browsing experience to the <strong>theme installer</strong>. Check it out! (<a title=\"View ticket\" href=\"https://core.trac.wordpress.org/ticket/27055\">#27055</a>)</li>\n<li><strong>Galleries</strong> now receive a live preview in the editor. Upload some photos and insert a gallery to see this in action. (<a href=\"https://core.trac.wordpress.org/ticket/26959\">#26959</a>)</li>\n<li>You can now <strong>drag-and-drop</strong> images directly onto the editor to upload them. It can be a bit finicky, so try it and help us work out the kinks. (<a href=\"https://core.trac.wordpress.org/ticket/19845\">#19845</a>)</li>\n<li>Some things got improved around <strong>editing images</strong>. It’s a lot easier to make changes to an image after you insert it into a post (<a class=\"closed\" title=\"View ticket\" href=\"https://core.trac.wordpress.org/ticket/24409\">#24409</a>) and you no longer get kicked to a new window when you need to crop or rotate an image (<a href=\"https://core.trac.wordpress.org/ticket/21811\">#21811</a>).</li>\n<li>New <strong>audio/video playlists</strong>. Upload a few audio or video files to test these. (<a href=\"https://core.trac.wordpress.org/ticket/26631\">#26631</a>)</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"http://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=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.9\">everything we’ve fixed</a> so far.</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 3.9, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.9-beta1.zip\">download the beta here</a> (zip).</p>\n<hr />\n<p><strong>DEVELOPERS!</strong> Hello! There’s lots for you, too.</p>\n<p><strong>Please test your plugins and themes!</strong> There’s a lot of great stuff under the hood in 3.9 and we hope to blog a bit about them in the coming days. If you haven’t been reading the awesome <a href=\"http://make.wordpress.org/core/tag/week-in-core/\">weekly summaries</a> on the <a href=\"http://make.wordpress.org/core/\">main core development blog</a>, that’s a great place to start. (You should definitely follow that blog.) For now, here are some things to watch out for when testing:</p>\n<ul>\n<li>The <strong>load process in multisite</strong> got rewritten. If you notice any issues with your network, see <a href=\"https://core.trac.wordpress.org/ticket/27003\">#27003</a>.</li>\n<li>We now use the <strong>MySQL Improved (mysqli) database extension</strong> if you’re running a recent version of PHP (<a href=\"https://core.trac.wordpress.org/ticket/21663\">#21663</a>). Please test your plugins and see that everything works well, and please make sure you’re not calling <code>mysql_*</code> functions directly.</li>\n<li><strong>Autosave</strong> was refactored, so if you see any issues related to autosaving, heartbeat, etc., let us know (<a href=\"https://core.trac.wordpress.org/ticket/25272\">#25272</a>).</li>\n<li>Library updates, in particular Backbone 1.1 and Underscore 1.6 (<a href=\"https://core.trac.wordpress.org/ticket/26799\">#26799</a>). Also Masonry 3 (<a href=\"https://core.trac.wordpress.org/ticket/25351\">#25351</a>), PHPMailer (<a href=\"https://core.trac.wordpress.org/ticket/25560\">#25560</a>), Plupload (<a href=\"https://core.trac.wordpress.org/ticket/25663\">#25663</a>), and TinyMCE (<a href=\"https://core.trac.wordpress.org/ticket/24067\">#24067</a>).</li>\n<li>TinyMCE 4.0 is a <em>major</em> update. Please see TinyMCE’s <a href=\"http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x\">upgrade guide</a> and our <a href=\"https://core.trac.wordpress.org/ticket/24067\">implementation ticket</a> for more. If you have any questions or problems, please <a href=\"http://wordpress.org/support/forum/alphabeta\">open a thread in the support forums</a>.</li>\n</ul>\n<p>Happy testing!</p>\n<p><em><em>Lots of improvements<br />\nLittle things go a long way</em><br />\nPlease test beta one<br />\n</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:60:\"http://wordpress.org/news/2014/03/wordpress-3-9-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:9;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:35:\"WordPress 3.8.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/01/wordpress-3-8-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:59:\"http://wordpress.org/news/2014/01/wordpress-3-8-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, 23 Jan 2014 20:37: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: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=3063\";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:358:\"After six weeks and more than 9.3 million downloads of WordPress 3.8, we’re pleased to announce WordPress 3.8.1 is now available. Version 3.8.1 is a maintenance releases that addresses 31 bugs in 3.8, including various fixes and improvements for the new dashboard design and new themes admin screen. An issue with taxonomy queries in WP_Query […]\";s: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:3809:\"<p>After six weeks and more than <a href=\"http://wordpress.org/download/counter/\">9.3 million downloads</a> of WordPress 3.8, we’re pleased to announce WordPress 3.8.1 is now available.</p>\n<p>Version 3.8.1 is a maintenance releases that addresses 31 bugs in 3.8, including various fixes and improvements for the new dashboard design and new themes admin screen. An issue with taxonomy queries in WP_Query was resolved. And if you’ve been frustrated by submit buttons that won’t do anything when you click on them (or thought you were going crazy, like some of us), we’ve found and fixed this “dead zone” on submit buttons.</p>\n<p>It also contains a fix for <strong>embedding tweets</strong> (by placing the URL to the tweet on its own line), which was broken due to a recent Twitter API change. (For more on Embeds, see <a href=\"http://codex.wordpress.org/Embeds\">the Codex</a>.)</p>\n<p>For a full list of changes, consult the <a href=\"http://core.trac.wordpress.org/query?milestone=3.8.1\">list of tickets</a> and <a href=\"https://core.trac.wordpress.org/log/branches/3.8?rev=27018&stop_rev=26862\">the changelog</a>. There’s also a <a href=\"http://make.wordpress.org/core/2014/01/22/wordpress-3-8-1-release-candidate/\">detailed summary</a> for developers on the development blog.</p>\n<p>If you are one of the millions already running WordPress 3.8, we will start rolling out automatic background updates for WordPress 3.8.1 in the next few hours. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to all of these fine individuals for contributing to 3.8.1:</p>\n<p><a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/cojennin\">Connor Jennings</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/fboender\">fboender</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/janrenn\">janrenn</a>, <a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"#\">José Pino</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt Thomas</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"http://profiles.wordpress.org/nivijah\">nivijah</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>, and <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>.</p>\n<p><em>WordPress three eight one<br />\nWe heard you didn’t like bugs<br />\nSo we took them out</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:55:\"http://wordpress.org/news/2014/01/wordpress-3-8-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:\"\";}}}}}}}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:31:\"http://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:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 23 May 2014 17:32:07 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:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 08 May 2014 18:40:58 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20140523172154\";}','no'),(2987,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1400909527','no'),(2988,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1400866327','no'),(2991,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1400909528','no'),(2992,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1400866328','no'),(2999,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1400909529','no'),(3000,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2014/05/wordpress-3-9-1/\'>WordPress 3.9.1 Maintenance Release</a> <span class=\"rss-date\">May 8, 2014</span><div class=\"rssSummary\">After three weeks and more than 9 million downloads of WordPress 3.9, we’re pleased to announce that WordPress 3.9.1 is now available. This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/vi</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordcamp-vancouver-to-hold-developer-edition-in-july?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-vancouver-to-hold-developer-edition-in-july\' title=\'WordCamp Vancouver is gearing up for its fourth year and will be held on Saturday July 26th, 2014, at the BCIT Downtown Campus, in Vancouver. The event’s organization team announced this week that this year’s camp will be a “developer edition,” catering to the area’s tech community. The day will be focused on topics for designers and developers who build wit\'>WPTavern: WordCamp Vancouver to Hold Developer Edition in July</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-entrepreneurs-group-reaches-500-members?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-entrepreneurs-group-reaches-500-members\' title=\'Matt Medeiros Last October, Matt Medeiros launched his WordPress Startup Challenge with hopes of validating the WordPress startup scene while building a stronger sense of community among entrepreneurs. At that time he also created a WordPress Entrepreneur group on Google+ to help connect those whose businesses are based on WordPress. Medeiros is the host of\'>WPTavern: WordPress Entrepreneurs Group Reaches 500+ Members</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/vvv-site-wizard-automates-the-creation-and-deletion-of-wordpress-development-sites?utm_source=rss&utm_medium=rss&utm_campaign=vvv-site-wizard-automates-the-creation-and-deletion-of-wordpress-development-sites\' title=\'photo credit: i is Ashby – cc If you’re using Varying Vagrant Vagrants for WordPress development, the VVV Site Wizard, created by Alison Barrett, is a must-have tool for setting up new sites and deleting old ones. It’s a bash script that completely automates the otherwise lengthy process of adding a new site to VVV. If you already have VVV up and running on\'>WPTavern: VVV Site Wizard Automates the Creation and Deletion of WordPress Development Sites</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'http://wordpress.org/plugins/jetpack/\' class=\'dashboard-news-plugin-link\'>Jetpack by WordPress.com</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=jetpack&_wpnonce=79ca843e0e&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Jetpack by WordPress.com\'>Install</a>)</span></li></ul></div>','no'),(2951,'_site_transient_timeout_browser_d5730200a509263f490dfd1c9fa92970','1401297061','yes'),(2952,'_site_transient_browser_d5730200a509263f490dfd1c9fa92970','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"35.0.1916.114\";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'),(2994,'_transient_feed_b9388c83948825c1edaef0d856b7b109','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:44:\"http://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:\"Fri, 23 May 2014 17:19: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: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: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:54:\"http://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: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: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:53:\"http://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 the WordPress SEO plugin 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: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: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: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:45:\"http://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: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:\"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:63:\"http://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: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: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:48:\"http://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:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s: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: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: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:52:\"http://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: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: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:55:\"http://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: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:20:\"MailPoet Newsletters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wysija-newsletters/#post-32629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 02 Dec 2011 17:09:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"32629@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:94:\"Send newsletters, post notifications or autoresponders from WordPress easily, and 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:14:\"MailPoet Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://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: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:\"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:58:\"http://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:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"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:50:\"http://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: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:21:\"WPtouch Mobile Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5468@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:63:\"Create a slick mobile WordPress website with just a few clicks.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"BraveNewCode Inc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP 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:59:\"http://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@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:63:\"The easiest, most effective way to secure WordPress in seconds.\";s: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:\"Chris Wiegman\";s: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: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:56:\"http://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: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:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@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:150:\"Fully customise WordPress edit screens with powerful fields. Boasting a professional interface and a powerful API, it’s a must have for any web deve\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:45:\"http://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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 23 May 2014 17:32:08 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:\"Fri, 23 May 2014 17:54:55 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 23 May 2014 17:19:55 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20140523172154\";}','no'),(2990,'_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:62:\"WPTavern: WordCamp Vancouver to Hold Developer Edition in July\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23334\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"http://wptavern.com/wordcamp-vancouver-to-hold-developer-edition-in-july?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-vancouver-to-hold-developer-edition-in-july\";s: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:3448:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/worcamp-vancouver.png\" rel=\"prettyphoto[23334]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/worcamp-vancouver.png?resize=1025%2C448\" alt=\"worcamp-vancouver\" class=\"aligncenter size-full wp-image-23432\" /></a></p>\n<p><a href=\"http://2014.vancouver.wordcamp.org/\" target=\"_blank\">WordCamp Vancouver</a> is gearing up for its fourth year and will be held on Saturday July 26th, 2014, at the <a href=\"http://2014.vancouver.wordcamp.org/location/\" target=\"_blank\">BCIT Downtown Campus</a>, in Vancouver. The event’s organization team announced this week that this year’s camp will be a “developer edition,” catering to the area’s tech community.</p>\n<p>The day will be focused on topics for designers and developers who build with WordPress. Attendees will have the opportunity to explore tools available within WordPress, as well as third-party technology that can work with the software.</p>\n<p>I spoke with WordCamp Vancouver Organizer <a href=\"https://twitter.com/thoronas\" target=\"_blank\">Flynn O’Connor</a> who explained why they’ve changed this year’s event to be dev-focused:</p>\n<blockquote><p>Part of the goal was to reach out to other devs within the tech community in Vancouver in the hopes we could help reduce some of the detrimental assumptions about WordPress and what it can do that are prevalent in the greater community. When I go to non-WordPress tech conference I hear a lot of ignorance or outdated info about WordPress bandied about and we’d like to combat that.</p></blockquote>\n<p>WordCamp Vancouver has sold out every year and the organizers expect that it will again. The even was born out of a thriving local WordPress meetup which currently has 1200 members. The meetup is so large that they have split it into three “tracks,” including one for new WordPress users, general design/dev, and a developer focused meetup. Flynn said that because the city is so close to Portland and Seattle, they tend to get a fair number of cross-border attendees which has helped to boost their numbers.</p>\n<p>The first developer camp they held was in 2011 and it sold out just like the other more traditional WordCamps.<br />\nWordCamp Vancouver “Developer Edition” 2014 will have a limit of 300 tickets (the same as last year), due to venue limitations. “We have explored other, potentially larger venues,” Flynn said. “But we have a good relationship with our current venue and would prefer to focus on other aspects of the WordCamp experience such as speaker outreach.”</p>\n<p>WordCamp Vancouver is situated in a city with a large WordPress community and drawss from the entire region’s diverse talent pool, with speakers and attendees shared between events in both Seattle and Portland. This highly-anticipated event is well-known for bringing in a world-class lineup of speakers. WordCamp Vancouver has some generous sponsors who have allowed the organizers to hire a professional video production team, so all of the sessions will be recorded for those who cannot attend.</p>\n<p>Tickets for the one-day event will go on sale next week with an early bird special of $20. The seats are limited so make sure to <a href=\"http://2014.vancouver.wordcamp.org/\" target=\"_blank\">subscribe for updates</a> if you’re planning to attend.</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, 23 May 2014 15:02:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"WPTavern: WordPress Entrepreneurs Group Reaches 500+ Members\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:162:\"http://wptavern.com/wordpress-entrepreneurs-group-reaches-500-members?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-entrepreneurs-group-reaches-500-members\";s: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:6062:\"<div id=\"attachment_23416\" class=\"wp-caption alignright\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/matt.jpg\" rel=\"prettyphoto[23282]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/matt.jpg?resize=300%2C277\" alt=\"Matt Medeiros\" class=\"size-medium wp-image-23416\" /></a><p class=\"wp-caption-text\">Matt Medeiros</p></div>\n<p>Last October, Matt Medeiros launched his <a href=\"http://wptavern.com/matt-report-launches-wordpress-startup-challenge\" target=\"_blank\">WordPress Startup Challenge</a> with hopes of validating the WordPress startup scene while building a stronger sense of community among entrepreneurs. At that time he also created a <a href=\"https://plus.google.com/communities/102443414555578608628\" target=\"_blank\">WordPress Entrepreneur group</a> on Google+ to help connect those whose businesses are based on WordPress.</p>\n<p>Medeiros is the host of the <a href=\"http://mattreport.com/\" target=\"_blank\">Matt Report</a>, a WordPress business podcast for entrepreneurs, startups, and freelancers. His show specializes in exploring the paths entrepreneurs have taken on their journeys to launching WordPress-related businesses. In the past year he’s watched the WordPress Entrepreneurs Group grow to become a thriving community with more than 500 members.</p>\n<div id=\"attachment_23402\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/wordpress-entrepreneurs.jpg\" rel=\"prettyphoto[23282]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/wordpress-entrepreneurs.jpg?resize=1025%2C550\" alt=\"WordPress Entrepreneurs Group\" class=\"size-full wp-image-23402\" /></a><p class=\"wp-caption-text\">WordPress Entrepreneurs Group</p></div>\n<p>I spoke with Medeiros, who said he that he fully expected that the group would grow to become quite large. “There’s still room to grow,” he said. “Based on the audience of the Matt Report, I knew there was a need to launch a channel on a more accessible platform like Google+.”</p>\n<h3>WordPress Entrepreneurs Group Provides a Safe Place to Ask Questions</h3>\n<p>The purpose of the group is to foster a greater sense of community among the business-spirited folks in WordPress. “A lot of my efforts in the WordPress world are to help connect like minded people,” Medeiros said. “You find a lot of people chatting about their practice, agency or product. Then you find others coming in asking for some business help.”</p>\n<p>What kinds of conversations are happening in the WordPress Entrepreneurs Group? “There’s the typical SEO, conversion, and marketing advice you come to expect from a community like this,” Medeiros said. But where this group really shines is when members provide each other with feedback and share personal stories about their lives as entrepreneurs.</p>\n<div id=\"attachment_23428\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/business-coffee.jpg\" rel=\"prettyphoto[23282]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/business-coffee.jpg?resize=1022%2C488\" alt=\"photo credit: DaveFayram - cc\" class=\"size-full wp-image-23428\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/davefayram/4326574134/\">DaveFayram</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a></p></div>\n<p>In leading the group, Medeiros has been able to gain a greater understanding of what WordPress business people are looking for when they join a community. His experience shows that many business owners are in search of a place where they can feel comfortable asking each other questions about situations they are facing.</p>\n<blockquote><p>I mentioned fear before and that’s a big one that a lot of people are — you guessed it — afraid to talk about. Fear paralyzes someone to launch their product, share their code or market their idea. As we all know, sometimes the criticism in the WP world can be quite harsh. Folks who are starting out are looking for a place where they can be accepted and ask the questions they have, no matter how trivial. </p>\n<p>A lot of folks are looking for a sounding board to bounce ideas off of one another and that’s great too. At the end of the day, they are looking for a place where they can meet others sharing the same journey as their own. </p></blockquote>\n<p>As the community grows, Medeiros is hoping to continue cultivating a safe place where members can get helping finding their way in the world of business. “<span class=\"pullquote alignleft\">On the inside, I hope that people can get their questions answered and their fears extinguished.</span> On the outside, I hope that investors and other businesses see WordPress entrepreneurs in a new light.”</p>\n<p>If Medeiros is right, the business climate for WordPress entrepreneurs right now is headed “up and to the right,” an assessment he’s made based on the large number of companies and individuals who are hiring and/or looking for work. “I talk to a lot of people in this space so I see new products/services everyday,” he said. “That means that there’s a lot of opportunity, but also a lot of competition.” His advice for businesses looking for success in the WordPress community? <strong>“Companies that not only create amazing products, but amazing stories and customer experiences will do just fine around here.”</strong></p>\n<p>Medeiros invites anyone who is looking to connect with other like-minded business folks to join the <a href=\"https://plus.google.com/communities/102443414555578608628\" target=\"_blank\">WordPress Entrepreneurs Group</a>. “It’s a great place to take the business track discussion after a WordCamp is over.” The group is open to beginners and advanced business owners who want to help each other go farther with their WordPress-related products and services.</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, 22 May 2014 22:39: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: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:92:\"WPTavern: VVV Site Wizard Automates the Creation and Deletion of WordPress Development 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=23348\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:228:\"http://wptavern.com/vvv-site-wizard-automates-the-creation-and-deletion-of-wordpress-development-sites?utm_source=rss&utm_medium=rss&utm_campaign=vvv-site-wizard-automates-the-creation-and-deletion-of-wordpress-development-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:3963:\"<div id=\"attachment_23352\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/wizard.jpg\" rel=\"prettyphoto[23348]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/wizard.jpg?resize=1025%2C493\" alt=\"photo credit: i is Ashby - cc\" class=\"size-full wp-image-23352\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/johnashby/368501428/\">i is Ashby</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a></p></div>\n<p>If you’re using <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">Varying Vagrant Vagrants</a> for WordPress development, the <a href=\"https://github.com/aliso/vvv-site-wizard\" target=\"_blank\">VVV Site Wizard</a>, created by <a href=\"http://alisothegeek.com/\" target=\"_blank\">Alison Barrett</a>, is a must-have tool for setting up new sites and deleting old ones. It’s a bash script that completely automates the otherwise lengthy process of <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV/wiki/Add-New-Domain\" target=\"_blank\">adding a new site to VVV</a>.</p>\n<p>If you already have VVV up and running on your machine, download the wizard script:</p>\n<p><code>git clone https://github.com/aliso/vvv-site-wizard.git</code></p>\n<p>You can run ./vvv from the directory where you placed the script, but if you want to run it from any directory and not have to enter the path to VVV every time, you can edit the vvv root in the vvv-site-wizard/vvv script. Uncomment the line that begins with path= and add the path to your VVV setup. You’ll find it at the very top of the file:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/path-to-vvv-root.png\" rel=\"prettyphoto[23348]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/path-to-vvv-root.png?resize=1000%2C363\" alt=\"path-to-vvv-root\" class=\"aligncenter size-full wp-image-23371\" /></a></p>\n<p>You may also need to edit your bashrc file to make sure you can run vvv from a folder included in your PATH environment variable. Save and refesh your terminal and you should be good to launch your new site wizard.</p>\n<p>The script’s <a href=\"https://github.com/aliso/vvv-site-wizard\" target=\"_blank\">Github homepage</a> includes a list of options available for the vvv command, including site creation and teardown, setting the domain and site name, whether or not to provision vagrant or just create the site directory/files, path, the WordPress version to install, and the option to turn on WP_DEBUG and WP_DEBUG_LOG.</p>\n<p>However, none of these options are required. If there’s a required piece of information missing from your original command, the script, in true wizard fashion, will prompt you for it, as shown below:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/vvv-site-wizard.png\" rel=\"prettyphoto[23348]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/vvv-site-wizard.png?resize=900%2C546\" alt=\"vvv-site-wizard\" class=\"aligncenter size-full wp-image-23374\" /></a></p>\n<p>Once you proceed, the wizard will go about doing all the work of creating your new development site, including setting up the file in the nginx-config folder and creating the vvv-init.sh, wp-cli.yml, and vvv-hosts files. You’ll get a success message when it’s finished:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/success.png\" rel=\"prettyphoto[23348]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/success.png?resize=900%2C544\" alt=\"success\" class=\"aligncenter size-full wp-image-23376\" /></a></p>\n<p>You can now visit your new development site in your favorite browser. Thank the wizard and get back to work! If you want to delete a site, running the teardown command (vvv -a delete mysite) will remove everything the wizard created, with the exception of the site’s database.</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, 22 May 2014 19:30:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:76:\"WordPress.tv: Jesper Bylund: WordPress And BackBone – The Dawn Of Web Apps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=34908\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/05/22/jesper-bylund-wordpress-and-backbone-the-dawn-of-web-apps/\";s: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:703:\"<div id=\"v-S6FiGMkE-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34908/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34908/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34908&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/22/jesper-bylund-wordpress-and-backbone-the-dawn-of-web-apps/\"><img alt=\"Jesper Bylund: WordPress And BackBone – The Dawn Of Web Apps\" src=\"http://videos.videopress.com/S6FiGMkE/video-a8b3f73af3_scruberthumbnail_3.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 May 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:12:\"WordPress.tv\";s: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:81:\"WPTavern: The Send System Info WordPress Plugin Helps Make Troubleshooting Easier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23346\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"http://wptavern.com/the-send-system-info-wordpress-plugin-helps-make-troubleshooting-easier?utm_source=rss&utm_medium=rss&utm_campaign=the-send-system-info-wordpress-plugin-helps-make-troubleshooting-easier\";s: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:3117:\"<p>Have you ever requested support for WordPress only to have someone request information related to your webhosting server configuration? Typically, you’d have to create a <a title=\"https://php.net/phpinfo\" href=\"https://php.net/phpinfo\">php.info</a> file and send them a link to it. Depending on the person’s skill set, this can be a difficult task, let alone interpreting the information the file provides.</p>\n<div id=\"attachment_23357\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/SendSystemInfoLocalHost.png\" rel=\"prettyphoto[23346]\"><img class=\"size-full wp-image-23357\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/SendSystemInfoLocalHost.png?resize=884%2C553\" alt=\"The System Info Of My Local WP Install\" /></a><p class=\"wp-caption-text\">The System Info Of My Local WP Install</p></div>\n<p>The <a title=\"http://wordpress.org/plugins/send-system-info/\" href=\"http://wordpress.org/plugins/send-system-info/\">Send System Info</a> plugin by <a title=\"http://profiles.wordpress.org/johnregan3/\" href=\"http://profiles.wordpress.org/johnregan3/\">John Regan</a> helps generate and deliver this vital information. The plugin comes with three different delivery methods.</p>\n<ul>\n<li><strong>Download the information in a text file</strong></li>\n<li><strong>Send the information to an email address</strong></li>\n<li><strong>Create a unique URL to allow remote viewing of the information</strong></li>\n</ul>\n<p>One of the coolest features of this plugin is the ability to generate a unique URL to give to whomever is providing support. The URL will stay active until you generate a new one. This is a more secure way of providing the information in a public place such as a support forum. It also helps keep the support query cleaner since the information won’t need to be copied and pasted into the thread.</p>\n<div id=\"attachment_23358\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/RemoteViewingOfSystemInfo.png\" rel=\"prettyphoto[23346]\"><img class=\"size-full wp-image-23358\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/RemoteViewingOfSystemInfo.png?resize=763%2C198\" alt=\"Creating A Unique URL To View System Info\" /></a><p class=\"wp-caption-text\">Creating A Unique URL To View System Info</p></div>\n<p>Although Regan is listed as the plugin’s primary developer, he’s had contributions from <a href=\"http://twitter.com/fjarrett\">Frankie Jarrett</a>, <a href=\"http://twitter.com/lukecarbis\">Luke Carbis,</a> and <a href=\"http://twitter.com/pippinsplugins\">Pippin Williamson</a>. If you’d like to help make this plugin better, check out the <a title=\"https://github.com/johnregan3/send-system-info\" href=\"https://github.com/johnregan3/send-system-info\">plugin’s GitHub page</a>.</p>\n<p>Despite alternative ways to discover the information displayed by the Send System Info plugin, none are as easy or convenient. The next time someone asks for your server information to troubleshoot a WordPress problem, consider using this plugin.</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, 22 May 2014 17:45:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:70:\"WordPress.tv: Pascal Birchler: Publishing A Digital WordPress Magazine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=34770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wordpress.tv/2014/05/22/pascal-birchler-publishing-a-digital-wordpress-magazine/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:695:\"<div id=\"v-XJjAtDbN-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34770/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34770/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34770&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/22/pascal-birchler-publishing-a-digital-wordpress-magazine/\"><img alt=\"Pascal Birchler: Publishing A Digital WordPress Magazine\" src=\"http://videos.videopress.com/XJjAtDbN/video-33fccd72af_scruberthumbnail_2.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 May 2014 10:00:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:55:\"WordPress.tv: Ulrich Pogson: How To Manage Translations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=34699\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/05/22/ulrich-pogson-how-to-manage-translations/\";s: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:663:\"<div id=\"v-JYQcKbYa-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34699/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34699/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34699&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/22/ulrich-pogson-how-to-manage-translations/\"><img alt=\"Ulrich Pogson: How to manage translations\" src=\"http://videos.videopress.com/JYQcKbYa/ulrich-pogson-wcch14_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 May 2014 10:00: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:12:\"WordPress.tv\";s: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:81:\"WPTavern: Jetpack 3.0.1 To Fix General 500 Error With Spelling and Grammar Module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=23336\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"http://wptavern.com/jetpack-3-0-1-to-fix-general-500-error-with-spelling-and-grammar-module?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-3-0-1-to-fix-general-500-error-with-spelling-and-grammar-module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3135:\"<p>Soon after the <a title=\"http://wptavern.com/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\">release of Jetpack 3.0</a>, users <a title=\"http://wordpress.org/support/topic/proofread-error-after-updating-jetpack-1?replies=3\" href=\"http://wordpress.org/support/topic/proofread-error-after-updating-jetpack-1?replies=3\">reported problems</a> with the spell check module which utilizes the <a title=\"http://www.afterthedeadline.com/\" href=\"http://www.afterthedeadline.com/\">After The Deadline</a> service. In Jetpack 3.0, when users proofread a post, they are greeted with a General 500 error. The error also shows up if you’ve configured it to automatically proofread a post before publishing.</p>\n<div id=\"attachment_23341\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/SpellCheckModuleDescription.png\" rel=\"prettyphoto[23336]\"><img class=\"size-full wp-image-23341\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/SpellCheckModuleDescription.png?resize=758%2C360\" alt=\"Description Of The Spell Checking Module\" /></a><p class=\"wp-caption-text\">Description Of The Spell Checking Module</p></div>\n<p>The Jetpack team is aware of the issue and is working on a point release that will be available soon. Until then, if you want to apply the fix before the release, navigate to <em><span class=\"repo-root js-repo-root\">jetpack</span><span class=\"separator\"> / </span>modules<span class=\"separator\"> / </span>after-the-deadline<span class=\"separator\"> / </span><strong class=\"final-path\">proxy.php</strong></em> and replace the Proxy.php file with <a title=\"https://github.com/Automattic/jetpack/blob/branch-3.0/modules/after-the-deadline/proxy.php\" href=\"https://github.com/Automattic/jetpack/blob/branch-3.0/modules/after-the-deadline/proxy.php\">this one</a>. The error has to do with AtD calling an undefined function in proxy.php. A detailed explanation can be viewed via the <a title=\"https://github.com/Automattic/jetpack/issues/572\" href=\"https://github.com/Automattic/jetpack/issues/572\">following ticket</a> on Github.</p>\n<p>The Jetpack development team has done a fantastic job fixing problems discovered soon after a release. Earlier this year, the team <a title=\"http://wptavern.com/jetpack-to-release-update-to-fix-publishing-bug-with-after-the-deadline\" href=\"http://wptavern.com/jetpack-to-release-update-to-fix-publishing-bug-with-after-the-deadline\">rapidly put together an update</a> shortly after the release of 2.9 to fix a bug with the spell checking module that prevented posts from being published. Only eight days separated the release of 2.9 from 2.9.1.</p>\n<h3>*Update*</h3>\n<p>Jetpack 3.0.1 is <a title=\"http://wordpress.org/plugins/jetpack/\" href=\"http://wordpress.org/plugins/jetpack/\">available for download</a>. You should see an upgrade notice soon in your dashboard. This release fixes the spelling and grammar module and contains several other bug 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, 22 May 2014 04:46:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:88:\"WPTavern: WP Engine Addresses Critics Following Damaging Exposé of Its Customer Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:218:\"http://wptavern.com/wp-engine-addresses-critics-following-damaging-expose-of-its-customer-support?utm_source=rss&utm_medium=rss&utm_campaign=wp-engine-addresses-critics-following-damaging-expose-of-its-customer-support\";s: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:5396:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/wp_engine_logo.jpg\" rel=\"prettyphoto[23286]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/wp_engine_logo.jpg?resize=1025%2C272\" alt=\"wp_engine_logo\" class=\"aligncenter size-full wp-image-23324\" /></a></p>\n<p>Yesterday former WP Engine customer Matthew Woodward <a href=\"http://www.matthewwoodward.co.uk/reviews/webhost-trusted-wp-engine-hijacked-business-avoid-them/\" target=\"_blank\">posted a lengthy, illustrated review</a> of his experiences with the company’s managed WordPress hosting and support.</p>\n<p>Though initially impressed with the host’s support when he signed on 18 months ago, Woodward detailed his assessment of its decline over the past eight months, citing poor performance, slow and uninformed support staff, and questionable practices, such as injecting links into customer homepages without their permission. Many of the 200 comments on Woodward’s post are from customers who have experienced a similar decline in service from the host.</p>\n<p>This isn’t the first time WP Engine’s hosting has been called into question by its customers. A couple months ago, <a href=\"http://wptavern.com/audit-wp-exposes-potential-seo-issues-with-wp-engine-hosting\" target=\"_blank\">Audit WP exposed potential SEO and privacy concerns</a> with how the host structures its subdomains for staging. These concerns, though brought to the company’s attention multiple times by other customers, were roundly ignored until <a href=\"http://auditwp.com/wp-engine-seo-failboat/\" target=\"_blank\">publicized</a> by Audit WP’s founder, Jacob King.</p>\n<h3>WP Engine Responds to Customer Dissatisfaction: “Growth is Hard”</h3>\n<p>Mounting criticism of the company following these reviews has prompted the response penned today by WP Engine founder Jason Cohen, titled: “<a href=\"http://wpengine.com/2014/05/21/growth-hard/\" target=\"_blank\">Growth is Hard</a>.” The statement explains what the company has been doing in response to its slipping customer satisfaction rate.</p>\n<p>In January 2014, WP Engine <a href=\"http://techcrunch.com/2014/01/14/wp-engine-raises-15m-from-north-bridge-growth-equity-to-invest-in-product-development-accelerate-growth/\" target=\"_blank\">raised $15 million in funding</a> to supplement its rapid expansion. Cohen’s statement today indicates that the first priority for those funds was to hire additional staff:</p>\n<blockquote><p>We closed our Series C financing in January and immediately put it to work in hiring in the Support Team. We’ve increased the team by 50% since then. It’s very hard to hire quickly and yet maintain our standards of both attitude (culture) and aptitude (ability).</p></blockquote>\n<p>Cohen’s post contains a rundown of how difficult it has been for the company to deal with its growth and enumerates what they’ve done to address the growing customer dissatisfaction, much of which has centered around the issue of support.</p>\n<p>A host that promises “hassle-free WordPress hosting” and caters to WordPress developers will need to deliver expert WordPress support in order to justify its pricing. In the early days of WP Engine, its customers raved about the top-notch WordPress experts available to assist them. Woodward’s review, however, indicates that this is no longer the case, illustrated by screenshots of WP Engine’s responses to tickets.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/db-comments-deleted.jpg\" rel=\"prettyphoto[23286]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/db-comments-deleted.jpg?resize=644%2C604\" alt=\"db-comments-deleted\" class=\"aligncenter size-full wp-image-23312\" /></a></p>\n<p>Cohen concludes the article by apologizing and petitioning his customers to have some understanding for their growing pains:</p>\n<p><strong>“To anyone that has had a support issue in the past, or is having one now, I would like to say I’m sorry for your experience. But as you can see, we’ve been busy.”</strong></p>\n<p>WP Engine seems to have gone into damage control mode, as Woodward’s critical review has been shared liberally on social networks, causing many early fans of the host to voice similar concerns. Woodward suspects the company’s recent funding as a potential cause for the decline in the quality of support:</p>\n<blockquote><p>Now instead of dealing with actual WordPress experts, you’re dealing with customer service staff that have had minor WordPress training and fail to understand the basics…Then you have to consider the $15 million investment by venture capitalist firm North Bridge which pushes the focus towards money and profits rather than passion and innovation.</p></blockquote>\n<p>Is the company growing too fast to maintain its former sterling reputation? The statement and apology issued today isn’t likely to have been motivated by a single bad review. WP Engine is currently fighting an uphill battle in order to regain the consumer confidence it commanded in the early days, while the managed WordPress hosting space is getting more competitive. Customer reviews make it clear that a company’s dedication to innovation means nothing if it cannot deliver the support to back it up.</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, 21 May 2014 22:06:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"WordPress.tv: Elia Morling: Growth Hacking With 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://wordpress.tv/?p=34901\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.tv/2014/05/21/elia-morling-growth-hacking-with-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:669:\"<div id=\"v-f2pfZRBx-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34901/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34901/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34901&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/21/elia-morling-growth-hacking-with-wordpress/\"><img alt=\"Elia Morling: Growth Hacking With WordPress\" src=\"http://videos.videopress.com/f2pfZRBx/video-23816a1399_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 May 2014 18:29: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:12:\"WordPress.tv\";s: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:59:\"WordPress.tv: Christina Wallnér: Web Accessibility In Mind\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=34895\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/05/21/christina-wallner-web-accessibility-in-mind/\";s: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:672:\"<div id=\"v-XCDbQUXv-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34895/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34895/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34895&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/21/christina-wallner-web-accessibility-in-mind/\"><img alt=\"Christina Wallnér: Web Accessibility In Mind\" src=\"http://videos.videopress.com/XCDbQUXv/video-0ef171415e_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 May 2014 18:06:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:66:\"WordPress.tv: Carel Bekker: Introduction To Self-hosting 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://wordpress.tv/?p=34994\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/05/21/carel-bekker-introduction-to-self-hosting-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:687:\"<div id=\"v-BYYVfFWC-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34994/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34994/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34994&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/21/carel-bekker-introduction-to-self-hosting-wordpress/\"><img alt=\"Carel Bekker: Introduction To Self-hosting WordPress\" src=\"http://videos.videopress.com/BYYVfFWC/video-bb93cea9af_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 May 2014 18:04:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:35:\"Alex King: Crowd Favorite is Hiring\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/?p=20090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://alexking.org/blog/2014/05/21/crowd-favorite-is-hiring\";s: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:2161:\"<p>We’ve got a ton of great stuff going on at <a href=\"http://crowdfavorite.com/\">Crowd Favorite</a> right now. We are <a href=\"http://crowdfavorite.com/blog/2014/04/hiring-web-developers/\">hiring for front and back end web developers</a>, and we just put out a call for <a href=\"http://crowdfavorite.com/blog/2014/05/hiring-jr-developers/\">junior developers</a>.</p>\n<p>While our first preference is to continue expanding our offices in Denver, Los Angeles (and Orange County), Las Vegas and Bucharest, we’re also considering remote candidates. The exception is for the junior developer position, we’re only considering candidates at our offices for that position so that we can more easily provide support and mentorship.<sup id=\"fnref:1\"><a href=\"http://alexking.org/blog/topic/wordpress/feed#fn:1\" rel=\"footnote\">1</a></sup> We have a great developer-centric culture that embraces learning, sharing and best practices – come join us!</p>\n<p>We’ve also updated our <a href=\"http://crowdfavorite.com/blog/2014/05/ramp-v1-5-3/\">RAMP</a> and <a href=\"http://crowdfavorite.com/blog/2014/05/carrington-build-v1-3-3/\">Carrington Build</a> WordPress products this week. RAMP handles selectively pushing content from your staging to your production environment while Carrington Build provides drag-and-drop editorial control for your high value pages.</p>\n<p>If you’re thinking all this activity explains the lack of recent blog posts here, I won’t argue with that conclusion. <img src=\"http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<div class=\"footnotes\">\n<hr />\n<ol>\n<li id=\"fn:1\">\nI expect we’ll get good enough at this to support remote junior developers well in the future, but we’re not there yet. <a href=\"http://alexking.org/blog/topic/wordpress/feed#fnref:1\" rev=\"footnote\">↩</a>\n</li>\n</ol>\n</div>\n<p class=\"threads-post-notice\">This post is part of the thread: <a href=\"http://alexking.org/blog/thread/crowd-favorite\">Crowd Favorite</a> – an ongoing story on this site. View the thread timeline for more context on this post.</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, 21 May 2014 18:03:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s: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:83:\"WPTavern: Make: A Free Responsive WordPress Theme with a Drag and Drop Page Builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23244\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:208:\"http://wptavern.com/make-a-free-responsive-wordpress-theme-with-a-drag-and-drop-page-builder?utm_source=rss&utm_medium=rss&utm_campaign=make-a-free-responsive-wordpress-theme-with-a-drag-and-drop-page-builder\";s: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:3086:\"<p>For the past few years, the holy grail for many WordPress theme makers is to create a theme that is easy for anyone to customize without touching a line of code. One of the most difficult aspects of site customization is building the layout, especially if you’re shooting for a responsive website.</p>\n<p><a href=\"http://wordpress.org/themes/make\" target=\"_blank\">Make</a> is a new free theme that landed in the WordPress Themes Directory last night. It’s geared toward making it easy for you to design your own site with very basic level WordPress skills. Created by the folks at <a href=\"https://thethemefoundry.com/\" target=\"_blank\">The Theme Foundry</a>, Make is unique in that it comes with a page builder packaged into the theme.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/make.png\" rel=\"prettyphoto[23244]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/make.png?resize=880%2C660\" alt=\"make\" class=\"aligncenter size-full wp-image-23250\" /></a></p>\n<p>The theme has a host of options built into the customizer which allow you to easily customize the background, layouts, fonts, colors, and logo. In addition to the customizer controls, Make includes a page builder for designing your own layout.</p>\n<p>When you add a new page, you’ll see the option to add text, blank, banner and/or gallery sections as building blocks for your page. Stack the sections on top of each other in any order to create a unique design.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/make-page-builder.png\" rel=\"prettyphoto[23244]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/make-page-builder.png?resize=1025%2C787\" alt=\"make-page-builder\" class=\"aligncenter size-full wp-image-23248\" /></a></p>\n<p>Make enables you to build almost any kind of site from portfolios to magazines to e-commerce. It’s also built to be compatible with popular plugins like Woo Commerce, Gravity Forms and Jetpack. The theme’s <a href=\"https://thethemefoundry.com/wordpress-themes/make/\" target=\"_blank\">homepage</a> has several live demos of different sites built using the drag-and-drop page builder.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/Screen-Shot-2014-05-21-at-12.42.02-AM.png\" rel=\"prettyphoto[23244]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/Screen-Shot-2014-05-21-at-12.42.02-AM.png?resize=1025%2C398\" alt=\"Screen Shot 2014-05-21 at 12.42.02 AM\" class=\"aligncenter size-full wp-image-23262\" /></a></p>\n<p>The Theme Foundry is pursuing the freemium business model with Make in order to promote Make Plus, which adds commercial features such as custom builder sections for WooCommerce, widgets, post lists, quick start builder page template designs and more customization options. The basic <a href=\"http://wordpress.org/themes/make\" target=\"_blank\">Make</a> theme with the page builder is available for free from WordPress.org. Search for ‘Make’ in the theme browser and then sort by newest to download it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 May 2014 06:29:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:70:\"WPTavern: Give Visitors With An FCC IP Address The Slow Lane Treatment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23231\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:184:\"http://wptavern.com/give-visitors-with-an-fcc-ip-address-the-slow-lane-treatment?utm_source=rss&utm_medium=rss&utm_campaign=give-visitors-with-an-fcc-ip-address-the-slow-lane-treatment\";s: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:5439:\"<p>The FCC isn’t making a lot of friends these days in large part due to its position with <a title=\"http://en.wikipedia.org/wiki/Net_neutrality\" href=\"http://en.wikipedia.org/wiki/Net_neutrality\">Net Neutrality</a>. If you want to get back at the FCC, consider using the <a title=\"http://wordpress.org/plugins/fcc-slow-lane/\" href=\"http://wordpress.org/plugins/fcc-slow-lane/\">FCC Slow Lane</a> plugin. The plugin allows users to protest the FCC by slowing down their websites to a crawl when an IP address registered to the FCC is detected. FCC Slow Lane is developed by WordPress.org user <a title=\"http://wordpress.org/support/profile/evoknow\" href=\"http://wordpress.org/support/profile/evoknow\">Evoknow. </a>The plugin was created in response to a <a title=\"http://wordpress.org/support/topic/plugin-request-throttle-the-fcc-to-dial-up-modem-speeds-on-your-website-nginx\" href=\"http://wordpress.org/support/topic/plugin-request-throttle-the-fcc-to-dial-up-modem-speeds-on-your-website-nginx\">support forum thread</a> requesting functionality to protest the FCC.</p>\n<div id=\"attachment_23236\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/SlowFeaturedImage.png\" rel=\"prettyphoto[23231]\"><img class=\"size-full wp-image-23236\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/SlowFeaturedImage.png?resize=650%2C200\" alt=\"Slow The FCC Down\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/migueltejadaflores/10356317954/\">La Chachalaca Fotografía</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a></p></div>\n<p>When a blocked IP address is detected, the loading time is increased by two seconds. It also displays a header on top of your site for five seconds stating that they have been slowed down due to the FCC position regarding net neutrality. By slowing down your website to IP addresses registered to the FCC, they get to see first-hand what the Internet is like in the slow lane. The IP address ranges are publicly known and are in CIDR format.</p>\n<ul>\n<li>192.133.125.0/24</li>\n<li>165.135.0.0/16</li>\n<li>192.104.54.0/24</li>\n<li>4.21.126.0/24</li>\n<li>65.125.25.64/26</li>\n<li>208.23.64.0/25</li>\n</ul>\n<p>Although there are no options to configure, it would be nice if there was a way to increase the time it takes to load the page to give those IP addresses the extra slow treatment. When installed, you can see how the notification header will look by adding <strong>?fcc=demo-on</strong> at the end of the URL. Alternatively, you can use <strong>?fcc=show-fcc-ips</strong> to see which blocks of IP addresses are being targeted. It’s not pretty, but it gets the message across.</p>\n<div id=\"attachment_23233\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/FCCSLowLaneHeader.png\" rel=\"prettyphoto[23231]\"><img class=\"size-full wp-image-23233\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/FCCSLowLaneHeader.png?resize=1025%2C223\" alt=\"When a visitor with an FCC IP address visits the site, they\'ll see this header.\" /></a><p class=\"wp-caption-text\">When a visitor with an FCC IP address visits the site, they’ll see this header.</p></div>\n<p>If there is enough interest, <a title=\"http://wordpress.org/support/topic/plugin-request-throttle-the-fcc-to-dial-up-modem-speeds-on-your-website-nginx#post-5592702\" href=\"http://wordpress.org/support/topic/plugin-request-throttle-the-fcc-to-dial-up-modem-speeds-on-your-website-nginx#post-5592702\">Evoknow said</a> he’ll create an administrative backend to add new blocks of IP addresses. This would help spread the word to other political officials. FCC Slow Lane works fine with WordPress 3.9.1 and is one of the easiest ways to protest the FCC.</p>\n<h3>WordPress Sites Used As Protesting Machines</h3>\n<p>FCC slow lane is another example of turning WordPress sites into protesting machines. In 2012, users were able to protest SOPA via the <a title=\"http://wptavern.com/go-black-with-the-sopa-blackout-plugin\" href=\"http://wptavern.com/go-black-with-the-sopa-blackout-plugin\">SOPA Blackout plugin</a>. <a title=\"http://wptavern.com/new-wordpress-plugin-aims-to-fight-back-against-mass-surveillance\" href=\"http://wptavern.com/new-wordpress-plugin-aims-to-fight-back-against-mass-surveillance\">Earlier this year</a>, thousands participated in the The Day We Fight Back campaign <a title=\"http://wordpress.org/plugins/tdwfb/\" href=\"http://wordpress.org/plugins/tdwfb/\">via a plugin</a>. With WordPress powering more than 22% of the web, it’s becoming easier for digital citizens to fight back. As each site participates in a protest, the volume is raised. When WordPress.com and others <a title=\"http://wptavern.com/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\">joined together</a> to protest against NSA surveillance, <a title=\"https://thedaywefightback.org/the-results/\" href=\"https://thedaywefightback.org/the-results/\">the volume was deafening</a>.</p>\n<p>What would happen if only 5-10% of WordPress powered sites protested against specific causes? Would it be enough to affect change? Is it possible to change the future by using WordPress sites to protest or is it just a bunch of noise at the end of the day?</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, 21 May 2014 01:40: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: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:70:\"WPTavern: WordCamp Central Proposes Centralizing Post WordCamp Surveys\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23204\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:184:\"http://wptavern.com/wordcamp-central-proposes-centralizing-post-wordcamp-surveys?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-central-proposes-centralizing-post-wordcamp-surveys\";s: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:3729:\"<p>After attending a WordCamp, you’ll sometimes receive an email with a survey asking for your thoughts on how it went. The survey gives you an opportunity to rate and provide feedback on individual speakers as well as other aspects of the event. However, not all WordCamps send out surveys.</p>\n<div id=\"attachment_23208\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/ProposedSurvey.png\" rel=\"prettyphoto[23204]\"><img class=\"size-full wp-image-23208\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/ProposedSurvey.png?resize=957%2C778\" alt=\"Proposed Survey Questions\" /></a><p class=\"wp-caption-text\">Proposed Survey Questions</p></div>\n<p>Andrea Middleton has proposed that there be one, <a title=\"http://central.wordcamp.org/wordcamp-attendee-survey/\" href=\"http://central.wordcamp.org/wordcamp-attendee-survey/\">centralized survey,</a> available on the <a title=\"http://central.wordcamp.org/\" href=\"http://central.wordcamp.org/\">WordCamp Central website.</a> The survey would contain a drop down menu to indicate the location of the event and a set of questions that apply to all WordCamps. Organizers could then publicize the survey making it easy to find. After a period of two weeks, results would be exported to the organizing team. Further enhancements could include an automated system that would send the survey out to attendees a day after the event. A post announcing the survey could also be included within the automated routine.</p>\n<h3>Should Surveys From WordCamp Central Be Opt-in?</h3>\n<p>In the comments of the proposal, David Bisset, who helped organized WordCamp Miami, <a title=\"http://make.wordpress.org/community/2014/05/16/one-survey-to-rule-them-all/#comment-8864\" href=\"http://make.wordpress.org/community/2014/05/16/one-survey-to-rule-them-all/#comment-8864\">recommended that the surveys be opt-in</a>. Having a default set of questions is great for smaller venues but for larger camps, it can be more beneficial for organizers if they had the ability to ask specific questions.</p>\n<p>Middleton <a title=\"http://make.wordpress.org/community/2014/05/16/one-survey-to-rule-them-all/#comment-8865\" href=\"http://make.wordpress.org/community/2014/05/16/one-survey-to-rule-them-all/#comment-8865\">suggested a solution</a> with a two pronged approach. Organizers could opt-in to the centralized survey but also allow them to create event specific questions. That way, WordCamp Central receives comparable <strong>and</strong> specific data from events trying new things.</p>\n<blockquote><p>On the individualized surveys, that’s definitely a thing. Opt-in to the centralized survey could work, or we could add branching to the centralized survey and let people add event-specific questions if they wanted to. That way we’d get the same comparable data but also be able to gather event-specific data. I’d actually quite like to do that for those events that are trying new things.</p></blockquote>\n<h3>The More Data Available To Organizers The Better</h3>\n<p>Most of the WordCamps I’ve attended within the past two years have not sent out surveys to gather feedback. For those that have, I’ve provided them all the information I would have shared in a blog post. In many instances, a blog post recapping the event is the only way for me to give feedback. If the survey results are accessible, other organizers can step in with a history of what has and has not been successful.</p>\n<p>I applaud Middleton for the proposal and would like to see more WordCamps offer ways for attendees to provide feedback. The more centralized, accessible data organizers have at their disposal to improve their events, the better.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 May 2014 22:36:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:109:\"WPTavern: Jetpack 3.0 Released, Adds Bulk Module Management, Site Verification and Twitter Open Graph Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:258:\"http://wptavern.com/jetpack-3-0-released-adds-bulk-module-management-site-verification-and-twitter-open-graph-support?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-3-0-released-adds-bulk-module-management-site-verification-and-twitter-open-graph-support\";s: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:4373:\"<p>Jetpack 3.0 was released today with a couple of brand new features and an updated interface for managing modules and settings. The new administrative user interface allows for bulk activation and deactivation of modules in the same way you might manage plugins.</p>\n<p>The redesigned Jetpack admin greeting page now features its 33 modules and allows you to sort the display by newest, category or alphabetical order.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/jetpack-features.jpg\" rel=\"prettyphoto[23167]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/jetpack-features.jpg?resize=978%2C600\" alt=\"jetpack-features\" class=\"aligncenter size-full wp-image-23211\" /></a></p>\n<h3>New Admin Settings Page for Managing Modules</h3>\n<p>The most exciting update in the 3.0 release for many users is the new settings page which allows you to quickly view and sort your active and inactive modules. Previously you would have to navigate a couple clicks deep into each module to know if it’s on and to deactivate it. The new Jetpack setting screen provides a faster way to manage your modules.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/jetpack-settings.jpg\" rel=\"prettyphoto[23167]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/jetpack-settings.jpg?resize=800%2C620\" alt=\"jetpack-settings\" class=\"aligncenter size-full wp-image-23214\" /></a></p>\n<h3>New: Site Verification Module</h3>\n<p>Site Verification is the latest addition to the Jetpack collection. It can be configured under the Tools menu and allows you to enter your meta key “content” value to verify your blog with Google Webmaster Tools, Bing Webmaster Center and Pinterest Site Verification.</p>\n<p>When you update to Jetpack 3.0, this module will be automatically turned on with the message: <strong>“The following new modules have been activated: Site Verification.”</strong> Automatic activation of new modules has been a controversial policy of the plugin in the past, but for now it comes part and parcel with using Jetpack.</p>\n<h3>New: Twitter Open Graph Support</h3>\n<p>Jetpack 3.0 adds support for Twitter to its Open Graph meta tags. This means that your site will now have support for <a href=\"https://dev.twitter.com/docs/cards\" target=\"_blank\">Twitter Cards</a>. There is currently no admin interface for assigning your own Twitter account as the site owner (it defaults to Jetpack), but Justin Kopepasah posted a <a href=\"http://kopepasah.com/tutorial/change-jetpack-3-0s-default-twitter-card-site-tag/\" target=\"_blank\">quick tutorial</a> for filtering it to use your own account.</p>\n<h3>Major Enhancements in Jeptack 3.0</h3>\n<p>This release comes with a long list of enhancements to the plugin, along with a healthy does of bug fixes. Most of the enhancements are small improvements to the existing modules. If there’s some aspect of flexibility that you found missing from one of Jetpack’s modules, chances are you that you may find it on this list:</p>\n<ul>\n<li>New look for the Sharing module</li>\n<li>Multiple improvements on which Twitter handle a Twitter card will display</li>\n<li>Add option to hide Google+ Authorship banner while still receiving the benefits</li>\n<li>Many Infinite Scroll enhancements to improve performance</li>\n<li>Infinite Scroll will use your CPT’s display name instead of “Older Posts”</li>\n<li>JSON API added /media/new endpoint</li>\n<li>Added filter to assign new default image for Open Graph tags</li>\n<li>New [ jetpack-related-posts ] shortcode to add Related Posts to page instead of default placement</li>\n<li>Added SSO option to turn off login form completely, to use WordPress.com login exclusively</li>\n<li>The shortcode allows for Google Maps Engine</li>\n<li>YouTube shortcode allows HD playback</li>\n<li>Smoother, Faster Tiled Galleries!</li>\n<li>New languages! Use Jetpack in Irish, Fulah, and Tigrinya</li>\n</ul>\n<p>Jetpack 3.0 is a major update to the plugin and should greatly improve the experience of managing all of its features in the backend. This new settings screen comes at the right time, as Jetpack has accumulated more than 30 modules, each of which could technically constitute their own plugins. Visit your site’s admin to see the prompt for updating to version 3.0.</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, 20 May 2014 21:59:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:94:\"WPTavern: Remembering The Moore, OK, EF5 Tornado Using The AESOP Story Engine WordPress 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=23196\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:228:\"http://wptavern.com/remembering-the-moore-ok-ef5-tornado-using-the-aesop-story-engine-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=remembering-the-moore-ok-ef5-tornado-using-the-aesop-story-engine-wordpress-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:3112:\"<p>Today marks the one year anniversary of the <a title=\"https://www.youtube.com/watch?v=Ga7niHGgSN4\" href=\"https://www.youtube.com/watch?v=Ga7niHGgSN4\">devastating EF5 tornado</a> that ripped through Moore, OK. The twister killed 24 people, seven of which were students when they took cover in The Plaza Towers elementary school.</p>\n<div id=\"attachment_23200\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/MooreTornadoEF52013FeaturedImage.png\" rel=\"prettyphoto[23196]\"><img class=\"size-full wp-image-23200\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/MooreTornadoEF52013FeaturedImage.png?resize=648%2C280\" alt=\"Early Stages Of The Moore, OK, EF5 Tornado In 2013\" /></a><p class=\"wp-caption-text\">Early Stages Of The Moore, OK, EF5 Tornado In 2013</p></div>\n<p>The <a title=\"http://www.normantranscript.net\" href=\"http://www.normantranscript.net\">Norman Transcript</a>, a news publication that serves the Moore, OK, area has published a <a title=\"http://www.normantranscript.net/special_sections/oneyearlater/\" href=\"http://www.normantranscript.net/special_sections/oneyearlater/\">special website</a> to remember the event using the <a title=\"http://wptavern.com/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 WordPress plugin</a>. The site contains several stories and articles of people recounting what happened during that fateful day and the struggles of trying to recover. I highly recommend viewing the content in full screen mode to remove distractions and to take in the full effect of the stories.</p>\n<div id=\"attachment_23198\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/AesopUsedToRememberMoore.png\" rel=\"prettyphoto[23196]\"><img class=\"size-full wp-image-23198\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/AesopUsedToRememberMoore.png?resize=953%2C871\" alt=\"One Year Later Table Of Contents\" /></a><p class=\"wp-caption-text\">One Year Later Table Of Contents</p></div>\n<p>Reading the publication is a smooth experience, especially in full screen browser mode. The navigation is easy to use and the table of contents are always a mouse click away. The stories are easy to read thanks to the use of large images, pull quotes, and videos. I asked the developer of AESOP Story Engine, Nick Haskins, what he thought about the site:</p>\n<blockquote><p>I think overall it’s a really great use of Aesop Story Engine. The more real-life projects that we see go up, the more insight it gives us into how people are actually using the plugin. You can design it one way, and people will use it in an entirely different way, so it’s really interesting (and important) for us to see how different outfits are leveraging the plugin</p></blockquote>\n<p>This is one of the first examples I’ve seen that shows what AESOP is capable of. Have you seen other examples of AESOP in action? If so, share them 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:\"Tue, 20 May 2014 20:48: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:\"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: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:101:\"WordPress.tv: Erik Bernskiold: Translation and Localizations In WordPress: Best Practices And Lessons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=34906\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"http://wordpress.tv/2014/05/20/erik-bernskiold-translation-and-localizations-in-wordpress-best-practices-and-lessons/\";s: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:756:\"<div id=\"v-LmjbDz1K-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34906/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34906/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34906&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/20/erik-bernskiold-translation-and-localizations-in-wordpress-best-practices-and-lessons/\"><img alt=\"Erik Bernskiold: Translation and Localizations In WordPress: Best Practices And Lessons\" src=\"http://videos.videopress.com/LmjbDz1K/video-f12eb66fec_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 May 2014 18:32: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:12:\"WordPress.tv\";s: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:86:\"WordPress.tv: Jesse Pollak: Crypto 101: Demystifying The Cryptography Behind 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://wordpress.tv/?p=34791\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wordpress.tv/2014/05/20/jesse-pollak-crypto-101-demystifying-the-cryptography-behind-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:726:\"<div id=\"v-lhCoT6WW-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34791/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34791/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34791&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/20/jesse-pollak-crypto-101-demystifying-the-cryptography-behind-wordpress/\"><img alt=\"Jesse Pollak: Crypto 101: Demystifying The Cryptography Behind WordPress\" src=\"http://videos.videopress.com/lhCoT6WW/video-6abb4e7a6f_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 May 2014 18:15:25 +0000\";s: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:\"WordPress.tv\";s: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:108:\"WordPress.tv: Interview: Cédric Motte, orateur de la conférence “Sans contenu, WordPress n’est rien”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=34336\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://wordpress.tv/2014/05/20/interview-cedric-motte-orateur-de-la-conference-sans-contenu-wordpress-nest-rien/\";s: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:701:\"<div id=\"v-IVNmDLti-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34336/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34336/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34336&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/20/interview-cedric-motte-orateur-de-la-conference-sans-contenu-wordpress-nest-rien/\"><img alt=\"13 – Cedric Motte-Itw-WCParis2014.mp4\" src=\"http://videos.videopress.com/IVNmDLti/video-a8142d3864_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 May 2014 18:00:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:66:\"WordPress.tv: Julie Kuehl: All the Software That Isn’t 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://wordpress.tv/?p=34793\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.tv/2014/05/20/julie-kuehl-all-the-software-that-isnt-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:684:\"<div id=\"v-3XpfXnY8-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34793/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34793/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34793&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/20/julie-kuehl-all-the-software-that-isnt-wordpress/\"><img alt=\"Julie Kuehl: All the Software That Isn’t WordPress\" src=\"http://videos.videopress.com/3XpfXnY8/video-36753d95fe_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 May 2014 18:00:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:96:\"WPTavern: Format Addresses Correctly for Search Engines with the WordPress Address Schema 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=23151\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:236:\"http://wptavern.com/format-addresses-correctly-for-search-engines-with-the-wordpress-address-schema-plugin?utm_source=rss&utm_medium=rss&utm_campaign=format-addresses-correctly-for-search-engines-with-the-wordpress-address-schema-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:3492:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/wp-address-schema.jpg\" rel=\"prettyphoto[23151]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/wp-address-schema.jpg?resize=1025%2C434\" alt=\"wp-address-schema\" class=\"aligncenter size-full wp-image-23153\" /></a></p>\n<p><a href=\"http://schema.org/\" target=\"_blank\">Schema.org</a> provides a standard way of marking up structured data so that it can be easily found by search engines and properly structured for other forms of data communication, i.e. JSON. Search engines such as Bing, Google, Yahoo! and others make use of this “shared markup vocabulary” to correctly identify the content on web pages.</p>\n<p>Schema.org is now an expansive reference for how to mark up all kinds of information, including events, recipes, reservations, human anatomy, medications, property, etc., with new categories being added regularly.</p>\n<p><a href=\"http://wordpress.org/plugins/wp-address-schema/\" target=\"_blank\">WP Address Schema</a> is a new plugin that takes on the task of formatting addresses correctly for local businesses. The plugin makes it easy for you to comply with Schema.org’s <a href=\"http://schema.org/LocalBusiness\" target=\"_blank\">standard for displaying the address of a physical business</a> or branch of an organization.</p>\n<p>Once installed, you can add addresses under a new menu in the admin:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/add-address.jpg\" rel=\"prettyphoto[23151]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/add-address.jpg?resize=800%2C754\" alt=\"add-address\" class=\"aligncenter size-full wp-image-23181\" /></a></p>\n<p>You can also manage multiple addresses for use in different areas on your site. Once you’ve set up your addresses, you can place them on your site using a unique shortcode, template tag, or the bundled address schema widget.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/manage-multiple-addresses.jpg\" rel=\"prettyphoto[23151]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/manage-multiple-addresses.jpg?resize=1025%2C309\" alt=\"manage-multiple-addresses\" class=\"aligncenter size-full wp-image-23180\" /></a></p>\n<p>Address schemas are then outputted with the correct markup:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/address-schema.jpg\" rel=\"prettyphoto[23151]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/address-schema.jpg?resize=1025%2C401\" alt=\"address-schema\" class=\"aligncenter size-full wp-image-23183\" /></a></p>\n<p>The WP Address Schema plugin currently supports the following fields and will be adding more in the future:</p>\n<ul>\n<li>Company Name</li>\n<li>Address Line 1</li>\n<li>Address Line 2</li>\n<li>Address Line 3</li>\n<li>Town/City</li>\n<li>State/County</li>\n<li>Country</li>\n<li>Postal/Zip Code</li>\n<li>Telephone</li>\n<li>Fax</li>\n<li>Opening Hours</li>\n</ul>\n<p>Creating the proper HTML markup for an address is likely to be a supreme pain for many WordPress users. This plugin takes all the guesswork out of it and keeps you up to date with the format that search engines use to find businesses. If you’re not yet formatting the address on your website with Schema.org standards in mind, installing <a href=\"http://wordpress.org/plugins/wp-address-schema/\" target=\"_blank\">WP Address Schema</a> from WordPress.org is an easy way to get started.</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, 20 May 2014 16:46: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:\"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: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:73:\"WPTavern: Registration Honeypot: A Simple WordPress Plugin to Combat Spam\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=22653\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:188:\"http://wptavern.com/registration-honeypot-a-simple-wordpress-plugin-to-combat-spam?utm_source=rss&utm_medium=rss&utm_campaign=registration-honeypot-a-simple-wordpress-plugin-to-combat-spam\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2956:\"<div id=\"attachment_23134\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/honey.jpg\" rel=\"prettyphoto[22653]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/honey.jpg?resize=700%2C338\" alt=\"photo credit: riekhavoc - cc\" class=\"size-full wp-image-23134\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/riekhavoc/4648423297/\">riekhavoc</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a></p></div>\n<p>If you’re new to WordPress, the sudden onslaught of spam that you receive upon opening registration can take you by surprise. Unless you have a solid plugin in place, open registration comes with the wearisome task of wading through new signups to put the axe to spammers who got through.</p>\n<p>One of the common ways of combatting registration spam is to lay a snare at the doorstep of your site by creating a hidden field. Human registrants cannot see the field and therefore leave it blank. Spambots, however, will automatically fill out the field and get caught chasing the “honeypot.”</p>\n<p><a href=\"http://wordpress.org/plugins/registration-honeypot/\" target=\"_blank\">Registration Honeypot</a> is a new free plugin that combats spambots using the tried and true honeypot method. There’s nothing to configure and no settings panel – simply activate it and leave it. Spammers caught in the act will see the following message:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/spammer-message.png\" rel=\"prettyphoto[22653]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/spammer-message.png?resize=789%2C148\" alt=\"spammer-message\" class=\"aligncenter size-full wp-image-23146\" /></a></p>\n<p>While Registration Honeypot isn’t built around an original concept, it’s the simplified implementation that counts here. Justin Tadlock, founder of <a href=\"http://themehybrid.com\" target=\"_blank\">Theme Hybrid</a>, created the plugin because he couldn’t find a simple honeypot plugin that wasn’t loaded down with extra, unnecessary settings.</p>\n<p>“It’s an overly simple method for catching one type of spam,” Tadlock said in his plugin announcement <a href=\"http://themehybrid.com/weblog/registration-honeypot-wordpress-plugin\" target=\"_blank\">post</a>. <strong>“But it’s useful and handles a good 99% of all spam registration issues I’ve seen.”</strong></p>\n<p>If you’re on the hunt for a new plugin to combat registration spam and you want a quality plug-n-play solution, give <a href=\"http://wordpress.org/plugins/registration-honeypot/\" target=\"_blank\">Registration Honeypot</a> a try. Like all other Theme Hybrid plugins, it’s available for free on WordPress.org. It’s not going to stop 100% of spam registrations but it will shut down the bots who cannot resist the honey.</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, 20 May 2014 07:05: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: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:77:\"WordPress.tv: Julie Kosbab: Site Analytics In WordPress: Building For Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=34787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.tv/2014/05/19/uploaded-video-19/\";s: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:643:\"<div id=\"v-VRsuatiS-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34787/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34787/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34787&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/19/uploaded-video-19/\"><img alt=\"Julie Kosbab: Site Analytics in WordPress\" src=\"http://videos.videopress.com/VRsuatiS/video-79a49ca021_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 May 2014 04:13: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:12:\"WordPress.tv\";s: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:66:\"WPTavern: WordPress for Android Will No Longer Support Gingerbread\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23104\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:176:\"http://wptavern.com/wordpress-for-android-will-no-longer-support-gingerbread?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-for-android-will-no-longer-support-gingerbread\";s: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:3960:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/googleplex-treats.jpg\" rel=\"prettyphoto[23104]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/googleplex-treats.jpg?resize=975%2C440\" alt=\"googleplex-treats\" class=\"aligncenter size-full wp-image-23114\" /></a></p>\n<p>Long time Android users will remember how much of leap forward Ice Cream Sandwich 4.0 (ICS) was for the platform in 2011. As the vastly improved successor to Android 2.3 Gingerbread, it was one of the largest upgrades to Android OS in history, creating a demarcation line between the much older versions and the newer ones that would follow. (Android OS versions are released in alphabetical order under sugary treat code names.)</p>\n<p>ICS came with a completely redesigned UI and the new Roboto typeface. It introduced a new voice input engine and a ton of new media capabilities. The 4.0 version added more intuitive gestures and allowed app developers to make use of them, too. Android developers often refer to the ICS release as a pivotal point in the platform’s development, given how much changed.</p>\n<h3>WordPress for Android Mobile App to Drop Gingerbread Support</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/chomp.jpg\" rel=\"prettyphoto[23104]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/chomp.jpg?resize=296%2C300\" alt=\"chomp\" class=\"alignright size-full wp-image-23115\" /></a>The WordPress for Android development team <a href=\"http://android.wordpress.org/2014/05/16/wordpress-for-android-no-longer-paying-the-gingerbread-tax/\" target=\"_blank\">announced</a> today that it will no longer support Gingerbread.</p>\n<p>Despite the fact that ICS was released in 2011, many people are still using devices that don’t support anything past Gingerbread. In an effort to reach the largest number of users, the WordPress app has maintained compatibility with older versions, incurring a ton of extra development time.</p>\n<p>Recent numbers showing the <a href=\"http://developer.android.com/about/dashboards/index.html\" target=\"_blank\">relative number of devices on various Android platform versions</a> puts Gingerbread at about 16% this month, down 1% from April:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/android-version-usage.jpg\" rel=\"prettyphoto[23104]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/android-version-usage.jpg?resize=802%2C366\" alt=\"android-version-usage\" class=\"aligncenter size-full wp-image-23119\" /></a></p>\n<p>The cost of supporting Gingerbread for a small portion of the WordPress app’s user base (which is actually less than 10%) causes the everyone else to suffer what they are calling the “Gingerbread tax” while waiting for new features:</p>\n<blockquote><p>This means over 90% of our users are paying a “Gingerbread tax” – waiting longer for new versions and not seeing features that take advantage of their phones – so that we can continue supporting older devices.</p></blockquote>\n<p>The upcoming version 2.9 of WordPress for Android will only support devices running Android 4.0 or later, allowing its developers to be more productive. The app itself will also become faster and smaller for the majority of people who are using it.</p>\n<p>Please note that it doesn’t mean that the app is disappearing for these devices. An older version will still be available from the Google Play store for use with older phones and tablets that are still running on Gingerbread.</p>\n<p>Gingerbread support will officially be dropped later this month when WordPress for Android 2.9 is expected to be released. This version will also include a new Blog Discovery feature for finding blogs based on recommendation as well the ability to preview a blog’s posts before electing to follow. Subscription management will also be included, along with a number of helpful UI 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:\"Mon, 19 May 2014 23:12:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:82:\"WPTavern: WordCamp Miami Kids’ Workshop Launches the Next Generation of Bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23037\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:202:\"http://wptavern.com/wordcamp-miami-kids-workshop-launches-the-next-generation-of-bloggers?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-miami-kids-workshop-launches-the-next-generation-of-bloggers\";s: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:6407:\"<p><a href=\"http://wptavern.com/recap-of-wordcamp-miami-2014\" target=\"_blank\">WordCamp Miami</a> celebrated its 5th anniversary this year, drawing 770+ people to the event. The organizers also hosted their first <a href=\"http://wptavern.com/wordcamp-miami-to-host-free-wordpress-beginners-workshop-for-kids\" target=\"_blank\">WordPress beginner’s workshop for kids</a> as part of the Sunday activities.</p>\n<p>Tammie Lister, Kathryn Presner and I worked together to lead the workshop, along with volunteers Noel Tock, Mika Epstein, and Suzette Franck. The session was geared toward kids aged 8-12 and each child attended with a parent. We had two hours to give an introduction to WordPress and help the kids set up their own blogs. At the end of the morning, each child had published a post to the internet.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Personally, this is most likely the proudest photo from <a href=\"https://twitter.com/search?q=%23wcmia&src=hash\">#wcmia</a> : Our 1st Kid’s Workshop. <a href=\"http://t.co/KecwSCwVM5\">pic.twitter.com/KecwSCwVM5</a></p>\n<p>— David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/statuses/466574992105164800\">May 14, 2014</a></p></blockquote>\n<p></p>\n<p>Lister designed the slides for the presentation with a Minecraft theme, which ended up being a big win, since the vast majority of the kids present were wild about the game. She used aspects of Minecraft to help us explain the concept of open source, WordPress blogging tools, themes, commenting, subscribing and making friends online.</p>\n<p>We guided the kids through signing up on WordPress.com to create a free blog. A couple of them already had blogs on a network hosted by their parents, but most of them were experiencing WordPress for the first time, including many of their parents. I came away from the workshop with three observations regarding kids and WordPress.</p>\n<h3>1. WordPress is Easy for Kids to Use</h3>\n<p>The most time-consuming aspect of the workshop was getting kids signed up to WordPress.com and making sure everyone recieved the confirmation email. Not all of the kids had their own email addresses but those who didn’t were able to use a parent’s address. Once inside the WordPress admin, the kids took to blogging quite naturally and didn’t require much hand-holding.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/kidsblogging.jpg\" rel=\"prettyphoto[23037]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/kidsblogging.jpg?resize=1025%2C769\" alt=\"kidsblogging\" class=\"aligncenter size-full wp-image-23048\" /></a></p>\n<p>After publishing their first posts, the kids linked up to comment on each other’s blogs and discovered the comment notifications and relevant admin screens on their own. Adding images/media was no sweat for them and many were eager to publish additional posts after the first one.</p>\n<h3>2. The Joy of Publishing is Timeless</h3>\n<p>One might think that the concept of blogs would be old news to kids who who have never known a world without the internet. While media and technology <del datetime=\"2014-05-19T15:44:00+00:00\">curmudgeons</del> analysts, who count themselves on the cutting edge, like to proclaim that <a href=\"http://www.newrepublic.com/article/113053/new-york-times-buzzfeed-andrew-sullivan-herald-death-blog\" target=\"_blank\">blogs are dead</a>, these kids are discovering publishing for the first time.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/jahdin.png\" rel=\"prettyphoto[23037]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/jahdin.png?resize=1025%2C517\" alt=\"jahdin\" class=\"aligncenter size-full wp-image-23073\" /></a></p>\n<p>Upon hitting the “Publish” button, workshop attendee Jahdin, pictured above, put his hands in the air and shouted, <strong>“I just published my first post to the Internet!”</strong> His blog was about his ninth birthday party and included a picture from the event. I asked him what he plans to write about in the future, and he said, <strong>“I plan to blog about how life was when I was a kid.”</strong></p>\n<p>If you can remember back to the thrill of publishing your thoughts to the web for the first time, that’s exactly what we saw in the kids’ reactions to putting their first posts out there. WordPress gives them a place to record their thoughts and experiences in a way that can be shared with friends and relatives who want to follow their adventures.</p>\n<p>Jahdin’s plan to “blog about life when I was a kid” is one of the most common reasons many of us started blogging in the first place – to record our own history. This is the next generation of people building the web. Putting the power of publishing in their hands and introducing them to new ideas, such as open source software, gives each child a simple framework for understanding themselves as a person with a voice on the web.</p>\n<h3>3. Kids Might Enjoy More Advanced Workshops</h3>\n<p>The first kids workshop at WordCamp Miami was a great success and it seems that even more advanced kids workshops would go over well, based on the response. Learning the basics of themes, plugins and WordPress core would be interesting things to explore with them, as some of the older kids seemed eager to know more about the building blocks of WordPress.</p>\n<p>WordCamp Miami isn’t the only event to host a workshop for kids. Both <a href=\"http://2014.phoenix.wordcamp.org/\" target=\"_blank\">WordCamp Phoenix</a> and <a href=\"http://2013.albuquerque.wordcamp.org/session/wordpress-for-kids/\" target=\"_blank\">WordCamp Albuquerque</a> have held similar events. The workshop in Albuquerque is so popular that they’ve brought it back every year for the past three years.</p>\n<p>While WordCamps have always been open to people of all ages, having a dedicated session tailored for kids is an investment in the future publishers and makers of the web. Watching kids get excited about WordPress was one of the highlights of the event for me. If you have an active meetup group or are part of organizing a WordCamp, you might consider adding a session or even a track for kids. Helping them publish their first posts is an inspirational way to experience WordPress for the first time all over 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:\"Mon, 19 May 2014 19:24: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WordPress.tv: Agnes Bury: 10 Common Mistakes WordPress Developers Make When Building Multilingual 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://wordpress.tv/?p=34946\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://wordpress.tv/2014/05/19/agnes-bury-10-common-mistakes-wordpress-developers-make-when-building-multilingual-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:755:\"<div id=\"v-k2JB4lHu-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34946/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34946/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34946&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/19/agnes-bury-10-common-mistakes-wordpress-developers-make-when-building-multilingual-sites/\"><img alt=\"Agnes Bury: 10 Common Mistakes WordPress Developers Make When Building Multilingual Sites\" src=\"http://videos.videopress.com/k2JB4lHu/video-4e56aa924b_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 19 May 2014 18:51: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:12:\"WordPress.tv\";s: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:105:\"WordPress.tv: Table Ronde: Sites multilingues – le grand débat qui va enfin tout régler (yeah right!)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=33387\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/05/19/table-ronde-sites-multilingues-le-grand-debat/\";s: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:638:\"<div id=\"v-B5P762t4-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/33387/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/33387/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=33387&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/19/table-ronde-sites-multilingues-le-grand-debat/\"><img alt=\"table_ronde.mp4\" src=\"http://videos.videopress.com/B5P762t4/video-ce5d9e7eb2_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 19 May 2014 18:30: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:12:\"WordPress.tv\";s: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:36:\"WordPress.tv: Micha Wood: The WP Way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=34912\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.tv/2014/05/19/micha-wood-the-wp-way/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:627:\"<div id=\"v-7vsH79SI-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34912/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34912/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34912&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/19/micha-wood-the-wp-way/\"><img alt=\"Micha Wood: The WP Way\" src=\"http://videos.videopress.com/7vsH79SI/video-7ae60e0510_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 19 May 2014 18:29: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:12:\"WordPress.tv\";s: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:60:\"WPTavern: Automattic Doesn’t Claim Copyright On Their APIs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=23019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"http://wptavern.com/automattic-doesnt-claim-copyright-on-their-apis?utm_source=rss&utm_medium=rss&utm_campaign=automattic-doesnt-claim-copyright-on-their-apis\";s: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:4953:\"<div id=\"attachment_23024\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/OracleFeaturedImage.png\" rel=\"prettyphoto[23019]\"><img class=\"size-full wp-image-23024\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/OracleFeaturedImage.png?resize=639%2C200\" alt=\"Oracle Featured Image\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/dahlstroms/4140461901/\">Håkan Dahlström</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a></p></div>\n<p>In a crucial <a title=\"http://www.cafc.uscourts.gov/images/stories/opinions-orders/13-1021.Opinion.5-7-2014.1.PDF\" href=\"http://www.cafc.uscourts.gov/images/stories/opinions-orders/13-1021.Opinion.5-7-2014.1.PDF\">courtroom decision</a> involving Google v.s Oracle, the United States Court of Appeals for the Federal Circuit ruled in favor of Oracle. The main part of the appeal is whether Oracle can claim copyright on Java APIs and if Google infringed that copyright. If the ruling stands, it would create a major setback to innovation and collaboration.</p>\n<p>The Electronic Frontier Foundation has a <a title=\"https://www.eff.org/deeplinks/2014/05/dangerous-ruling-oracle-v-google-federal-circuit-reverses-sensible-lower-court\" href=\"https://www.eff.org/deeplinks/2014/05/dangerous-ruling-oracle-v-google-federal-circuit-reverses-sensible-lower-court\">great write up</a> on the ruling and the implications it could have for the internet.</p>\n<blockquote><p>The implications of this decision are significant, and dangerous. As we and others <a href=\"https://www.eff.org/document/amicus-brief-computer-scientists\">tried to explain</a> to the court, the freedom to reimplement and extend existing APIs has been the key to competition and progress in both hardware and software development.</p>\n<p>It made possible the emergence and success of many robust industries we now take for granted—for mainframes, PCs, workstations/servers, and so on—by ensuring that competitors could challenge established players and advance the state of the art. In other words, excluding APIs from copyright protection has been essential to the development of modern computers and the Internet.</p></blockquote>\n<p>Between 2004 and 2009, which I consider to be the crazy <a title=\"http://en.wikipedia.org/wiki/Web_2.0\" href=\"http://en.wikipedia.org/wiki/Web_2.0\">Web 2.0 years</a>, the one commonality among all of the services was their APIs. The APIs enabled sites, services, and applications to creatively use the data to create mashups. In June of 2005, <a title=\"http://googleblog.blogspot.com/2005/06/world-is-your-javascript-enabled_29.html\" href=\"http://googleblog.blogspot.com/2005/06/world-is-your-javascript-enabled_29.html\">Google released</a> a publicly available API to their Google Maps product. The API ignited a flurry of creative new ways to use and display the data. The ruling would prevent open innovation from happening without explicit permission to use API calls.</p>\n<h3>Automattic Takes The Pro-Active Approach</h3>\n<p><a title=\"http://automattic.com/\" href=\"http://automattic.com/\">Automattic</a>, the parent company of WordPress.com, has taken a pro-active approach. On May 12th, Automattic <a title=\"https://developer.wordpress.com/guidelines/#update-copyright\" href=\"https://developer.wordpress.com/guidelines/#update-copyright\">changed their guidelines</a> to specify that their APIs are not copyrighted.</p>\n<blockquote><p>One more thing – APIs like ours enable the kind of collaboration that makes the Internet great. We don’t think APIs <a href=\"https://www.eff.org/deeplinks/2014/05/dangerous-ruling-oracle-v-google-federal-circuit-reverses-sensible-lower-court\">are copyrightable subject matter</a>, and don’t claim copyright in our APIs.</p></blockquote>\n<p>In the section of the the document discussing intellectual property, Automattic clarified they do not claim any copyrights to their APIs that may arise under US law.</p>\n<blockquote><p>3. Intellectual Property. [The Automattic APIs are subject to certain intellectual property rights in the US and other countries (though Automattic does not claim copyrights in the Automattic APIs that may arise under US law). You agree to abide by such rights, all applicable laws, and any additional copyright notices or restrictions to which any Content is subject.]</p></blockquote>\n<p>Although innovation wouldn’t cease completely with copyrighted APIs, it would be more difficult thanks to the red tape involved. Patent trolling is already a serious problem and if the court ruling stands, API copyright trolls would probably be the next big thing.</p>\n<p>Google will likely file an appeal to the Supreme Court and there is a long way to go before the case is over. Regardless of the final ruling, the Automattic APIs are copyright free. Hopefully, other service providers take the same pro-active approach.</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, 19 May 2014 17:33: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:\"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: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:90:\"WPTavern: Things To Consider Before Giving A WordPress Developer Admin Access To 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=23030\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:224:\"http://wptavern.com/things-to-consider-before-giving-a-wordpress-developer-admin-access-to-your-site?utm_source=rss&utm_medium=rss&utm_campaign=things-to-consider-before-giving-a-wordpress-developer-admin-access-to-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3445:\"<p>Have you ever found yourself in a situation where a plugin author requests administrator access to your site for troubleshooting purposes? That’s the <a title=\"http://www.wpbeginner.com/opinion/should-you-give-admin-access-to-plugin-developers-for-fixing-bugs/\" href=\"http://www.wpbeginner.com/opinion/should-you-give-admin-access-to-plugin-developers-for-fixing-bugs/\">question posed by WPBeginner</a> along with a couple of tips to help you decide whether you answer <strong>yes</strong> or <strong>no</strong>. Over the years, I’ve given access to a couple of plugin authors for the sake of troubleshooting but I always make sure to delete their account when finished.</p>\n<p>Recently, I found myself in a situation where the plugin author needed admin access to experience the problem first-hand. Instead of creating a new account, I scheduled a Google Hangout. Within Google Hangout is a screen sharing application. Using the app, I was able to walk the plugin author through the process of replicating the bug without giving them administrator access.</p>\n<div id=\"attachment_23033\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/GoogleHangoutScreenShare.png\" rel=\"prettyphoto[23030]\"><img class=\"size-full wp-image-23033\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/GoogleHangoutScreenShare.png?resize=645%2C426\" alt=\"Screen Sharing App Withing Google Hangouts\" /></a><p class=\"wp-caption-text\">Screen Sharing App Withing Google Hangouts</p></div>\n<p>Alternatively, you can use the screen sharing option built into Skype. This keeps the communication channel private and most plugin developers I’ve interacted with have a Skype account. You don’t need any credits to perform a screen sharing call using data. The video sessions were scheduled with plugin developers after I exhausted all other support options.</p>\n<h3>Giving Admin Access Should Be The Last Resort</h3>\n<p>Giving administrator access should be considered as the last resort. If you need to give them access, make sure you trust the plugin author. Look at their WP.org profile as well as their support forum history. If the author has a history of being malicious, there’s a good chance someone reported them. If possible, give them access to a staging site or a sub-domain that mirrors the live site. If you need to give them access to the live site, make sure you back up everything first in case the author changes files to try to fix the issue.</p>\n<p>When they’re finished, inspect the user administration screen to see if any additional users with administrator privileges were created. If so, delete them and find out why that was necessary to diagnose the problem. In most cases, this type of action is unnecessary and would make me highly suspicious of their actions.</p>\n<p><strong>Not all plugin authors have malicious intentions.</strong> The tips I outlined are precautionary measures to protect your site.</p>\n<h3>Have You Been Burned By A Developer?</h3>\n<p>With that in mind, I’m curious as to whether or not you’ve been burned by a theme or plugin developer? Did you give them administrator access and end up with a site in worse shape? Have you ever had to restore a backup thanks to a developer making a troubleshooting mistake?</p>\n<p>If you have any additional tips or advice, you’re welcome to share them 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:\"Mon, 19 May 2014 17:16: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:\"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: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:76:\"WordPress.tv: Tony Perez: WordPress Security – It’s All About The Basics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=34746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/05/18/tony-perez-wordpress-security-its-all-about-the-basics/\";s: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:700:\"<div id=\"v-uvLAsAAd-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34746/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34746/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34746&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/18/tony-perez-wordpress-security-its-all-about-the-basics/\"><img alt=\"Tony Perez: WordPress Security – It’s All About The Basics\" src=\"http://videos.videopress.com/uvLAsAAd/video-4dc54fd242_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 18 May 2014 18:49: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:12:\"WordPress.tv\";s: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:60:\"WordPress.tv: Jamie Schmid: Structuring Content In 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://wordpress.tv/?p=34776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/05/18/jamie-schmid-structuring-content-in-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:675:\"<div id=\"v-sFs8ABIG-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34776/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34776/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34776&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/18/jamie-schmid-structuring-content-in-wordpress/\"><img alt=\"Jamie Schmid: Structuring Content In WordPress\" src=\"http://videos.videopress.com/sFs8ABIG/video-27b8bd7af0_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 18 May 2014 18:26: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:12:\"WordPress.tv\";s: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:53:\"WordPress.tv: Nick Ciske: Plugin Monetization Options\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=34550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/05/18/nick-ciske-plugin-monetization-options/\";s: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:655:\"<div id=\"v-gcyV4RJ3-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34550/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34550/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34550&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/18/nick-ciske-plugin-monetization-options/\"><img alt=\"Nick Ciske: Plugin Monetization Options\" src=\"http://videos.videopress.com/gcyV4RJ3/video-109426690f_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 18 May 2014 18:00:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:93:\"WordPress.tv: Luca Sartoni: Remote working – one does not simply spend a year without pants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=34597\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/05/17/luca-sartoni-remote-working-one-does-not-simply-spend-a-year-without-pants/\";s: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:658:\"<div id=\"v-cWRv1Pmi-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34597/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34597/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34597&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/17/luca-sartoni-remote-working-one-does-not-simply-spend-a-year-without-pants/\"><img alt=\"\" src=\"http://videos.videopress.com/cWRv1Pmi/video-8f8d4c06ba_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 18 May 2014 01:15: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:12:\"WordPress.tv\";s: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:87:\"WPTavern: WordPress Tip: Display Viewport Resolution with the Frontend Developer 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=22993\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:216:\"http://wptavern.com/wordpress-tip-display-viewport-resolution-with-the-frontend-developer-plugin?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-tip-display-viewport-resolution-with-the-frontend-developer-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:1796:\"<p>The <a href=\"http://wordpress.org/plugins/wp-front-end-developer/\" target=\"_blank\">Frontend Developer</a> plugin is a handy little tool for WordPress theme developers who are working with media queries. The plugin hooks into the admin bar to display the current viewport resolution so that developers know what they’re working with.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/frontend-dev-plugin.png\" rel=\"prettyphoto[22993]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/frontend-dev-plugin.png?resize=1025%2C755\" alt=\"frontend-dev-plugin\" class=\"aligncenter size-full wp-image-22999\" /></a></p>\n<p>The indicator automatically updates as you resize your browser window. In addition to displaying common media queries for mobile, tablet and desktop, the plugin performs some helpful checks:</p>\n<ul>\n<li>Highlights defined widget areas</li>\n<li>Highlights links that do not have a destination set</li>\n<li>Highlights images without alt tags set</li>\n</ul>\n<p>You can see an example of an image without an alt tag below, highlighted by the plugin:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/frontend-dev-images.png\" rel=\"prettyphoto[22993]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/frontend-dev-images.png?resize=1025%2C451\" alt=\"frontend-dev-images\" class=\"aligncenter size-full wp-image-23005\" /></a></p>\n<p>The <a href=\"http://wordpress.org/plugins/wp-front-end-developer/\" target=\"_blank\">Frontend Developer</a> plugin is a useful addition to your toolbox for theme development, as it makes it easy to define styles for various viewport resolutions. <a href=\"http://wordpress.org/plugins/wp-front-end-developer/\" target=\"_blank\">Download</a> it for free from 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:\"Sat, 17 May 2014 21:50: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: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:76:\"WordPress.tv: John Heimkes and Thomas McMahon: So, You Want To Build A Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=34742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/05/17/john-heimkes-and-thomas-mcmahon-so-you-want-to-build-a-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:706:\"<div id=\"v-3kgRuw9F-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34742/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34742/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34742&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/17/john-heimkes-and-thomas-mcmahon-so-you-want-to-build-a-theme/\"><img alt=\"John Heimkes and Thomas McMahon: So, You Want To Build A Theme\" src=\"http://videos.videopress.com/3kgRuw9F/video-989faade13_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 May 2014 18:41: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:12:\"WordPress.tv\";s: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:85:\"WordPress.tv: John Havlik: One Million Downloads – Lessons Learned Growing a 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://wordpress.tv/?p=34744\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wordpress.tv/2014/05/17/john-havlik-one-million-downloads-lessons-learned-growing-a-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:721:\"<div id=\"v-vFVBu7Il-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34744/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34744/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34744&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/17/john-havlik-one-million-downloads-lessons-learned-growing-a-plugin/\"><img alt=\"John Havlik: One Million Downloads – Lessons Learned Growing a Plugin\" src=\"http://videos.videopress.com/vFVBu7Il/video-7d8580def4_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 May 2014 18:05:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:68:\"WordPress.tv: Andrey “Rarst” Savchenko: Caching Small Big Things\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=35085\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2014/05/17/rarst-caching-small-big-things/\";s: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:636:\"<div id=\"v-4bb3fl9n-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35085/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35085/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35085&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/17/rarst-caching-small-big-things/\"><img alt=\"Rarst-Savchenko-wcch14\" src=\"http://videos.videopress.com/4bb3fl9n/rarst-savchenko-wcch14_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 May 2014 18:05:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Manuel\";s: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:51:\"WPTavern: WPWeekly Episode 148 – Welcome To Miami\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=22984&preview_id=22984\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"http://wptavern.com/wpweekly-episode-148-welcome-to-miami?utm_source=rss&utm_medium=rss&utm_campaign=wpweekly-episode-148-welcome-to-miami\";s: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:2572:\"<p>In this week’s edition of WordPress Weekly, we were joined by <a href=\"http://www.davidbisset.com/\" title=\"http://www.davidbisset.com/\">David Bisset</a>, one of the many organizers and volunteers that helped put together <a href=\"http://2014.miami.wordcamp.org/\" title=\"http://2014.miami.wordcamp.org/\">WordCamp Miami 2014</a>. Bisset explained the challenges the team faced, the logistics of organizing a 770 attendee event, and he shared advice to WordCamp organizers looking to grow their events.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/more-than-97-of-updates-to-wordpress-3-9-1-were-automatic\" title=\"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><br />\n<a href=\"http://wptavern.com/woothemes-continuing-to-investigate-reports-of-fraudulent-activity\" title=\"http://wptavern.com/woothemes-continuing-to-investigate-reports-of-fraudulent-activity\">WooThemes Continuing To Investigate Reports Of Fraudulent Activity</a><br />\n<a href=\"http://wptavern.com/the-ability-to-anonymously-complain-about-wordpress-may-soon-disappear\" title=\"http://wptavern.com/the-ability-to-anonymously-complain-about-wordpress-may-soon-disappear\">The Ability To Anonymously Complain About WordPress May Soon Disappear</a><br />\n<a href=\"http://wptavern.com/issuepress-now-in-beta-provide-public-support-for-private-github-projects-using-wordpress\" title=\"http://wptavern.com/issuepress-now-in-beta-provide-public-support-for-private-github-projects-using-wordpress\">IssuePress Now In Beta: Provide Public Support for Private Github Projects Using WordPress</a><br />\n<a href=\"http://wptavern.com/apppresser-debuts-appbuddy-mobile-app-at-buddycamp-miami\" title=\"http://wptavern.com/apppresser-debuts-appbuddy-mobile-app-at-buddycamp-miami\">AppPresser Debuts AppBuddy Mobile App at BuddyCamp Miami</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, May 23rd 3 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 #148:</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:\"Sat, 17 May 2014 03:14:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: How To Easily Add Platform Agnostic Favicons To Your WordPress Site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=22916\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:198:\"http://wptavern.com/how-to-easily-add-platform-agnostic-favicons-to-your-wordpress-site?utm_source=rss&utm_medium=rss&utm_campaign=how-to-easily-add-platform-agnostic-favicons-to-your-wordpress-site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5524:\"<p>When we wrote how to <a title=\"http://wptavern.com/how-to-create-a-platform-agnostic-favicon\" href=\"http://wptavern.com/how-to-create-a-platform-agnostic-favicon\">create a platform agnostic favicon</a> with <a title=\"http://realfavicongenerator.net/\" href=\"http://realfavicongenerator.net/\">RealFaviconGenerator</a>, one of the common complaints in the comments was that you needed to add the generated HTML into the HEAD section of the theme in use. This was not ideal since switching themes would cause the favicon images to be lost. Another suggestion was to create a plugin that automatically added the images and code to the appropriate location.</p>\n<p><a title=\"http://profiles.wordpress.org/phbernard/\" href=\"http://profiles.wordpress.org/phbernard/\">Philippe Bernard</a> has created and released the <a title=\"http://wordpress.org/plugins/favicon-by-realfavicongenerator/\" href=\"http://wordpress.org/plugins/favicon-by-realfavicongenerator/\">Favicon by RealFaviconGenerator</a> plugin that satisfies both requests. The plugin is simple to install and use. After installation, head on over to the <strong>Appearance menu</strong> and <strong>select Favicon</strong>. You can either choose an image from your hard drive or from the WordPress media library. Make sure it’s at least <strong>260×260</strong> in size so the smaller images look nice.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/SelectingAFaviconImage.png\" rel=\"prettyphoto[22916]\"><img class=\"aligncenter size-full wp-image-22953\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/SelectingAFaviconImage.png?resize=770%2C285\" alt=\"SelectingAFaviconImage\" /></a></p>\n<p>After selecting an image, click the <strong>Generate Favicon</strong> button. This will load the RealFaviconGenerator website where you’ll be able to configure how the icons will look on different devices. You’ll also be able to configure the scaling algorithm to find a balance between image size and quality.</p>\n<div id=\"attachment_22951\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/FaviconCompressionSettings.png\" rel=\"prettyphoto[22916]\"><img class=\"size-full wp-image-22951\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/FaviconCompressionSettings.png?resize=750%2C449\" alt=\"Favicon Compression Settings\" /></a><p class=\"wp-caption-text\">Favicon Compression Settings</p></div>\n<p>Once you’re satisfied with the result, click the <strong>Generate Favicons</strong> button at the bottom. This will generate and move the images into a randomly named directory within the <strong>WP-Content/Uploads</strong> directory. The plugin also adds rules to the htaccess file located within the root directory. The rewrite rules allow the images to be URL rewritten so they appear to be in the root directory, where favicon images are typically located.</p>\n<div id=\"attachment_22972\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/RealFavIconHtaccessEdits.png\" rel=\"prettyphoto[22916]\"><img class=\"size-full wp-image-22972\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/RealFavIconHtaccessEdits.png?resize=910%2C605\" alt=\"Rewrite Rules By RealFaviconGenerator\" /></a><p class=\"wp-caption-text\">Rewrite Rules By RealFaviconGenerator</p></div>\n<h3>What’s On The Roadmap?</h3>\n<p>Bernard tells me he’s working on two new features that deal with image regeneration.</p>\n<ul>\n<li>Regenerate your favicon automatically whenever RealFaviconGenerator is updated (eg. when iOS 8 is released and comes with new icon resolutions).</li>\n<li>Remind you to regenerate your favicon when automatic regeneration is not possible (eg. iOS 8 comes with brand new 3D icons that require your attention as a designer).</li>\n</ul>\n<p>The plugin works as advertised and eliminates the worry of losing the images when switching themes.</p>\n<div id=\"attachment_22952\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/FaviconFinalResult.png\" rel=\"prettyphoto[22916]\"><img class=\"size-full wp-image-22952\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/FaviconFinalResult.png?resize=751%2C454\" alt=\"The Tavern Favicon For All The Major Platforms\" /></a><p class=\"wp-caption-text\">The Tavern Favicon For All The Major Platforms</p></div>\n<p>Bernard is currently in talks with Matteo Spinelli to see if a collaboration effort can be achieved. Spinelli is the author of the <a title=\"http://wordpress.org/plugins/official-add-to-homescreen/\" href=\"http://wordpress.org/plugins/official-add-to-homescreen/\">Add to Homescreen plugin</a> that allows website owners to <a title=\"http://wptavern.com/official-wordpress-plugin-for-the-add-to-homescreen-javascript-plugin\" href=\"http://wptavern.com/official-wordpress-plugin-for-the-add-to-homescreen-javascript-plugin\">include the add to home screen call-out for mobile devices</a>. The default home screen icon for websites on iOS is not visually appealing. By combining both plugins, site owners can make it easy for mobile visitors to add their site to their home screen while also maintaining consistency in branding.</p>\n<p>With so many mobile devices, screen sizes, and operating systems in use, the standard 16×16 .ico file just won’t cut it anymore. The Favicon plugin by RealFaviconGenerator is an easy, convenient way to look great on mobile platforms with little effort.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 May 2014 23: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: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:65:\"WPTavern: Font Awesome Finally Adds WordPress Icon in 4.1 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=16893\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/font-awesome-wordpress-icon?utm_source=rss&utm_medium=rss&utm_campaign=font-awesome-wordpress-icon\";s: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:2803:\"<p>One thing that was continually irksome about <a href=\"http://fortawesome.github.io/Font-Awesome/\" target=\"_blank\">Font Awesome</a> icons was the notable absence of a WordPress icon, despite the font having support for Tumblr, Flickr, Github, Instagram, and others. Given that the project is meant to be a comprehensive pictographic language of web-related actions, I was surprised that WordPress, which powers more than 20% of the web, was sadly not represented among the collection.</p>\n<p>The good news is that a WordPress icon has finally been added after <a href=\"https://github.com/FortAwesome/Font-Awesome/issues/221\" target=\"_blank\">two years of public demand</a>. Font Awesome 4.1, released this week, added <a href=\"http://fontawesome.io/whats-new/\" target=\"_blank\">71 new icons</a>, including one for WordPress, Reddit, CodePen, Drupal, Joomla, Spotify, and others.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/font-awesome-wordpress.jpg\" rel=\"prettyphoto[16893]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/font-awesome-wordpress.jpg?resize=826%2C415\" alt=\"font-awesome-wordpress\" class=\"aligncenter size-full wp-image-22941\" /></a></p>\n<p>Font Awesome, originally created by Dave Gandy, is an <a href=\"http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL\" target=\"_blank\">SIL OFL</a>-licensed icon font, with the CSS, LESS, and SASS files under the MIT License. It was originally designed for use with Bootstrap, which helped it to become popular, but was soon widely used outside of Bootstrap-based projects.</p>\n<p>Now that a WordPress icon is included, the font will become even more useful for developers writing plugins and themes that make use of the icons. Some WordPress users have even requested <a href=\"https://github.com/FortAwesome/Font-Awesome/issues/2720\" target=\"_blank\">WordPress post format icons</a> to be added to a future release. This could potentially be very useful for theme developers but may not gain enough traction.</p>\n<p>The WordPress Plugin Directory already contains many <a href=\"http://wordpress.org/plugins/search.php?q=font+awesome\" target=\"_blank\">pages</a> worth of extensions that use Font Awesome in some shape or form. Plugin authors find the collection to be especially handy because of its wide range of icons and the fact that the icons are retina-ready and infinitely scalable. The font also comes with its own free CDN. The <a href=\"http://www.bootstrapcdn.com/#fontawesome_tab\" target=\"_blank\">BootstrapCDN for Font Awesome</a>, hosted by MaxCDN, is free for anyone to use. If you’re using a WordPress plugin that uses Font Awesome and you want to take advantage of its 71 newest icons, make sure to prompt the plugin’s developer to update the collection to 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:\"Fri, 16 May 2014 22:21:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:100:\"WPTavern: IssuePress Now In Beta: Provide Public Support for Private Github Projects Using 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=22883\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:242:\"http://wptavern.com/issuepress-now-in-beta-provide-public-support-for-private-github-projects-using-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=issuepress-now-in-beta-provide-public-support-for-private-github-projects-using-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:5730:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/issuepress-featured.jpg\" rel=\"prettyphoto[22883]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/issuepress-featured.jpg?resize=1025%2C485\" alt=\"issuepress-featured\" class=\"aligncenter size-full wp-image-22896\" /></a></p>\n<p><a href=\"https://twitter.com/chriswallace\" target=\"_blank\">Chris Wallace</a> and his team at <a href=\"https://upthemes.com/\" target=\"_blank\">UpThemes</a> have just pushed their new <a href=\"http://issuepress.co/\" target=\"_blank\">IssuePress</a> plugin into private beta. This innovative new product is will make it possible for developers to provide public support for private Github repositories.</p>\n<p>The plugin allows you to assign a dedicated support page on your WordPress site where customers can create and comment on issues. This data is then synced up using the <a href=\"https://developer.github.com/v3/issues/\" target=\"_blank\">Github Issues API</a> so that developers can work in Github without having to switch back and forth between support queues.</p>\n<p>Linking up a Github project and support page is as easy as entering your Github Token and selecting an existing WordPress page. The app also has support for multiple repositories:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/issuepress.jpg\" rel=\"prettyphoto[22883]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/issuepress.jpg?resize=778%2C534\" alt=\"issuepress\" class=\"aligncenter size-full wp-image-22892\" /></a></p>\n<h3>Streamlining Support for Developers and Customers</h3>\n<p>Developers remain free to support their code purely via Github issues but will still have access to the full picture of customer support as the issues queue is synced both ways.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/issuepress-support.jpg\" rel=\"prettyphoto[22883]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/issuepress-support.jpg?resize=393%2C296\" alt=\"issuepress-support\" class=\"alignright size-full wp-image-22899\" /></a>Support conversations happen on the frontend of WordPress without customers having to venture into “developer territory” on Github in order to log issues. They will receive (near) real-time updates on relevant support issues and will be able to search through other issues customers may have already inquired about.</p>\n<h3>Cutting Out the Middle Man</h3>\n<p>Wallace and his team are hoping to eliminate the need for third-party hosted support apps that so many developers rely on to make issue logging approachable for customers. Unfortunately, those apps often pull developers out of their workflow, force them to consult multiple queues and then aggregate all of those issues in Github.</p>\n<p>IssuePress solves this problem by allowing both customers and developers to participate in support in the environments where they are the most comfortable, while providing automated updates to keep everyone in the loop.</p>\n<p>This plugin lessens the need for support staff to interface between customers and developers to keep both parties updated on the status of issues as they relate to current and future development on the project. Customers can easily see if their issues will be fixed in the next release. Support staff can focus on answering questions and leave the trickier software bugs to the development team.</p>\n<h3>How Does IssuePress Work?</h3>\n<p>This isn’t your average support plugin. IssuePress is composed of server-side API bindings and a client-side single page application powered by Angular.js. The main app is located in /src/app/ directory of the plugin, though the structure will still be in flux throughout the beta period. The <a href=\"http://issuepress.co/docs/issuepress-works/\" target=\"_blank\">IssuePress documentation</a> breaks down the app’s main components and details its server-side functionality:</p>\n<ul>\n<li>IssuePress creates custom API endpoints that fetch, cache and serve data from the GitHub API. The IssuePress API is outlined in the IP_api.php file.</li>\n<li>IssuePress also creates an object cache that utilizes WordPress transients.</li>\n</ul>\n<p>If you’re interested in learning more about creating applications that work with WordPress, the <a href=\"http://issuepress.co/docs/issuepress-works/\" target=\"_blank\">IssuePress documentation</a> is a nice resource to explore.</p>\n<h3>Customizing the App</h3>\n<p>Customizing the core IssuePress plugin is not recommended at this time as it’s still in the very early stages of beta testing. The team is working on making it easy to hook into IssuePress so that developers can customize it without editing core files. Once the app has further advanced on its roadmap, you’ll be able to customize your IP styles, edit the Angular templates and edit the IssuePress API.</p>\n<p>The team is conscious of providing a solid mobile experience and is exploring the possibility of creating a native IssuePress app for iOS and/or Android via AppPresser. This would make it possible for customers to receive push notifications for updates on issues they are following.</p>\n<p>I spoke with Chris Wallace who is aiming to get IssuePress launched by the end of the summer. <strong>“We’re hoping to conduct the beta over the next two months and release the paid version sometime in August,”</strong> he said. If you want to get in on the beta testing, be aware that the app is still under active development and is likely to change quite a bit over the next few months. Sign up at <a href=\"http://issuepress.co/\" target=\"_blank\">IssuePress.co</a> to download the beta and subscribe to updates.</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, 16 May 2014 18: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: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:57:\"WPTavern: Why BuddyPress and bbPress Themes Don’t Exist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=22894\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"http://wptavern.com/why-buddypress-and-bbpress-themes-dont-exist?utm_source=rss&utm_medium=rss&utm_campaign=why-buddypress-and-bbpress-themes-dont-exist\";s: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:3125:\"<p>At <a title=\"http://wptavern.com/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</a>, I learned about BuddyPress and what it’s capable of. During the first session, I learned you don’t have to worry about BuddyPress themes anymore since <a title=\"http://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/\" href=\"http://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/\">1.7 introduced theme compatibility</a>. This means that BuddyPress sites no longer require a BuddyPress-specific theme.</p>\n<p>Later in the day, there was a session devoted to <strong>BuddyPress Theme Do’s and Don’ts by Tammie Lister</strong>. Considering BuddyPress no longer needs specific themes, I was confused and frustrated by the session.</p>\n<h3>BuddyPress Themes Are WordPress Themes</h3>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/WPBP.png\" rel=\"prettyphoto[22894]\"><img class=\"alignright size-full wp-image-22907\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/WPBP.png?resize=237%2C148\" alt=\"WordPress BuddyPress\" /></a>Since BuddyPress is a plugin, it needs WordPress in order to function. It has elements that are supported by default in most WordPress themes. Since BuddyPress is not its own entity, neither are BuddyPress themes. BuddyPress themes are just WordPress themes with built in support for the style elements.</p>\n<p>So if I install a <em>BuddyPress theme</em> into WordPress, I’m actually installing a WordPress theme. Perhaps it’s semantics but they are important to me for understanding how things work. The same could be said for bbPress which is also a plugin that has style elements that are supported by WordPress themes.</p>\n<h3>BuddyPress and bbPress Themes Don’t Exist</h3>\n<p>After speaking with a few attendees that were at both sessions, they understood my confusion and frustration. I’ve concluded that bbPress and BuddyPress themes don’t exist. They are WordPress themes, some with better support for bbPress and BuddyPress elements than others.</p>\n<p>Also note that BuddyPress.org <a title=\"https://buddypress.org/extend/themes/\" href=\"https://buddypress.org/extend/themes/\">no longer</a> has a theme directory. Instead, you’re instructed to look for <a title=\"http://wordpress.org/themes/tags/buddypress\" href=\"http://wordpress.org/themes/tags/buddypress\">BuddyPress compatible themes</a> on the WordPress theme directory. This is why it’s important for theme authors to <a title=\"http://wptavern.com/why-wordpress-theme-authors-still-need-to-specify-buddypress-compatibility\" href=\"http://wptavern.com/why-wordpress-theme-authors-still-need-to-specify-buddypress-compatibility\">specifically state</a> whether their WordPress themes support BuddyPress and bbPress.</p>\n<p>If you think I’m wrong in my assessment, I invite you to explain why in the comments below.</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, 16 May 2014 17:58: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:\"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:71:\"WP Android: WordPress for Android: No Longer Paying the Gingerbread Tax\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://android.wordpress.org/?p=1037\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://android.wordpress.org/2014/05/16/wordpress-for-android-no-longer-paying-the-gingerbread-tax/\";s: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:2432:\"<p><img class=\"alignright wp-image-1055\" src=\"https://wpandroid.files.wordpress.com/2014/05/gingerbread-man1.png?w=200&h=200\" alt=\"gingerbread-man\" width=\"200\" height=\"200\" />Way back in 2011 Google released <a href=\"http://www.android.com/about/ice-cream-sandwich/\">Android 4.0</a> (“Ice Cream Sandwich”), a major update that substantially improved the platform both for developers and for end users. This left developers with a problem: how do they take advantage of all the new features without leaving users of older devices stranded?</p>\n<p>For most developers the answer has been to support both older and newer devices. This requires a <strong>lot</strong> of work, but it’s worth it when it means many more people can use your software.</p>\n<p>The downside is this approach slows development, resulting in longer delays between releases. It also means developers sometimes don’t take advantage of the latest Android features, because doing so requires more time and testing to make sure the app continues to work on older devices.</p>\n<p>We’ve followed this approach for quite a while with WordPress for Android, supporting everything from the latest devices to ones running Android 2.3 (“Gingerbread”). At the same time we’ve been seeing the usage of our app decline on Gingerbread, to the point that it’s now less than 10%.</p>\n<p>This means over 90% of our users are paying a “Gingerbread tax” – waiting longer for new versions and not seeing features that take advantage of their phones – so that we can continue supporting older devices.</p>\n<p>We’ve decided to abolish this tax. Starting with version 2.9 of WordPress for Android – due later this month – new versions will only support devices running Android 4.0 or later. If you’re using an older phone, the previous version of our app will still appear in Google Play and you’ll still be able to use it.</p>\n<p>We’ll be honest: our developers – including myself – are happy about this because it’ll make us more productive. But the thing we’re the happiest about is that it will result in a faster, smaller, better app for the large majority of our users.</p><img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=android.wordpress.org&blog=9426921&post=1037&subd=wpandroid&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:\"Fri, 16 May 2014 17:15: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:\"Nick Bradbury\";s: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:64:\"WordPress.tv: Paolo Belcastro: Around The World 80 Times Per Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=34716\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.tv/2014/05/16/paolo-belcastro-around-the-world-80-times-per-day/\";s: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:689:\"<div id=\"v-TAvsImpY-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34716/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34716/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34716&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/16/paolo-belcastro-around-the-world-80-times-per-day/\"><img alt=\"Paolo Belcastro: Around The World 80 Times Per Day\" src=\"http://videos.videopress.com/TAvsImpY/paolo-belcastro-wcch14_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 16 May 2014 10:00:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:76:\"WordPress.tv: Stephanie Booth: Blogging In An Imperfectly Multilingual World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=34830\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/05/16/stephanie-booth-blogging-in-an-imperfectly-multilingual-world/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:707:\"<div id=\"v-PZroqJuV-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34830/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34830/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34830&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/16/stephanie-booth-blogging-in-an-imperfectly-multilingual-world/\"><img alt=\"Stephanie Booth: Blogging In An Imperfectly Multilingual World\" src=\"http://videos.videopress.com/PZroqJuV/video-c4bc329be6_scruberthumbnail_2.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 16 May 2014 10:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:88:\"WordPress.tv: Konstantin Obenland: Behind The Scenes Of The WordPress.com Theme Showcase\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=34759\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/05/16/konstantin-obenland-behind-the-scenes-of-the-wordpress-com-theme-showcase/\";s: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:741:\"<div id=\"v-x50xkt0e-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34759/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34759/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34759&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/16/konstantin-obenland-behind-the-scenes-of-the-wordpress-com-theme-showcase/\"><img alt=\"Konstantin Obenland: Behind The Scenes Of The WordPress.com Theme Showcase\" src=\"http://videos.videopress.com/x50xkt0e/konstantin-obenland-wcch14_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 16 May 2014 10:00: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:12:\"WordPress.tv\";s: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:55:\"WordPress.tv: Silvan Hagen: Multisite On A Tight Budget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/?p=34764\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/05/16/silvan-hagen-multisite-on-a-tight-budget/\";s: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:662:\"<div id=\"v-h9wCjoC1-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34764/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34764/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34764&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/16/silvan-hagen-multisite-on-a-tight-budget/\"><img alt=\"Silvan Hagen: Multisite On A Tight Budget\" src=\"http://videos.videopress.com/h9wCjoC1/silvan-hagen-wcch14_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 16 May 2014 10:00: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:12:\"WordPress.tv\";s:7:\"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:\"Fri, 23 May 2014 17:32:07 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"155469\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 23 May 2014 17:15:13 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20140523172154\";}','no'),(2989,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1400909528','no'),(2860,'_site_transient_timeout_browser_18553cbc829aa8d152de5e125f0c99aa','1401213036','yes'),(2861,'_site_transient_browser_18553cbc829aa8d152de5e125f0c99aa','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.137\";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'),(2984,'_site_transient_browser_c6fadc46feda1fc49766039d7414e2c1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"29.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'),(2220,'_site_transient_timeout_browser_070079c7aad998fbda1b82019a67a800','1401202095','yes'),(2221,'_site_transient_browser_070079c7aad998fbda1b82019a67a800','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.137\";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'),(1622,'_transient_timeout_esp_rss_d567c473e3f048cacbed632528425aad','1400120951','no'),(1623,'_transient_esp_rss_d567c473e3f048cacbed632528425aad','<ul><li><a class=\'rsswidget\' href=\'http://eventespresso.com/2014/05/prices-increase-june-1-2014/\' title=\'In the December 2013 newsletter, we mentioned that our plugin prices would be increased in 2014. However, we’ve been so focused on building, testing and releasing EE4 (with 50+ features) that we’re just now finally able to make the official announcement (six months later). We understand that no one likes higher prices for things, so out of respect...The post\'>Prices Increase June 1, 2014</a></li><li><a class=\'rsswidget\' href=\'http://eventespresso.com/2014/05/learndash-now-integrated-event-espresso-4/\' title=\'Today we are excited to announce that LearnDash, an elearning platform for WordPress, is now integrated with EE4. LearnDash is a Learning Management System (LMS) designed for selling and delivering e-learning courses from your WordPress site. With the LearnDash-Event Espresso add-on, you can now easily associate any offline event with one or more online cour\'>LearnDash (a Learning Management System) is Now Integrated with Event Espresso 4</a></li><li><a class=\'rsswidget\' href=\'http://eventespresso.com/2014/04/scheduled-website-maintenance-april-25-2014-10pm-est/\' title=\'Starting April 25, 2014 at 10PM EST, the Event Espresso website will be shut down, for approximately 2 to 3 hours, as we move to our new FireHost web server. The support forums and purchasing capabilities will be off-line during this time. However, you can follow us on Twitter (@EventEspresso), or visit us at http://status.eventespresso.com, for realtime upd\'>Scheduled Website Maintenance – April 25, 2014 at 10PM EST</a></li><li><a class=\'rsswidget\' href=\'http://eventespresso.com/2014/04/website-outage-april-16-2014/\' title=\'What happened? At approximately 1pm EST the EventEspresso.com website host, HostGator experienced a network outage. HostGator guarantees 99.9% uptime with all their dedicated servers which means that our website server should not be down (unexpectedly) for more than 9 hours the entire year—but yesterday alone our server was down for more than 12 hours! We kn\'>Website Outages April 16, 2014</a></li><li><a class=\'rsswidget\' href=\'http://eventespresso.com/2014/04/new-direction-event-espresso-4-support-licenses/\' title=\'Since February when we released EE4 without any add-ons, we’ve realized that many people don’t need add-ons (such as the calendar); all they need is the core plugin. These users also do not want to be required to purchase something they do not need. As such, we’ve changed our method of packaging add-ons with the...The post A New Direction For the Event Espre\'>A New Direction For the Event Espresso 4 Support Licenses</a></li></ul>','no'),(1422,'_site_transient_timeout_browser_a64afbf86ac7a1ef023e4b1e1f62f178','1400610180','yes'),(1423,'_site_transient_browser_a64afbf86ac7a1ef023e4b1e1f62f178','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.131\";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'),(1103,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.9.1\";s:7:\"version\";s:5:\"3.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1400868614;s:15:\"version_checked\";s:5:\"3.9.1\";s:12:\"translations\";a:0:{}}','yes'),(1106,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:29:\"rick@ontargetwebsolutions.com\";s:7:\"version\";s:5:\"3.9.1\";s:9:\"timestamp\";i:1399575024;}','yes'),(1109,'ngg_styles_map','a:1:{s:8:\"thickbox\";s:80:\"http://pantrytoplatechallenge.org/wp-includes/js/thickbox/thickbox.css?ver=3.9.1\";}','yes'),(1284,'_site_transient_timeout_browser_c6f3233977469a1052e8def737ed62a9','1400450017','yes'),(1285,'_site_transient_browser_c6f3233977469a1052e8def737ed62a9','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"28.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'),(2222,'_transient_timeout_feed_4ca4377f6a5a160a9f3a272673c0ba69','1400640501','no'),(2223,'_transient_feed_4ca4377f6a5a160a9f3a272673c0ba69','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:51:\"\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:38:\"GetShopped.org » WP e-Commerce Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://getshopped.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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"WordPress shopping cart 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 May 2014 08: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: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:29:\"http://wordpress.org/?v=3.9.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:10:{i:0;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WP eCommerce 3.8.14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://getshopped.org/news/wp-ecommerce-3-8-14/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://getshopped.org/news/wp-ecommerce-3-8-14/#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, 02 May 2014 05:46:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"GetShopped 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:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:20:\"WP e-Commerce 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:31:\"http://getshopped.org/?p=312817\";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:560:\"<p>After months of effort, thousands of hours of development, and some pseudo-literal blood, sweat and tears – we’re proud to bring you WP eCommerce 3.8.14! While I was privileged to take the lead on this release, it was an incredible effort by developers, QA teams, beta testers and support staff. I want to highlight a few people […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/wp-ecommerce-3-8-14/\">WP eCommerce 3.8.14</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Sainton\";s: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:3982:\"<p>After months of effort, thousands of hours of development, and some pseudo-literal blood, sweat and tears – we’re proud to bring you WP eCommerce 3.8.14!</p>\n<p><span style=\"line-height: 1.5em;\">While I was </span>privileged<span style=\"line-height: 1.5em;\"> to take the lead on this release, it was an incredible effort by developers, QA teams, beta testers and support staff. I want to highlight a few people whose efforts were particularly notable in this release:</span></p>\n<p>First off, my hat goes off to <a href=\"https://twitter.com/pyebrook\">Jeffrey Schutzman</a>. He was, in all measurable ways, the most significant contributor to this release. It was a pleasure working with him on several facets of this release – from the javascript refactoring to the checkout workflow enhancements to the new WPSC_Countries/WPSC_Region classes and more. He’s an incredibly smart and talented individual and we’re grateful to have him participating in our community. Not everyone knows or realizes this, but all of the open source contribution to WP eCommerce is completely donated time. That means the hundreds, if not thousands, of hours that Jeff and I have poured into WP eCommerce 3.8.14 over the last 3 months has been out of the love for the project. I don’t say that to give myself any credit, but simply to honor the dedication and sacrifices that Jeffrey has made for all of us in his work on this release. Cheers, Jeff!</p>\n<p>But that’s not all. We’ll go over numbers in just a second, but there were two other “MVPs” in this release. If you use UPS or USPS, you’ll no doubt notice notable performance improvements, fewer bugs and better extendibility for developers in those modules on this release. That is due to the incredibly diligent work of <a href=\"https://github.com/ReactorShop\">Jorge Aguayo</a>, a phenomenally helpful developer who contributed a ton to this release. We’re super grateful for his continued contributions.</p>\n<p>Lastly – the entire support staff at Instinct has been a huge help in the QA process throughout the entire release, but the especially exhaustive efforts of Mihai (you’ll know him as @misiculus on wordpress.org and GitHub) this release were absolutely invaluable. He found more bugs as we were developing than perhaps anyone else. Thanks, Mihai!</p>\n<p>Some quick (and somewhat mind-bending) numbers on this release:</p>\n<ul>\n<li>We’ve added well over <strong>50+</strong> new actions and filters.</li>\n<li>There were <strong>185 files changed</strong>.</li>\n<li><strong>21,125</strong> insertions(+), <strong>15,387</strong> deletions(-)</li>\n<li><strong>249</strong> Issues closed (That’s THREE TIMES more than any release on GitHub to date)</li>\n<li><strong>13</strong> Contributors</li>\n<li><strong>1,084</strong> Commits</li>\n<li>Touched approximately <strong>65%</strong> of the codebase.</li>\n</ul>\n<p>All that change, and we still aim to keep our promise of 100% backwards compatibility. Suffice to say – we’re ready for some sleep <img src=\"http://getshopped.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> Missed our RC release outlining some of the new features (not to mention a fancy video :))? <a href=\"http://getshopped.org/news/wp-ecommerce-3-8-14-rc/\">Go check it out</a>.</p>\n<p>So please, backup your databases and websites, and take <a href=\"http://downloads.wordpress.org/plugin/wp-e-commerce.3.8.14.zip\">WP eCommerce 3.8.14 </a>for a spin. We know you’ll be delighted.</p>\n<p>Think you’ve found a bug in this release? <a href=\"https://github.com/wp-e-commerce/WP-e-Commerce/issues/new\">Let us know on GitHub</a>.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/wp-ecommerce-3-8-14/\">WP eCommerce 3.8.14</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</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:52:\"http://getshopped.org/news/wp-ecommerce-3-8-14/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"33\";s: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:51:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WP eCommerce 3.8.14-RC is here!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://getshopped.org/news/wp-ecommerce-3-8-14-rc/\";s: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:59:\"http://getshopped.org/news/wp-ecommerce-3-8-14-rc/#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, 30 Apr 2014 14:00: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:10:\"Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"GetShopped 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:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:3;a:5:{s:4:\"data\";s:20:\"WP e-Commerce 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:31:\"http://getshopped.org/?p=312812\";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:535:\"<p>We’re elated to announce the release candidate for WP eCommerce 3.8.14! This is one of our biggest releases to date, and to celebrate, we made you a little video Notice the bags under my eyes? It’s been a very long few months and a massive team effort (More on the team in the release post) […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/wp-ecommerce-3-8-14-rc/\">WP eCommerce 3.8.14-RC is here!</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Sainton\";s: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:5510:\"<p>We’re elated to announce the release candidate for WP eCommerce 3.8.14!</p>\n<p>This is one of our biggest releases to date, and to celebrate, we made you a little video <img src=\"http://getshopped.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p><iframe src=\"//player.vimeo.com/video/93343516\" width=\"500\" height=\"281\" frameborder=\"0\" title=\"WP eCommerce 3.8.14-RC Announcement\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></p>\n<p>Notice the bags under my eyes? <img src=\"http://getshopped.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> It’s been a very long few months and a massive team effort (More on the team in the release post) with thousands of man-hours going into this release.</p>\n<p>For the exhaustive list of changes made this release, feel free to review our <a href=\"https://github.com/wp-e-commerce/WP-e-Commerce/commits/master\">commit log</a> or our <a href=\"https://github.com/wp-e-commerce/WP-e-Commerce/issues?milestone=12&page=1&state=closed\">closed issues on GitHub</a>. An abbreviated changelog will be included with the final release.</p>\n<p>That said, there are at least 4 major changes and a few minor changes that we’d love for you to test. ALWAYS backup your database and files before testing the newest release. Here’s what we’d love heavy testing on:</p>\n<ul>\n<li>External Shipping and Payment APIs.</li>\n<li>Customer Meta API</li>\n<li>Checkout Workflow</li>\n<li>Product Add/Edit UI</li>\n</ul>\n<h3>Major Changes</h3>\n<p>These are areas that we’ve given <em>complete overhauls.</em> If you’re using a shipping module like FedEx or UPS – be sure to test that they work as expected! We’ve added some really great APIs and classes for developer to utilize for accessing countries and regions, and we’re using them ourselves in core. Everything seems to be working great (and with significantly improved performance!) – but do please test. Related areas to test would be on any custom payment gateways (including PayPal, Stripe, Authorize.net and others).</p>\n<p>If you’re a developer who has interfaced with our customer meta API (Functions like <code>wpsc_get_customer_meta()</code>), we’ve completely overhauled that architecture. For those who noticed a massive influx of “anonymous users” in their 3.8.13 install, this release fixes that by moving the entire customer architecture away from WP Users. It works beautifully and we think you’ll love it – but do test!</p>\n<p>An area that we’re particularly proud of is the <strong>massive </strong>improvements made to our checkout workflow UI. We’ve closed out countless bugs in this specific area, improved performance and created a more awesome user experience here. Be sure to test this, especially if you have a heavily customized theme.</p>\n<p>Finally, we’ve made great strides in our product editing/adding user interface. We’ve streamlined, cut back, and made the most important data more visible than ever before. We love it – but we’d love to hear your thoughts on it!</p>\n<h3><strong></strong>Minor Changes</h3>\n<p>We’ve added dozens (if not hundreds) of new filters and actions in this release, and fixed <em>over 200 bugs. </em>To call the effort “Herculean” would be an understatement. There are a few important behavioral changes that we (and many of our beta testers) consider improvements, but they are definitely changes to be aware of:</p>\n<ul>\n<li>We’ve modified some of the behavior in how taxes and coupons work together, and in turn, how total cart prices are calculated. For more context, <a href=\"https://github.com/wp-e-commerce/WP-e-Commerce/issues/170\">read up on GitHub</a>.</li>\n<li>We’ve improved the security of our IPN response handling for PayPal Standard. If you use PayPal Standard, be sure to test this.</li>\n<li>Our UPS and USPS modules, as mentioned above, have been <em>significantly improved.</em> If you use these, test them extensively.</li>\n<li>We’ve improved bbPress + WPeC compatibility.</li>\n<li>Our prior releases had “dynamic” javascript and CSS files, both in the admin and front-end. These were often-times significant performance bottlenecks (on some sites, taking up to 10 seconds to load!). We’ve removed these and attempted to maintain backwards compatibility along with fulfilling the original intent of those dynamic files. This should prove to be a great performance improvement, but again – if you relied heavily on these, please test!</li>\n</ul>\n<p>A final, repetitive note: <span style=\"text-decoration: underline;\"><em>Please, please, please make a backup before testing</em></span> – but, just as important – please test <img src=\"http://getshopped.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p>You can download our master branch via the <a href=\"http://wordpress.org/plugins/wpec-beta-tester/\">WPEC Beta Tester plugin</a>, or you can <a href=\"https://github.com/wp-e-commerce/WP-e-Commerce/archive/master.zip\">download it here, straight from GitHub</a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/wp-ecommerce-3-8-14-rc/\">WP eCommerce 3.8.14-RC is here!</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</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:55:\"http://getshopped.org/news/wp-ecommerce-3-8-14-rc/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:\"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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:51:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WP eCommerce 3.8.14-beta is here!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://getshopped.org/news/wp-ecommerce-3-8-14-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://getshopped.org/news/wp-ecommerce-3-8-14-beta/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Apr 2014 07:51:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:15:\"GetShopped 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:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:2;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:3;a:5:{s:4:\"data\";s:20:\"WP e-Commerce 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:31:\"http://getshopped.org/?p=312806\";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:553:\"<p>After being in development for 3 months, we’re so excited to announce that the 3.8.14 release of WP eCommerce is imminent! We need lots of help beta testing to make sure we’re able to launch this as successfully as possible. This is perhaps one of the most extensive overhauls of WP eCommerce in the last […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/wp-ecommerce-3-8-14-beta/\">WP eCommerce 3.8.14-beta is here!</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Sainton\";s: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:3035:\"<p>After being in development for 3 months, we’re so excited to announce that the 3.8.14 release of WP eCommerce is imminent! We need lots of help beta testing to make sure we’re able to launch this as successfully as possible.</p>\n<p>This is perhaps one of the most extensive overhauls of WP eCommerce in the last year. For developers, we’ve introduced dozens of new actions and filters, a completely refactored Customer Meta API, brand new classes for interfacing with Countries and Regions and significantly improved internal documentation.</p>\n<p>For users, you’ll notice significant performance improvements on the front and back-end, especially on the checkout process. Speaking of the checkout process, we spent nearly 100 hours digging through our internals and refactoring TONS of the checkout process. In doing so, we’ve eliminated dozens of bugs, especially surrounding our “Shipping Same as Billing” functionality. Beyond that, parts of the checkout process have been significantly improved with regards to performance and usability. One of the most special areas we’ve been working on this release is implementing a significantly overhauled and improved interface for adding and editing your products. We’ve removed a LOAD of clutter and given easier access to the information you need.</p>\n<p>We’re so excited for you to check everything out! On top of the areas we’ve already mentioned, as you can see on our GitHub repository, we’ve closed out <strong><em><a href=\"https://github.com/wp-e-commerce/WP-e-Commerce/issues?milestone=12&page=1&state=closed\">over 200 bugs</a></em> </strong>in this release cycle. We’re pretty proud of that accomplishment, and we’re sure you will be, too.</p>\n<p>So please, get your staging servers set up and help us test this beta release of WP eCommerce 3.8.14. As always, be sure to back up your website before installing the beta, and never run beta software on a production server. Even with all of the overhauling we’ve done, our goal is 100% backwards compatibility – so we won’t know if we’ve broken anything until you test on your staging site and tell us how you’re getting on <img src=\"http://getshopped.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p>Should you run into any bugs or compatibility issues, please report them on our <a href=\"https://github.com/wp-e-commerce/WP-e-Commerce/issues/new\">GitHub Issues tracker</a>.</p>\n<p>If all goes well, we’ll have an RC by early next week and launch 3.8.14 shortly thereafter. Happy testing!</p>\n<p><a href=\"https://github.com/wp-e-commerce/WP-e-Commerce/archive/3.8.14-beta.zip\">Download WP eCommerce 3.8.14-beta</a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/wp-ecommerce-3-8-14-beta/\">WP eCommerce 3.8.14-beta is here!</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</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:57:\"http://getshopped.org/news/wp-ecommerce-3-8-14-beta/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:\"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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WP e-Commerce 3.8.13.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:50:\"http://getshopped.org/news/wp-e-commerce-3-8-13-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:59:\"http://getshopped.org/news/wp-e-commerce-3-8-13-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:\"Fri, 17 Jan 2014 14:46:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"GetShopped 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:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:20:\"WP e-Commerce 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:31:\"http://getshopped.org/?p=312458\";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:572:\"<p>WP e-Commerce 3.8.13.3 is available for download! Nearly a week passed since our last bug fix release 3.8.13.2 and we have received many positive feedback as it has addressed most of the issues introduced in our previous major release. Today we’re making 3.8.13.3 official, which addresses several minor bugs our users are still encountering: * […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/wp-e-commerce-3-8-13-3/\">WP e-Commerce 3.8.13.3</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Gary Cao\";s: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:1776:\"<p>WP e-Commerce 3.8.13.3 is available for download!</p>\n<p>Nearly a week passed since our last bug fix release 3.8.13.2 and we have received many positive feedback as it has addressed most of the issues introduced in our previous major release.</p>\n<p>Today we’re making 3.8.13.3 official, which addresses several minor bugs our users are still encountering:</p>\n<pre>* Fix: Users disappear in Network Admin -> Users page (for multisite)\n* Fix: User counts are incorrect when there are thousands separators.\n* Fix: \"Save Product Files\" button doesn\'t like being clicked on.\n</pre>\n<p>As usual, it is extremely important that before you upgrade to WPEC 3.8.13.3, <strong>please back up your files and databases</strong>. <a href=\"http://ithemes.com/member/go.php?r=27731&i=l44\">Backup Buddy</a> is our top choice for making backup simple and effortless.</p>\n<h5>How to upgrade WP e-Commerce</h5>\n<p>You can simply use WordPress automatic updates feature to download and install WP e-Commerce 3.8.13.3.</p>\n<p>If that doesn’t work for you, try the following steps for a manual upgrade:</p>\n<p>- <a href=\"http://downloads.wordpress.org/plugin/wp-e-commerce.3.8.13.3.zip\">Download WP e-Commerce 3.8.13.3 from here</a> and save it to your computer.</p>\n<p>- Extract the downloaded package to a folder on your computer.</p>\n<p>- Upload the contents of that folder to this path on your server, overwriting all existing files: <code>wp-content/plugins/wp-e-commerce</code></p>\n<p>Please let us know in the comment if you run into any issues with the upgrade.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/wp-e-commerce-3-8-13-3/\">WP e-Commerce 3.8.13.3</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</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:55:\"http://getshopped.org/news/wp-e-commerce-3-8-13-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:2:\"33\";s: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:31:\"WP e-Commerce 3.8.13.2 is 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://getshopped.org/news/wp-e-commerce-3-8-13-2-is-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://getshopped.org/news/wp-e-commerce-3-8-13-2-is-ready/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Jan 2014 16:53: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:3:{i:0;a:5:{s:4:\"data\";s:15:\"GetShopped 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:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:20:\"WP e-Commerce 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:31:\"http://getshopped.org/?p=312439\";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:578:\"<p>WP e-Commerce 3.8.13.2 is ready for download! After 3.8.13 upgrade, a lot of our users were alarmed when they see many anonymous users with cryptic names appearing in their WordPress admin Users page. These user accounts are harmless and are used to collect anonymous customer data (such as cart items, shipping / billing locations etc.). […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/wp-e-commerce-3-8-13-2-is-ready/\">WP e-Commerce 3.8.13.2 is ready</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Gary Cao\";s: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:2157:\"<p>WP e-Commerce 3.8.13.2 is ready for download!</p>\n<p>After 3.8.13 upgrade, a lot of our users were alarmed when they see many anonymous users with cryptic names appearing in their WordPress admin Users page. These user accounts are harmless and are used to collect anonymous customer data (such as cart items, shipping / billing locations etc.). However we acknowledge that displaying them in the admin area proved to be confusing and we apologize for the inconvenience.</p>\n<p>In this release, we’re taking the first steps to fix the 3 major issues with anonymous customers that our users have:</p>\n<pre>* Anonymous customers should not be visible in admin UI.\n* Cronjob to purge anonymous customers doesn\'t work due to memory issues.\n* Anonymous cart items are lost after signing in.\n</pre>\n<p>In the upcoming releases, we will continue to improve the customer data storage system so that it uses up as little space as possible in your database.</p>\n<p>It is extremely important that before you upgrade to WPEC 3.8.13.2, <strong>please back up your files and databases</strong>. <a href=\"http://ithemes.com/member/go.php?r=27731&i=l44\">Backup Buddy</a> is our top choice for making backup simple and effortless.</p>\n<h5>How to upgrade WP e-Commerce</h5>\n<p>You can simply use WordPress automatic updates feature to download and install WP e-Commerce 3.8.13.2.</p>\n<p>If that doesn’t work for you, try the following steps for a manual upgrade:</p>\n<p>- <a href=\"http://downloads.wordpress.org/plugin/wp-e-commerce.3.8.13.2.zip\">Download WP e-Commerce 3.8.13.2 from here</a> and save it to your computer.</p>\n<p>- Extract the downloaded package to a folder on your computer.</p>\n<p>- Upload the contents of that folder to this path on your server, overwriting all existing files: <code>wp-content/plugins/wp-e-commerce</code></p>\n<p>Please let us know in the comment if you run into any issues with the upgrade.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/wp-e-commerce-3-8-13-2-is-ready/\">WP e-Commerce 3.8.13.2 is ready</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</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:64:\"http://getshopped.org/news/wp-e-commerce-3-8-13-2-is-ready/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:19:\"A very merry update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://getshopped.org/news/a-very-merry-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://getshopped.org/news/a-very-merry-update/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 22 Dec 2013 05:08: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"WP e-Commerce 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:31:\"http://getshopped.org/?p=312385\";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:545:\"<p>Merry Christmas folks!!! We’re pleased to announce the 3.8.13 release of the WP e-Commerce Plugin. This release comes with some new stuff, some changes and some fixes. You can find all the details below. We’re hoping this release is the last 3.8.x release before we roll up our sleeves, strap on the boxing gloves and […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/a-very-merry-update/\">A very merry update</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"DanMilward\";s: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:4393:\"<p>Merry Christmas folks!!!</p>\n<p>We’re pleased to announce the 3.8.13 release of the WP e-Commerce Plugin. This release comes with some new stuff, some changes and some fixes. You can find all the details below.</p>\n<p>We’re hoping this release is the last 3.8.x release before we roll up our sleeves, strap on the boxing gloves and push out WPEC 3.9 with new bbPress inspired template engine. Its going to be a fun 2014… I’m thinking free themes (or was that freed themes), new products and a whole Lotta WordCamp.</p>\n<p><a title=\"WordPress e-Commerce Plugin update\" href=\"http://downloads.wordpress.org/plugin/wp-e-commerce.3.8.13.zip\">Download 3.8.13</a> and let us know what you think. If you have any questions or comments regarding this release please let us know in the comments section below.</p>\n<p><strong>New stuff…</strong></p>\n<div>* New: Product Media UI.</div>\n<div>* New: Cart Item Meta API</div>\n<div>* New: ‘wpsc_after_checkout_cart_<wbr />rows’ action.</div>\n<div>* New: Add ‘wpsc_default_dimension_unit’ and ‘wpsc_default_weight_unit’ filters.</div>\n<div>* New: Add ‘wpsc_save_product_order’ action and use it to save category product order in the term_relationships table.</div>\n<div>* New: Add logic filter for coupons. We currently have one for properties, this should sufficiently round out the extensibility for the UI.</div>\n<div>* New: Allow gateway images to be filtered.</div>\n<div>* New: Allow multiple comma-separated categories in coupon conditions.</div>\n<div>* New: Product Gallery metabox.</div>\n<p><strong>Changes…</strong></p>\n<div>* Change: Better Customer API.</div>\n<div>* Change: Prepend (WPEC) to widget names in wp-admin</div>\n<div>* Change: Replace default noimage.png with a better image.</div>\n<div>* Change: Updated NL language</div>\n<div>* Change: Updated german language strings</div>\n<div>* Change: Use new spinner image in WordPress 3.8</div>\n<p><strong>Fixes…</strong></p>\n<div>* Fix: Add preg_quote() to coupon regexes that intend to parse strings. Fixes issue where unexpected results occur when strings contain slashes, or really, any regex-oriented characters.</div>\n<div>* Fix: Change wpsc_get_remaining_quantity() to call the method dynamically, rather than statically. The previous behaviour caused a strict standards warning.</div>\n<div>* Fix: Database Upgrade Routine to rename old _wpsc_* product metadata array keys so they no longer include the ‘_wpsc_’ prefix</div>\n<div>* Fix: In Purchase log admin screen, item count is sum of quantity field rather than count of rows</div>\n<div>* Fix: Invert logic on shipping ZIP code check in core theme files.</div>\n<div>* Fix: Modify behavior in Download CSV functionality to properly convert region IDs to regions.</div>\n<div>* Fix: Modify wpsc_update_item_quantity() to listen for wpsc_quantity_update, reverting to $_POST[\'quantity\'] only if it exists.</div>\n<div>* Fix: PHP strict warnings.</div>\n<div>* Fix: Properly quote SKUs in CSV file.</div>\n<div>* Fix: Rename generically named function.</div>\n<div>* Fix: Stock and sale price empty values should be preserved.</div>\n<div>* Fix: Variation thumbnail size in admin screen.</div>\n<div>* Fix: cart is not initialized when some shipping modules are triggered</div>\n<div>* Fix: redundant product thumbnail is displayed on category / single product list.</div>\n<div>* Fix: variation checkbox column width in WP 3.7.</div>\n<div>* Fix: Out of stock message for variations now correctly shows variation of product for the title, rather than main product.</div>\n<div>* Fix: Use proper link in checkout for variation products.</div>\n<div>* Fix: Return tax information in switchmethod() JS function.</div>\n<div>* Fix: Resolve conflict with Advanced Custom Fields on save_post hook for products.</div>\n<div>* Fix: Update Bulgarian Currency symbol.</div>\n<div>* Fix: Resolve issue where updating pages causes rewrite rule conflicts when pretty permalinks are enabled.</div>\n<div></div>\n<p>> <a title=\"WordPress e-Commerce Plugin update\" href=\"http://downloads.wordpress.org/plugin/wp-e-commerce.3.8.13.zip\">Download 3.8.13</a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/a-very-merry-update/\">A very merry update</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</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:52:\"http://getshopped.org/news/a-very-merry-update/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"29\";s: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:31:\"Upgrade to the Amazon S3 Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://getshopped.org/wp-e-commerce-plugin/upgrade-to-the-amazon-s3-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://getshopped.org/wp-e-commerce-plugin/upgrade-to-the-amazon-s3-plugin/#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, 05 Dec 2013 03:29: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WP e-Commerce 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:31:\"http://getshopped.org/?p=312273\";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:653:\"<p>The support for multiple buckets is here! Our Amazon S3 plugin will now support multiple buckets. Simply select the setting to be “All Buckets” in Products -> S3 Downloads and all your qualified Amazon S3 files should show up under Amazon S3 Tab in the product page settings. Check out this plugin at http://getshopped.org/premium-upgrades/premium-plugin/amazon-s3-plugin/ Regards, […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/wp-e-commerce-plugin/upgrade-to-the-amazon-s3-plugin/\">Upgrade to the Amazon S3 Plugin</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Ray\";s: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:1062:\"<p>The support for multiple buckets is here! Our Amazon S3 plugin will now support multiple buckets.</p>\n<p><a href=\"http://getshopped.org/wp-content/uploads/2013/12/amazonS3MultipleBucket1.png\"><img class=\"alignnone wp-image-312275\" alt=\"amazonS3MultipleBucket\" src=\"http://getshopped.org/wp-content/uploads/2013/12/amazonS3MultipleBucket1.png\" width=\"620\" height=\"223\" /></a></p>\n<p>Simply select the setting to be “All Buckets” in Products -> S3 Downloads and all your qualified Amazon S3 files should show up under Amazon S3 Tab in the product page settings.</p>\n<p>Check out this plugin at <a title=\"Amazon S3 Plugin\" href=\"http://getshopped.org/premium-upgrades/premium-plugin/amazon-s3-plugin/\">http://getshopped.org/premium-upgrades/premium-plugin/amazon-s3-plugin/</a></p>\n<p>Regards,<br />\nRay</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/wp-e-commerce-plugin/upgrade-to-the-amazon-s3-plugin/\">Upgrade to the Amazon S3 Plugin</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</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:80:\"http://getshopped.org/wp-e-commerce-plugin/upgrade-to-the-amazon-s3-plugin/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;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:37:\"Google Checkout officially shuts down\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://getshopped.org/wp-e-commerce-plugin/google-checkout-officially-shuts-down/\";s: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:90:\"http://getshopped.org/wp-e-commerce-plugin/google-checkout-officially-shuts-down/#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, 20 Nov 2013 15:18: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:1:{i:0;a:5:{s:4:\"data\";s:20:\"WP e-Commerce 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:31:\"http://getshopped.org/?p=312176\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:592:\"<p>As announced since may 2013, Google has shut down Google Checkout service. This means WP e-Commerce store owners will no longer be able to accept payments using their service starting today (November 20 2013). You can read the official announcement here! What this means for you (WPEC store owner) is that you will no longer […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/wp-e-commerce-plugin/google-checkout-officially-shuts-down/\">Google Checkout officially shuts down</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Mihai\";s: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:1804:\"<p>As announced since may 2013, Google has shut down Google Checkout service. This means WP e-Commerce store owners will no longer be able to accept payments using their service starting today (November 20 2013).</p>\n<p>You can read the official announcement <a href=\"https://support.google.com/checkout/sell/answer/3080449\" target=\"_blank\">here</a>!</p>\n<p>What this means for you (WPEC store owner) is that you will no longer be able to accept payments on your store using Google Checkout gateway.</p>\n<p>Google itself recommends one specific option for Payment Processing and that is <a href=\"https://www.braintreepayments.com/google-checkout?partner_source=google-checkout&utm_medium=ptn&utm_source=google-checkout&utm_campaign=google-checkout\" target=\"_blank\">Braintree</a>. Signing up from this page will give you discounted rates for lifetime once you signup.</p>\n<p><a href=\"https://www.braintreepayments.com/google-checkout?partner_source=google-checkout&utm_medium=ptn&utm_source=google-checkout&utm_campaign=google-checkout\" target=\"_blank\">Signup for Braintree now !</a></p>\n<p>We know some of WP e-Commerce store owners use, or at least used to use, Google Checkout for taking in payments and because we don`t want you to loose sales over this we have already create a payment gateway for Braintree and WP e-Commerce.</p>\n<p>The gateway is available as a Premium Plugin and can be purchased <a href=\"http://getshopped.org/premium-upgrades/premium-plugin/braintree-payment-gateway/\" target=\"_blank\">right now</a>!</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/wp-e-commerce-plugin/google-checkout-officially-shuts-down/\">Google Checkout officially shuts down</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</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:86:\"http://getshopped.org/wp-e-commerce-plugin/google-checkout-officially-shuts-down/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:42:\"Update: WP e-Commerce Plugin 3.8.13 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:60:\"http://getshopped.org/news/wp-e-commerce-plugin-3-8-13-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://getshopped.org/news/wp-e-commerce-plugin-3-8-13-beta/#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, 13 Nov 2013 20:11:25 +0000\";s: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:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"WP e-Commerce 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:31:\"http://getshopped.org/?p=312141\";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:563:\"<p>We’re pleased to announce that WP e-Commerce Plugin 3.8.13 beta 1 is ready for community testing. For the users we have - We now use the new WordPress media UI for product images - Tidied up UI on all the Store Settings pages except presentation settings (which will be replaced entirely when we introduce the […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/wp-e-commerce-plugin-3-8-13-beta/\">Update: WP e-Commerce Plugin 3.8.13 Beta 1</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"DanMilward\";s: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:1839:\"<p>We’re pleased to announce that WP e-Commerce Plugin 3.8.13 beta 1 is ready for community testing.</p>\n<p><strong>For the users we have</strong></p>\n<p><strong></strong><span style=\"line-height: 1.5;\">- We now use the new WordPress media UI for product images</span></p>\n<p><span style=\"line-height: 1.5;\">- Tidied up UI on all the Store Settings pages except presentation settings (which will be replaced entirely when we introduce the new Theme Engine)</span></p>\n<p>- Fixed a bug with DropShop causing it to not work with latest version of WPEC and WP</p>\n<p><span style=\"line-height: 1.5;\">- All sorts of fixes here and there to help make WPEC ever more awesome</span></p>\n<p><strong>And for the developers we have</strong></p>\n<p><strong></strong><span style=\"line-height: 1.5;\">- Cart items API</span></p>\n<p><span style=\"line-height: 1.5;\">- Custom meta API</span></p>\n<p><span style=\"line-height: 1.5;\">- Stats API (coming soon)</span></p>\n<p><strong>To conclude</strong></p>\n<p>To conclude we would like to ask that you have a fiddle and let us know what you think. Stay tuned for our new website, and the imminent and official 3.8.13 release which will be coming sometime soon. <a href=\"https://github.com/wp-e-commerce/\">Patches and contributions via Github</a> are always welcome <img src=\"http://getshopped.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p><a title=\"WordPress e-Commerce Plugin 3.8.13 Beta 1\" href=\"http://downloads.wordpress.org/plugin/wp-e-commerce.3.8.13-beta.zip\" target=\"_blank\">Download WP e-Commerce Plugin 3.8.13 Beta 1</a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/wp-e-commerce-plugin-3-8-13-beta/\">Update: WP e-Commerce Plugin 3.8.13 Beta 1</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</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:65:\"http://getshopped.org/news/wp-e-commerce-plugin-3-8-13-beta/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"17\";s: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: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:21:\"Content Blocks Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://getshopped.org/news/content-blocks-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://getshopped.org/news/content-blocks-plugin/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Nov 2013 21:49: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:20:\"WP e-Commerce 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:31:\"http://getshopped.org/?p=312070\";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:528:\"<p>One of things I like the most about Blox Theme by ThemeZilla is the Portfolio functionality. The only thing that I didn’t like about the Blox Theme was that this most desirable of features was trapped in Blox with no clear way out! So that being the case and seeming we needed the functionality on our […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/content-blocks-plugin/\">Content Blocks Plugin</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"DanMilward\";s: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:1207:\"<p><img class=\"alignnone wp-image-312086\" alt=\"Screen Shot 2013-11-05 at 9.31.34 pm\" src=\"http://getshopped.org/wp-content/uploads/2013/11/Screen-Shot-2013-11-05-at-9.31.34-pm.png\" width=\"596\" height=\"335\" /></p>\n<p>One of things I like the most about <a title=\"Blox Theme\" href=\"http://www.themezilla.com/themes/blox/\">Blox Theme</a> by ThemeZilla is the Portfolio functionality.</p>\n<p>The only thing that I didn’t like about the Blox Theme was that this most desirable of features was trapped in Blox with no clear way out!</p>\n<p>So that being the case and seeming we needed the functionality on our own upcoming new website we decided that it might just make sense to extrapolate the functionality and make it into a standalone Plugin so that all fellow Portfolio fans might benefit.</p>\n<p><span style=\"line-height: 1.5;\">And now, I now give it to you.</span></p>\n<p>> <a href=\"http://getshopped.org/wp-content/uploads/2013/11/content-blocks.zip\">Download Content Blocks Plugin</a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://getshopped.org/news/content-blocks-plugin/\">Content Blocks Plugin</a> appeared first on <a rel=\"nofollow\" href=\"http://getshopped.org\">GetShopped.org</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:54:\"http://getshopped.org/news/content-blocks-plugin/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:62:\"http://getshopped.org/feed/?category_name=wp-e-commerce-plugin\";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:12:{s:4:\"date\";s:29:\"Tue, 20 May 2014 14:48:19 GMT\";s:6:\"server\";s:6:\"Apache\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:62:\"no-store, no-cache, must-revalidate, post-check=0, pre-check=0\";s:6:\"pragma\";s:8:\"no-cache\";s:10:\"x-pingback\";s:32:\"http://getshopped.org/xmlrpc.php\";s:12:\"x-robots-tag\";s:14:\"noindex,follow\";s:10:\"set-cookie\";a:2:{i:0;s:50:\"PHPSESSID=fa6a054983e16bebd1891cb66e32de82; path=/\";i:1;s:166:\"wpsc_customer_cookie_bad6b57547ecea0a548fa1b72bd0c1ed=4945593%7C1400770100%7C1e185480cd737714ad11dc2691329259; expires=Thu, 22-May-2014 14:48:20 GMT; path=/; httponly\";}s:13:\"last-modified\";s:29:\"Wed, 14 May 2014 08:39:59 GMT\";s:4:\"etag\";s:34:\"\"476a08ce20e1a08aa416fd2cd2db202e\"\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";}s:5:\"build\";s:14:\"20140425180435\";}','no'),(135,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1398492270','no'),(136,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://ma.tt/2014/04/scrollkit-and-longreads-at-automattic/\' title=\'You might have seen the news last week that Longreads is joining Automattic’s editorial team. Today I’m excited to announce that we’ve acquired Scroll Kit and they’re joining Automattic as well, and will be focused on making customization more visual and intuitive. We’re barely on the second inning of what WordPress could be, and the impact it can have on th […]\'>Matt: Scrollkit and Longreads at Automattic</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/automattic-snaps-up-scroll-kit-to-add-to-the-wordpress-com-product-team?utm_source=rss&utm_medium=rss&utm_campaign=automattic-snaps-up-scroll-kit-to-add-to-the-wordpress-com-product-team\' title=\'Scroll Kit founders Cody Brown and Kate Ray announced today that they are joining the product team at WordPress.com. Automattic, having recently acquired Longreads and Cloudup, adds Scroll Kit to its collection, ostensibly in order to subsume its better features into WordPress.com. Unlike Cloudup and Longreads, which have continued on with business as usual […]\'>WPTavern: Automattic Snaps Up Scroll Kit to Add to the WordPress.com Product Team</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/view-more-themes-in-the-wordpress-theme-browser?utm_source=rss&utm_medium=rss&utm_campaign=view-more-themes-in-the-wordpress-theme-browser\' title=\'WordPress 3.9 brought a huge improvement to the WordPress theme browsing experience. By default, the new browser shows large preview images of themes with indicators for the ones you already have installed. It also allows for better filtering and exploring of featured and popular items. Theme Browser Experience Revamped In WordPress 3.9 These updates to the […]\'>WPTavern: View More Themes in the WordPress Theme Browser</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/why-wordpress-cant-kill-commercial-plugin-businesses?utm_source=rss&utm_medium=rss&utm_campaign=why-wordpress-cant-kill-commercial-plugin-businesses\' title=\'Iain Poulson recently published a post that asks an important but easy question to answer. Will WordPress be a Plugin Business Killer? The post is based on the idea that features from a commercial plugin added to WordPress could kill the business based on that plugin. The short answer to Poulson’s question is no. Here’s why. WordPress Needs To Be Generic Wor […]\'>WPTavern: Why WordPress Can’t Kill Commercial Plugin Businesses</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/take-the-wordpress-contributor-experience-survey?utm_source=rss&utm_medium=rss&utm_campaign=take-the-wordpress-contributor-experience-survey\' title=\'photo credit: 23rdian – cc license If you’ve ever contributed to the WordPress project, whether through code, documentation, plugins and themes, speaking at a WordCamp, etc., your feedback is requested on the WordPress Contributor Experience Survey. Jen Mylo announced the survey today, noting that none of the questions are mandatory. One of the questions in […]\'>WPTavern: Take the WordPress Contributor Experience Survey</a></li></ul></div>','no'),(137,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1398492270','no'),(138,'_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:44:\"http://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:\"Fri, 25 Apr 2014 17:42:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a: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:45:\"http://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:54:\"http://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: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:63:\"http://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: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: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:53:\"http://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 the WordPress SEO plugin 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: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: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: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:58:\"http://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: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: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:48:\"http://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:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s: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: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:46:\"iThemes Security (formerly Better WP 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:59:\"http://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@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:63:\"The easiest, most effective way to secure WordPress in seconds.\";s: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:\"Chris Wiegman\";s: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:20:\"MailPoet Newsletters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wysija-newsletters/#post-32629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 02 Dec 2011 17:09:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"32629@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:94:\"Send newsletters, post notifications or autoresponders from WordPress easily, and 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:14:\"MailPoet Staff\";s: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:\"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:52:\"http://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: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:56:\"http://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:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@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:150:\"Fully customise WordPress edit screens with powerful fields. Boasting a professional interface and a powerful API, it’s a must have for any web deve\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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:59:\"http://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: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:\"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:50:\"http://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:121:\"Wordfence Security is a free enterprise class security 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: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:21:\"WPtouch Mobile Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5468@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:63:\"Create a slick mobile WordPress website with just a few clicks.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"BraveNewCode Inc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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:55:\"http://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:120:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 9 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:\"\";}}}}}}}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:45:\"http://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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 25 Apr 2014 18:04:29 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:\"Fri, 25 Apr 2014 18:17:30 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 25 Apr 2014 17:42:30 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20140425180130\";}','no'),(139,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1398492270','no'),(140,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1398449070','no'),(141,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1398492271','no'),(142,'_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:\"Fri, 25 Apr 2014 17:54: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: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:25:\"JetPack Non-Admin Removal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/jetpack-non-admin-removal/#post-66632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Apr 2014 21:02: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:\"66632@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:109:\"This plugin removes the JetPack plugin for non-admins, and redirects them to `/wp-admin/` if reaching by url.\";s: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:\"Alex Westergaard\";s: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:27:\"Disable Email Notifications\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/disable-email-notifications/#post-66608\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Apr 2014 03:30: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:\"66608@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:\"Provides an option to disable notifications sent to the site admin.\";s: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:\"Brad Angelcyk\";s: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:20:\"JBX Category Columns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/jbx-category-columns/#post-66685\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Apr 2014 02:10:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"66685@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:83:\"JBX Category Columns displays latest posts from selected categories in 2-6 columns.\";s: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:\"thejaybuddy\";s: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:15:\"Insert Post Ads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/insert-post-ads/#post-66541\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Apr 2014 12:16:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"66541@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:63:\"Allows you to insert ads after paragraphs of your post content.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Syed Balkhi\";s: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:29:\"WordPress SEO Nuke Noob Stuff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpseo-nuke-noob-stuff/#post-66607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Apr 2014 02:28:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"66607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Built to extend WordPress SEO by Yoast plugin by removing some of the super basic noob things like page analysis for you or clients who don't car\";s: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:\"Chuck Reynolds\";s: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:6:\"Selfie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/selfie/#post-64428\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Feb 2014 18:09:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"64428@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Selfie: Native in-post text ads that your readers can purchase themselves.\";s: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:\"Broadstreet\";s: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:16:\"Lock By AD Group\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/lock-by-ldap-query/#post-66664\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Apr 2014 17:37: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:\"66664@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:69:\"Lock a page down so that it can only be viewed by certain LDAP groups\";s: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:\"george_michael\";s: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:21:\"GitHub Profile 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:59:\"https://wordpress.org/plugins/gh-profile-widget/#post-66586\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Apr 2014 15:03: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:\"66586@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:82:\"Plugin extension for GitHub API plugin for showing off GitHub profile in a 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Akeda Bagus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"GitHub Members Show-off\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gh-members-showoff/#post-66587\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Apr 2014 15:04:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"66587@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"Plugin extension for GitHub API plugin for showing off GitHub org members via widget, shortcode, or hook.\";s: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:\"Akeda Bagus\";s: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:21:\"Easy Facebook Likebox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/easy-facebook-likebox/#post-66661\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Apr 2014 16:29:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"66661@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:66:\"Mobile friendly easy to use facebook like box wigdet and 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:6:\"sjaved\";s: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:8:\"WpCursos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/wpcursos/#post-66655\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Apr 2014 12:11:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"66655@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:\"WpCursos te ajuda a gerenciar seu catálogo de cursos e calendário de turmas.\";s: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:\"caiovncius\";s: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:19:\"Instagramy Goodness\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/instagramy-goodness/#post-66642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Apr 2014 06:12: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"66642@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"This plugin runs once a week to create a post with the instagram photos you took since it ran the last time.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Dominik Schwind\";s: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:19:\"Content Grid 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:61:\"https://wordpress.org/plugins/content-grid-slider/#post-66584\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Apr 2014 13:50: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"66584@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"A fully responsive carousel type Content Slider with Grid layout. Showcase your services or products with this awesome slider.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"councilsoft\";s: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:12:\"Leauge Codes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/leauge-codes/#post-66593\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Apr 2014 15:51: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:\"66593@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:139:\"Leauge Codes is a plugin that provides information about the leauge of a summoner with help of the "League of Legends" Mashape API.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Kimmax\";s: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:29:\"All in One Wordpress 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:66:\"https://wordpress.org/plugins/wwa-advanced-wp-security/#post-66294\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 15 Apr 2014 07:28:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"66294@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"The All in One Wordpress Security plugin Developed by World Web Arts to protect your wordpress website from virus and malicious attack by permission s\";s: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:\"worldwebarts\";s: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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 25 Apr 2014 18:04:29 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:\"Fri, 25 Apr 2014 18:29:44 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 25 Apr 2014 17:54:44 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20140425180130\";}','no'),(143,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1398492271','no'),(144,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1398449071','no'),(2997,'_transient_timeout_plugin_slugs','1400952729','no'),(2998,'_transient_plugin_slugs','a:9:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:45:\"dropdown-menu-widget/shailan.DropDownMenu.php\";i:3;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:4;s:23:\"ml-slider/ml-slider.php\";i:5;s:29:\"nextgen-gallery/nggallery.php\";i:6;s:27:\"php-code-widget/execphp.php\";i:7;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:8;s:41:\"wordpress-importer/wordpress-importer.php\";}','no'),(147,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1398492271','no'),(148,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','<h4>Most Popular</h4>\n<h5><a href=\'http://wordpress.org/plugins/wysija-newsletters/\'>MailPoet Newsletters</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wysija-newsletters&_wpnonce=d21de2fdc4&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'MailPoet Newsletters\'>Install</a>)</span>\n<p>Send newsletters, post notifications or autoresponders from WordPress easily, and beautifully.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'https://wordpress.org/plugins/jbx-category-columns/\'>JBX Category Columns</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=jbx-category-columns&_wpnonce=0db192e655&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'JBX Category Columns\'>Install</a>)</span>\n<p>JBX Category Columns displays latest posts from selected categories in 2-6 columns.</p>\n','no'),(151,'can_compress_scripts','1','yes'),(152,'recently_activated','a:6:{s:47:\"gold-cart_plugin-2.9.7.7/gold_shopping_cart.php\";i:1400613198;s:47:\"recent-facebook-posts/recent-facebook-posts.php\";i:1400613198;s:43:\"simple-social-icons/simple-social-icons.php\";i:1400613198;s:24:\"wordpress-seo/wp-seo.php\";i:1400613198;s:34:\"wp-e-commerce/wp-shopping-cart.php\";i:1400613198;s:27:\"event-espresso/espresso.php\";i:1400613120;}','yes'),(155,'current_theme','Empty Canvas','yes'),(156,'theme_mods_EmptyCanvas','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}}','yes'),(157,'theme_switched','','yes'),(165,'_site_transient_timeout_browser_c554c39215b25ad94014276c5ebf69bc','1399303011','yes'),(166,'_site_transient_browser_c554c39215b25ad94014276c5ebf69bc','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.131\";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'),(2995,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1400909528','no'),(2996,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1400866328','no'),(2993,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1400909528','no'),(1333,'widget_simple-social-icons','a:2:{i:2;a:24:{s:5:\"title\";s:0:\"\";s:10:\"new_window\";s:1:\"1\";s:4:\"size\";s:2:\"36\";s:13:\"border_radius\";s:1:\"3\";s:9:\"alignment\";s:9:\"alignleft\";s:10:\"icon_color\";s:7:\"#ffffff\";s:16:\"icon_color_hover\";s:7:\"#ffffff\";s:16:\"background_color\";s:7:\"#999999\";s:22:\"background_color_hover\";s:7:\"#666666\";s:8:\"dribbble\";s:0:\"\";s:5:\"email\";s:0:\"\";s:8:\"facebook\";s:35:\"https://www.facebook.com/JFSOrlando\";s:6:\"flickr\";s:0:\"\";s:6:\"github\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(2983,'_site_transient_timeout_browser_c6fadc46feda1fc49766039d7414e2c1','1401471124','yes'),(3014,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1400868618;s:7:\"checked\";a:5:{s:11:\"EmptyCanvas\";s:3:\"1.0\";s:12:\"twentyeleven\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.0\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.3\";}s:8:\"response\";a:4:{s:12:\"twentyeleven\";a:4:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentyeleven\";s:7:\"package\";s:58:\"https://wordpress.org/themes/download/twentyeleven.1.8.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfourteen\";s:7:\"package\";s:60:\"https://wordpress.org/themes/download/twentyfourteen.1.1.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentythirteen\";s:7:\"package\";s:60:\"https://wordpress.org/themes/download/twentythirteen.1.2.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentytwelve\";s:7:\"package\";s:58:\"https://wordpress.org/themes/download/twentytwelve.1.4.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(3015,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1400868618;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:5:\"3.0.0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.0.0.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"3.8.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.8.1.zip\";}s:45:\"dropdown-menu-widget/shailan.DropDownMenu.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"11401\";s:4:\"slug\";s:20:\"dropdown-menu-widget\";s:6:\"plugin\";s:45:\"dropdown-menu-widget/shailan.DropDownMenu.php\";s:11:\"new_version\";s:5:\"1.9.3\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/dropdown-menu-widget/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/dropdown-menu-widget.1.9.3.zip\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"965\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"4.3.5\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.4.3.5.zip\";}s:23:\"ml-slider/ml-slider.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"38583\";s:4:\"slug\";s:9:\"ml-slider\";s:6:\"plugin\";s:23:\"ml-slider/ml-slider.php\";s:11:\"new_version\";s:5:\"2.8.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/ml-slider/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/ml-slider.2.8.1.zip\";}s:29:\"nextgen-gallery/nggallery.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"592\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:6:\"plugin\";s:29:\"nextgen-gallery/nggallery.php\";s:11:\"new_version\";s:6:\"2.0.66\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/nextgen-gallery/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/nextgen-gallery.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(183,'wpcf7','a:1:{s:7:\"version\";s:5:\"3.5.3\";}','yes'),(294,'wpsc_ignore_theme','','yes'),(185,'ee_ueip_optin','yes','yes'),(2214,'_transient_timeout_ee_extra_data','1401202086','no'),(2215,'_transient_ee_extra_data','a:0:{}','no'),(188,'espresso_db_update','a:1:{i:0;s:8:\"3.1.35.P\";}','no'),(189,'events_organization_settings','a:43:{s:12:\"organization\";s:26:\"pantrytoplatechallenge.org\";s:20:\"organization_street1\";s:18:\"123 West Somewhere\";s:20:\"organization_street2\";s:0:\"\";s:17:\"organization_city\";s:9:\"Some City\";s:18:\"organization_state\";s:2:\"AZ\";s:16:\"organization_zip\";s:5:\"84128\";s:13:\"contact_email\";s:29:\"rick@ontargetwebsolutions.com\";s:12:\"default_mail\";s:1:\"Y\";s:9:\"paypal_id\";s:23:\"my_email@my_website.com\";s:15:\"payment_subject\";s:33:\"Payment Received for [event_name]\";s:15:\"payment_message\";s:218:\"<p>***This Is An Automated Response*** </p><p>Thank You [fname] [lname]</p> <p>We have just received a payment in the amount of [event_price] for your registration to [event_name].</p> <p>Transaction ID: [txn_id]</p>\";s:7:\"message\";s:648:\"<p>***This is an automated response - Do Not Reply***</p> <p>Thank you [fname] [lname] for registering for [event].</p><p>This event starts at [start_time] on [start_date] and runs until [end_time] on [end_date].</p><p>Location:<br>[location]</p><p>Phone: [location_phone]</p><p>Google Map: [google_map_link]</p><p> We hope that you will find this event both informative and enjoyable. Should you have any questions, please contact [contact].</p><p>If you have not done so already, please submit your payment in the amount of [cost].</p><p>Click here to review your payment information [payment_url].</p><p>[edit_attendee_link]</p><p>Thank You.</p>\";s:22:\"default_payment_status\";s:0:\"\";s:9:\"surcharge\";s:4:\"0.00\";s:10:\"country_id\";s:0:\"\";s:20:\"organization_country\";s:2:\"64\";s:15:\"currency_symbol\";s:1:\"$\";s:26:\"expire_on_registration_end\";s:1:\"Y\";s:20:\"email_before_payment\";s:1:\"N\";s:19:\"email_fancy_headers\";s:1:\"N\";s:20:\"enable_default_style\";s:1:\"N\";s:16:\"event_ssl_active\";s:1:\"N\";s:17:\"use_venue_manager\";s:1:\"Y\";s:14:\"selected_style\";s:24:\"event_espresso_style.css\";s:28:\"show_pending_payment_options\";s:1:\"Y\";s:15:\"show_reg_footer\";s:1:\"Y\";s:22:\"skip_confirmation_page\";s:1:\"N\";s:19:\"allow_mer_discounts\";s:1:\"N\";s:18:\"allow_mer_vouchers\";s:1:\"N\";s:39:\"display_short_description_in_event_list\";s:1:\"N\";s:37:\"display_description_on_multi_reg_page\";s:1:\"N\";s:29:\"display_address_in_event_list\";s:1:\"N\";s:26:\"display_address_in_regform\";s:1:\"Y\";s:21:\"use_custom_post_types\";s:1:\"N\";s:21:\"display_ical_download\";s:1:\"Y\";s:22:\"display_featured_image\";s:1:\"N\";s:11:\"themeroller\";a:1:{s:17:\"themeroller_style\";s:10:\"smoothness\";}s:14:\"style_settings\";a:3:{s:21:\"disable_legacy_styles\";s:1:\"Y\";s:20:\"enable_default_style\";s:1:\"Y\";s:8:\"css_name\";s:0:\"\";}s:16:\"default_logo_url\";s:0:\"\";s:13:\"event_page_id\";i:136;s:10:\"return_url\";i:137;s:13:\"cancel_return\";i:138;s:10:\"notify_url\";i:139;}','yes'),(190,'espresso_data_migrations','a:1:{s:8:\"3.1.35.P\";a:2:{s:43:\"espresso_copy_data_from_attendee_cost_table\";a:2:{i:0;s:58:\"espresso_copy_data_from_attendee_cost_table : line #108 : \";i:1;s:58:\"espresso_copy_data_from_attendee_cost_table : line #158 : \";}s:33:\"espresso_ensure_is_primary_is_set\";a:1:{i:0;s:48:\"espresso_ensure_is_primary_is_set : line #289 : \";}}}','no'),(191,'event_espresso_realauth_settings','a:1:{s:6:\"active\";b:0;}','yes'),(192,'event_espresso_active_gateways','a:0:{}','yes'),(193,'Yoast_Google_Analytics','a:3:{s:7:\"version\";s:5:\"4.3.3\";s:14:\"tracking_popup\";s:4:\"done\";s:14:\"yoast_tracking\";b:0;}','yes'),(194,'ngg_options','a:94:{s:16:\"pope_module_list\";a:35:{i:0;s:22:\"photocrati-nextgen|2.0\";i:1;s:17:\"photocrati-fs|0.1\";i:2;s:25:\"photocrati-validation|0.1\";i:3;s:21:\"photocrati-router|0.2\";i:4;s:32:\"photocrati-wordpress_routing|0.1\";i:5;s:23:\"photocrati-security|0.1\";i:6;s:18:\"photocrati-lzw|0.1\";i:7;s:18:\"photocrati-mvc|0.1\";i:8;s:31:\"photocrati-nextgen_settings|0.1\";i:9;s:19:\"photocrati-ajax|0.1\";i:10;s:32:\"photocrati-resource_minifier|0.1\";i:11;s:33:\"photocrati-dynamic_stylesheet|0.2\";i:12;s:34:\"photocrati-frame_communication|0.1\";i:13;s:25:\"photocrati-datamapper|0.1\";i:14;s:29:\"photocrati-nextgen-legacy|0.1\";i:15;s:27:\"photocrati-nextgen-data|0.1\";i:16;s:33:\"photocrati-dynamic_thumbnails|0.1\";i:17;s:28:\"photocrati-nextgen_admin|0.1\";i:18;s:38:\"photocrati-nextgen_addgallery_page|0.1\";i:19;s:33:\"photocrati-nextgen_pagination|0.1\";i:20;s:30:\"photocrati-simple_html_dom|0.1\";i:21;s:38:\"photocrati-nextgen_gallery_display|0.1\";i:22;s:29:\"photocrati-attach_to_post|0.3\";i:23;s:36:\"photocrati-nextgen_other_options|0.2\";i:24;s:34:\"photocrati-nextgen_pro_upgrade|0.1\";i:25;s:23:\"photocrati-mediarss|0.1\";i:26;s:20:\"photocrati-cache|0.1\";i:27;s:23:\"photocrati-lightbox|0.1\";i:28;s:34:\"photocrati-nextgen_basic_album|0.1\";i:29;s:38:\"photocrati-nextgen_basic_templates|0.1\";i:30;s:36:\"photocrati-nextgen_basic_gallery|0.2\";i:31;s:41:\"photocrati-nextgen_basic_imagebrowser|0.1\";i:32;s:40:\"photocrati-nextgen_basic_singlepic|1.9.6\";i:33;s:39:\"photocrati-nextgen_basic_tagcloud|1.9.6\";i:34;s:21:\"photocrati-widget|0.1\";}s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:17:\"router_param_slug\";s:9:\"nggallery\";s:14:\"mvc_module_dir\";s:139:\"\\\\WDP\\DFS\\30\\2\\5\\0\\3000020052\\user\\sites\\3356710.site\\www\\pantry\\wp-content\\plugins\\nextgen-gallery\\products\\photocrati_nextgen\\modules\\mvc\";s:16:\"mvc_template_dir\";s:149:\"\\\\WDP\\DFS\\30\\2\\5\\0\\3000020052\\user\\sites\\3356710.site\\www\\pantry\\wp-content\\plugins\\nextgen-gallery\\products\\photocrati_nextgen\\modules\\mvc/templates\";s:20:\"mvc_template_dirname\";s:10:\"/templates\";s:18:\"mvc_static_dirname\";s:7:\"/static\";s:11:\"gallerypath\";s:20:\"wp-content/galleries\";s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:1;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:21:\"gallerystorage_driver\";s:25:\"ngglegacy_gallery_storage\";s:20:\"maximum_entity_count\";i:500;s:17:\"resource_minifier\";b:0;s:9:\"deleteImg\";b:1;s:9:\"swfUpload\";b:1;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:10:\"usePicLens\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:10:\"thumbwidth\";i:120;s:11:\"thumbheight\";i:90;s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";i:800;s:9:\"imgHeight\";i:600;s:10:\"imgQuality\";i:85;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:0;s:9:\"galImages\";s:2:\"20\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:1;s:12:\"galTextSlide\";s:19:\"[Show as slideshow]\";s:14:\"galTextGallery\";s:19:\"[Show picture list]\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:0;s:11:\"thumbEffect\";s:8:\"fancybox\";s:9:\"thumbCode\";s:41:\"class=\"ngg-fancybox\" rel=\"%GALLERY_NAME%\"\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:5;s:6:\"wmYpos\";i:5;s:6:\"wmType\";i:0;s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:10;s:6:\"wmText\";s:26:\"pantrytoplatechallenge.org\";s:7:\"wmColor\";s:6:\"000000\";s:8:\"wmOpaque\";s:3:\"100\";s:8:\"enableIR\";i:0;s:7:\"slideFx\";s:4:\"fade\";s:5:\"irURL\";s:0:\"\";s:12:\"irXHTMLvalid\";i:0;s:7:\"irAudio\";s:0:\"\";s:7:\"irWidth\";i:600;s:8:\"irHeight\";i:400;s:9:\"irShuffle\";b:1;s:17:\"irLinkfromdisplay\";b:1;s:16:\"irShownavigation\";i:0;s:11:\"irShowicons\";i:0;s:11:\"irWatermark\";i:0;s:13:\"irOverstretch\";s:4:\"True\";s:12:\"irRotatetime\";i:10;s:12:\"irTransition\";s:6:\"random\";s:10:\"irKenburns\";i:0;s:11:\"irBackcolor\";s:6:\"000000\";s:12:\"irFrontcolor\";s:6:\"FFFFFF\";s:12:\"irLightcolor\";s:6:\"CC0000\";s:13:\"irScreencolor\";s:6:\"000000\";s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:9:\"ajax_slug\";s:15:\"photocrati_ajax\";s:8:\"ajax_url\";s:49:\"http://pantrytoplatechallenge.org/photocrati_ajax\";s:11:\"ajax_js_url\";s:52:\"http://pantrytoplatechallenge.org/photocrati_ajax/js\";s:23:\"dynamic_stylesheet_slug\";s:12:\"nextgen-dcss\";s:31:\"frame_communication_option_name\";s:14:\"X-Frame-Events\";s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:15:\"jquery_ui_theme\";s:17:\"jquery-ui-nextgen\";s:23:\"jquery_ui_theme_version\";d:1.8;s:19:\"jquery_ui_theme_url\";s:225:\"http://pantrytoplatechallenge.org/WDP/DFS/30/2/5/0/3000020052/user/sites/3356710.site/www/pantry/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/static/jquery-ui/jquery-ui-1.9.1.custom.css\";s:18:\"attach_to_post_url\";s:56:\"http://pantrytoplatechallenge.org/nextgen-attach_to_post\";s:19:\"gallery_preview_url\";s:64:\"http://pantrytoplatechallenge.org/nextgen-attach_to_post/preview\";s:33:\"attach_to_post_display_tab_js_url\";s:71:\"http://pantrytoplatechallenge.org/nextgen-attach_to_post/display_tab_js\";}','yes'),(195,'ngg_db_version','1.8.1','yes'),(984,'_site_transient_timeout_browser_c36d068f248f29b03b2329cb2c134966','1400174005','yes'),(199,'shailan_dropdown_menu','a:31:{s:0:\"\";N;s:23:\"shailan_dm_active_theme\";s:6:\"*none*\";s:20:\"shailan_dm_theme_url\";N;s:27:\"shailan_dm_location_enabled\";s:3:\"off\";s:19:\"shailan_dm_location\";N;s:19:\"shailan_dm_home_tag\";s:4:\"Home\";s:17:\"shailan_dm_arrows\";s:2:\"on\";s:22:\"shailan_dm_arrow_color\";s:15:\"rgba(0,0,0,0.5)\";s:15:\"shailan_dm_type\";s:9:\"navmenu_3\";s:15:\"shailan_dm_home\";s:2:\"on\";s:16:\"shailan_dm_login\";s:2:\"on\";s:19:\"shailan_dm_vertical\";s:3:\"off\";s:18:\"shailan_dm_exclude\";s:0:\"\";s:16:\"shailan_dm_align\";s:4:\"left\";s:18:\"shailan_dm_effects\";s:2:\"on\";s:17:\"shailan_dm_effect\";s:4:\"fade\";s:23:\"shailan_dm_effect_speed\";s:4:\"fast\";s:23:\"shailan_dm_effect_delay\";s:3:\"100\";s:24:\"shailan_dm_custom_colors\";s:3:\"off\";s:23:\"shailan_dm_color_menubg\";s:7:\"#000000\";s:24:\"shailan_dm_color_lihover\";s:7:\"#333333\";s:21:\"shailan_dm_color_link\";s:7:\"#FFFFFF\";s:26:\"shailan_dm_color_hoverlink\";s:7:\"#FFFFFF\";s:18:\"shailan_dm_overlay\";s:4:\"none\";s:15:\"shailan_dm_font\";s:0:\"\";s:19:\"shailan_dm_fontsize\";s:0:\"\";s:21:\"shailan_dm_custom_css\";s:0:\"\";s:21:\"shailan_dm_show_empty\";s:2:\"on\";s:25:\"shailan_dm_allowmultiline\";s:3:\"off\";s:34:\"shailan_dm_remove_title_attributes\";s:3:\"off\";s:33:\"shailan_dm_remove_top_level_links\";s:3:\"off\";}','yes'),(206,'wpsc_purchaselogs_fixed','1','yes'),(207,'wpsc_db_version','8','yes'),(208,'wpsc_database_check','3a94dbf84cf63851a89067faba2fdc55104ae990','yes'),(209,'wpsc_version','3.8.13.3','yes'),(210,'wpsc_minor_version','5ec5b4d','yes'),(211,'wpsc_needs_update','1','yes'),(212,'show_subcatsprods_in_cat','0','yes'),(213,'wpsc_share_this','0','yes'),(214,'wpsc_crop_thumbnails','0','yes'),(215,'wpsc_products_per_page','0','yes'),(216,'wpsc_force_ssl','0','yes'),(217,'use_pagination','0','yes'),(218,'hide_name_link','0','yes'),(219,'wpsc_enable_comments','0','yes'),(220,'multi_add','0','yes'),(221,'hide_addtocart_button','0','yes'),(222,'wpsc_addtocart_or_buynow','0','yes'),(223,'show_thumbnails','1','yes'),(224,'show_thumbnails_thickbox','1','yes'),(225,'product_list_url','http://pantrytoplatechallenge.org/products-page/','yes'),(226,'shopping_cart_url','http://pantrytoplatechallenge.org/products-page/checkout/','yes'),(227,'checkout_url','http://pantrytoplatechallenge.org/products-page/checkout/','yes'),(228,'transact_url','http://pantrytoplatechallenge.org/products-page/transaction-results/','yes'),(229,'payment_gateway','','yes'),(230,'payment_gateway_names','a:6:{s:9:\"chronopay\";s:0:\"\";s:6:\"google\";s:0:\"\";s:28:\"wpsc_merchant_paypal_express\";s:0:\"\";s:24:\"wpsc_merchant_paypal_pro\";s:0:\"\";s:29:\"wpsc_merchant_paypal_standard\";s:0:\"\";i:0;b:0;}','yes'),(231,'cart_location','4','yes'),(232,'currency_type','156','yes'),(233,'currency_sign_location','3','yes'),(234,'gst_rate','1','yes'),(235,'max_downloads','1','yes'),(236,'display_pnp','1','yes'),(237,'display_specials','1','yes'),(238,'do_not_use_shipping','1','yes'),(239,'postage_and_packaging','0','yes'),(240,'shipwire','0','yes'),(241,'shipwire_test_server','0','yes'),(242,'purch_log_email','','yes'),(243,'return_email','','yes'),(244,'terms_and_conditions','','yes'),(245,'google_key','none','yes'),(246,'google_id','none','yes'),(247,'default_brand','none','yes'),(248,'wpsc_default_category','all','yes'),(249,'product_view','default','yes'),(250,'add_plustax','default','yes'),(251,'nzshpcrt_first_load','0','yes'),(252,'show_categorybrands','2','yes'),(253,'paypal_business','','yes'),(254,'paypal_url','','yes'),(255,'paypal_ipn','1','yes'),(256,'paypal_multiple_business','','yes'),(257,'paypal_multiple_url','https://www.paypal.com/cgi-bin/webscr','yes'),(258,'product_ratings','0','yes'),(259,'wpsc_email_receipt','Thank you for purchasing with %shop_name%, any items to be shipped will be processed as soon as possible, any items that can be downloaded can be downloaded using the links on this page. All prices include tax and postage and packaging where applicable.\nYou ordered these items:\n%product_list%%total_shipping%%total_price%','yes'),(260,'wpsc_email_admin','%product_list%%total_shipping%%total_price%','yes'),(261,'wpsc_selected_theme','default','yes'),(262,'product_image_height','148','yes'),(263,'product_image_width','148','yes'),(264,'category_image_height','148','yes'),(265,'category_image_width','148','yes'),(266,'single_view_image_height','148','yes'),(267,'single_view_image_width','148','yes'),(268,'wpsc_gallery_image_height','31','yes'),(269,'wpsc_gallery_image_width','31','yes'),(270,'wpsc_thousands_separator',',','yes'),(271,'wpsc_decimal_separator','.','yes'),(272,'custom_gateway_options','a:1:{i:0;s:22:\"wpsc_merchant_testmode\";}','yes'),(273,'wpsc_category_url_cache','a:0:{}','yes'),(274,'wpec_taxes_inprice','exclusive','yes'),(275,'wpec_taxes_product','replace','yes'),(276,'wpec_taxes_logic','billing','yes'),(277,'user_account_url','http://pantrytoplatechallenge.org/products-page/your-account/','yes'),(278,'wpsc_shortcode_page_ids','a:4:{s:14:\"[productspage]\";s:2:\"23\";s:14:\"[shoppingcart]\";s:2:\"24\";s:20:\"[transactionresults]\";s:2:\"25\";s:9:\"[userlog]\";s:2:\"26\";}','yes'),(281,'wpsc_checkout_form_sets','a:1:{i:0;s:22:\"Default Checkout Forms\";}','yes'),(282,'wpsc_hide_3.8.9_notices','1','yes'),(2247,'_transient_timeout_wpsc_theme_path','1400643389','no'),(2248,'_transient_wpsc_theme_path','/home/pantryto/public_html/wp-content/plugins/wp-e-commerce/wpsc-components/theme-engine-v1/templates/','no'),(285,'wpsc_checkout_form_fields','a:13:{s:4:\"Text\";s:4:\"text\";s:13:\"Email Address\";s:5:\"email\";s:14:\"Street Address\";s:7:\"address\";s:4:\"City\";s:4:\"city\";s:7:\"Country\";s:7:\"country\";s:16:\"Delivery Address\";s:16:\"delivery_address\";s:13:\"Delivery City\";s:13:\"delivery_city\";s:16:\"Delivery Country\";s:16:\"delivery_country\";s:9:\"Text Area\";s:8:\"textarea\";s:7:\"Heading\";s:7:\"heading\";s:6:\"Select\";s:6:\"select\";s:12:\"Radio Button\";s:5:\"radio\";s:8:\"Checkbox\";s:8:\"checkbox\";}','yes'),(286,'wpsc_checkout_unique_names','a:17:{i:0;s:16:\"billingfirstname\";i:1;s:15:\"billinglastname\";i:2;s:14:\"billingaddress\";i:3;s:11:\"billingcity\";i:4;s:12:\"billingstate\";i:5;s:14:\"billingcountry\";i:6;s:12:\"billingemail\";i:7;s:12:\"billingphone\";i:8;s:15:\"billingpostcode\";i:9;s:16:\"delivertoafriend\";i:10;s:17:\"shippingfirstname\";i:11;s:16:\"shippinglastname\";i:12;s:15:\"shippingaddress\";i:13;s:12:\"shippingcity\";i:14;s:13:\"shippingstate\";i:15;s:15:\"shippingcountry\";i:16;s:16:\"shippingpostcode\";}','yes'),(287,'wpsc_australiapost_settings','a:1:{s:8:\"services\";a:6:{s:8:\"STANDARD\";b:1;s:7:\"EXPRESS\";b:1;s:3:\"AIR\";b:1;s:3:\"SEA\";b:1;s:5:\"ECI_M\";b:1;s:3:\"EPI\";b:1;}}','yes'),(288,'pue_file_loc_event-espresso','event-espresso/espresso.php','yes'),(289,'external_updates-event-espresso','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1400597286;s:14:\"checkedVersion\";s:8:\"3.1.35.P\";s:6:\"update\";O:13:\"PU_PluginInfo\":20:{s:4:\"name\";N;s:4:\"slug\";N;s:7:\"version\";s:10:\"3.1.36.5.P\";s:8:\"homepage\";N;s:8:\"sections\";O:8:\"stdClass\":1:{s:9:\"changelog\";s:115:\"<a href=\"http://eventespresso.com/wiki/change-log/#3.1.36.5\">http://eventespresso.com/wiki/change-log/#3.1.36.5</a>\";}s:12:\"download_url\";N;s:6:\"author\";N;s:15:\"author_homepage\";N;s:8:\"requires\";N;s:6:\"tested\";N;s:14:\"upgrade_notice\";N;s:6:\"rating\";N;s:11:\"num_ratings\";N;s:10:\"downloaded\";N;s:12:\"last_updated\";N;s:11:\"render_pass\";N;s:2:\"id\";i:0;s:11:\"api_invalid\";b:1;s:19:\"api_invalid_message\";s:552:\"<p>There is an automatic update for %plugin_name% available but your Site License Key has not been set. For EE3+ users, please go to the <a href=\"admin.php?page=event_espresso&license_key=true#license_key\">Event Espresso General Settings page</a> to set your Site License Key. For EE4+ users, please go to the <a href=\"admin.php?page=espresso_general_settings\">Your Organization Settings page</a>. You can locate your license key from <a href=\"http://eventespresso.com/wp-login.php\" target=\"_blank\">your account</a> on the Event Espresso website.</p>\";s:26:\"api_inline_invalid_message\";s:404:\"<p>There is an automatic update for %plugin_name% available but your Site License Key has not been set. For EE3+ users, please go to the <a href=\"admin.php?page=event_espresso&license_key=true#license_key\">Event Espresso General Settings page</a> to set your Site License Key. For EE4+ users, please go to the <a href=\"admin.php?page=espresso_general_settings\">Your Organization Settings page</a>.</p>\";}}','yes'),(291,'rfbp_version','1.8.5','yes'),(292,'wpsc_trackingid_subject','Product Tracking Email','yes'),(293,'wpsc_trackingid_message','Track & Trace means you may track the progress of your parcel with our online parcel tracker, just login to our website and enter the following Tracking ID to view the status of your order.\n\nTracking ID: %trackid%\n','yes'),(2949,'_transient_timeout_feed_mod_f3abd4a8763242466612cc0fa1caceb5','1400728825','no'),(2950,'_transient_feed_mod_f3abd4a8763242466612cc0fa1caceb5','1400685625','no'),(2947,'_transient_timeout_feed_f3abd4a8763242466612cc0fa1caceb5','1400728825','no'),(2948,'_transient_feed_f3abd4a8763242466612cc0fa1caceb5','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:42:\"\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:5:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Shailan.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:18:\"http://shailan.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Tips & Resources on Wordpress and Web 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:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 May 2014 18:56: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: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:29:\"http://wordpress.org/?v=3.9.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:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://creativecommons.org/licenses/by-nc-nd/3.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:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://creativecommons.org/images/public/somerights20.gif\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Some Rights Reserved\";s:7:\"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:7:{i:0;a:6:{s:4:\"data\";s:42:\"\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:18:\"jQuery 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:54:\"http://feedproxy.google.com/~r/shailan/~3/VlKb0GTt9XM/\";s: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:52:\"http://shailan.com/4519/jquery-news-ticker/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 May 2014 18:56: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"jquery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"newsticker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=4519\";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:1737:\"<p>Return to top description : plugin by : ijquery.ir jQuery news ticker Three effects: fade and slide and typing . demo Return to top using : Step 1 : add … <br /> <a class=\"read-more btn btn-default pull-right\" href=\"http://shailan.com/4519/jquery-news-ticker/\">Read More</a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://shailan.com/4519/jquery-news-ticker/\">jQuery news ticker</a> appeared first on <a rel=\"nofollow\" href=\"http://shailan.com\">Shailan.com</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=VlKb0GTt9XM:Z2EJAXgI-oo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=VlKb0GTt9XM:Z2EJAXgI-oo:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=VlKb0GTt9XM:Z2EJAXgI-oo:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=VlKb0GTt9XM:Z2EJAXgI-oo:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=VlKb0GTt9XM:Z2EJAXgI-oo:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=VlKb0GTt9XM:Z2EJAXgI-oo:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=VlKb0GTt9XM:Z2EJAXgI-oo:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=VlKb0GTt9XM:Z2EJAXgI-oo:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=VlKb0GTt9XM:Z2EJAXgI-oo:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=VlKb0GTt9XM:Z2EJAXgI-oo:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/VlKb0GTt9XM\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"mahdi khaksar\";s: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:48:\"http://shailan.com/4519/jquery-news-ticker/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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://shailan.com/4519/jquery-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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Optimizing MySQL configuration using MySQLTuner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/shailan/~3/f0L5rFJ5QfM/\";s: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:81:\"http://shailan.com/4508/optimizing-mysql-configuration-using-mysqltuner/#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, 18 Apr 2014 14:13: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:8:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s: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:18:\"configuration 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:\"\";}i:2;a:5:{s:4:\"data\";s:21:\"default configuration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"hosting\";s: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:5:{s:4:\"data\";s:5:\"mysql\";s: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:5:{s:4:\"data\";s:12:\"mysql server\";s: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:5:{s:4:\"data\";s:12:\"slow 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:\"\";}i:7;a:5:{s:4:\"data\";s:9:\"Webdesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=4508\";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:1850:\"<p>MySQL server comes with a default configuration that is suitable for most small websites. But for large websites, you may be using lower resources than you have, which may result … <br /> <a class=\"read-more btn btn-default pull-right\" href=\"http://shailan.com/4508/optimizing-mysql-configuration-using-mysqltuner/\">Read More</a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://shailan.com/4508/optimizing-mysql-configuration-using-mysqltuner/\">Optimizing MySQL configuration using MySQLTuner</a> appeared first on <a rel=\"nofollow\" href=\"http://shailan.com\">Shailan.com</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=f0L5rFJ5QfM:9XG_DEhTSNo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=f0L5rFJ5QfM:9XG_DEhTSNo:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=f0L5rFJ5QfM:9XG_DEhTSNo:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=f0L5rFJ5QfM:9XG_DEhTSNo:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=f0L5rFJ5QfM:9XG_DEhTSNo:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=f0L5rFJ5QfM:9XG_DEhTSNo:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=f0L5rFJ5QfM:9XG_DEhTSNo:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=f0L5rFJ5QfM:9XG_DEhTSNo:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=f0L5rFJ5QfM:9XG_DEhTSNo:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=f0L5rFJ5QfM:9XG_DEhTSNo:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/f0L5rFJ5QfM\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Shailan.com Staff\";s: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:77:\"http://shailan.com/4508/optimizing-mysql-configuration-using-mysqltuner/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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://shailan.com/4508/optimizing-mysql-configuration-using-mysqltuner/\";s: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:57:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WebDesign Quality Checklist Pt.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:54:\"http://feedproxy.google.com/~r/shailan/~3/dI_tm-Abt3I/\";s: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:66:\"http://shailan.com/4484/webdesign-quality-checklist-pt-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, 02 Jan 2014 18:59: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:8:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s: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:14:\"design quality\";s: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:17:\"quality checklist\";s: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:5:{s:4:\"data\";s:3:\"seo\";s: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:5:{s:4:\"data\";s:12:\"theme-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:5;a:5:{s:4:\"data\";s:10:\"web 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:6;a:5:{s:4:\"data\";s:18:\"web design quality\";s: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:5:{s:4:\"data\";s:9:\"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:26:\"http://shailan.com/?p=4484\";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:1791:\"<p>For success, quality is a must. So we are building our own web design quality checklist here. Make sure to follow us on improvements of the checklist. Return to top … <br /> <a class=\"read-more btn btn-default pull-right\" href=\"http://shailan.com/4484/webdesign-quality-checklist-pt-1/\">Read More</a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://shailan.com/4484/webdesign-quality-checklist-pt-1/\">WebDesign Quality Checklist Pt.1</a> appeared first on <a rel=\"nofollow\" href=\"http://shailan.com\">Shailan.com</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=dI_tm-Abt3I:X2c8cB-7B6M:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=dI_tm-Abt3I:X2c8cB-7B6M:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=dI_tm-Abt3I:X2c8cB-7B6M:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=dI_tm-Abt3I:X2c8cB-7B6M:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=dI_tm-Abt3I:X2c8cB-7B6M:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=dI_tm-Abt3I:X2c8cB-7B6M:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=dI_tm-Abt3I:X2c8cB-7B6M:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=dI_tm-Abt3I:X2c8cB-7B6M:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=dI_tm-Abt3I:X2c8cB-7B6M:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=dI_tm-Abt3I:X2c8cB-7B6M:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/dI_tm-Abt3I\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Shailan.com Staff\";s: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:62:\"http://shailan.com/4484/webdesign-quality-checklist-pt-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:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://shailan.com/4484/webdesign-quality-checklist-pt-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;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 \";s:7:\"attribs\";a: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:50:\"Track your site performance on WordPress Dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/_UezYCVcNBA/\";s: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:84:\"http://shailan.com/4417/track-your-site-performance-on-wordpress-dashboard/#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, 25 Dec 2013 21:39: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:8:\"category\";a:13:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s: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:9:\"analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"dashboard 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:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"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:\"\";}i:5;a:5:{s:4:\"data\";s:16:\"google analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:12:\"installation\";s: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:5:{s:4:\"data\";s:6:\"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:\"\";}i:8;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:9;a:5:{s:4:\"data\";s:5:\"setup\";s: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:5:{s:4:\"data\";s:6:\"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:\"\";}i:11;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:12;a:5:{s:4:\"data\";s:23:\"Wordpress Tips & tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=4417\";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:1865:\"<p>Google Analytics Dashboard is a WordPress plugin that adds analytics graphs right on your WordPress dashboard. Apart from a dashboard widget, it also gives you ability to see your post … <br /> <a class=\"read-more btn btn-default pull-right\" href=\"http://shailan.com/4417/track-your-site-performance-on-wordpress-dashboard/\">Read More</a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://shailan.com/4417/track-your-site-performance-on-wordpress-dashboard/\">Track your site performance on WordPress Dashboard</a> appeared first on <a rel=\"nofollow\" href=\"http://shailan.com\">Shailan.com</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=_UezYCVcNBA:hGz7NCh9ya0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=_UezYCVcNBA:hGz7NCh9ya0:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=_UezYCVcNBA:hGz7NCh9ya0:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=_UezYCVcNBA:hGz7NCh9ya0:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=_UezYCVcNBA:hGz7NCh9ya0:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=_UezYCVcNBA:hGz7NCh9ya0:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=_UezYCVcNBA:hGz7NCh9ya0:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=_UezYCVcNBA:hGz7NCh9ya0:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=_UezYCVcNBA:hGz7NCh9ya0:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=_UezYCVcNBA:hGz7NCh9ya0:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/_UezYCVcNBA\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Shailan.com Staff\";s: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:80:\"http://shailan.com/4417/track-your-site-performance-on-wordpress-dashboard/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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://shailan.com/4417/track-your-site-performance-on-wordpress-dashboard/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Improving site response time using front-end optimization and Varnish\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/shailan/~3/4tTsqVw57p4/\";s: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:103:\"http://shailan.com/4412/improving-site-response-time-using-front-end-optimization-and-varnish/#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, 25 Dec 2013 21:16: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:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:3:\"cdn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"FEO\";s: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:22:\"front end optimization\";s: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:5:{s:4:\"data\";s:8:\"response\";s: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:5:{s:4:\"data\";s:3:\"seo\";s: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:5:{s:4:\"data\";s:3:\"SEO\";s: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:5:{s:4:\"data\";s:5:\"speed\";s: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:5:{s:4:\"data\";s:7:\"varnish\";s: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:5:{s:4:\"data\";s:9:\"Webdesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=4412\";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:1914:\"<p>Site response time is really important for both user experience and also SEO. Here we share some tips provided by Kim Stefan Lindholm on SlideShare. First slide gives some tips … <br /> <a class=\"read-more btn btn-default pull-right\" href=\"http://shailan.com/4412/improving-site-response-time-using-front-end-optimization-and-varnish/\">Read More</a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://shailan.com/4412/improving-site-response-time-using-front-end-optimization-and-varnish/\">Improving site response time using front-end optimization and Varnish</a> appeared first on <a rel=\"nofollow\" href=\"http://shailan.com\">Shailan.com</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=4tTsqVw57p4:aeNoTRB-zY0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=4tTsqVw57p4:aeNoTRB-zY0:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=4tTsqVw57p4:aeNoTRB-zY0:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=4tTsqVw57p4:aeNoTRB-zY0:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=4tTsqVw57p4:aeNoTRB-zY0:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=4tTsqVw57p4:aeNoTRB-zY0:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=4tTsqVw57p4:aeNoTRB-zY0:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=4tTsqVw57p4:aeNoTRB-zY0:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=4tTsqVw57p4:aeNoTRB-zY0:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=4tTsqVw57p4:aeNoTRB-zY0:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/4tTsqVw57p4\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Shailan.com Staff\";s: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:99:\"http://shailan.com/4412/improving-site-response-time-using-front-end-optimization-and-varnish/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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://shailan.com/4412/improving-site-response-time-using-front-end-optimization-and-varnish/\";s: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:66:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"How to sync files between linux servers using Rsync\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/shailan/~3/YRMoofW349I/\";s: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:85:\"http://shailan.com/4405/how-to-sync-files-between-linux-servers-using-rsync/#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, 25 Dec 2013 20:46: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:8:\"category\";a:11:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s: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:4:\"data\";s: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:5:\"linux\";s: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:5:{s:4:\"data\";s:14:\"load balancing\";s: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:5:{s:4:\"data\";s:13:\"loadbalancing\";s: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:5:{s:4:\"data\";s:5:\"rsync\";s: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:5:{s:4:\"data\";s:6:\"server\";s: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:5:{s:4:\"data\";s:17:\"server management\";s: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:5:{s:4:\"data\";s:4:\"sync\";s: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:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:9:\"Webdesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=4405\";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:1854:\"<p>Rsync is a linux application to sync files between linux servers. It is not installed by default, so to use this command, you have to install it using following commands. … <br /> <a class=\"read-more btn btn-default pull-right\" href=\"http://shailan.com/4405/how-to-sync-files-between-linux-servers-using-rsync/\">Read More</a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://shailan.com/4405/how-to-sync-files-between-linux-servers-using-rsync/\">How to sync files between linux servers using Rsync</a> appeared first on <a rel=\"nofollow\" href=\"http://shailan.com\">Shailan.com</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=YRMoofW349I:6Ube9dmF6yw:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=YRMoofW349I:6Ube9dmF6yw:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=YRMoofW349I:6Ube9dmF6yw:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=YRMoofW349I:6Ube9dmF6yw:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=YRMoofW349I:6Ube9dmF6yw:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=YRMoofW349I:6Ube9dmF6yw:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=YRMoofW349I:6Ube9dmF6yw:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=YRMoofW349I:6Ube9dmF6yw:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=YRMoofW349I:6Ube9dmF6yw:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=YRMoofW349I:6Ube9dmF6yw:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/YRMoofW349I\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Shailan.com Staff\";s: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:81:\"http://shailan.com/4405/how-to-sync-files-between-linux-servers-using-rsync/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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://shailan.com/4405/how-to-sync-files-between-linux-servers-using-rsync/\";s: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:105:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Make YouTube video embeds look more professional\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/shailan/~3/4CzCWl7B5p4/\";s: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:77:\"http://shailan.com/4151/make-youtube-video-embeds-more-professional/#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, 25 Dec 2013 20:28:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:24:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s: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:\"autoplay\";s: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:8:\"controls\";s: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:5:{s:4:\"data\";s:15:\"Default YouTube\";s: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:5:{s:4:\"data\";s:8:\"end time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"hide\";s: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:5:{s:4:\"data\";s:9:\"hide info\";s: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:5:{s:4:\"data\";s:10:\"hide title\";s: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:5:{s:4:\"data\";s:13:\"hide trackbar\";s: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:5:{s:4:\"data\";s:6:\"How to\";s: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:5:{s:4:\"data\";s:4:\"loop\";s: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:5:{s:4:\"data\";s:6:\"player\";s: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:5:{s:4:\"data\";s:8:\"playlist\";s: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:5:{s:4:\"data\";s:5:\"start\";s: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:5:{s:4:\"data\";s:10:\"start time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:15;a:5:{s:4:\"data\";s:4:\"stop\";s: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:5:{s:4:\"data\";s:5:\"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:\"\";}i:17;a:5:{s:4:\"data\";s:5:\"title\";s: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:5:{s:4:\"data\";s:9:\"Webdesign\";s: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:5:{s:4:\"data\";s:7:\"youtube\";s: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:5:{s:4:\"data\";s:14:\"YouTube player\";s: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:5:{s:4:\"data\";s:13:\"YouTube video\";s: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:5:{s:4:\"data\";s:19:\"YouTube Video Embed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:23;a:5:{s:4:\"data\";s:20:\"YouTube Video titles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=4151\";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:1830:\"<p>YouTube is surely one of the best ways to add videos to your site. However, if you want your videos to appear more professional on a promotional or advertorial page, … <br /> <a class=\"read-more btn btn-default pull-right\" href=\"http://shailan.com/4151/make-youtube-video-embeds-more-professional/\">Read More</a></p>\n<p>The post <a rel=\"nofollow\" href=\"http://shailan.com/4151/make-youtube-video-embeds-more-professional/\">Make YouTube video embeds look more professional</a> appeared first on <a rel=\"nofollow\" href=\"http://shailan.com\">Shailan.com</a>.</p><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/shailan?a=4CzCWl7B5p4:8iubDrFTYns:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=4CzCWl7B5p4:8iubDrFTYns:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/shailan?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=4CzCWl7B5p4:8iubDrFTYns:-BTjWOF_DHI\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=4CzCWl7B5p4:8iubDrFTYns:-BTjWOF_DHI\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=4CzCWl7B5p4:8iubDrFTYns:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=4CzCWl7B5p4:8iubDrFTYns:gIN9vFwOqvQ\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=4CzCWl7B5p4:8iubDrFTYns:F7zBnMyn0Lo\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=4CzCWl7B5p4:8iubDrFTYns:F7zBnMyn0Lo\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/shailan?a=4CzCWl7B5p4:8iubDrFTYns:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/shailan?i=4CzCWl7B5p4:8iubDrFTYns:V_sGLiPBpWU\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/shailan/~4/4CzCWl7B5p4\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Shailan.com Staff\";s: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:73:\"http://shailan.com/4151/make-youtube-video-embeds-more-professional/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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://shailan.com/4151/make-youtube-video-embeds-more-professional/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:35:\"http://feeds.feedburner.com/shailan\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:3:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:7:\"shailan\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"shailan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://feedburner.google.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:52:\"http://backend.userland.com/creativeCommonsRssModule\";a:1:{s:7:\"license\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://creativecommons.org/licenses/by-nc-nd/3.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:4:\"type\";i:128;s:7:\"headers\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"YGcT4jHRVdhjM1rlc32yHooauyE\";s:13:\"last-modified\";s:29:\"Wed, 21 May 2014 13:50:18 GMT\";s:4:\"date\";s:29:\"Wed, 21 May 2014 15:20:23 GMT\";s:7:\"expires\";s:29:\"Wed, 21 May 2014 15:20:23 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:18:\"alternate-protocol\";s:7:\"80:quic\";}s:5:\"build\";s:14:\"20140425180435\";}','no'),(2216,'pue_json_error_event-espresso','O:13:\"PU_PluginInfo\":20:{s:4:\"name\";N;s:4:\"slug\";N;s:7:\"version\";s:10:\"3.1.36.5.P\";s:8:\"homepage\";N;s:8:\"sections\";O:8:\"stdClass\":1:{s:9:\"changelog\";s:115:\"<a href=\"http://eventespresso.com/wiki/change-log/#3.1.36.5\">http://eventespresso.com/wiki/change-log/#3.1.36.5</a>\";}s:12:\"download_url\";N;s:6:\"author\";N;s:15:\"author_homepage\";N;s:8:\"requires\";N;s:6:\"tested\";N;s:14:\"upgrade_notice\";N;s:6:\"rating\";N;s:11:\"num_ratings\";N;s:10:\"downloaded\";N;s:12:\"last_updated\";N;s:11:\"render_pass\";N;s:2:\"id\";i:0;s:11:\"api_invalid\";b:1;s:19:\"api_invalid_message\";s:552:\"<p>There is an automatic update for %plugin_name% available but your Site License Key has not been set. For EE3+ users, please go to the <a href=\"admin.php?page=event_espresso&license_key=true#license_key\">Event Espresso General Settings page</a> to set your Site License Key. For EE4+ users, please go to the <a href=\"admin.php?page=espresso_general_settings\">Your Organization Settings page</a>. You can locate your license key from <a href=\"http://eventespresso.com/wp-login.php\" target=\"_blank\">your account</a> on the Event Espresso website.</p>\";s:26:\"api_inline_invalid_message\";s:404:\"<p>There is an automatic update for %plugin_name% available but your Site License Key has not been set. For EE3+ users, please go to the <a href=\"admin.php?page=event_espresso&license_key=true#license_key\">Event Espresso General Settings page</a> to set your Site License Key. For EE4+ users, please go to the <a href=\"admin.php?page=espresso_general_settings\">Your Organization Settings page</a>.</p>\";}','yes'),(328,'_site_transient_timeout_browser_d4663e0a5949cd99066a6107c7df59f3','1399399507','yes'),(329,'_site_transient_browser_d4663e0a5949cd99066a6107c7df59f3','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"28.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'),(918,'_transient_timeout_wpsc_path_wpsc-transaction_results.php','1399248426','no'),(2224,'_transient_timeout_feed_mod_4ca4377f6a5a160a9f3a272673c0ba69','1400640501','no'),(2225,'_transient_feed_mod_4ca4377f6a5a160a9f3a272673c0ba69','1400597301','no'),(2228,'_transient_timeout_feed_mod_dcef1f8abdbc2ff3e2274fce36e6f763','1400640503','no'),(2229,'_transient_feed_mod_dcef1f8abdbc2ff3e2274fce36e6f763','1400597303','no'),(2226,'_transient_timeout_feed_dcef1f8abdbc2ff3e2274fce36e6f763','1400640503','no'),(2227,'_transient_feed_dcef1f8abdbc2ff3e2274fce36e6f763','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:51:\"\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:74:\"Event Espresso - WordPress Event Registration and Ticketing Manager Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://eventespresso.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"An Event Manager 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 May 2014 14:43: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:\"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:27:\"http://wordpress.org/?v=3.9\";s:7:\"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: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:29:\"Prices Increase June 1, 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://eventespresso.com/2014/05/prices-increase-june-1-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://eventespresso.com/2014/05/prices-increase-june-1-2014/#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, 07 May 2014 20:59:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Home 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:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://eventespresso.com/?p=95818\";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:657:\"<p>In the December 2013 newsletter, we mentioned that our plugin prices would be increased in 2014. However, we’ve been so focused on building, testing and releasing EE4 (with 50+ features) that we’re just now finally able to make the official announcement (six months later). It has been nearly two years since we have raised prices. By sharing Event...</p><p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/05/prices-increase-june-1-2014/\">Prices Increase June 1, 2014</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Garth\";s: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:9367:\"<p>In the December 2013 newsletter, we mentioned that our plugin prices would be increased in 2014. However, we’ve been so focused on building, testing and releasing <a href=\"/pricing/?ee_ver=ee4\" target=\"_blank\">EE4</a> (with 50+ features) that we’re just now finally able to make the official announcement (six months later).</p>\n<p>It has been nearly two years since we have raised prices. By sharing Event Espresso with your friends and colleagues you have helped us grow and keep prices low. As you continue to share Event Espresso with others, it might be another two years before prices are increased.</p>\n<p><strong>We understand that no one likes higher prices for things, so out of respect to our customers, we want to be transparent and give you three ways to get greater value and choice.</strong></p>\n<p>We hope you see this announcement as fair and respectful. <strong>The following changes take effect June 1, 2014:</strong></p>\n<h2>An 11% Increase for EE3 Support License, 25% Increase for EE3 Add-ons</h2>\n<p>In general, the core <a href=\"/pricing/?ee_ver=ee3\" target=\"_blank\">EE3 Support Licenses</a> prices will be increased by 11% while the <a href=\"/add-ons/\" target=\"_blank\">EE3 Add-on</a> prices will increase by 25%. As always, we try to offer you the best value which is why we left the Support License prices as low as possible.</p>\n<p><strong>We see your purchase of Event Espresso as an investment that funds the development of new features and improvements to the quality of the product. We know Event Espresso users can save time and make more money by using Event Espresso than without EE–and we have heard this from many users.</strong> However, some customers may feel the new EE3 plugin prices are too high, and we understand that sentiment. In that case, we encourage customers who need a lower-priced option to take a look at <a title=\"Event Espresso 4 pricing\" href=\"/pricing/?ee_ver=ee4\" target=\"_blank\">Event Espresso 4</a> which is priced at about 50% less and includes more (just not identical) features than EE3.</p>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"5\" cellpadding=\"5\">\n<colgroup>\n<col width=\"60%\" />\n<col width=\"20%\" />\n<col width=\"20%\" /></colgroup>\n<tbody>\n<tr>\n<td style=\"font-weight: bold;\">EE3 Support Licenses</td>\n<td style=\"font-weight: bold; text-align: center;\">2013 ($)</td>\n<td style=\"font-weight: bold; text-align: center;\">2014 ($)</td>\n</tr>\n<tr>\n<td>EE3 Personal</td>\n<td style=\"text-align: center;\">89.95</td>\n<td style=\"text-align: center;\">99.95</td>\n</tr>\n<tr>\n<td>EE3 Business</td>\n<td style=\"text-align: center;\">179.95</td>\n<td style=\"text-align: center;\">199.95</td>\n</tr>\n<tr>\n<td>EE3 Developer</td>\n<td style=\"text-align: center;\">499.95</td>\n<td style=\"text-align: center;\">549.95</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td style=\"font-weight: bold;\">EE3 Add-ons</td>\n<td style=\"font-weight: bold; text-align: center;\">2013 ($)</td>\n<td style=\"font-weight: bold; text-align: center;\">2014 ($)</td>\n</tr>\n<tr>\n<td>Custom Templates (CTA)</td>\n<td style=\"text-align: center;\">15.00</td>\n<td style=\"text-align: center;\">19.95</td>\n</tr>\n<tr>\n<td>CTA – Accordion</td>\n<td style=\"text-align: center;\">15.00</td>\n<td style=\"text-align: center;\">19.95</td>\n</tr>\n<tr>\n<td>CTA – Date Range</td>\n<td style=\"text-align: center;\">15.00</td>\n<td style=\"text-align: center;\">19.95</td>\n</tr>\n<tr>\n<td>CTA – Grid</td>\n<td style=\"text-align: center;\">15.00</td>\n<td style=\"text-align: center;\">19.95</td>\n</tr>\n<tr>\n<td>CTA – Recurring</td>\n<td style=\"text-align: center;\">15.00</td>\n<td style=\"text-align: center;\">19.95</td>\n</tr>\n<tr>\n<td>CTA – Table</td>\n<td style=\"text-align: center;\">15.00</td>\n<td style=\"text-align: center;\">19.95</td>\n</tr>\n<tr>\n<td>CTA – Vector</td>\n<td style=\"text-align: center;\">20.00</td>\n<td style=\"text-align: center;\">19.95</td>\n</tr>\n<tr>\n<td>Custom Files</td>\n<td style=\"text-align: center;\">34.95</td>\n<td style=\"text-align: center;\">39.95</td>\n</tr>\n<tr>\n<td>Groupon</td>\n<td style=\"text-align: center;\">24.95</td>\n<td style=\"text-align: center;\">29.95</td>\n</tr>\n<tr>\n<td>Infusionsoft</td>\n<td style=\"text-align: center;\">59.95</td>\n<td style=\"text-align: center;\">69.95</td>\n</tr>\n<tr>\n<td>MailChimp</td>\n<td style=\"text-align: center;\">24.95</td>\n<td style=\"text-align: center;\">34.95</td>\n</tr>\n<tr>\n<td>Multiple Events</td>\n<td style=\"text-align: center;\">39.95</td>\n<td style=\"text-align: center;\">49.95</td>\n</tr>\n<tr>\n<td>Permissions Basic</td>\n<td style=\"text-align: center;\">59.95</td>\n<td style=\"text-align: center;\">69.95</td>\n</tr>\n<tr>\n<td>Permissions Pro</td>\n<td style=\"text-align: center;\">99.95</td>\n<td style=\"text-align: center;\">119.95</td>\n</tr>\n<tr>\n<td>Recurring Events</td>\n<td style=\"text-align: center;\">39.95</td>\n<td style=\"text-align: center;\">49.95</td>\n</tr>\n<tr>\n<td>Seating Chart</td>\n<td style=\"text-align: center;\">249.95</td>\n<td style=\"text-align: center;\">299.95</td>\n</tr>\n<tr>\n<td>Ticketing</td>\n<td style=\"text-align: center;\">149.95</td>\n<td style=\"text-align: center;\">179.95</td>\n</tr>\n<tr>\n<td>WP User Integration</td>\n<td style=\"text-align: center;\">34.95</td>\n<td style=\"text-align: center;\">39.95</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n<p><strong>What about EE4 prices?</strong><br />\nWhile “in Beta”, Event Espresso 4 Beta will be discounted significantly (approx. 50%). As the EE4 Beta matures to a “stable” development status, the price will rise. Those who purchase at this discounted rate are still entitled to 12 months of support and upgrades.</p>\n<h2>Buy/Renew before June 1 to Get The Lower Rates</h2>\n<p>You can take advantage of this notification period (the time between this announcement and June 1 when prices change), to buy a Support License or renew your current support license to extend it an additional 12 months.</p>\n<ul>\n<li><strong>New customers</strong> can buy now to save 11% off their first Support License (rather than pay more after prices increase).</li>\n<li><strong>Existing customers</strong> can renew now to save 36%-61% (rather than renew after the prices increase). We have triggered the renewal process for all existing customers who have purchased in the last three (3) months. You should have received an email with the links to help you renew, or you can look for the renewal buttons from your EventEspresso.com Account page. If your account does not expire in the next three (3) months but you want to renew, then please <a href=\"/contact/\" target=\"_blank\">contact us</a>.</li>\n</ul>\n<h2 id=\"power\">More Power and Choice with Event Espresso 4</h2>\n<p>If you’ve taken some time to install or demo EE4 (which you can do for <a title=\"Get your own demo site for Event Espresso 4\" href=\"http://demoee.org\">free at demoee.org</a>), you will notice that EE4 is a real advancement. EE4 has many of the new features that you have been requesting. EE4 also has a new interface, data structure and coding method; not to mention a significantly lower price than EE3.</p>\n<p>If you were not already aware, EE4 core is available to existing EE3 customers. Today we’re also announcing that customers who purchase an EE3 support package will have access to the equivalent <a href=\"http://eventespresso.com/add-ons/\">add-ons</a> in EE4 (based on availability). <em>This means that if you have access to an <a href=\"http://eventespresso.com/add-ons/\">add-on</a> for EE3 and we release that same add-on for EE4, you will also have access to the EE4 add-on for free as part of your EE3 support license. This offer will be available as long as the prices for the EE4 support licenses and <a href=\"http://eventespresso.com/add-ons/\">add-ons</a> are less than the equivalent EE3 support licenses and <a href=\"http://eventespresso.com/add-ons/\">add-ons</a>.</em> We’re more concerned that you have access to the solution that can best meet your needs.</p>\n<p><em>Please note that regardless of your access to EE3 or EE4, your support license only entitles you to upgrades and support for one website (regardless of the version you are using).</em></p>\n<p>If you’ve not already read, we have <a href=\"/2014/04/new-direction-event-espresso-4-support-licenses/\" target=\"_blank\">A New Direction for the Event Espresso 4 Support Licenses</a>. This new direction will allow you to purchase and renew only the products you need and want. We do intend to offer package discounts in the future, but our core EE4 Support License will offer you more flexibility now.</p>\n<p>We aim to be respectful and transparent and help you be successful in your event business. We hope that the new pricing structure is easy to follow, but if you have any questions or comments, please <a href=\"/contact/\" target=\"_blank\">contact us</a> or comment below.</p>\n<p>We’re excited about the future for Event Espresso and are continually re-investing time, money, and energy to improve our product and save you time and money in return. Your support makes all this possible, and for that we thank you.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/05/prices-increase-june-1-2014/\">Prices Increase June 1, 2014</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://eventespresso.com/2014/05/prices-increase-june-1-2014/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:\"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:\"\";}}}}}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:80:\"LearnDash (a Learning Management System) is Now Integrated with Event Espresso 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:75:\"http://eventespresso.com/2014/05/learndash-now-integrated-event-espresso-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:84:\"http://eventespresso.com/2014/05/learndash-now-integrated-event-espresso-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:\"Wed, 07 May 2014 13:50: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:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"Technology Partners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://eventespresso.com/?p=95652\";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:741:\"<p>Today we are excited to announce that LearnDash, an elearning platform for WordPress, is now integrated with EE4. LearnDash is a Learning Management System (LMS) designed for selling and delivering e-learning courses from your WordPress site. With the LearnDash-Event Espresso add-on, you can now easily associate any offline event with one or more online course. After signing-up...</p><p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/05/learndash-now-integrated-event-espresso-4/\">LearnDash (a Learning Management System) is Now Integrated with Event Espresso 4</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Garth\";s: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:3306:\"<p>Today we are excited to announce that LearnDash, an elearning platform for WordPress, is now integrated with EE4. <a title=\"LearnDash\" href=\"https://getdpd.com/cart/hoplink/14394?referrer=1h1cywb0j03og48\" target=\"_blank\">LearnDash</a> is a Learning Management System (LMS) designed for selling and delivering e-learning courses from your WordPress site. With the <a title=\"LearnDash elearning for WordPress\" href=\"https://getdpd.com/cart/hoplink/14394?referrer=1h1cywb0j03og48\" target=\"_blank\">LearnDash-Event Espresso add-on</a>, you can now easily associate any offline event with one or more online course. After signing-up for an event in Event Espresso, users are automatically enrolled into your course(s) of choice – a great way for offering online training content in conjunction with your live event!</p>\n<h2>Features</h2>\n<ul>\n<li><strong>Easily map an event to a course:</strong> When creating your event, simply select the course you want to associate with the product.</li>\n<li><strong>Associate one, or many, courses:</strong> You can associate as many courses as you like to a single Event Espresso event. Immediately after your visitor signs-up for the event, they will be enrolled into the applicable courses.</li>\n<li><strong>Drip-feed course content leading up to an event:</strong> Leveraging the LearnDash drip-sequence feature, your event attendees can be delivered valuable training content leading up to the live event.</li>\n<li><strong>Works with any Event Espresso payment gateway:</strong> Choose any payment gateway for selling your course, it will also work for free events.</li>\n</ul>\n<h2>How to Use the LearnDash Add-on</h2>\n<p>1. Purchase and activate Event Espresso Version 4. 2. Download the LearnDash-Event Espresso Add-on from the LearnDash support site. Once downloaded, upload the integration via <strong>Plugins > Add New</strong>. After uploading, there is no configuration necessary. The integration will create a new “LearnDash” menu option under the <strong><em>Advanced Settings</em></strong> so that you can associate your event with LearnDash courses.</p>\n<div style=\"width: 847px\" class=\"wp-caption aligncenter\"><a href=\"https://getdpd.com/cart/hoplink/14394?referrer=1h1cywb0j03og48\"><img src=\"http://ee-screenshots.s3.amazonaws.com/2014/05/image-1.png\" alt=\"LearnDash setting in EE4.\" width=\"837\" height=\"454\" /></a><p class=\"wp-caption-text\">LearnDash setting in EE4.</p></div>\n<p>3. Once you publish an event with an associated course(s), registered site users will be auto-enrolled into the course(s) once signing-up for an Event Espresso event.</p>\n<h2>Download and Purchase Info</h2>\n<p>This Add-on is available for free to all LearnDash customers. To purchase the LearnDash plugin, please <a title=\"elearning for WordPress events\" href=\"https://getdpd.com/cart/hoplink/14394?referrer=1h1cywb0j03og48\" target=\"_blank\">visit the LearnDash website.</a></p>\n<p> </p>\n<p> </p>\n<p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/05/learndash-now-integrated-event-espresso-4/\">LearnDash (a Learning Management System) is Now Integrated with Event Espresso 4</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://eventespresso.com/2014/05/learndash-now-integrated-event-espresso-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:\"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:\"\";}}}}}i:2;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:60:\"Scheduled Website Maintenance – April 25, 2014 at 10PM 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://eventespresso.com/2014/04/scheduled-website-maintenance-april-25-2014-10pm-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://eventespresso.com/2014/04/scheduled-website-maintenance-april-25-2014-10pm-est/#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, 25 Apr 2014 05:53: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Home 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:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://eventespresso.com/?p=93777\";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:721:\"<p>Starting April 25, 2014 at 10PM EST, the Event Espresso website will be shut down, for approximately 2 to 3 hours, as we move to our new FireHost web server. The support forums and purchasing capabilities will be off-line during this time. However, you can follow us on Twitter (@EventEspresso), or visit us at http://status.eventespresso.com, for realtime updates...</p><p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/04/scheduled-website-maintenance-april-25-2014-10pm-est/\">Scheduled Website Maintenance – April 25, 2014 at 10PM EST</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Seth Shoultes\";s: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:2148:\"<p>Starting April 25, 2014 at 10PM EST, the Event Espresso website will be shut down, for approximately 2 to 3 hours, as we move to our new <a href=\"http://www.firehost.com/\">FireHost</a> web server. The support forums and purchasing capabilities will be off-line during this time. However, you can follow us on Twitter (<a href=\"https://twitter.com/EventEspresso\" target=\"_blank\">@EventEspresso</a>), or visit us at <a href=\"http://status.eventespresso.com\" target=\"_blank\">http://status.eventespresso.com</a>, for realtime updates and information related to the move.</p>\n<p>Thank you to all of our loyal customers for your patience! We look forward to providing you with a faster, secure, and more reliable website experience.</p>\n<h4>About Our New Web Host</h4>\n<p><a href=\"http://www.firehost.com/\"><img class=\"alignright size-full wp-image-93800\" style=\"margin-left: 5px; margin-right: 5px;\" alt=\"firehost-logo\" src=\"http://eventespresso.com/wp-content/uploads/2014/04/firehost-logo.jpg\" width=\"227\" height=\"77\" /></a><a href=\"http://www.firehost.com/\">FireHost</a> is the leader in secure cloud hosting, capable of protecting sensitive data and brand reputations of the world’s enterprises. With infrastructure built for <a title=\"Enterprise Security\" href=\"http://www.firehost.com/secure-cloud/enterprise-security/\">security</a>, <a title=\"Beyond Compliance\" href=\"http://www.firehost.com/secure-cloud/beyond-compliance/\">compliance</a>, <a title=\"Benchmarked Performance\" href=\"http://www.firehost.com/secure-cloud/benchmarked-performance/\">performance</a>, and <a title=\"Complete Service\" href=\"http://www.firehost.com/secure-cloud/complete-service/\">service</a>, companies choose us to help de-risk collection, storage, and transmission of payment card and healthcare data.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/04/scheduled-website-maintenance-april-25-2014-10pm-est/\">Scheduled Website Maintenance – April 25, 2014 at 10PM EST</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://eventespresso.com/2014/04/scheduled-website-maintenance-april-25-2014-10pm-est/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: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:30:\"Website Outages April 16, 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://eventespresso.com/2014/04/website-outage-april-16-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://eventespresso.com/2014/04/website-outage-april-16-2014/#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, 17 Apr 2014 14:21: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Home 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:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://eventespresso.com/?p=92490\";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:661:\"<p>What happened? At approximately 1pm EST the EventEspresso.com website host, HostGator experienced a network outage. HostGator guarantees 99.9% uptime with all their dedicated servers which means that our website server should not be down (unexpectedly) for more than 9 hours the entire year—but yesterday alone our server was down for more than 12 hours! We know...</p><p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/04/website-outage-april-16-2014/\">Website Outages April 16, 2014</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Garth\";s: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:2276:\"<h2>What happened?</h2>\n<p>At approximately 1pm EST the EventEspresso.com website host, <a href=\"http://forums.hostgator.com/network-outage-provo-t316804.html\" target=\"_blank\">HostGator experienced a network outage</a>. HostGator guarantees 99.9% uptime with all their dedicated servers which means that our website server should not be down (unexpectedly) for more than 9 hours the entire year—but yesterday alone our server was down for more than 12 hours!</p>\n<div class=\"note\"><i class=\"icon-question-sign\"></i>During website outages, such as this, please <a href=\"http://twitter.com/eventespresso\" target=\"_blank\">follow us on Twitter</a> for updates.</div>\n<p>We know this was really bad timing for everyone. Just 10 hours earlier we released Event Espresso 4.2 and began sending email notifications to users to download the update. We apologize for the interruptions and inconvenience this caused. We are taking actions to try and ensure something like this doesn’t happen again.</p>\n<h2>Going Forward</h2>\n<p>HostGator use to be very reliable, but the recent disruptions (this was not the first, nor the second interruption) indicate that we can not rely on them for the level of service we need for EventEspresso.com (99.9%+ up-time). Within the next 30 days we intend to move EventEspresso.com to a new hosting service that has a better infrastructure to meet those types of expectations and guarantees. Our hope is that any downtime in the future is intentional and/or scheduled.</p>\n<p>This means that there will be some additional disruptions as we go through the process of changing hosts. However, we hope these disruptions are intentional, controlled, and relatively brief. Once we have made the full transition to another host we expect that you will find that the EventEspresso.com website loads faster and is more reliable.</p>\n<p>Thank you for your patience, and please pardon the construction as we change the filters on the Event Espresso machine.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/04/website-outage-april-16-2014/\">Website Outages April 16, 2014</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://eventespresso.com/2014/04/website-outage-april-16-2014/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:\"9\";s: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:60:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"A New Direction For the Event Espresso 4 Support Licenses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://eventespresso.com/2014/04/new-direction-event-espresso-4-support-licenses/\";s: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:90:\"http://eventespresso.com/2014/04/new-direction-event-espresso-4-support-licenses/#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, 16 Apr 2014 06:04: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:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:6:\"Addons\";s: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:\"Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Developers\";s: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:5:{s:4:\"data\";s:3:\"EE4\";s: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:5:{s:4:\"data\";s:9:\"Home 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:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"Licenses\";s: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:5:{s:4:\"data\";s:4:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://eventespresso.com/?p=92287\";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:673:\"<p>Since February when we released EE4 without any add-ons, we’ve realized that many people don’t need add-ons (such as the calendar); all they need is the core plugin. These users also do not want to be required to purchase something they do not need. As such, we’ve changed our method of packaging add-ons with the...</p><p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/04/new-direction-event-espresso-4-support-licenses/\">A New Direction For the Event Espresso 4 Support Licenses</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Garth\";s: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:2199:\"<p>Since February when we released <a title=\"Event Espresso 4 Pricing\" href=\"/pricing/?ee_ver=ee4\">EE4</a> without any <a title=\"Event Espresso 4 Add-ons\" href=\"/add-ons/\">add-ons</a>, we’ve realized that many people don’t need add-ons (such as the <a title=\"WordPress Events Calendar\" href=\"/product/ee4-events-calendar/\">calendar</a>); all they need is the core plugin. <strong>These users also do not want to be required to purchase something they do not need</strong>. As such, we’ve changed our method of packaging add-ons with the core plugin. The Event Espresso 4 <a href=\"/product/personal-license-ee4/\">Personal</a> and <a href=\"/product/developer-license-ee4/\">Developer</a> Licenses will no longer include add-ons. Add-ons can be purchased separately by anyone with at least a Personal Support License (whether EE3 or EE4 Personal Support License).</p>\n<h2>What is happening to the EE4 Developer License?</h2>\n<p>The EE4 Developer License is now an even better value. The EE4 Developer License includes five license keys, AND you can <strong>purchase any EE4 add-on ONCE and use it with as many licenses as are on your account</strong>. This makes the EE4 Developer License more valuable with each add-on you purchase because you get even more great event registration software at a greater discount.</p>\n<h2>Where is the EE4 Business License?</h2>\n<p>In the near future we will offer a “Business License” (might be a different name) that is essentially a package that offers “one of everything” at a significantly discounted rate. This will allow event managers to get access to all our great event registration software for a super price. This support license package is yet to released.</p>\n<p>These changes make Event Espresso more affordable and accessible to all event managers and WordPress developers.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/04/new-direction-event-espresso-4-support-licenses/\">A New Direction For the Event Espresso 4 Support Licenses</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://eventespresso.com/2014/04/new-direction-event-espresso-4-support-licenses/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:\"8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Event Espresso 4.2 and Events Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://eventespresso.com/2014/04/event-espresso-4-calendar-add-on/\";s: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:75:\"http://eventespresso.com/2014/04/event-espresso-4-calendar-add-on/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Apr 2014 14:30: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:6:{i:0;a:5:{s:4:\"data\";s:6:\"Addons\";s: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: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:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Calendar\";s: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:5:{s:4:\"data\";s:9:\"Home 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:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"Versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://eventespresso.com/?p=90800\";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:464:\"<p>Event Espresso 4 provides the most advanced event registration and ticketing plugin for WordPress, but it also provides a robust events calendar for WordPress.</p><p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/04/event-espresso-4-calendar-add-on/\">Event Espresso 4.2 and Events Calendar</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Garth\";s: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:8401:\"<h2>Now Available!</h2>\n<p>We’d like to announce that <strong>Event Espresso 4.2</strong> and the <strong>Events Calendar Add-on</strong> are now available. EE 4.2 includes over 60 changes and this is the first release of the <a href=\"http://eventespresso.com/product/ee4-events-calendar/\">Events Calendar Add-on</a> for EE4.</p>\n<div class=\"notices\"><strong>Please note, EE 4.2+ is required before the EE4 Calendar Add-on will work.</strong></div>\n<h2>Two New Major Features</h2>\n<h3 id=\"mijireh\">Support for Mijireh Checkout</h3>\n<p><a href=\"http://eventespresso.com/wp-content/uploads/2014/03/mijireh-checkout-large.png\"><img class=\"alignright wp-image-89063\" src=\"http://eventespresso.com/wp-content/uploads/2014/03/mijireh-checkout-large.png\" alt=\"mijireh-checkout-large\" width=\"131\" height=\"147\" /></a>Announcing the ability to integrate with <strong>over 90 different gateways and payment providers</strong>, using the Mijireh Checkout system! <a href=\"http://www.mijireh.com/\" target=\"_blank\">Mijireh Checkout</a> is a PCI compliant checkout page that looks exactly like your site, with support for over 90 gateways and payment providers to use on Mijireh’s <a href=\"http://www.mijireh.com/docs/payment-gateways/\" target=\"_blank\">secure PCI compliant servers</a>. (see the Payment Settings inside EE 4.2).</p>\n<p>Mijireh Checkout helps increase your conversion rates by using your existing website design. Your checkout process remains seamless to your customers while Mijireh Checkout securely handles the collecting and transmitting of the credit card data for you.</p>\n<h3 id=\"calendar\">Calendar Add-on for EE 4.2+</h3>\n<p>The <a href=\"http://eventespresso.com/product/ee4-events-calendar/\">Events Calendar</a> allow you to display your events in a way that customers are familiar. Make it easy for your customers to find events and to add your events to their own calendars so they don’t forget!</p>\n<p><strong>The EE4 Calendar Add-on includes:</strong></p>\n<ul>\n<li>Inline calendar images</li>\n<li>Category filtering</li>\n<li>Venue filtering</li>\n<li>Featured images</li>\n<li>Datetime and format settings</li>\n<li>Tooltips</li>\n<li>Color coded categories</li>\n<li>Better compatibility with themes</li>\n<li>and much more!</li>\n</ul>\n<p><strong>Compatible with most responsive themes</strong></p>\n<p><a class=\"thickbox\" href=\"http://eventespresso.com/wp-content/uploads/2014/04/ee4-calendar-3-0-01-example-all-sizes.jpg\"><img class=\"size-large wp-image-92253\" src=\"http://eventespresso.com/wp-content/uploads/2014/04/ee4-calendar-3-0-01-example-all-sizes-1024x541.jpg\" alt=\"Compatible with most responsive themes\" width=\"1024\" height=\"541\" /></a></p>\n<table width=\"610\">\n<tbody>\n<tr>\n<td>\n<p><div id=\"attachment_92169\" style=\"width: 160px\" class=\"wp-caption aligncenter\"><a class=\"thickbox\" href=\"http://eventespresso.com/wp-content/uploads/2014/04/ee4-calendar-3-0-011.jpg\"><img class=\"size-thumbnail wp-image-92169\" src=\"http://eventespresso.com/wp-content/uploads/2014/04/ee4-calendar-3-0-011-150x150.jpg\" alt=\"EE4 Events Calendar\" width=\"150\" height=\"150\" /></a><p class=\"wp-caption-text\">EE4 Events Calendar</p></div></td>\n<td>\n<p><div id=\"attachment_90869\" style=\"width: 160px\" class=\"wp-caption aligncenter\"><a class=\"thickbox\" href=\"http://eventespresso.com/wp-content/uploads/2014/04/2014-04-08_01-54-19.jpg\"><img class=\"size-thumbnail wp-image-90869\" src=\"http://eventespresso.com/wp-content/uploads/2014/04/2014-04-08_01-54-19-150x150.jpg\" alt=\"2014-04-08_01-54-19\" width=\"150\" height=\"150\" /></a><p class=\"wp-caption-text\">Calendar Tooltips</p></div></td>\n</tr>\n</tbody>\n</table>\n<div class=\"notices\"><strong>Please note, EE 4.2+ is required before the EE4 Calendar Add-on will work.</strong></div>\n<h2>Additional Features & Enhancements in EE 4.2</h2>\n<p>In addition to better out of the box support for themes and plugins, we have added an array of new features. These include drag and drop ordering of tickets in the event editor, ordering of questions within question groups, datetime names and descriptions, and the option to turn off the ticket selector in the event details page, and much more:</p>\n<ul>\n<li>Added support for Mijireh Checkout</li>\n<li>Added support for the Calendar Add-on</li>\n<li>Drag and Drop ordering of tickets in the event editor</li>\n<li>Order Questions by Question Group (no longer ordering questions by question order)</li>\n<li>Option to turn OFF the Ticket Selector in the Event Details page for events without tickets/registrations</li>\n<li>Ability to add/edit Event Datetime Names</li>\n<li>Ability to add/edit Event Datetime Descriptions</li>\n<li>Added Event Datetime Name messages shortcode</li>\n<li>Event Datetime Description messages shortcode</li>\n<li>Added datetime titles and descriptions to the order confirmation</li>\n<li>Added front-end “Maintenance Mode” option</li>\n<li>Added “Register Now” or “View Details” button in the event list when the Ticket Selector is turned off</li>\n</ul>\n<h2>New Hooks, Filters, and Stuff for Developers</h2>\n<p>Here are a few more of the new features and cool stuff for developers available in 4.2 and we’d like to invite you to take a look and offer feedback (praises, report bugs, etc.):</p>\n<ul>\n<li>Hook/Filter to Set No-cost events as “Free”</li>\n<li>Add filter so the email messenger CSS file can be swapped out by developers for another CSS file</li>\n<li>Added a hook in the Admin panel after each ticket row description</li>\n<li>Added a hook in the Admin panel after each ticket create and update model</li>\n<li>Added hook in the Front-end after each ticket date on a single event</li>\n<li>Made Single Page Check Out (SPCO) button text filterable</li>\n<li>Models make acceptance of empty strings more consistent</li>\n<li>Simplified the EE_System Constructor and Hook point’s to allow for external module/add-on/plugin development</li>\n<li>EEH_Template::locate_template() to accept full paths as well as relatives paths (from plugin root)</li>\n<li>Filter for adding caffeinated modules to EE_Config $modules_to_register array</li>\n<li>Make Single Page Check Out (SPCO) button text filterable</li>\n</ul>\n<h3>4.2 Screenshots</h3>\n<table width=\"610\">\n<tbody>\n<tr>\n<td>\n<p><div id=\"attachment_90812\" style=\"width: 160px\" class=\"wp-caption aligncenter\"><a class=\"thickbox\" href=\"http://eventespresso.com/wp-content/uploads/2014/04/re-order-tickets.jpg\"><img class=\"size-thumbnail wp-image-90812\" src=\"http://eventespresso.com/wp-content/uploads/2014/04/re-order-tickets-150x150.jpg\" alt=\"Re-order tickets EE4\" width=\"150\" height=\"150\" /></a><p class=\"wp-caption-text\">Drag and drop reordering of tickets.</p></div></td>\n<td>\n<p><div id=\"attachment_90844\" style=\"width: 160px\" class=\"wp-caption aligncenter\"><a class=\"thickbox\" href=\"http://eventespresso.com/wp-content/uploads/2014/04/2014-04-08_01-06-10.jpg\"><img class=\"size-thumbnail wp-image-90844\" src=\"http://eventespresso.com/wp-content/uploads/2014/04/2014-04-08_01-06-10-150x150.jpg\" alt=\"Drag and drop ordering of questions in categories\" width=\"150\" height=\"150\" /></a><p class=\"wp-caption-text\">Drag and drop ordering of questions in categories</p></div></td>\n<td>\n<p><div id=\"attachment_90807\" style=\"width: 160px\" class=\"wp-caption aligncenter\"><a class=\"thickbox\" href=\"http://eventespresso.com/wp-content/uploads/2014/04/mijireh.png\"><img class=\"size-thumbnail wp-image-90807\" src=\"http://eventespresso.com/wp-content/uploads/2014/04/mijireh-150x150.png\" alt=\"Mijireh Event Espresso\" width=\"150\" height=\"150\" /></a><p class=\"wp-caption-text\">Mijireh Checkout settings</p></div></td>\n</tr>\n<tr>\n<td>\n<p><div id=\"attachment_90868\" style=\"width: 160px\" class=\"wp-caption aligncenter\"><a class=\"thickbox\" href=\"http://eventespresso.com/wp-content/uploads/2014/04/2014-04-08_01-50-09.jpg\"><img class=\"size-thumbnail wp-image-90868\" src=\"http://eventespresso.com/wp-content/uploads/2014/04/2014-04-08_01-50-09-150x150.jpg\" alt=\"2014-04-08_01-50-09\" width=\"150\" height=\"150\" /></a><p class=\"wp-caption-text\">Datetime Editor</p></div></td>\n</tr>\n</tbody>\n</table>\n<p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/04/event-espresso-4-calendar-add-on/\">Event Espresso 4.2 and Events Calendar</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://eventespresso.com/2014/04/event-espresso-4-calendar-add-on/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:50:\"Messages System:Your Tool for Getting the Word Out\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://eventespresso.com/2014/03/messages-systemyour-tool-getting-word/\";s: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:80:\"http://eventespresso.com/2014/03/messages-systemyour-tool-getting-word/#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, 05 Mar 2014 05:05: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:1:{i:0;a:5:{s:4:\"data\";s:9:\"Home 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://eventespresso.com/?p=84070\";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:626:\"<p>One of the most powerful features added to Event Espresso 4 is the new messages system. In this post, we’re going to give you an overview of what this new system is, some of the terms you’ll come across when working with it, and tell you why we think Messages is so powerful. What is...</p><p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/03/messages-systemyour-tool-getting-word/\">Messages System:<br />Your Tool for Getting the Word Out</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Darren Ethier\";s: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:12434:\"<p>One of the most powerful features added to Event Espresso 4 is the new messages system. In this post, we’re going to give you an overview of what this new system is, some of the terms you’ll come across when working with it, and tell you why we think Messages is so powerful.</p>\n<hr />\n<h3>What is “Messages”?</h3>\n<p>The messages system is the engine that powers all the notifications that go out from EE when triggered by different things happening on your Event Espresso powered website. By <em>different things</em> I mean things like:</p>\n<ul>\n<li>when person registers for an event</li>\n<li>when a payment is made</li>\n<li>when a registration is cancelled</li>\n<li>etc.</li>\n</ul>\n<p>When one of these things happens (we call them <em>triggers</em><a class=\"footnote\" id=\"fnref:1\" title=\"see footnote\" href=\"#fn:1\">[1]</a>) then the messages system kicks in to prepare and send out notifications about what happened. At this point there are a number of components in the messages system that play a role in assembling and sending a message. Let’s take a look at what those components are:</p>\n<h4>Message Types</h4>\n<p><a class=\"thickbox\" href=\"http://eventespresso.com/wp-content/uploads/2014/03/messagetype_messenger_context.png\"><img class=\"alignright wp-image-84072\" alt=\"messagetype_messenger_context\" src=\"http://eventespresso.com/wp-content/uploads/2014/03/messagetype_messenger_context.png\" width=\"282\" height=\"198\" /></a>Message Types describe the <strong>kind</strong> of message that is being sent and describe what the <strong>content</strong> of the message will be about. In Event Espresso there are currently (as of the time of writing this document) 8 different message types. Three for payment related messages (<em>payment received, payment reminder, payment declined</em>), and five registration related messages (<em>registration approved, not approved registration, registration pending, registration declined, registration cancelled</em>). Message types are attached to <em>triggers</em><a class=\"footnote\" title=\"see footnote\" href=\"#fn:1\">[1]</a></p>\n<h4>Messengers</h4>\n<p>Messengers describe the <strong>vehicle</strong> that delivers the messages. The most common delivery vehicle pretty much all of us are familiar with is email! This is why email is the first and currently only messenger used by the messages system however it is important to note (<a href=\"#messageswhatsnext\">and I’ll expand on this later</a>) that it is not intended to stay that way.</p>\n<h4>Contexts</h4>\n<p>A context describes who or what receives the message. You won’t see the word context much in the UI for messages because the labels for contexts are dynamic and are defined by message types (but can also be overridden by messengers). When defined by the system, they will take on a label that more accurately describes the intent. For instance with all the current message types in the system there are up to three contexts available (which are labelled <em>recipients</em> in the ui): <em>event admin</em>, <em>primary registrant</em>, and <em>registrant</em>. The purpose of the context is to empower you to be more granular in the messages you send out.</p>\n<p>As an example, for the Registration Approved message type, the <em>event admin</em> may receive summary details of the registration that was approved, whereas the primary registrant will receive information pertaining to the whole group registered, and the registrant just receives details on their specific registration for the event.<a class=\"footnote\" id=\"fnref:2\" title=\"see footnote\" href=\"#fn:2\">[2]</a></p>\n<p>Keep in mind that the number of contexts available per message type and messenger combination is variable depending on how they’ve been designed by us (or the third-party plugin for the messages system). For instance, we didn’t include the <em>registrant</em> context with any of the payment message types because its really only the primary registrant (the one who completed the registration) who is concerned with paying for the tickets.</p>\n<h4 id=\"messagetemplates\">Message Templates</h4>\n<p><a class=\"thickbox\" href=\"http://eventespresso.com/wp-content/uploads/2014/03/Message_template_editor.png\"><img class=\"alignleft size-medium wp-image-84074\" alt=\"Message_template_editor\" src=\"http://eventespresso.com/wp-content/uploads/2014/03/Message_template_editor-300x163.png\" width=\"300\" height=\"163\" /></a>Message Templates are the blueprint for what the message will look like when its assembled. This is a very powerful component to the messages system because it allows for more granular control of the “looks” of outgoing messages.</p>\n<p>The important thing to remember about message templates, is that there is a message template for each <em>messenger</em>, <em>message type</em>, and <em>context</em> combination. So for example, there is a template for the <em>email</em> messenger, <em>registration approved</em> message type, and <em>Event Admin</em> recipient (context).</p>\n<p>Each message template will have fields that are defined by the messenger primarily but also supplemented by the message type if there are any additional fields required by the message type. For instance, all email templates will have <em>to</em>, <em>from</em>, <em>subject</em> and <em>main content</em> fields.<br />\n<div class=\"note\"><i class=\"icon-question-sign\"></i><strong>Note</strong><br />\nYou will see other fields like <code>[event_list]</code>, <code>[attendee_list]</code> etc in the message templates. These are special fields related to messages <a href=\"#messageshortcodes\"><strong>shortcodes</strong></a> which I’ll be getting to in a <a href=\"#messageshortcodes\">later section</a>.</div><br />\nWhen you activate Event Espresso, the message system comes with default global templates out of the box that will help you get started right away with your events without having to do any editing. However you are able to edit any of these templates.</p>\n<p><strong>Difference between <em>Global</em> and <em>Event</em> specific templates</strong><br />\nOne more powerful feature with the new messages system is that by default, global templates will apply to every trigger happening with an event. So that means, for example, when a registration is approved (the trigger), all the <em>global</em> templates using the <em>Registration Approved</em> message type get sent. However, the messages system <em>also</em> allows Event Authors to create a custom template for that message type to be used only for that event. If this is done, then when the Registration Approved message type is triggered the message template for that event is used instead of the global message template. This allows you to differentiate different automatic messages for different events.</p>\n<h4 id=\"messageshortcodes\">Message Shortcodes</h4>\n<p><a href=\"http://eventespresso.com/wp-content/uploads/2014/03/Message_shortcodes.png\"><img class=\"alignright size-full wp-image-84075\" alt=\"Message_shortcodes\" src=\"http://eventespresso.com/wp-content/uploads/2014/03/Message_shortcodes.png\" width=\"289\" height=\"415\" /></a>Message shortcodes are special snippets of text that allow for precisely controlling how dynamic content will display in the <a href=\"#messagetemplates\">message template</a>. If you are familiar with how WordPress shortcodes work then using these shortcodes should be fairly straightforward. Shortcodes such as <code>[EVENT_NAME]</code>, <code>[REGISTRANT_FNAME]</code>, <code>[EVENT_AUTHOR_FORMATTED_EMAIL]</code> all provide an easy way to indicate where dynamic content will be inserted when messages are sent.</p>\n<p>There are also special shortcodes that we call <em>list-type shortcodes</em>. These are shortcodes such as <code>[ATTENDEE_LIST]</code>, <code>[EVENT_LIST]</code>, and <code>[QUESTION_LIST]</code><a class=\"footnote\" id=\"fnref:3\" title=\"see footnote\" href=\"#fn:3\">[3]</a>. These shortcodes are special because when you use it, you are indicating that this is where you want a list of items to be displayed in your template. When the message generator<a class=\"footnote\" id=\"fnref:4\" title=\"see footnote\" href=\"#fn:4\">[4]</a> gets to this shortcode, it will signal it to look for a corresponding <em>field</em> in the template to know how to parse <strong>each</strong> item in the list. So when you see a field in a message template that is labelled with <code>[event_list]</code> then you know that when the <code>[EVENT_LIST]</code> shortcode is parsed, the generator will look in the <code>[event_list]</code> field to know how to parse each event item. Super powerful!</p>\n<hr />\n<h3 id=\"messageswhatsnext\">What’s Next?</h3>\n<p>We intentionally built the messages system so it would act more like a framework for being able to rapidly add different kinds of messengers and message types for Event Espresso. We also hope that third party developers will also find this to be a useful tool for adding their own messengers and message types into the system. Want some examples?</p>\n<ul>\n<li>What about a <strong>Facebook</strong> messenger for posting notifications to a Facebook page?</li>\n<li>What about a <strong>Twitter</strong> messenger for posting notifications to your event twitter account?</li>\n<li>Or maybe a messenger to connect data from different triggers<a class=\"footnote\" title=\"see footnote\" href=\"#fn:1\">[1]</a> with your favorite accounting app via their API?</li>\n<li>Or maybe a messenger to connect Event Espresso with <a href=\"http://zapier.com\">Zapier</a> or <a href=\"http://ifttt.com\">If This Then That</a>.</li>\n</ul>\n<p><strong>Here’s some message types we are working on for future iterations of EE4<a class=\"footnote\" id=\"fnref:5\" title=\"see footnote\" href=\"#fn:5\">[5]</a>:</strong></p>\n<ul>\n<li>a <em>newsletter</em> message type that will allow you to send batch emails to all registrations or contacts (or subsets meeting certain criteria)</li>\n<li>an automated <em>event notification</em> message type that let’s contacts know when you’ve posted a new event.</li>\n<li><em>automated payment reminder</em> message type that works similarly to the current <em>payment-reminder</em> message type except that this new one will allow you to set a schedule for sending messages to people who haven’t paid for their ticket yet.</li>\n</ul>\n<p>There are all kinds of ideas we’ve heard from customers about notifications and how they should work and we’re excited because we now have a solid framework to build out some of those ideas (and for others to build <em>their</em> ideas). Have you tried the messages system in EE4 yet? What do you like/dislike about it? We’d love your feedback!</p>\n<div class=\"footnotes\">\n<hr />\n<ol>\n<li id=\"fn:1\">Triggers simply refer to the places where a message might be “triggered” to be sent. Examples are: when a payment is made, when a registration is approved, when a registration is cancelled. Notice the word <em>when</em>, that is indicative that triggers are very much <em>event</em> based. <a class=\"reversefootnote\" title=\"return to article\" href=\"#fnref:1\"> ?</a></li>\n<li id=\"fn:2\">Note, we may eventually add registrant contexts for payment message types if it becomes possible for registrants in a group registration to pay for their own registration. <a class=\"reversefootnote\" title=\"return to article\" href=\"#fnref:2\"> ?</a></li>\n<li id=\"fn:3\">This shortcode is only found with Event Espresso 4 Regular (not decaf version). <a class=\"reversefootnote\" title=\"return to article\" href=\"#fnref:3\"> ?</a></li>\n<li id=\"fn:4\">This is slang for the code that handles putting messages together using the templates and the data from the trigger point. <a class=\"reversefootnote\" title=\"return to article\" href=\"#fnref:4\"> ?</a></li>\n<li id=\"fn:5\">Please do not take this as a promise that this will be completed soon. All we mean by this statement is that it is something planned, but there is no current ETA on delivery. <a class=\"reversefootnote\" title=\"return to article\" href=\"#fnref:5\"> ?</a></li>\n</ol>\n</div>\n<p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/03/messages-systemyour-tool-getting-word/\">Messages System:<br />Your Tool for Getting the Word Out</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://eventespresso.com/2014/03/messages-systemyour-tool-getting-word/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: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:43:\"Developers Corner: Custom Post Types in EE4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://eventespresso.com/2014/02/epsresso-brewery-custom-post-types-event-espresso/\";s: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:92:\"http://eventespresso.com/2014/02/epsresso-brewery-custom-post-types-event-espresso/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Feb 2014 05:57: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:1:{i:0;a:5:{s:4:\"data\";s:9:\"Home 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://eventespresso.com/?p=81131\";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:664:\"<p>What are Custom Post Types? WordPress can hold and display many different types of content. A single item of such a content is generally called a post, although post is also a specific post type. Internally, all the post types are stored in the same place, in the ‘wp_posts‘ database table, but are differentiated by...</p><p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/02/epsresso-brewery-custom-post-types-event-espresso/\">Developers Corner: <br />Custom Post Types in EE4</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Seth Shoultes\";s: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:6412:\"<h3>What are Custom Post Types?</h3>\n<p>WordPress can hold and display many different types of content. A single item of such a content is generally called a post, although post is also a specific post type. Internally, all the post types are stored in the same place, in the ‘<a href=\"http://codex.wordpress.org/Database_Description#Table:_wp_posts\" target=\"_blank\">wp_posts</a>‘ database table, but are differentiated by a column called ‘post_type’. A <a href=\"http://codex.wordpress.org/Post_Types#Custom_Post_Types\" target=\"_blank\">Custom Post Type</a> (CPT) is nothing more than a regular post with a different ‘post_type’ value in the database. The post type of regular posts is post, pages use page, attachments use attachment and so on. More information Custom Post Types can be found at WordPress: <a href=\"http://codex.wordpress.org/Post_Types\" target=\"_blank\" rel=\"nofollow\">http://codex.wordpress.org/Post_Types</a></p>\n<div class=\"info\"><i class=\"icon-info-sign\"></i>By default, Event Espresso provides full-page Event and Venue CPT archives and single page templates.</div>\n<h3>How are Custom Post Types used in Event Espresso 4?</h3>\n<p>Custom Post Types allow developers to integrate Event Espresso into your theme and reuse attendee data as you would other post data. This gives developers the ability to create great looking <a href=\"http://eventespresso.com/features/customizable-event-designs/\">customizable event designs</a>, by giving you the tools they need to easily integrate EE4 core components into themes and reuse attendee data as you would with other post data (please see our <a href=\"http://eventespresso.com/wiki/ee4-custom-post-types/\">EE4 Custom Post Types </a>documentation for more information).</p>\n<p>In addition, the EE4 <a href=\"http://eventespresso.com/2014/02/developers-corner-theming-event-espresso-4/\">front-end templating systems</a> provides flexible “template parts” that can be used by theme developers for custom themes. In order to maintain compatibility with more themes, these template parts have only basic styles by default but you can easily make them more fancy with custom CSS (see our <a href=\"http://eventespresso.com/2014/02/developers-corner-theming-event-espresso-4/\">Theming in Event Espresso 4</a> post for more information).</p>\n<p>The EE4 specific template parts include:</p>\n<ul>\n<li>Event Details (description)</li>\n<li>Event Datetimes</li>\n<li>Event Tickets</li>\n<li>Event Venues</li>\n<li>Event Venue Location</li>\n<li>Event Venue Detail (excerpt)</li>\n<li>and more!</li>\n</ul>\n<div class=\"note\"><i class=\"icon-question-sign\"></i>Many of the standard custom post type data is also available via standard WordPress <a href=\"http://codex.wordpress.org/Custom_Queries\" target=\"_blank\">Custom Queries</a> (e.g. featured image, title, comments, etc.).</div>\n<h3>CPT Types: Events, Venues, and Contacts</h3>\n<p>All EE4 CPT data includes normal post data including:</p>\n<ul>\n<li>Title</li>\n<li>Description</li>\n<li>Tags</li>\n<li>Categories</li>\n<li>Featured Image</li>\n<li>Commenting</li>\n<li>Excerpt</li>\n<li>Custom Fields</li>\n<li>Slug</li>\n<li>Author</li>\n</ul>\n<p>This data can be <a href=\"http://codex.wordpress.org/Custom_Queries\" target=\"_blank\">queried</a> and displayed in themes along with other post data.</p>\n<h3>CPT Archive Pages</h3>\n<p>As with other Custom Post Types, EE4 is packaged with default event archives, single event pages, venue archives, and single venue page templates. You can copy these templates to your theme folder so that the Event Espresso pages inherit your theme’s post page layouts and styles. See our post on <a href=\"http://eventespresso.com/2014/02/developers-corner-theming-event-espresso-4/\" target=\"_blank\">Theming in Event Espresso 4</a> for more information.</p>\n<h3><strong>Draft Event Pages</strong></h3>\n<p><a href=\"http://eventespresso.com/features/draft-events/\">Draft events</a> allow you to build your event page over time without publishing it to your website.</p>\n<p>We know you can’t always build and publish an event at once. EE4 will allow you to save events as “draft” status so that you can save your progress and return later to edit and publish your event.</p>\n<div class=\"info\"><i class=\"icon-info-sign\"></i>EE4 will automatically save the events you have in-progress as “drafts”, plus you can save them as a “draft” as you go.</div>\n<h3><strong>Schedule Events to be Published</strong></h3>\n<p>You can even schedule to publish your event at a later date and time.</p>\n<p>WordPress enables you to schedule when posts and pages are published. That functionality extends into Event Espresso’s CPT pages so you can announce your event at just the right moment.</p>\n<h3>Easy Categorization of Events</h3>\n<div id=\"tabDetails\" role=\"tabpanel\">\n<p>Do you have several different types of events such as free and paid, conference speakers and breakout sessions, exercise classes of all kinds? EE4 makes it easy <a href=\"http://eventespresso.com/features/event-categories/\">categorize your events</a> and allows your attendees to find what they’re looking for faster.</p>\n</div>\n<h3>Plugin and Theme Compatibility</h3>\n<p>Event Espresso 4 offers much better theme compatibility, because all of your EE4 Events, Venues, and Contacts are CPTs. Event Espresso CPTs can also integrate with other CPT plugins such as: <a href=\"http://wordpress.org/plugins/custom-post-type-ui/\" target=\"_blank\">Custom Post Type UI</a>, <a href=\"http://wordpress.org/plugins/tinymce-advanced/\" target=\"_blank\">TinyMCE Advanced</a>, <a href=\"http://wordpress.org/plugins/advanced-custom-fields/\" target=\"_blank\">Advanced Custom Fields</a>, etc.</p>\n<div class=\"note\"><i class=\"icon-question-sign\"></i>Are you a WordPress theme developer? Want to see how Event Espresso 4 integrates with your theme? <a href=\"http://eventespresso.com/developers/request-repo-access/\">Request access</a> to the Event Espresso Core (4.0+) GitHub repository and get acquainted with the premier event registration system for WordPress.</div>\n<hr />\n<p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/02/epsresso-brewery-custom-post-types-event-espresso/\">Developers Corner: <br />Custom Post Types in EE4</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://eventespresso.com/2014/02/epsresso-brewery-custom-post-types-event-espresso/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:51:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Developers Corner: Theming in Event Espresso 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:76:\"http://eventespresso.com/2014/02/developers-corner-theming-event-espresso-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:85:\"http://eventespresso.com/2014/02/developers-corner-theming-event-espresso-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:\"Wed, 19 Feb 2014 17: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:10:\"Developers\";s: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:\"EE4\";s: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:16:\"Tips & Tutorials\";s: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:5:{s:4:\"data\";s:17:\"WordPress 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://eventespresso.com/?p=81138\";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:615:\"<p>What is the best way to customize EE4? We think the BEST way to theme EE4 really depends on a few factors with the biggest factor being what you want to change. Sometimes all that is needed is a few CSS edits and other times customizations are done via a child theme, or even editing...</p><p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/02/developers-corner-theming-event-espresso-4/\">Developers Corner: <br />Theming in Event Espresso 4</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Seth Shoultes\";s: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:5556:\"<h3>What is the best way to customize EE4?</h3>\n<p>We think the BEST way to theme EE4 really depends on a few factors with the biggest factor being <em>what</em> you want to change. Sometimes all that is needed is a few CSS edits and other times customizations are done via a child theme, or even editing the PHP, HTML, and/or CSS files.</p>\n<p>Basically, this means that existing WP theme developers will have an easier time developing <a href=\"http://eventespresso.com/features/customizable-event-designs/\">customizable event designs</a> for EE4, which in turn <em>can</em> benefit the end user. Developers are encouraged to view the list of currently available <a href=\"http://eventespresso.com/wiki/ee4-themes-templates/\">theme templates and tags</a>.</p>\n<p>Depending on what you want to change and your skill level, here are some options:</p>\n<p><strong>Child Themes<br />\n</strong>We want to make things as simple as we can for the end user, but with all the possible themes in use, there is a limit to how simple we can make it to customize things. The best solution (which is what we’ve taken IMO), is to integrate EE4 in “proper” WP ways that the majority of WP developers will understand. This ultimately benefits the end users who hire theme developers, or theme shops, that support EE4 templates in their themes.</p>\n<p><strong>Reassembly of the EE4 templates<br />\n</strong>Oh wait! Your theme doesn’t support child themes? No problem, simply reassemble all of the EE4 template parts and combine them with your theme’s templates to make one cohesive archive-espresso_events.php (or single-espresso_events.php, etc) file, that integrates perfectly with your theme. The files that contain the template tags that <strong>should</strong> be loaded automagically, anytime an incoming request is for one of EE’s CPTs (otherwise they can be found in the /core/helpers/ folder).</p>\n<p>The Event Espresso specific template parts include:</p>\n<ul>\n<li>Event Details (description)</li>\n<li>Event Datetimes</li>\n<li>Event Tickets</li>\n<li>Event Venues</li>\n<li>Event Venue Location</li>\n<li>Event Venue Detail (excerpt)</li>\n</ul>\n<p><strong>Custom Post Types<br />\n</strong>We think theming Event Espresso will be e<em>asier </em>using <a href=\"http://codex.wordpress.org/Post_Types\" target=\"_blank\">Custom Post Types</a> (CPTs), because we are now following the WordPress (WP) <a href=\"http://codex.wordpress.org/Theme_Development#Theme_Development_Standards\" target=\"_blank\">Theme Development Standards</a>. This makes it easy for WP developers and theme shops to build integrations with their themes and plugins in EE4.</p>\n<p>EE4 CPT data includes normal post data including:</p>\n<ul>\n<li>Title</li>\n<li>Description</li>\n<li>Tags</li>\n<li>Categories</li>\n<li>Featured Image</li>\n<li>Commenting</li>\n<li>Excerpt</li>\n<li>Custom Fields</li>\n<li>Slug</li>\n<li>Author</li>\n</ul>\n<p>This data can be <a href=\"http://codex.wordpress.org/Custom_Queries\" target=\"_blank\">queried</a> and displayed in themes along with other post data.</p>\n<div class=\"note\"><i class=\"icon-question-sign\"></i>View a list of currently available <a href=\"http://eventespresso.com/wiki/ee4-themes-templates/\">theme templates and tags</a>.</div>\n<h2>What option is right for me?</h2>\n<p>We don’t know the specifics of your website, so it’s up to you to decide where to go from here. We are happy to recommend a few helpful tips:</p>\n<ol>\n<li>If your goal is along the lines of “I want the events page to match my theme better” then the answer is usually a CSS solution. Sometimes a few CSS edits are all that are needed, and if you don’t have a child theme set up (or don’t want to) you can install a <a href=\"http://wordpress.org/plugins/reaktiv-css-builder/\" rel=\"nofollow\">CSS builder plugin like this one</a> and customize with CSS (<a href=\"http://csszengarden.com/\" rel=\"nofollow\">it turns out that you can do a lot with CSS changes only</a>).</li>\n<li>Just want to change the wording of a few phrases? If so, no need to hack templates, just use Josh’s <a href=\"https://gist.github.com/joshfeck/4962940\" target=\"_blank\" rel=\"nofollow\">WP gettext filter</a>.</li>\n<li>If you need to add/remove content that’s not already in the event template, then setting up a child theme and working through the templates and using Event Espresso’s WordPress hooks and filters may be the way forward.</li>\n<li>Sometimes, if it’s a PHP, HTML, or CSS based solution, you may need to <a href=\"http://eventespresso.com/developers/event-espresso-pros/\">contact a developer</a> familiar with PHP, HTML, and/or CSS to help out. Our support team is also available in the <a href=\"http://eventespresso.com/support/forums/\">support forums</a> and will recommend the best solution for what you are trying to accomplish.</li>\n</ol>\n<div class=\"info\"><i class=\"icon-info-sign\"></i>Are you a WordPress theme developer? Want to see how Event Espresso 4 integrates with your theme? <a href=\"http://eventespresso.com/developers/request-repo-access/\">Request access</a> to the Event Espresso Core (4.0+) GitHub repository and get acquainted with the premier event registration system for WordPress.</div>\n<hr />\n<p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/02/developers-corner-theming-event-espresso-4/\">Developers Corner: <br />Theming in Event Espresso 4</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://eventespresso.com/2014/02/developers-corner-theming-event-espresso-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: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:62:\"New Android App:Event Espresso HD Now Available on Google Play\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://eventespresso.com/2014/02/espresso-hd-android-app-now-google-play/\";s: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:82:\"http://eventespresso.com/2014/02/espresso-hd-android-app-now-google-play/#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, 19 Feb 2014 04:27: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Home 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://eventespresso.com/?p=81016\";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:651:\"<p>We are very happy to announce that the Event Espresso HD Android app has been published to the Google Play Store. This is a major update to our Android app. However, the update will NOT appear as standard update on your mobile device, because the original version of the Event Espresso Android app has been...</p><p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/02/espresso-hd-android-app-now-google-play/\">New Android App:<br />Event Espresso HD Now Available on Google Play</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Seth Shoultes\";s: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:8208:\"<p><a class=\"thickbox\" href=\"http://eventespresso.com/wp-content/uploads/2014/02/ee-android-app-all-screens.png\"><img class=\"alignright wp-image-80985\" alt=\"ee-android-app-all-screens\" src=\"http://eventespresso.com/wp-content/uploads/2014/02/ee-android-app-all-screens-300x279.png\" width=\"210\" height=\"195\" /></a>We are very happy to announce that the <a href=\"https://play.google.com/store/apps/details?id=com.eventespressoHD.android\" target=\"_blank\">Event Espresso HD Android app</a> has been published to the Google Play Store. This is a major update to our Android app. However, the update will <strong>NOT</strong> appear as standard update on your mobile device, because the original version of the Event Espresso Android app has been removed from the Android Play Store. In order to update to the latest Event Espresso Android app, you will need to install the app on your phone by searching for “<a href=\"https://play.google.com/store/apps/details?id=com.eventespressoHD.android\" target=\"_blank\">Event Espresso</a>” in the Google Play store or by clicking <a href=\"https://play.google.com/store/apps/details?id=com.eventespressoHD.android\" target=\"_blank\">this link</a> from within your Android device.</p>\n<div class=\"note\"><i class=\"icon-question-sign\"></i>This app will work in conjunction with our Ticketing System and QR Codes, via the <a href=\"http://eventespresso.com/product/espresso-json-api/\">JSON API add-on</a> we released in 2013. Allowing events managers to scan tickets and QR Codes at the door and to check in attendees.</p>\n<p>The <a href=\"http://eventespresso.com/product/espresso-json-api/\">Event Espresso JSON API</a> is required for this app to function properly. Therefore, the old Android API, also named Espresso Services, will be retired within 24 hours of this post. Version 1 of the Android app was just not built to use the new <a href=\"http://eventespresso.com/product/espresso-json-api/\">Event Espresso JSON API</a>, and used outdated code and technology, therefore making it unstable and unusable for most of our users.</p>\n<p></div>\n<h3>How do I Get Access to Event Espresso HD?</h3>\n<p><a href=\"http://play.google.com/store/apps/details?id=com.eventespressoHD.android\"><img class=\"alignright\" alt=\"Image\" src=\"http://ee-screenshots.s3.amazonaws.com/2011/05/mobile_app_buttons_android3.gif\" width=\"250\" height=\"100\" /></a>The <a href=\"http://play.google.com/store/apps/details?id=com.eventespressoHD.android\">Event Espresso Android HD</a> app can be installed directly from the Google Play Store, from within your Android device. Please <a href=\"/wiki/mobile-apps/\">view the documentation</a>, <a href=\"/forum/ticketing/\">find answers</a> about this add-on in our <a href=\"http://eventespresso.com/forum/ticketing/\">support forums</a>, or ask a <a href=\"/forum/pre-sales/\">pre-sales question</a>.</p>\n<h3>How is this different from the old Event Espresso Android App?</h3>\n<p><a href=\"https://play.google.com/store/apps/details?id=com.eventespressoHD.android\" target=\"_blank\">Event Espresso HD for Android</a> was re-written from the ground up, with support for both Android tablets and phones, as well as the Espresso JSON API.</p>\n<h3><strong>Android Screenshots</strong></h3>\n<table width=\"610\">\n<tbody>\n<tr>\n<td><a class=\"thickbox\" href=\"http://eventespresso.com/wp-content/uploads/2014/02/ee-android-app-all-screens.png\"><img class=\"alignnone size-thumbnail wp-image-80985 thickbox\" alt=\"ee-android-app-all-screens\" src=\"http://eventespresso.com/wp-content/uploads/2014/02/ee-android-app-all-screens-150x150.png\" width=\"150\" height=\"150\" /></a></td>\n<td><a class=\"thickbox\" href=\"http://eventespresso.com/wp-content/uploads/2014/02/ee-android-app-tablet-screen.png\"><img class=\"alignnone size-thumbnail wp-image-80991 thickbox\" alt=\"ee-android-app-tablet-screen\" src=\"http://eventespresso.com/wp-content/uploads/2014/02/ee-android-app-tablet-screen-150x150.png\" width=\"150\" height=\"150\" /></a></td>\n<td><a class=\"thickbox\" href=\"http://eventespresso.com/wp-content/uploads/2014/02/ee-android-app-attendee-view.png\"><img class=\"alignnone size-thumbnail wp-image-80986 thickbox\" alt=\"ee-android-app-attendee-view\" src=\"http://eventespresso.com/wp-content/uploads/2014/02/ee-android-app-attendee-view-150x150.png\" width=\"150\" height=\"150\" /></a></td>\n</tr>\n</tbody>\n</table>\n<h3></h3>\n<h3>What version of Android does Event Espresso HD support?</h3>\n<p>As of today, February 18, 2014, the lowest version of Android that Event Espresso HD supports is Android 2.2 Froyo.</p>\n<p>We have tested Event Espresso HD on many different Android phones and tablets, and we hope that the Event Espresso HD app works with a wide range of Android devices, but we cannot guarantee that it will work with all of them. Here are few of the devices that were used in testing:</p>\n<ul>\n<li>Google Nexus 7 (Android 4.3)</li>\n<li>HTC – HTC ONE (Android 4.4)</li>\n<li>HTC – Desire – 601 (Android 4.2)</li>\n<li>Huawei – Ascend Y M866 (Android 2.)</li>\n<li>Kyocera – Milano – c5120 (Android 2.3)</li>\n<li>LG – Optimus Select – AS730 (Android 4.0)</li>\n<li>LG – Optimus 2 – AS680 (Android 2.3)</li>\n<li>Samsung – Galaxy Ace (Android 2.3) (THIS PHONE DOES NOT WORK)</li>\n<li>Samsung – Galaxy S4 (Android 4.4)</li>\n<li>Samsung – Galaxy S3 (Android 4.3)</li>\n<li>Samsung – Galaxy S2 (Android 4.0)</li>\n<li>Samsung – Galaxy Mini S5570 (Android 2.3)</li>\n<li>Samsung – Galaxy Fame (Android 4)</li>\n</ul>\n<p>To find out if Event Espresso HD works on your device, please visit the <a href=\"https://play.google.com/store/apps/details?id=com.eventespressoHD.android\" target=\"_blank\">Event Espresso HD page</a> of the Google Play Store.</p>\n<h3>Will we still support the old Event Espresso Android App?</h3>\n<p>No. We will no longer support the original Event Espresso Android app (version 1). Version 1 of the Event Espresso Android app did not support our new <a href=\"http://eventespresso.com/product/espresso-json-api/\">JSON API</a>. The app was completely rewritten in order to function with the <a href=\"http://eventespresso.com/product/espresso-json-api/\">JSON API</a>.</p>\n<h3>Will this new Android app work with Event Espresso 4.1?</h3>\n<p>As of today, February 18, 2014, unfortunately the Android app will NOT work with Event Espresso 4.1. However, the Event Espresso Development Team is hard at work developing a new version of the <a href=\"http://eventespresso.com/product/espresso-json-api/\">Event Espresso JSON API</a>, which is an important component in the Android (and iOS) apps and has to be rewritten to interface with our new “Custom Post Type” system.</p>\n<h3>How is the Android app different from the iPad/iPhone app?</h3>\n<p>Right now, the Android app is very similar to the iPad/iPhone app and provides all of the same functionality. However, we feel that by developing an app for the Android system, we can create a better user experience, and add more features at a faster pace, than the iPad/iPhone devices. We will continue to support the iPhone and iPad apps, but we may not be able to develop new features for the iOS platform at this time.</p>\n<h3>Where should I provide Feedback and get Support?</h3>\n<p>We have thoroughly tested the android app in-house. While all major bugs have been resolved, we can’t catch them all. If you find a bug, or have a suggestion, please post in our <a href=\"/forum/ticketing/\">support forums</a>. If the app ever crashes on your Android device, the device should prompt you to send a crash report back to the developer. Please send that report and give us a short description of what happened. These reports are very very important us and will give us the line of code that made the app crash. So please please please send that report if the app ever happens to crash.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://eventespresso.com/2014/02/espresso-hd-android-app-now-google-play/\">New Android App:<br />Event Espresso HD Now Available on Google Play</a> appeared first on <a rel=\"nofollow\" href=\"http://eventespresso.com\">Event Espresso - WordPress Event Registration and Ticketing Manager Plugin</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://eventespresso.com/2014/02/espresso-hd-android-app-now-google-play/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:\"6\";s: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:30:\"http://eventespresso.com/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:13:{s:6:\"server\";s:12:\"nginx/1.0.15\";s:4:\"date\";s:29:\"Tue, 20 May 2014 14:48:21 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:12:\"x-powered-by\";s:10:\"PHP/5.4.27\";s:10:\"set-cookie\";s:44:\"PHPSESSID=95809vvocin6vgpcm3i6fdq080; path=/\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:62:\"no-store, no-cache, must-revalidate, post-check=0, pre-check=0\";s:6:\"pragma\";s:8:\"no-cache\";s:10:\"x-pingback\";s:35:\"http://eventespresso.com/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Tue, 20 May 2014 14:43:39 GMT\";s:4:\"etag\";s:34:\"\"d5a661cac2b251c2bff6f78f81e62af6\"\";s:12:\"x-robots-tag\";s:14:\"noindex,follow\";}s:5:\"build\";s:14:\"20140425180435\";}','no'),(464,'pu_dismissed_upgrade_event_espresso','a:1:{i:0;s:10:\"3.1.36.5.P\";}','yes'),(926,'_transient_wpsc_path_wpsc-shopping_cart_page.php','/home/pantryto/public_html/wp-content/themes/EmptyCanvas/wpsc-shopping_cart_page.php','no'),(927,'_transient_timeout_wpsc_path_wpsc-products_page.php','1399248682','no'),(3009,'rewrite_rules','a:73:{s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\"ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:43:\"ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:36:\"ngg_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?ngg_tag=$matches[1]&paged=$matches[2]\";s:18:\"ngg_tag/([^/]+)/?$\";s:29:\"index.php?ngg_tag=$matches[1]\";s: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:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=27&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:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(3006,'_transient_timeout_settings_errors','1400866462','no'),(3007,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}','no'),(462,'ee_ueip_has_notified','1','yes'),(425,'category_children','a:0:{}','yes'),(824,'ml-slider_children','a:0:{}','yes'),(985,'_site_transient_browser_c36d068f248f29b03b2329cb2c134966','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"29.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'),(664,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(813,'metaslider_systemcheck','a:2:{s:16:\"wordPressVersion\";b:0;s:12:\"imageLibrary\";b:0;}','yes'),(928,'_transient_wpsc_path_wpsc-products_page.php','/home/pantryto/public_html/wp-content/themes/EmptyCanvas/wpsc-products_page.php','no'),(925,'_transient_timeout_wpsc_path_wpsc-shopping_cart_page.php','1399248657','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; 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=1698 DEFAULT CHARSET=utf8; 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 (1,2,'_wp_page_template','default'),(2,4,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(3,4,'_mail','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:192:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on pantrytoplatechallenge.org (http://pantrytoplatechallenge.org)\";s:9:\"recipient\";s:29:\"rick@ontargetwebsolutions.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;}'),(4,4,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on pantrytoplatechallenge.org (http://pantrytoplatechallenge.org)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;}'),(5,4,'_messages','a:6:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";}'),(6,4,'_additional_settings',''),(7,4,'_locale','en_US'),(1089,5,'meta_id','9'),(1088,5,'filter','raw'),(1086,5,'post_mime_type',''),(1087,5,'comment_count','0'),(1083,5,'guid','http://pantrytoplatechallenge.org/?p=5'),(1084,5,'menu_order','0'),(1085,5,'post_type','gal_display_source'),(1082,5,'post_parent','0'),(1081,5,'post_modified_gmt','2014-05-23 17:31:29'),(1080,5,'post_modified','2014-05-23 17:31:29'),(1079,5,'pinged',''),(1078,5,'to_ping',''),(1077,5,'post_name',''),(1076,5,'post_password',''),(1075,5,'ping_status','open'),(1074,5,'comment_status','open'),(1073,5,'post_status','draft'),(1072,5,'post_excerpt',''),(1071,5,'post_title','Galleries'),(1070,5,'name','galleries'),(1069,5,'title','Galleries'),(1068,5,'post_date_gmt','0000-00-00 00:00:00'),(1067,5,'post_date','2014-04-28 16:11:46'),(1066,5,'post_author','1'),(1065,5,'ID','5'),(1121,6,'filter','raw'),(1118,6,'post_type','gal_display_source'),(1119,6,'post_mime_type',''),(1120,6,'comment_count','0'),(1116,6,'guid','http://pantrytoplatechallenge.org/?p=6'),(1117,6,'menu_order','0'),(1115,6,'post_parent','0'),(1114,6,'post_modified_gmt','2014-05-23 17:31:29'),(1113,6,'post_modified','2014-05-23 17:31:29'),(1112,6,'pinged',''),(1111,6,'to_ping',''),(1110,6,'post_name',''),(1109,6,'post_password',''),(1108,6,'ping_status','open'),(1107,6,'comment_status','open'),(1106,6,'post_status','draft'),(1105,6,'post_excerpt',''),(1104,6,'post_title','Albums'),(1103,6,'name','albums'),(1102,6,'title','Albums'),(1101,6,'post_date_gmt','0000-00-00 00:00:00'),(1100,6,'post_date','2014-04-28 16:11:46'),(1099,6,'post_author','1'),(1098,6,'ID','6'),(1157,7,'meta_key','name'),(1156,7,'post_id','7'),(1153,7,'comment_count','0'),(1154,7,'filter','raw'),(1155,7,'meta_id','67'),(1150,7,'menu_order','0'),(1151,7,'post_type','gal_display_source'),(1152,7,'post_mime_type',''),(1149,7,'guid','http://pantrytoplatechallenge.org/?p=7'),(1148,7,'post_parent','0'),(1147,7,'post_modified_gmt','2014-05-23 17:31:29'),(1146,7,'post_modified','2014-05-23 17:31:29'),(1145,7,'pinged',''),(1143,7,'post_name',''),(1144,7,'to_ping',''),(1142,7,'post_password',''),(1141,7,'ping_status','open'),(1140,7,'comment_status','open'),(1139,7,'post_status','draft'),(1138,7,'post_excerpt',''),(1137,7,'post_title','Tags'),(1136,7,'name','tags'),(1135,7,'title','Tags'),(1134,7,'post_date_gmt','0000-00-00 00:00:00'),(1133,7,'post_date','2014-04-28 16:11:46'),(1132,7,'post_author','1'),(1131,7,'ID','7'),(1189,8,'post_id','8'),(1188,8,'meta_id','96'),(1185,8,'post_mime_type',''),(1186,8,'comment_count','0'),(1187,8,'filter','raw'),(1182,8,'guid','http://pantrytoplatechallenge.org/?p=8'),(1183,8,'menu_order','0'),(1184,8,'post_type','gal_display_source'),(1181,8,'post_parent','0'),(1180,8,'post_modified_gmt','2014-05-23 17:31:29'),(1179,8,'post_modified','2014-05-23 17:31:29'),(1178,8,'pinged',''),(1177,8,'to_ping',''),(1176,8,'post_name',''),(1175,8,'post_password',''),(1174,8,'ping_status','open'),(1173,8,'comment_status','open'),(1172,8,'post_status','draft'),(1171,8,'post_excerpt',''),(1170,8,'post_title','Random Images'),(1169,8,'name','random_images'),(1168,8,'title','Random Images'),(1167,8,'post_date_gmt','0000-00-00 00:00:00'),(1166,8,'post_date','2014-04-28 16:11:46'),(1165,8,'post_author','1'),(1164,8,'ID','8'),(1222,9,'post_id','9'),(1221,9,'meta_id','125'),(1218,9,'post_mime_type',''),(1219,9,'comment_count','0'),(1220,9,'filter','raw'),(1215,9,'guid','http://pantrytoplatechallenge.org/?p=9'),(1216,9,'menu_order','0'),(1217,9,'post_type','gal_display_source'),(1214,9,'post_parent','0'),(1213,9,'post_modified_gmt','2014-05-23 17:31:29'),(1212,9,'post_modified','2014-05-23 17:31:29'),(1211,9,'pinged',''),(1210,9,'to_ping',''),(1209,9,'post_name',''),(1208,9,'post_password',''),(1207,9,'ping_status','open'),(1206,9,'comment_status','open'),(1205,9,'post_status','draft'),(1204,9,'post_excerpt',''),(1203,9,'post_title','Recent images'),(1202,9,'name','recent_images'),(1201,9,'title','Recent images'),(1200,9,'post_date_gmt','0000-00-00 00:00:00'),(1199,9,'post_date','2014-04-28 16:11:46'),(1198,9,'post_author','1'),(1197,9,'ID','9'),(1262,10,'post_content_filtered','eyJJRCI6MTAsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJsaWdodGJveCIsInRpdGxlIjoiTGlnaHRib3giLCJjb2RlIjoiY2xhc3M9J25nZ19saWdodGJveCciLCJ2YWx1ZXMiOnsibmV4dGdlbl9saWdodGJveF9sb2FkaW5nX2ltZ191cmwiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtaWNvLWxvYWRpbmcuZ2lmIiwibmV4dGdlbl9saWdodGJveF9jbG9zZV9idG5fdXJsIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1jbG9zZS5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2J0bl9wcmV2X3VybCI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tcHJldi5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2J0bl9uZXh0X3VybCI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tbmV4dC5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2JsYW5rX2ltZ191cmwiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYmxhbmsuZ2lmIn0sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9qcXVlcnkubGlnaHRib3gtMC41LmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvanF1ZXJ5LmxpZ2h0Ym94LTAuNS5taW4uanNcbmh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9uZXh0Z2VuX2xpZ2h0Ym94X2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwicG9zdF90aXRsZSI6ImxpZ2h0Ym94IiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTEwIiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJsaWdodGJveF9saWJyYXJ5IiwicG9zdF9taW1lX3R5cGUiOiIiLCJjb21tZW50X2NvdW50IjoiMCIsImZpbHRlciI6InJhdyIsIm1ldGFfaWQiOiIxNTMiLCJwb3N0X2lkIjoiMTAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoibGlnaHRib3gifQ=='),(1261,10,'post_content','eyJJRCI6MTAsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJsaWdodGJveCIsInRpdGxlIjoiTGlnaHRib3giLCJjb2RlIjoiY2xhc3M9J25nZ19saWdodGJveCciLCJ2YWx1ZXMiOnsibmV4dGdlbl9saWdodGJveF9sb2FkaW5nX2ltZ191cmwiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtaWNvLWxvYWRpbmcuZ2lmIiwibmV4dGdlbl9saWdodGJveF9jbG9zZV9idG5fdXJsIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1jbG9zZS5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2J0bl9wcmV2X3VybCI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tcHJldi5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2J0bl9uZXh0X3VybCI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tbmV4dC5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2JsYW5rX2ltZ191cmwiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYmxhbmsuZ2lmIn0sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9qcXVlcnkubGlnaHRib3gtMC41LmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvanF1ZXJ5LmxpZ2h0Ym94LTAuNS5taW4uanNcbmh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9uZXh0Z2VuX2xpZ2h0Ym94X2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwicG9zdF90aXRsZSI6ImxpZ2h0Ym94IiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTEwIiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJsaWdodGJveF9saWJyYXJ5IiwicG9zdF9taW1lX3R5cGUiOiIiLCJjb21tZW50X2NvdW50IjoiMCIsImZpbHRlciI6InJhdyIsIm1ldGFfaWQiOiIxNTMiLCJwb3N0X2lkIjoiMTAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoibGlnaHRib3gifQ=='),(1260,10,'meta_value','lightbox'),(1259,10,'meta_key','name'),(1258,10,'post_id','10'),(1257,10,'meta_id','153'),(1238,10,'scripts','http://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.min.js\nhttp://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/nextgen_lightbox_init.js'),(1239,10,'post_title','lightbox'),(1240,10,'post_excerpt',''),(1241,10,'post_status','draft'),(1242,10,'comment_status','open'),(1243,10,'ping_status','open'),(1244,10,'post_password',''),(1245,10,'post_name',''),(1246,10,'to_ping',''),(1247,10,'pinged',''),(1248,10,'post_modified','2014-05-23 17:31:30'),(1249,10,'post_modified_gmt','2014-05-23 17:31:30'),(1250,10,'post_parent','0'),(1251,10,'guid','http://pantrytoplatechallenge.org/?p=10'),(1252,10,'menu_order','0'),(1253,10,'post_type','lightbox_library'),(1254,10,'post_mime_type',''),(1255,10,'comment_count','0'),(1256,10,'filter','raw'),(1237,10,'css_stylesheets','http://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css'),(1236,10,'code','class=\'ngg_lightbox\''),(1235,10,'title','Lightbox'),(1234,10,'name','lightbox'),(1233,10,'post_date_gmt','0000-00-00 00:00:00'),(1232,10,'post_date','2014-04-28 16:11:46'),(1231,10,'post_author','1'),(1230,10,'ID','10'),(1291,11,'comment_count','0'),(1292,11,'filter','raw'),(1293,11,'meta_id','185'),(1294,11,'post_id','11'),(1295,11,'meta_key','name'),(1296,11,'meta_value','fancybox'),(1297,11,'post_content','eyJJRCI6MTEsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJmYW5jeWJveCIsInRpdGxlIjoiRmFuY3lib3giLCJjb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvanF1ZXJ5LmZhbmN5Ym94LTEuMy40LmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZWFzaW5nLTEuMy5wYWNrLmpzXG5odHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZmFuY3lib3gtMS4zLjQucGFjay5qc1xuaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvbmV4dGdlbl9mYW5jeWJveF9pbml0LmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sInBvc3RfdGl0bGUiOiJmYW5jeWJveCIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xMSIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTg1IiwicG9zdF9pZCI6IjExIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImZhbmN5Ym94In0='),(1275,11,'post_title','fancybox'),(1276,11,'post_excerpt',''),(1277,11,'post_status','draft'),(1278,11,'comment_status','open'),(1279,11,'ping_status','open'),(1280,11,'post_password',''),(1281,11,'post_name',''),(1282,11,'to_ping',''),(1283,11,'pinged',''),(1284,11,'post_modified','2014-05-23 17:31:30'),(1285,11,'post_modified_gmt','2014-05-23 17:31:30'),(1286,11,'post_parent','0'),(1287,11,'guid','http://pantrytoplatechallenge.org/?p=11'),(1288,11,'menu_order','0'),(1289,11,'post_type','lightbox_library'),(1290,11,'post_mime_type',''),(1274,11,'scripts','http://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.easing-1.3.pack.js\nhttp://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.pack.js\nhttp://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/nextgen_fancybox_init.js'),(1273,11,'css_stylesheets','http://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.css'),(1272,11,'code','class=\"ngg-fancybox\" rel=\"%GALLERY_NAME%\"'),(1271,11,'title','Fancybox'),(1270,11,'name','fancybox'),(1269,11,'post_date_gmt','0000-00-00 00:00:00'),(1268,11,'post_date','2014-04-28 16:11:46'),(1267,11,'post_author','1'),(1266,11,'ID','11'),(1315,12,'ping_status','open'),(1316,12,'post_password',''),(1317,12,'post_name',''),(1318,12,'to_ping',''),(1319,12,'pinged',''),(1320,12,'post_modified','2014-05-23 17:31:30'),(1321,12,'post_modified_gmt','2014-05-23 17:31:30'),(1322,12,'post_parent','0'),(1323,12,'guid','http://pantrytoplatechallenge.org/?p=12'),(1324,12,'menu_order','0'),(1325,12,'post_type','lightbox_library'),(1326,12,'post_mime_type',''),(1327,12,'comment_count','0'),(1328,12,'filter','raw'),(1329,12,'meta_id','217'),(1330,12,'post_id','12'),(1331,12,'meta_key','name'),(1332,12,'meta_value','highslide'),(1333,12,'post_content','eyJJRCI6MTIsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJoaWdoc2xpZGUiLCJ0aXRsZSI6IkhpZ2hzbGlkZSIsImNvZGUiOiJjbGFzcz1cImhpZ2hzbGlkZVwiIG9uY2xpY2s9XCJyZXR1cm4gaHMuZXhwYW5kKHRoaXMsIGdhbGxlcnlPcHRpb25zKTtcIiIsInZhbHVlcyI6eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2hpZ2hzbGlkZVwvZ3JhcGhpY3MifSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS1mdWxsLnBhY2tlZC5qc1xuaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL25leHRnZW5faGlnaHNsaWRlX2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwicG9zdF90aXRsZSI6ImhpZ2hzbGlkZSIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xMiIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjE3IiwicG9zdF9pZCI6IjEyIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImhpZ2hzbGlkZSJ9'),(1314,12,'comment_status','open'),(1313,12,'post_status','draft'),(1312,12,'post_excerpt',''),(1311,12,'post_title','highslide'),(1310,12,'scripts','http://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-full.packed.js\nhttp://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/nextgen_highslide_init.js'),(1309,12,'css_stylesheets','http://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.css'),(1308,12,'code','class=\"highslide\" onclick=\"return hs.expand(this, galleryOptions);\"'),(1307,12,'title','Highslide'),(1306,12,'name','highslide'),(1305,12,'post_date_gmt','0000-00-00 00:00:00'),(1304,12,'post_date','2014-04-28 16:11:46'),(1303,12,'post_author','1'),(1302,12,'ID','12'),(1364,13,'filter','raw'),(1365,13,'meta_id','249'),(1366,13,'post_id','13'),(1367,13,'meta_key','name'),(1368,13,'meta_value','shutter'),(1369,13,'post_content','eyJJRCI6MTMsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJzaHV0dGVyIiwidGl0bGUiOiJTaHV0dGVyIiwiY29kZSI6ImNsYXNzPVwic2h1dHRlcnNldF8lR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjp7Im1zZ0xvYWRpbmciOiJMIE8gQSBEIEkgTiBHIiwibXNnQ2xvc2UiOiJDbGljayB0byBDbG9zZSJ9LCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL3NodXR0ZXIuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlclwvc2h1dHRlci5qc1xuaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyXC9uZXh0Z2VuX3NodXR0ZXIuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwicG9zdF90aXRsZSI6InNodXR0ZXIiLCJwb3N0X2V4Y2VycHQiOiIiLCJwb3N0X3N0YXR1cyI6ImRyYWZ0IiwiY29tbWVudF9zdGF0dXMiOiJvcGVuIiwicGluZ19zdGF0dXMiOiJvcGVuIiwicG9zdF9wYXNzd29yZCI6IiIsInBvc3RfbmFtZSI6IiIsInRvX3BpbmciOiIiLCJwaW5nZWQiOiIiLCJwb3N0X21vZGlmaWVkIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfbW9kaWZpZWRfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInBvc3RfcGFyZW50IjoiMCIsImd1aWQiOiJodHRwOlwvXC9wYW50cnl0b3BsYXRlY2hhbGxlbmdlLm9yZ1wvP3A9MTMiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImxpZ2h0Ym94X2xpYnJhcnkiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjI0OSIsInBvc3RfaWQiOiIxMyIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJzaHV0dGVyIn0='),(1348,13,'post_excerpt',''),(1349,13,'post_status','draft'),(1350,13,'comment_status','open'),(1351,13,'ping_status','open'),(1352,13,'post_password',''),(1353,13,'post_name',''),(1354,13,'to_ping',''),(1355,13,'pinged',''),(1356,13,'post_modified','2014-05-23 17:31:30'),(1357,13,'post_modified_gmt','2014-05-23 17:31:30'),(1358,13,'post_parent','0'),(1359,13,'guid','http://pantrytoplatechallenge.org/?p=13'),(1360,13,'menu_order','0'),(1361,13,'post_type','lightbox_library'),(1362,13,'post_mime_type',''),(1363,13,'comment_count','0'),(1347,13,'post_title','shutter'),(1346,13,'scripts','http://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.js\nhttp://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/nextgen_shutter.js'),(1345,13,'css_stylesheets','http://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.css'),(1344,13,'code','class=\"shutterset_%GALLERY_NAME%\"'),(1343,13,'title','Shutter'),(1342,13,'name','shutter'),(1341,13,'post_date_gmt','0000-00-00 00:00:00'),(1340,13,'post_date','2014-04-28 16:11:46'),(1339,13,'post_author','1'),(1338,13,'ID','13'),(1397,14,'post_type','lightbox_library'),(1398,14,'post_mime_type',''),(1399,14,'comment_count','0'),(1400,14,'filter','raw'),(1401,14,'meta_id','281'),(1402,14,'post_id','14'),(1403,14,'meta_key','name'),(1404,14,'meta_value','shutter2'),(1405,14,'post_content','eyJJRCI6MTQsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJzaHV0dGVyMiIsInRpdGxlIjoiU2h1dHRlciAyIiwiY29kZSI6ImNsYXNzPVwic2h1dHRlcnNldF8lR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyX3JlbG9hZGVkXC9zaHV0dGVyLmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuanNcbmh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvbmV4dGdlbl9zaHV0dGVyX3JlbG9hZGVkLmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sInBvc3RfdGl0bGUiOiJzaHV0dGVyMiIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xNCIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjgxIiwicG9zdF9pZCI6IjE0IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InNodXR0ZXIyIn0='),(1383,14,'post_title','shutter2'),(1384,14,'post_excerpt',''),(1385,14,'post_status','draft'),(1386,14,'comment_status','open'),(1387,14,'ping_status','open'),(1388,14,'post_password',''),(1389,14,'post_name',''),(1390,14,'to_ping',''),(1391,14,'pinged',''),(1392,14,'post_modified','2014-05-23 17:31:30'),(1393,14,'post_modified_gmt','2014-05-23 17:31:30'),(1394,14,'post_parent','0'),(1395,14,'guid','http://pantrytoplatechallenge.org/?p=14'),(1396,14,'menu_order','0'),(1382,14,'scripts','http://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.js\nhttp://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/nextgen_shutter_reloaded.js'),(1381,14,'css_stylesheets','http://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.css'),(1380,14,'code','class=\"shutterset_%GALLERY_NAME%\"'),(1379,14,'title','Shutter 2'),(1378,14,'name','shutter2'),(1377,14,'post_date_gmt','0000-00-00 00:00:00'),(1376,14,'post_date','2014-04-28 16:11:46'),(1375,14,'post_author','1'),(1374,14,'ID','14'),(1433,15,'post_type','lightbox_library'),(1434,15,'post_mime_type',''),(1435,15,'comment_count','0'),(1436,15,'filter','raw'),(1437,15,'meta_id','313'),(1438,15,'post_id','15'),(1439,15,'meta_key','name'),(1440,15,'meta_value','thickbox'),(1441,15,'post_content','eyJJRCI6MTUsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJ0aGlja2JveCIsInRpdGxlIjoiVGhpY2tib3giLCJjb2RlIjoiY2xhc3M9J3RoaWNrYm94JyByZWw9JyVHQUxMRVJZX05BTUUlJyIsInZhbHVlcyI6W10sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWluY2x1ZGVzXC9qc1wvdGhpY2tib3hcL3RoaWNrYm94LmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3RoaWNrYm94XC9uZXh0Z2VuX3RoaWNrYm94X2luaXQuanNcbmh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWluY2x1ZGVzXC9qc1wvdGhpY2tib3hcL3RoaWNrYm94LmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sInBvc3RfdGl0bGUiOiJ0aGlja2JveCIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xNSIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMzEzIiwicG9zdF9pZCI6IjE1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InRoaWNrYm94In0='),(1422,15,'comment_status','open'),(1423,15,'ping_status','open'),(1424,15,'post_password',''),(1425,15,'post_name',''),(1426,15,'to_ping',''),(1427,15,'pinged',''),(1428,15,'post_modified','2014-05-23 17:31:30'),(1429,15,'post_modified_gmt','2014-05-23 17:31:30'),(1430,15,'post_parent','0'),(1431,15,'guid','http://pantrytoplatechallenge.org/?p=15'),(1432,15,'menu_order','0'),(1421,15,'post_status','draft'),(1420,15,'post_excerpt',''),(1419,15,'post_title','thickbox'),(1418,15,'scripts','http://64.37.49.12/~pantryto/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/thickbox/nextgen_thickbox_init.js\nhttp://64.37.49.12/~pantryto/wp-includes/js/thickbox/thickbox.js'),(1417,15,'css_stylesheets','http://64.37.49.12/~pantryto/wp-includes/js/thickbox/thickbox.css'),(1416,15,'code','class=\'thickbox\' rel=\'%GALLERY_NAME%\''),(1415,15,'title','Thickbox'),(1414,15,'name','thickbox'),(1413,15,'post_date_gmt','0000-00-00 00:00:00'),(1412,15,'post_date','2014-04-28 16:11:46'),(1411,15,'post_author','1'),(1410,15,'ID','15'),(1473,16,'meta_id','349'),(1474,16,'post_id','16'),(1475,16,'meta_key','name'),(1476,16,'meta_value','photocrati-nextgen_basic_compact_album'),(1477,16,'post_content','eyJJRCI6MTYsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBDb21wYWN0IEFsYnVtIiwiZW50aXR5X3R5cGVzIjpbImFsYnVtIiwiZ2FsbGVyeSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJXRFBcL0RGU1wvMzBcLzJcLzVcLzBcLzMwMDAwMjAwNTJcL3VzZXJcL3NpdGVzXC8zMzU2NzEwLnNpdGVcL3d3d1wvcGFudHJ5XC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvY29tcGFjdF9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiYWxidW1zIiwidmlld19vcmRlciI6MTAyMDAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfY29tcGFjdF9hbGJ1bSIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgQ29tcGFjdCBBbGJ1bSIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xNiIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoiZGlzcGxheV90eXBlIiwicG9zdF9taW1lX3R5cGUiOiIiLCJjb21tZW50X2NvdW50IjoiMCIsImZpbHRlciI6InJhdyIsIm1ldGFfaWQiOiIzNDkiLCJwb3N0X2lkIjoiMTYiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0ifQ=='),(1461,16,'post_name',''),(1462,16,'to_ping',''),(1463,16,'pinged',''),(1464,16,'post_modified','2014-05-23 17:31:30'),(1465,16,'post_modified_gmt','2014-05-23 17:31:30'),(1466,16,'post_parent','0'),(1467,16,'guid','http://pantrytoplatechallenge.org/?p=16'),(1468,16,'menu_order','0'),(1469,16,'post_type','display_type'),(1470,16,'post_mime_type',''),(1471,16,'comment_count','0'),(1472,16,'filter','raw'),(1460,16,'post_password',''),(1459,16,'ping_status','open'),(1458,16,'comment_status','open'),(1457,16,'post_status','draft'),(1456,16,'post_excerpt',''),(1452,16,'default_source','albums'),(1453,16,'view_order','10200'),(1454,16,'name','photocrati-nextgen_basic_compact_album'),(1455,16,'post_title','NextGEN Basic Compact Album'),(1451,16,'preview_image_relpath','WDP/DFS/30/2/5/0/3000020052/user/sites/3356710.site/www/pantry/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/compact_preview.jpg'),(1450,16,'title','NextGEN Basic Compact Album'),(1449,16,'post_date_gmt','0000-00-00 00:00:00'),(1448,16,'post_date','2014-04-28 16:11:46'),(1447,16,'post_author','1'),(1446,16,'ID','16'),(1509,17,'meta_id','381'),(1510,17,'post_id','17'),(1511,17,'meta_key','name'),(1512,17,'meta_value','photocrati-nextgen_basic_extended_album'),(1513,17,'post_content','eyJJRCI6MTcsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBFeHRlbmRlZCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJwb3N0X2V4Y2VycHQiOiIiLCJwb3N0X3N0YXR1cyI6ImRyYWZ0IiwiY29tbWVudF9zdGF0dXMiOiJvcGVuIiwicGluZ19zdGF0dXMiOiJvcGVuIiwicG9zdF9wYXNzd29yZCI6IiIsInBvc3RfbmFtZSI6IiIsInRvX3BpbmciOiIiLCJwaW5nZWQiOiIiLCJwb3N0X21vZGlmaWVkIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfbW9kaWZpZWRfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInBvc3RfcGFyZW50IjoiMCIsImd1aWQiOiJodHRwOlwvXC9wYW50cnl0b3BsYXRlY2hhbGxlbmdlLm9yZ1wvP3A9MTciLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImRpc3BsYXlfdHlwZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMzgxIiwicG9zdF9pZCI6IjE3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSJ9'),(1497,17,'post_name',''),(1498,17,'to_ping',''),(1499,17,'pinged',''),(1500,17,'post_modified','2014-05-23 17:31:30'),(1501,17,'post_modified_gmt','2014-05-23 17:31:30'),(1502,17,'post_parent','0'),(1503,17,'guid','http://pantrytoplatechallenge.org/?p=17'),(1504,17,'menu_order','0'),(1505,17,'post_type','display_type'),(1506,17,'post_mime_type',''),(1507,17,'comment_count','0'),(1508,17,'filter','raw'),(1496,17,'post_password',''),(1495,17,'ping_status','open'),(1494,17,'comment_status','open'),(1493,17,'post_status','draft'),(1492,17,'post_excerpt',''),(1488,17,'default_source','albums'),(1489,17,'view_order','10210'),(1490,17,'name','photocrati-nextgen_basic_extended_album'),(1491,17,'post_title','NextGEN Basic Extended Album'),(1487,17,'preview_image_relpath','WDP/DFS/30/2/5/0/3000020052/user/sites/3356710.site/www/pantry/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/extended_preview.jpg'),(1486,17,'title','NextGEN Basic Extended Album'),(1485,17,'post_date_gmt','0000-00-00 00:00:00'),(1484,17,'post_date','2014-04-28 16:11:46'),(1483,17,'post_author','1'),(1482,17,'ID','17'),(1540,18,'menu_order','0'),(1541,18,'post_type','display_type'),(1542,18,'post_mime_type',''),(1543,18,'comment_count','0'),(1544,18,'filter','raw'),(1545,18,'meta_id','413'),(1546,18,'post_id','18'),(1547,18,'meta_key','name'),(1548,18,'meta_value','photocrati-nextgen_basic_thumbnails'),(1549,18,'post_content','eyJJRCI6MTgsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUaHVtYm5haWxzIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IldEUFwvREZTXC8zMFwvMlwvNVwvMFwvMzAwMDAyMDA1MlwvdXNlclwvc2l0ZXNcLzMzNTY3MTAuc2l0ZVwvd3d3XC9wYW50cnlcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19nYWxsZXJ5XC9zdGF0aWNcL3RodW1iX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6MCwidGh1bWJuYWlsX3dpZHRoIjoxMjAsInRodW1ibmFpbF9oZWlnaHQiOjkwLCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwic2hvd19zbGlkZXNob3dfbGluayI6MSwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IGFzIHNsaWRlc2hvd10iLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjAsInRodW1ibmFpbF9xdWFsaXR5IjoiMTAwIiwidGh1bWJuYWlsX2Nyb3AiOjEsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsInBpY2xlbnNfbGlua190ZXh0IjoiW1Nob3cgUGljTGVuc10iLCJzaG93X3BpY2xlbnNfbGluayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJwb3N0X3RpdGxlIjoiTmV4dEdFTiBCYXNpYyBUaHVtYm5haWxzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTE4IiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjQxMyIsInBvc3RfaWQiOiIxOCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyJ9'),(1539,18,'guid','http://pantrytoplatechallenge.org/?p=18'),(1538,18,'post_parent','0'),(1537,18,'post_modified_gmt','2014-05-23 17:31:30'),(1536,18,'post_modified','2014-05-23 17:31:30'),(1535,18,'pinged',''),(1524,18,'default_source','galleries'),(1525,18,'view_order','10000'),(1526,18,'name','photocrati-nextgen_basic_thumbnails'),(1527,18,'post_title','NextGEN Basic Thumbnails'),(1528,18,'post_excerpt',''),(1529,18,'post_status','draft'),(1530,18,'comment_status','open'),(1531,18,'ping_status','open'),(1532,18,'post_password',''),(1533,18,'post_name',''),(1534,18,'to_ping',''),(1523,18,'preview_image_relpath','WDP/DFS/30/2/5/0/3000020052/user/sites/3356710.site/www/pantry/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumb_preview.jpg'),(1522,18,'title','NextGEN Basic Thumbnails'),(1521,18,'post_date_gmt','0000-00-00 00:00:00'),(1520,18,'post_date','2014-04-28 16:11:46'),(1519,18,'post_author','1'),(1518,18,'ID','18'),(1586,19,'post_content_filtered','eyJJRCI6MTksInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTbGlkZXNob3ciLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOjEwLCJnYWxsZXJ5X3dpZHRoIjo2MDAsImdhbGxlcnlfaGVpZ2h0Ijo0MDAsInRodW1ibmFpbF93aWR0aCI6MTIwLCJ0aHVtYm5haWxfaGVpZ2h0Ijo5MCwiY3ljbGVfaW50ZXJ2YWwiOjEwLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiZmxhc2hfZW5hYmxlZCI6MCwiZmxhc2hfcGF0aCI6IiIsImZsYXNoX3NodWZmbGUiOnRydWUsImZsYXNoX25leHRfb25fY2xpY2siOnRydWUsImZsYXNoX25hdmlnYXRpb25fYmFyIjowLCJmbGFzaF9sb2FkaW5nX2ljb24iOjAsImZsYXNoX3dhdGVybWFya19sb2dvIjowLCJmbGFzaF9zdHJldGNoX2ltYWdlIjoiVHJ1ZSIsImZsYXNoX3RyYW5zaXRpb25fZWZmZWN0IjoicmFuZG9tIiwiZmxhc2hfc2xvd196b29tIjowLCJmbGFzaF9iYWNrZ3JvdW5kX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfdGV4dF9jb2xvciI6IkZGRkZGRiIsImZsYXNoX3JvbGxvdmVyX2NvbG9yIjoiQ0MwMDAwIiwiZmxhc2hfc2NyZWVuX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfYmFja2dyb3VuZF9tdXNpYyI6IiIsImZsYXNoX3hodG1sX3ZhbGlkYXRpb24iOjAsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwic2hvd190aHVtYm5haWxfbGluayI6MSwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHBpY3R1cmUgbGlzdF0iLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTE5IiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjQ0NSIsInBvc3RfaWQiOiIxOSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93In0='),(1584,19,'meta_value','photocrati-nextgen_basic_slideshow'),(1585,19,'post_content','eyJJRCI6MTksInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTbGlkZXNob3ciLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOjEwLCJnYWxsZXJ5X3dpZHRoIjo2MDAsImdhbGxlcnlfaGVpZ2h0Ijo0MDAsInRodW1ibmFpbF93aWR0aCI6MTIwLCJ0aHVtYm5haWxfaGVpZ2h0Ijo5MCwiY3ljbGVfaW50ZXJ2YWwiOjEwLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiZmxhc2hfZW5hYmxlZCI6MCwiZmxhc2hfcGF0aCI6IiIsImZsYXNoX3NodWZmbGUiOnRydWUsImZsYXNoX25leHRfb25fY2xpY2siOnRydWUsImZsYXNoX25hdmlnYXRpb25fYmFyIjowLCJmbGFzaF9sb2FkaW5nX2ljb24iOjAsImZsYXNoX3dhdGVybWFya19sb2dvIjowLCJmbGFzaF9zdHJldGNoX2ltYWdlIjoiVHJ1ZSIsImZsYXNoX3RyYW5zaXRpb25fZWZmZWN0IjoicmFuZG9tIiwiZmxhc2hfc2xvd196b29tIjowLCJmbGFzaF9iYWNrZ3JvdW5kX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfdGV4dF9jb2xvciI6IkZGRkZGRiIsImZsYXNoX3JvbGxvdmVyX2NvbG9yIjoiQ0MwMDAwIiwiZmxhc2hfc2NyZWVuX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfYmFja2dyb3VuZF9tdXNpYyI6IiIsImZsYXNoX3hodG1sX3ZhbGlkYXRpb24iOjAsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwic2hvd190aHVtYm5haWxfbGluayI6MSwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHBpY3R1cmUgbGlzdF0iLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTE5IiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjQ0NSIsInBvc3RfaWQiOiIxOSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93In0='),(1583,19,'meta_key','name'),(1582,19,'post_id','19'),(1581,19,'meta_id','445'),(1580,19,'filter','raw'),(1579,19,'comment_count','0'),(1578,19,'post_mime_type',''),(1560,19,'default_source','galleries'),(1561,19,'view_order','10010'),(1562,19,'name','photocrati-nextgen_basic_slideshow'),(1563,19,'post_title','NextGEN Basic Slideshow'),(1564,19,'post_excerpt',''),(1565,19,'post_status','draft'),(1566,19,'comment_status','open'),(1567,19,'ping_status','open'),(1568,19,'post_password',''),(1569,19,'post_name',''),(1570,19,'to_ping',''),(1571,19,'pinged',''),(1572,19,'post_modified','2014-05-23 17:31:30'),(1573,19,'post_modified_gmt','2014-05-23 17:31:30'),(1574,19,'post_parent','0'),(1575,19,'guid','http://pantrytoplatechallenge.org/?p=19'),(1576,19,'menu_order','0'),(1577,19,'post_type','display_type'),(1559,19,'preview_image_relpath','WDP/DFS/30/2/5/0/3000020052/user/sites/3356710.site/www/pantry/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow_preview.jpg'),(1558,19,'title','NextGEN Basic Slideshow'),(1557,19,'post_date_gmt','0000-00-00 00:00:00'),(1556,19,'post_date','2014-04-28 16:11:46'),(1555,19,'post_author','1'),(1554,19,'ID','19'),(1613,20,'post_type','display_type'),(1614,20,'post_mime_type',''),(1615,20,'comment_count','0'),(1616,20,'filter','raw'),(1617,20,'meta_id','477'),(1618,20,'post_id','20'),(1619,20,'meta_key','name'),(1620,20,'meta_value','photocrati-nextgen_basic_imagebrowser'),(1621,20,'post_content','eyJJRCI6MjAsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBJbWFnZUJyb3dzZXIiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sInBvc3RfdGl0bGUiOiJOZXh0R0VOIEJhc2ljIEltYWdlQnJvd3NlciIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ3IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0yMCIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoiZGlzcGxheV90eXBlIiwicG9zdF9taW1lX3R5cGUiOiIiLCJjb21tZW50X2NvdW50IjoiMCIsImZpbHRlciI6InJhdyIsIm1ldGFfaWQiOiI0NzciLCJwb3N0X2lkIjoiMjAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJ9'),(1603,20,'ping_status','open'),(1604,20,'post_password',''),(1605,20,'post_name',''),(1606,20,'to_ping',''),(1607,20,'pinged',''),(1608,20,'post_modified','2014-05-23 17:31:30'),(1609,20,'post_modified_gmt','2014-05-23 17:31:30'),(1610,20,'post_parent','0'),(1611,20,'guid','http://pantrytoplatechallenge.org/?p=20'),(1612,20,'menu_order','0'),(1602,20,'comment_status','open'),(1601,20,'post_status','draft'),(1600,20,'post_excerpt',''),(1599,20,'post_title','NextGEN Basic ImageBrowser'),(1598,20,'name','photocrati-nextgen_basic_imagebrowser'),(1596,20,'default_source','galleries'),(1597,20,'view_order','10020'),(1595,20,'preview_image_relpath','WDP/DFS/30/2/5/0/3000020052/user/sites/3356710.site/www/pantry/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/static/preview.jpg'),(1594,20,'title','NextGEN Basic ImageBrowser'),(1593,20,'post_date_gmt','0000-00-00 00:00:00'),(1592,20,'post_date','2014-04-28 16:11:47'),(1591,20,'post_author','1'),(1590,20,'ID','20'),(1655,21,'meta_key','name'),(1656,21,'meta_value','photocrati-nextgen_basic_singlepic'),(1657,21,'post_content','eyJJRCI6MjEsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTaW5nbGVQaWMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJtb2RlIjoiIiwiZGlzcGxheV93YXRlcm1hcmsiOjAsImRpc3BsYXlfcmVmbGVjdGlvbiI6MCwiZmxvYXQiOiIiLCJsaW5rIjoiIiwicXVhbGl0eSI6MTAwLCJjcm9wIjowLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTIxIiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjUwOSIsInBvc3RfaWQiOiIyMSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIn0='),(1643,21,'pinged',''),(1644,21,'post_modified','2014-05-23 17:31:30'),(1645,21,'post_modified_gmt','2014-05-23 17:31:30'),(1646,21,'post_parent','0'),(1647,21,'guid','http://pantrytoplatechallenge.org/?p=21'),(1648,21,'menu_order','0'),(1649,21,'post_type','display_type'),(1650,21,'post_mime_type',''),(1651,21,'comment_count','0'),(1652,21,'filter','raw'),(1653,21,'meta_id','509'),(1654,21,'post_id','21'),(1642,21,'to_ping',''),(1641,21,'post_name',''),(1640,21,'post_password',''),(1639,21,'ping_status','open'),(1638,21,'comment_status','open'),(1637,21,'post_status','draft'),(1636,21,'post_excerpt',''),(1632,21,'default_source','galleries'),(1633,21,'view_order','10060'),(1634,21,'name','photocrati-nextgen_basic_singlepic'),(1635,21,'post_title','NextGEN Basic SinglePic'),(1631,21,'preview_image_relpath','WDP/DFS/30/2/5/0/3000020052/user/sites/3356710.site/www/pantry/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/static/preview.gif'),(1630,21,'title','NextGEN Basic SinglePic'),(1629,21,'post_date_gmt','0000-00-00 00:00:00'),(1628,21,'post_date','2014-04-28 16:11:47'),(1627,21,'post_author','1'),(1626,21,'ID','21'),(1685,22,'post_type','display_type'),(1686,22,'post_mime_type',''),(1687,22,'comment_count','0'),(1688,22,'filter','raw'),(1689,22,'meta_id','541'),(1690,22,'post_id','22'),(1691,22,'meta_key','name'),(1692,22,'meta_value','photocrati-nextgen_basic_tagcloud'),(1693,22,'post_content','eyJJRCI6MjIsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUYWdDbG91ZCIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJXRFBcL0RGU1wvMzBcLzJcLzVcLzBcLzMwMDAwMjAwNTJcL3VzZXJcL3NpdGVzXC8zMzU2NzEwLnNpdGVcL3d3d1wvcGFudHJ5XC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfdGFnY2xvdWRcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIn0sInBvc3RfdGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRhZ0Nsb3VkIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTIyIiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjU0MSIsInBvc3RfaWQiOiIyMiIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQifQ=='),(1675,22,'ping_status','open'),(1676,22,'post_password',''),(1677,22,'post_name',''),(1678,22,'to_ping',''),(1679,22,'pinged',''),(1680,22,'post_modified','2014-05-23 17:31:30'),(1681,22,'post_modified_gmt','2014-05-23 17:31:30'),(1682,22,'post_parent','0'),(1683,22,'guid','http://pantrytoplatechallenge.org/?p=22'),(1684,22,'menu_order','0'),(1674,22,'comment_status','open'),(1673,22,'post_status','draft'),(1672,22,'post_excerpt',''),(1671,22,'post_title','NextGEN Basic TagCloud'),(1670,22,'name','photocrati-nextgen_basic_tagcloud'),(1668,22,'default_source','tags'),(1669,22,'view_order','10100'),(1667,22,'preview_image_relpath','WDP/DFS/30/2/5/0/3000020052/user/sites/3356710.site/www/pantry/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/static/preview.gif'),(1666,22,'title','NextGEN Basic TagCloud'),(1665,22,'post_date_gmt','0000-00-00 00:00:00'),(1664,22,'post_date','2014-04-28 16:11:47'),(1663,22,'post_author','1'),(1662,22,'ID','22'),(569,23,'_yoast_wpseo_linkdex','0'),(570,24,'_yoast_wpseo_linkdex','0'),(571,25,'_yoast_wpseo_linkdex','0'),(572,26,'_yoast_wpseo_linkdex','0'),(573,2,'_yoast_wpseo_linkdex','0'),(574,27,'_yoast_wpseo_linkdex','50'),(575,27,'_edit_last','1'),(576,27,'_wp_page_template','homepage.php'),(577,27,'_yoast_wpseo_focuskw','Pantry To Plate Challenge'),(578,27,'_yoast_wpseo_title','Pantry To Plate Challenge By JFS'),(579,27,'_yoast_wpseo_metadesc',''),(580,27,'_yoast_wpseo_meta-robots-noindex','0'),(581,27,'_yoast_wpseo_meta-robots-nofollow','0'),(582,27,'_yoast_wpseo_meta-robots-adv','none'),(583,27,'_yoast_wpseo_sitemap-include','-'),(584,27,'_yoast_wpseo_sitemap-prio','-'),(585,27,'_yoast_wpseo_sitemap-html-include','-'),(586,27,'_yoast_wpseo_canonical',''),(587,27,'_yoast_wpseo_redirect',''),(588,27,'_yoast_wpseo_opengraph-description',''),(589,27,'_yoast_wpseo_opengraph-image',''),(590,27,'_yoast_wpseo_google-plus-description',''),(591,27,'_edit_lock','1400619231:1'),(592,29,'_yoast_wpseo_linkdex','0'),(593,29,'_edit_last','1'),(594,29,'_wp_page_template','default'),(595,29,'_yoast_wpseo_focuskw',''),(596,29,'_yoast_wpseo_title',''),(597,29,'_yoast_wpseo_metadesc',''),(598,29,'_yoast_wpseo_meta-robots-noindex','0'),(599,29,'_yoast_wpseo_meta-robots-nofollow','0'),(600,29,'_yoast_wpseo_meta-robots-adv','none'),(601,29,'_yoast_wpseo_sitemap-include','-'),(602,29,'_yoast_wpseo_sitemap-prio','-'),(603,29,'_yoast_wpseo_sitemap-html-include','-'),(604,29,'_yoast_wpseo_canonical',''),(605,29,'_yoast_wpseo_redirect',''),(606,29,'_yoast_wpseo_opengraph-description',''),(607,29,'_yoast_wpseo_opengraph-image',''),(608,29,'_yoast_wpseo_google-plus-description',''),(609,29,'_edit_lock','1398794650:1'),(610,31,'_yoast_wpseo_linkdex','40'),(611,31,'_edit_last','1'),(612,31,'_wp_page_template','default'),(613,31,'_yoast_wpseo_focuskw','Contact'),(614,31,'_yoast_wpseo_title','Contact JFS Regarding The Pantry To Plate Challenge'),(615,31,'_yoast_wpseo_metadesc',''),(616,31,'_yoast_wpseo_meta-robots-noindex','0'),(617,31,'_yoast_wpseo_meta-robots-nofollow','0'),(618,31,'_yoast_wpseo_meta-robots-adv','none'),(619,31,'_yoast_wpseo_sitemap-include','-'),(620,31,'_yoast_wpseo_sitemap-prio','-'),(621,31,'_yoast_wpseo_sitemap-html-include','-'),(622,31,'_yoast_wpseo_canonical',''),(623,31,'_yoast_wpseo_redirect',''),(624,31,'_yoast_wpseo_opengraph-description',''),(625,31,'_yoast_wpseo_opengraph-image',''),(626,31,'_yoast_wpseo_google-plus-description',''),(627,31,'_edit_lock','1398796398:1'),(628,33,'_yoast_wpseo_linkdex','0'),(629,33,'_edit_last','1'),(630,33,'_wp_page_template','default'),(631,33,'_yoast_wpseo_focuskw',''),(632,33,'_yoast_wpseo_title',''),(633,33,'_yoast_wpseo_metadesc',''),(634,33,'_yoast_wpseo_meta-robots-noindex','0'),(635,33,'_yoast_wpseo_meta-robots-nofollow','0'),(636,33,'_yoast_wpseo_meta-robots-adv','none'),(637,33,'_yoast_wpseo_sitemap-include','-'),(638,33,'_yoast_wpseo_sitemap-prio','-'),(639,33,'_yoast_wpseo_sitemap-html-include','-'),(640,33,'_yoast_wpseo_canonical',''),(641,33,'_yoast_wpseo_redirect',''),(642,33,'_yoast_wpseo_opengraph-description',''),(643,33,'_yoast_wpseo_opengraph-image',''),(644,33,'_yoast_wpseo_google-plus-description',''),(645,33,'_edit_lock','1400607362:1'),(646,35,'_yoast_wpseo_linkdex','0'),(647,35,'_edit_last','1'),(648,35,'_wp_page_template','default'),(649,35,'_yoast_wpseo_focuskw',''),(650,35,'_yoast_wpseo_title',''),(651,35,'_yoast_wpseo_metadesc',''),(652,35,'_yoast_wpseo_meta-robots-noindex','0'),(653,35,'_yoast_wpseo_meta-robots-nofollow','0'),(654,35,'_yoast_wpseo_meta-robots-adv','none'),(655,35,'_yoast_wpseo_sitemap-include','-'),(656,35,'_yoast_wpseo_sitemap-prio','-'),(657,35,'_yoast_wpseo_sitemap-html-include','-'),(658,35,'_yoast_wpseo_canonical',''),(659,35,'_yoast_wpseo_redirect',''),(660,35,'_yoast_wpseo_opengraph-description',''),(661,35,'_yoast_wpseo_opengraph-image',''),(662,35,'_yoast_wpseo_google-plus-description',''),(663,35,'_edit_lock','1400603632:1'),(664,37,'_yoast_wpseo_linkdex','77'),(665,37,'_edit_lock','1399577964:1'),(666,37,'_edit_last','1'),(667,37,'_wp_page_template','default'),(668,37,'_yoast_wpseo_focuskw','Cat Cora'),(669,37,'_yoast_wpseo_title','Meet Cat Cora'),(670,37,'_yoast_wpseo_metadesc',''),(671,37,'_yoast_wpseo_meta-robots-noindex','0'),(672,37,'_yoast_wpseo_meta-robots-nofollow','0'),(673,37,'_yoast_wpseo_meta-robots-adv','none'),(674,37,'_yoast_wpseo_sitemap-include','-'),(675,37,'_yoast_wpseo_sitemap-prio','-'),(676,37,'_yoast_wpseo_sitemap-html-include','-'),(677,37,'_yoast_wpseo_canonical',''),(678,37,'_yoast_wpseo_redirect',''),(679,37,'_yoast_wpseo_opengraph-description',''),(680,37,'_yoast_wpseo_opengraph-image',''),(681,37,'_yoast_wpseo_google-plus-description',''),(682,39,'_yoast_wpseo_linkdex','0'),(683,39,'_edit_lock','1399578003:1'),(684,39,'_edit_last','1'),(685,39,'_wp_page_template','default'),(686,39,'_yoast_wpseo_focuskw',''),(687,39,'_yoast_wpseo_title',''),(688,39,'_yoast_wpseo_metadesc',''),(689,39,'_yoast_wpseo_meta-robots-noindex','0'),(690,39,'_yoast_wpseo_meta-robots-nofollow','0'),(691,39,'_yoast_wpseo_meta-robots-adv','none'),(692,39,'_yoast_wpseo_sitemap-include','-'),(693,39,'_yoast_wpseo_sitemap-prio','-'),(694,39,'_yoast_wpseo_sitemap-html-include','-'),(695,39,'_yoast_wpseo_canonical',''),(696,39,'_yoast_wpseo_redirect',''),(697,39,'_yoast_wpseo_opengraph-description',''),(698,39,'_yoast_wpseo_opengraph-image',''),(699,39,'_yoast_wpseo_google-plus-description',''),(700,41,'_yoast_wpseo_linkdex','62'),(701,41,'_edit_lock','1399577901:1'),(702,41,'_edit_last','1'),(703,41,'_wp_page_template','default'),(704,41,'_yoast_wpseo_focuskw','Mark Baratelli'),(705,41,'_yoast_wpseo_title','Meet Mark Baratelli'),(706,41,'_yoast_wpseo_metadesc',''),(707,41,'_yoast_wpseo_meta-robots-noindex','0'),(708,41,'_yoast_wpseo_meta-robots-nofollow','0'),(709,41,'_yoast_wpseo_meta-robots-adv','none'),(710,41,'_yoast_wpseo_sitemap-include','-'),(711,41,'_yoast_wpseo_sitemap-prio','-'),(712,41,'_yoast_wpseo_sitemap-html-include','-'),(713,41,'_yoast_wpseo_canonical',''),(714,41,'_yoast_wpseo_redirect',''),(715,41,'_yoast_wpseo_opengraph-description',''),(716,41,'_yoast_wpseo_opengraph-image',''),(717,41,'_yoast_wpseo_google-plus-description',''),(718,43,'_yoast_wpseo_linkdex','76'),(719,43,'_edit_lock','1400602294:1'),(720,43,'_edit_last','1'),(721,43,'_wp_page_template','default'),(722,43,'_yoast_wpseo_focuskw','Hollis WIlder'),(723,43,'_yoast_wpseo_title','Meet Hollis Wilder'),(724,43,'_yoast_wpseo_metadesc',''),(725,43,'_yoast_wpseo_meta-robots-noindex','0'),(726,43,'_yoast_wpseo_meta-robots-nofollow','0'),(727,43,'_yoast_wpseo_meta-robots-adv','none'),(728,43,'_yoast_wpseo_sitemap-include','-'),(729,43,'_yoast_wpseo_sitemap-prio','-'),(730,43,'_yoast_wpseo_sitemap-html-include','-'),(731,43,'_yoast_wpseo_canonical',''),(732,43,'_yoast_wpseo_redirect',''),(733,43,'_yoast_wpseo_opengraph-description',''),(734,43,'_yoast_wpseo_opengraph-image',''),(735,43,'_yoast_wpseo_google-plus-description',''),(736,49,'_wp_attached_file','2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png'),(737,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:138;s:4:\"file\";s:48:\"2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2014-04-29-at-2.23.27-PM-150x138.png\";s:5:\"width\";i:150;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2014-04-29-at-2.23.27-PM-148x91.png\";s:5:\"width\";i:148;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2014-04-29-at-2.23.27-PM-31x19.png\";s:5:\"width\";i:31;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2014-04-29-at-2.23.27-PM-38x23.png\";s:5:\"width\";i:38;s:6:\"height\";i:23;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2014-04-29-at-2.23.27-PM-148x91.png\";s:5:\"width\";i:148;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2014-04-29-at-2.23.27-PM-148x91.png\";s:5:\"width\";i:148;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(738,49,'_wp_attachment_image_alt','Cat Cora'),(739,51,'_wp_attached_file','2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM.png'),(740,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:240;s:4:\"file\";s:48:\"2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2014-04-29-at-2.24.37-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2014-04-29-at-2.24.37-PM-148x109.png\";s:5:\"width\";i:148;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2014-04-29-at-2.24.37-PM-31x22.png\";s:5:\"width\";i:31;s:6:\"height\";i:22;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:46:\"Screen-Shot-2014-04-29-at-2.24.37-PM-38x28.png\";s:5:\"width\";i:38;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2014-04-29-at-2.24.37-PM-291x215.png\";s:5:\"width\";i:291;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2014-04-29-at-2.24.37-PM-148x109.png\";s:5:\"width\";i:148;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2014-04-29-at-2.24.37-PM-148x109.png\";s:5:\"width\";i:148;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(741,51,'_wp_attachment_image_alt','Hollis Wilder'),(742,54,'_wp_attached_file','2014/04/johnrivers.jpg'),(743,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:566;s:4:\"file\";s:22:\"2014/04/johnrivers.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"johnrivers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"johnrivers-238x300.jpg\";s:5:\"width\";i:238;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:22:\"johnrivers-117x148.jpg\";s:5:\"width\";i:117;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:20:\"johnrivers-24x31.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:20:\"johnrivers-30x38.jpg\";s:5:\"width\";i:30;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"johnrivers-170x215.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:22:\"johnrivers-117x148.jpg\";s:5:\"width\";i:117;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:22:\"johnrivers-117x148.jpg\";s:5:\"width\";i:117;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(744,54,'_wp_attachment_image_alt','John Rivers'),(745,56,'_wp_attached_file','2014/04/mark-baratelli-headshot.jpg'),(746,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:596;s:4:\"file\";s:35:\"2014/04/mark-baratelli-headshot.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"mark-baratelli-headshot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"mark-baratelli-headshot-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:34:\"mark-baratelli-headshot-99x148.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:33:\"mark-baratelli-headshot-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:33:\"mark-baratelli-headshot-25x38.jpg\";s:5:\"width\";i:25;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:35:\"mark-baratelli-headshot-144x215.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:34:\"mark-baratelli-headshot-99x148.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:34:\"mark-baratelli-headshot-99x148.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:16:\"© Brian Carlson\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(747,56,'_wp_attachment_image_alt','Mark Baratelli'),(1061,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:182;s:6:\"height\";i:30;s:4:\"file\";s:22:\"2014/04/BuyTickets.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"BuyTickets-150x30.png\";s:5:\"width\";i:150;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:21:\"BuyTickets-148x24.png\";s:5:\"width\";i:148;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:19:\"BuyTickets-31x5.png\";s:5:\"width\";i:31;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:19:\"BuyTickets-38x6.png\";s:5:\"width\";i:38;s:6:\"height\";i:6;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:21:\"BuyTickets-148x24.png\";s:5:\"width\";i:148;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:21:\"BuyTickets-148x24.png\";s:5:\"width\";i:148;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(757,64,'_menu_item_type','post_type'),(758,64,'_menu_item_menu_item_parent','0'),(759,64,'_menu_item_object_id','33'),(760,64,'_menu_item_object','page'),(761,64,'_menu_item_target',''),(762,64,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(763,64,'_menu_item_xfn',''),(764,64,'_menu_item_url',''),(766,65,'_menu_item_type','post_type'),(767,65,'_menu_item_menu_item_parent','0'),(768,65,'_menu_item_object_id','31'),(769,65,'_menu_item_object','page'),(770,65,'_menu_item_target',''),(771,65,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(772,65,'_menu_item_xfn',''),(773,65,'_menu_item_url',''),(1060,213,'_wp_attached_file','2014/04/BuyTickets.png'),(1058,209,'_menu_item_url',''),(1057,209,'_menu_item_xfn',''),(1056,209,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1055,209,'_menu_item_target',''),(813,70,'_menu_item_object_id','35'),(1054,209,'_menu_item_object','page'),(1053,209,'_menu_item_object_id','207'),(1052,209,'_menu_item_menu_item_parent','0'),(1051,209,'_menu_item_type','post_type'),(1050,207,'_yoast_wpseo_google-plus-description',''),(811,70,'_menu_item_type','post_type'),(1049,207,'_yoast_wpseo_opengraph-image',''),(1048,207,'_yoast_wpseo_opengraph-description',''),(1047,207,'_yoast_wpseo_redirect',''),(1046,207,'_yoast_wpseo_canonical',''),(812,70,'_menu_item_menu_item_parent','0'),(1045,207,'_yoast_wpseo_sitemap-html-include','-'),(1044,207,'_yoast_wpseo_sitemap-prio','-'),(1043,207,'_yoast_wpseo_sitemap-include','-'),(1042,207,'_yoast_wpseo_meta-robots-adv','none'),(814,70,'_menu_item_object','page'),(815,70,'_menu_item_target',''),(816,70,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(817,70,'_menu_item_xfn',''),(818,70,'_menu_item_url',''),(820,74,'_yoast_wpseo_linkdex','63'),(821,74,'_edit_lock','1398801420:1'),(822,74,'_edit_last','1'),(823,74,'_wp_page_template','default'),(824,74,'_yoast_wpseo_focuskw','Scott McKenzie'),(825,74,'_yoast_wpseo_title','Meet Our Judges | Scott McKenzie'),(826,74,'_yoast_wpseo_metadesc',''),(827,74,'_yoast_wpseo_meta-robots-noindex','0'),(828,74,'_yoast_wpseo_meta-robots-nofollow','0'),(829,74,'_yoast_wpseo_meta-robots-adv','none'),(830,74,'_yoast_wpseo_sitemap-include','-'),(831,74,'_yoast_wpseo_sitemap-prio','-'),(832,74,'_yoast_wpseo_sitemap-html-include','-'),(833,74,'_yoast_wpseo_canonical',''),(834,74,'_yoast_wpseo_redirect',''),(835,74,'_yoast_wpseo_opengraph-description',''),(836,74,'_yoast_wpseo_opengraph-image',''),(837,74,'_yoast_wpseo_google-plus-description',''),(838,79,'_wp_attached_file','2014/04/mckenzie.jpg'),(839,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:604;s:4:\"file\";s:20:\"2014/04/mckenzie.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"mckenzie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"mckenzie-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:19:\"mckenzie-98x148.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:18:\"mckenzie-20x31.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:18:\"mckenzie-25x38.jpg\";s:5:\"width\";i:25;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:20:\"mckenzie-142x215.jpg\";s:5:\"width\";i:142;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:19:\"mckenzie-98x148.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:19:\"mckenzie-98x148.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(840,79,'_wp_attachment_image_alt','Scott McKenzie'),(1041,207,'_yoast_wpseo_meta-robots-nofollow','0'),(1040,207,'_yoast_wpseo_meta-robots-noindex','0'),(1039,207,'_yoast_wpseo_metadesc',''),(1038,207,'_yoast_wpseo_title',''),(1037,207,'_yoast_wpseo_focuskw',''),(850,84,'_yoast_wpseo_linkdex','0'),(851,84,'_edit_lock','1400619245:1'),(852,84,'_edit_last','1'),(853,84,'_wp_page_template','default'),(854,84,'_yoast_wpseo_focuskw',''),(855,84,'_yoast_wpseo_title',''),(856,84,'_yoast_wpseo_metadesc',''),(857,84,'_yoast_wpseo_meta-robots-noindex','0'),(858,84,'_yoast_wpseo_meta-robots-nofollow','0'),(859,84,'_yoast_wpseo_meta-robots-adv','none'),(860,84,'_yoast_wpseo_sitemap-include','-'),(861,84,'_yoast_wpseo_sitemap-prio','-'),(862,84,'_yoast_wpseo_sitemap-html-include','-'),(863,84,'_yoast_wpseo_canonical',''),(864,84,'_yoast_wpseo_redirect',''),(865,84,'_yoast_wpseo_opengraph-description',''),(866,84,'_yoast_wpseo_opengraph-image',''),(867,84,'_yoast_wpseo_google-plus-description',''),(868,86,'_yoast_wpseo_linkdex','0'),(869,86,'_edit_last','1'),(870,86,'_wp_page_template','default'),(871,86,'_yoast_wpseo_focuskw',''),(872,86,'_yoast_wpseo_title',''),(873,86,'_yoast_wpseo_metadesc',''),(874,86,'_yoast_wpseo_meta-robots-noindex','0'),(875,86,'_yoast_wpseo_meta-robots-nofollow','0'),(876,86,'_yoast_wpseo_meta-robots-adv','none'),(877,86,'_yoast_wpseo_sitemap-include','-'),(878,86,'_yoast_wpseo_sitemap-prio','-'),(879,86,'_yoast_wpseo_sitemap-html-include','-'),(880,86,'_yoast_wpseo_canonical',''),(881,86,'_yoast_wpseo_redirect',''),(882,86,'_yoast_wpseo_opengraph-description',''),(883,86,'_yoast_wpseo_opengraph-image',''),(884,86,'_yoast_wpseo_google-plus-description',''),(885,86,'_edit_lock','1400694329:1'),(886,88,'_yoast_wpseo_linkdex','0'),(887,88,'_edit_last','1'),(888,88,'_wp_page_template','default'),(889,88,'_yoast_wpseo_focuskw',''),(890,88,'_yoast_wpseo_title',''),(891,88,'_yoast_wpseo_metadesc',''),(892,88,'_yoast_wpseo_meta-robots-noindex','0'),(893,88,'_yoast_wpseo_meta-robots-nofollow','0'),(894,88,'_yoast_wpseo_meta-robots-adv','none'),(895,88,'_yoast_wpseo_sitemap-include','-'),(896,88,'_yoast_wpseo_sitemap-prio','-'),(897,88,'_yoast_wpseo_sitemap-html-include','-'),(898,88,'_yoast_wpseo_canonical',''),(899,88,'_yoast_wpseo_redirect',''),(900,88,'_yoast_wpseo_opengraph-description',''),(901,88,'_yoast_wpseo_opengraph-image',''),(902,88,'_yoast_wpseo_google-plus-description',''),(903,88,'_edit_lock','1400866565:1'),(931,93,'ml-slider_settings','a:32:{s:4:\"type\";s:4:\"flex\";s:6:\"random\";s:5:\"false\";s:8:\"cssClass\";s:0:\"\";s:8:\"printCss\";s:4:\"true\";s:7:\"printJs\";s:4:\"true\";s:5:\"width\";s:3:\"955\";s:6:\"height\";s:3:\"355\";s:3:\"spw\";i:7;s:3:\"sph\";i:5;s:5:\"delay\";s:4:\"3000\";s:6:\"sDelay\";i:30;s:7:\"opacity\";d:0.6999999999999999555910790149937383830547332763671875;s:10:\"titleSpeed\";i:500;s:6:\"effect\";s:4:\"fade\";s:10:\"navigation\";s:5:\"false\";s:5:\"links\";s:5:\"false\";s:10:\"hoverPause\";s:4:\"true\";s:5:\"theme\";s:7:\"default\";s:9:\"direction\";s:10:\"horizontal\";s:7:\"reverse\";s:5:\"false\";s:14:\"animationSpeed\";s:3:\"600\";s:8:\"prevText\";s:1:\"<\";s:8:\"nextText\";s:1:\">\";s:6:\"slices\";i:15;s:6:\"center\";s:5:\"false\";s:9:\"smartCrop\";s:4:\"true\";s:12:\"carouselMode\";s:5:\"false\";s:6:\"easing\";s:6:\"linear\";s:8:\"autoPlay\";s:4:\"true\";s:11:\"thumb_width\";i:150;s:12:\"thumb_height\";i:100;s:12:\"smoothHeight\";s:5:\"false\";}'),(913,91,'_menu_item_type','post_type'),(914,91,'_menu_item_menu_item_parent','0'),(915,91,'_menu_item_object_id','86'),(916,91,'_menu_item_object','page'),(917,91,'_menu_item_target',''),(918,91,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(919,91,'_menu_item_xfn',''),(920,91,'_menu_item_url',''),(922,92,'_menu_item_type','post_type'),(923,92,'_menu_item_menu_item_parent','0'),(924,92,'_menu_item_object_id','84'),(925,92,'_menu_item_object','page'),(926,92,'_menu_item_target',''),(927,92,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(928,92,'_menu_item_xfn',''),(929,92,'_menu_item_url',''),(932,94,'_wp_attached_file','2014/04/JFSMASTER.jpg'),(933,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:955;s:6:\"height\";i:355;s:4:\"file\";s:21:\"2014/04/JFSMASTER.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"JFSMASTER-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"JFSMASTER-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:20:\"JFSMASTER-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:19:\"JFSMASTER-31x11.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:19:\"JFSMASTER-38x14.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:21:\"JFSMASTER-425x157.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:20:\"JFSMASTER-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:20:\"JFSMASTER-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(934,94,'ml-slider_type','image'),(935,94,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:75:\"/home/pantryto/public_html/wp-content/uploads/2014/04/JFSMASTER-700x300.jpg\";s:4:\"file\";s:21:\"JFSMASTER-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(936,95,'_wp_attached_file','2014/04/JFSMASTER1.jpg'),(937,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:955;s:6:\"height\";i:355;s:4:\"file\";s:22:\"2014/04/JFSMASTER1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"JFSMASTER1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"JFSMASTER1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:21:\"JFSMASTER1-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:20:\"JFSMASTER1-31x11.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:20:\"JFSMASTER1-38x14.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"JFSMASTER1-425x157.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:21:\"JFSMASTER1-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:21:\"JFSMASTER1-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(938,95,'ml-slider_type','image'),(939,97,'_wp_attached_file','2014/05/JFSMASTER.jpg'),(940,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:955;s:6:\"height\";i:355;s:4:\"file\";s:21:\"2014/05/JFSMASTER.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"JFSMASTER-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"JFSMASTER-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:20:\"JFSMASTER-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:19:\"JFSMASTER-31x11.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:19:\"JFSMASTER-38x14.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:21:\"JFSMASTER-425x157.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:20:\"JFSMASTER-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:20:\"JFSMASTER-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(941,97,'ml-slider_type','image'),(942,98,'_wp_attached_file','2014/05/JFSMASTER1.jpg'),(943,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:955;s:6:\"height\";i:355;s:4:\"file\";s:22:\"2014/05/JFSMASTER1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"JFSMASTER1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"JFSMASTER1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:21:\"JFSMASTER1-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:20:\"JFSMASTER1-31x11.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:20:\"JFSMASTER1-38x14.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"JFSMASTER1-425x157.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:21:\"JFSMASTER1-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:21:\"JFSMASTER1-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(944,98,'ml-slider_type','image'),(945,99,'_yoast_wpseo_linkdex','0'),(946,99,'_edit_lock','1400602394:1'),(947,99,'_edit_last','1'),(948,99,'_wp_page_template','default'),(949,99,'_yoast_wpseo_focuskw',''),(950,99,'_yoast_wpseo_title','Meet Hari Pulapaka, Ph.D., C.E.C.'),(951,99,'_yoast_wpseo_metadesc','Meet Hari Pulapaka, Ph.D., C.E.C.'),(952,99,'_yoast_wpseo_meta-robots-noindex','0'),(953,99,'_yoast_wpseo_meta-robots-nofollow','0'),(954,99,'_yoast_wpseo_meta-robots-adv','none'),(955,99,'_yoast_wpseo_sitemap-include','-'),(956,99,'_yoast_wpseo_sitemap-prio','-'),(957,99,'_yoast_wpseo_sitemap-html-include','-'),(958,99,'_yoast_wpseo_canonical',''),(959,99,'_yoast_wpseo_redirect',''),(960,99,'_yoast_wpseo_opengraph-description',''),(961,99,'_yoast_wpseo_opengraph-image',''),(962,99,'_yoast_wpseo_google-plus-description',''),(1036,207,'_wp_page_template','default'),(1035,207,'_edit_last','1'),(1034,207,'_edit_lock','1400608164:1'),(1033,207,'_yoast_wpseo_linkdex','0'),(1031,206,'_menu_item_url',''),(1030,206,'_menu_item_xfn',''),(972,102,'_wp_attached_file','2014/05/haripulapakaINT.jpg'),(973,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:332;s:4:\"file\";s:27:\"2014/05/haripulapakaINT.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"haripulapakaINT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"haripulapakaINT-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:27:\"haripulapakaINT-111x148.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"haripulapakaINT-23x31.jpg\";s:5:\"width\";i:23;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"haripulapakaINT-28x38.jpg\";s:5:\"width\";i:28;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:27:\"haripulapakaINT-161x215.jpg\";s:5:\"width\";i:161;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:27:\"haripulapakaINT-111x148.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"haripulapakaINT-111x148.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:29:\"ERIC ESTEBAN PHOTOGRAPHY 2010\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(974,106,'_yoast_wpseo_linkdex','0'),(975,106,'_edit_lock','1399577936:1'),(976,106,'_edit_last','1'),(977,106,'_wp_page_template','default'),(978,106,'_yoast_wpseo_focuskw',''),(979,106,'_yoast_wpseo_title',''),(980,106,'_yoast_wpseo_metadesc',''),(981,106,'_yoast_wpseo_meta-robots-noindex','0'),(982,106,'_yoast_wpseo_meta-robots-nofollow','0'),(983,106,'_yoast_wpseo_meta-robots-adv','none'),(984,106,'_yoast_wpseo_sitemap-include','-'),(985,106,'_yoast_wpseo_sitemap-prio','-'),(986,106,'_yoast_wpseo_sitemap-html-include','-'),(987,106,'_yoast_wpseo_canonical',''),(988,106,'_yoast_wpseo_redirect',''),(989,106,'_yoast_wpseo_opengraph-description',''),(990,106,'_yoast_wpseo_opengraph-image',''),(991,106,'_yoast_wpseo_google-plus-description',''),(992,109,'_wp_attached_file','2014/05/PX00114_91.jpg'),(993,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:287;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2014/05/PX00114_91.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"PX00114_91-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"PX00114_91-172x300.jpg\";s:5:\"width\";i:172;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:21:\"PX00114_91-84x148.jpg\";s:5:\"width\";i:84;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:20:\"PX00114_91-17x31.jpg\";s:5:\"width\";i:17;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:20:\"PX00114_91-21x38.jpg\";s:5:\"width\";i:21;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"PX00114_91-123x215.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:21:\"PX00114_91-84x148.jpg\";s:5:\"width\";i:84;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:21:\"PX00114_91-84x148.jpg\";s:5:\"width\";i:84;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1029,206,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1028,206,'_menu_item_target',''),(1027,206,'_menu_item_object','page'),(1026,206,'_menu_item_object_id','88'),(1025,206,'_menu_item_menu_item_parent','0'),(1024,206,'_menu_item_type','post_type'),(1003,125,'_wp_attached_file','2014/05/JFSMASTER2.jpg'),(1004,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:955;s:6:\"height\";i:355;s:4:\"file\";s:22:\"2014/05/JFSMASTER2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"JFSMASTER2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"JFSMASTER2-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:21:\"JFSMASTER2-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:20:\"JFSMASTER2-31x11.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:20:\"JFSMASTER2-38x14.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"JFSMASTER2-425x157.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:21:\"JFSMASTER2-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:21:\"JFSMASTER2-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1005,125,'ml-slider_type','image'),(1006,127,'_wp_attached_file','2014/05/JFS-chef-logo-1-round-4.png'),(1007,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:299;s:6:\"height\";i:331;s:4:\"file\";s:35:\"2014/05/JFS-chef-logo-1-round-4.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"JFS-chef-logo-1-round-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"JFS-chef-logo-1-round-4-270x300.png\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:35:\"JFS-chef-logo-1-round-4-133x148.png\";s:5:\"width\";i:133;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:33:\"JFS-chef-logo-1-round-4-28x31.png\";s:5:\"width\";i:28;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:33:\"JFS-chef-logo-1-round-4-34x38.png\";s:5:\"width\";i:34;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:35:\"JFS-chef-logo-1-round-4-194x215.png\";s:5:\"width\";i:194;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:35:\"JFS-chef-logo-1-round-4-133x148.png\";s:5:\"width\";i:133;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:35:\"JFS-chef-logo-1-round-4-133x148.png\";s:5:\"width\";i:133;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1008,127,'_edit_lock','1399845363:1'),(1009,127,'_yoast_wpseo_linkdex','0'),(1010,133,'_wp_attached_file','2014/05/JFSMASTER21.jpg'),(1011,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:955;s:6:\"height\";i:355;s:4:\"file\";s:23:\"2014/05/JFSMASTER21.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"JFSMASTER21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"JFSMASTER21-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:22:\"JFSMASTER21-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:21:\"JFSMASTER21-31x11.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:21:\"JFSMASTER21-38x14.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"JFSMASTER21-425x157.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:22:\"JFSMASTER21-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:22:\"JFSMASTER21-148x55.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1012,134,'_wp_attached_file','2014/05/JFSMASTER2.png'),(1013,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:955;s:6:\"height\";i:355;s:4:\"file\";s:22:\"2014/05/JFSMASTER2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"JFSMASTER2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"JFSMASTER2-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:21:\"JFSMASTER2-148x55.png\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:20:\"JFSMASTER2-31x11.png\";s:5:\"width\";i:31;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:20:\"JFSMASTER2-38x14.png\";s:5:\"width\";i:38;s:6:\"height\";i:14;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"JFSMASTER2-425x157.png\";s:5:\"width\";i:425;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:21:\"JFSMASTER2-148x55.png\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:21:\"JFSMASTER2-148x55.png\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1014,134,'ml-slider_type','image'),(1015,135,'_wp_attached_file','2014/05/JFSMASTER31.png'),(1016,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:955;s:6:\"height\";i:355;s:4:\"file\";s:23:\"2014/05/JFSMASTER31.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"JFSMASTER31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"JFSMASTER31-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:22:\"JFSMASTER31-148x55.png\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:21:\"JFSMASTER31-31x11.png\";s:5:\"width\";i:31;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:21:\"JFSMASTER31-38x14.png\";s:5:\"width\";i:38;s:6:\"height\";i:14;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"JFSMASTER31-425x157.png\";s:5:\"width\";i:425;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:22:\"JFSMASTER31-148x55.png\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:22:\"JFSMASTER31-148x55.png\";s:5:\"width\";i:148;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1017,135,'ml-slider_type','image'),(1018,1,'_yoast_wpseo_linkdex','0'),(1019,1,'_edit_lock','1400077604:1'),(1020,158,'_wp_attached_file','2014/04/CatCora.png'),(1021,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:243;s:6:\"height\";i:378;s:4:\"file\";s:19:\"2014/04/CatCora.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"CatCora-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"CatCora-192x300.png\";s:5:\"width\";i:192;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:18:\"CatCora-95x148.png\";s:5:\"width\";i:95;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:17:\"CatCora-19x31.png\";s:5:\"width\";i:19;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:17:\"CatCora-24x38.png\";s:5:\"width\";i:24;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:19:\"CatCora-138x215.png\";s:5:\"width\";i:138;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:18:\"CatCora-95x148.png\";s:5:\"width\";i:95;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:18:\"CatCora-95x148.png\";s:5:\"width\";i:95;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1022,170,'_wp_attached_file','2014/04/kathleenCloseUp.jpg'),(1023,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:930;s:6:\"height\";i:930;s:4:\"file\";s:27:\"2014/04/kathleenCloseUp.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"kathleenCloseUp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"kathleenCloseUp-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:27:\"kathleenCloseUp-148x148.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"kathleenCloseUp-31x31.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"kathleenCloseUp-38x38.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"featured-product-thumbnails\";a:4:{s:4:\"file\";s:27:\"kathleenCloseUp-215x215.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:27:\"kathleenCloseUp-148x148.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"kathleenCloseUp-148x148.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1062,27,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:217;s:16:\"restored_by_user\";i:1;s:13:\"restored_time\";i:1400608470;}'),(1063,226,'_wp_attached_file','2014/04/PantrytoPlateSponsorship.pdf'),(1064,228,'_wp_attached_file','2014/04/PTPSponsorshipPacket.pdf'),(1090,5,'post_id','5'),(1091,5,'meta_key','name'),(1092,5,'meta_value','galleries'),(1093,5,'post_content','eyJJRCI6NSwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJHYWxsZXJpZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsiZ2FsbGVyeSIsImltYWdlcyIsImltYWdlIl0sIm5hbWUiOiJnYWxsZXJpZXMiLCJwb3N0X3RpdGxlIjoiR2FsbGVyaWVzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTUiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOSIsInBvc3RfaWQiOiI1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImdhbGxlcmllcyJ9'),(1094,5,'post_content_filtered','eyJJRCI6NSwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJHYWxsZXJpZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsiZ2FsbGVyeSIsImltYWdlcyIsImltYWdlIl0sIm5hbWUiOiJnYWxsZXJpZXMiLCJwb3N0X3RpdGxlIjoiR2FsbGVyaWVzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTUiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOSIsInBvc3RfaWQiOiI1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImdhbGxlcmllcyJ9'),(1095,5,'returns','WyJpbWFnZSJd'),(1096,5,'aliases','WyJnYWxsZXJ5IiwiaW1hZ2VzIiwiaW1hZ2UiXQ=='),(1097,5,'id_field','ID'),(1122,6,'meta_id','38'),(1123,6,'post_id','6'),(1124,6,'meta_key','name'),(1125,6,'meta_value','albums'),(1126,6,'post_content','eyJJRCI6NiwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJBbGJ1bXMiLCJyZXR1cm5zIjpbImdhbGxlcnkiLCJhbGJ1bSJdLCJhbGlhc2VzIjpbImFsYnVtIl0sIm5hbWUiOiJhbGJ1bXMiLCJwb3N0X3RpdGxlIjoiQWxidW1zIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTYiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMzgiLCJwb3N0X2lkIjoiNiIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJhbGJ1bXMifQ=='),(1127,6,'post_content_filtered','eyJJRCI6NiwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJBbGJ1bXMiLCJyZXR1cm5zIjpbImdhbGxlcnkiLCJhbGJ1bSJdLCJhbGlhc2VzIjpbImFsYnVtIl0sIm5hbWUiOiJhbGJ1bXMiLCJwb3N0X3RpdGxlIjoiQWxidW1zIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTYiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMzgiLCJwb3N0X2lkIjoiNiIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJhbGJ1bXMifQ=='),(1128,6,'returns','WyJnYWxsZXJ5IiwiYWxidW0iXQ=='),(1129,6,'aliases','WyJhbGJ1bSJd'),(1130,6,'id_field','ID'),(1158,7,'meta_value','tags'),(1159,7,'post_content','eyJJRCI6NywicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJUYWdzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbInRhZyIsImltYWdlX3RhZyIsImltYWdlX3RhZ3MiXSwibmFtZSI6InRhZ3MiLCJwb3N0X3RpdGxlIjoiVGFncyIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD03IiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJnYWxfZGlzcGxheV9zb3VyY2UiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjY3IiwicG9zdF9pZCI6IjciLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoidGFncyJ9'),(1160,7,'post_content_filtered','eyJJRCI6NywicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJUYWdzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbInRhZyIsImltYWdlX3RhZyIsImltYWdlX3RhZ3MiXSwibmFtZSI6InRhZ3MiLCJwb3N0X3RpdGxlIjoiVGFncyIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD03IiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJnYWxfZGlzcGxheV9zb3VyY2UiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjY3IiwicG9zdF9pZCI6IjciLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoidGFncyJ9'),(1161,7,'returns','WyJpbWFnZSJd'),(1162,7,'aliases','WyJ0YWciLCJpbWFnZV90YWciLCJpbWFnZV90YWdzIl0='),(1163,7,'id_field','ID'),(1190,8,'meta_key','name'),(1191,8,'meta_value','random_images'),(1192,8,'post_content','eyJJRCI6OCwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJSYW5kb20gSW1hZ2VzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbInJhbmRvbSIsInJhbmRvbV9pbWFnZSJdLCJuYW1lIjoicmFuZG9tX2ltYWdlcyIsInBvc3RfdGl0bGUiOiJSYW5kb20gSW1hZ2VzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTgiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTYiLCJwb3N0X2lkIjoiOCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJyYW5kb21faW1hZ2VzIn0='),(1193,8,'post_content_filtered','eyJJRCI6OCwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJSYW5kb20gSW1hZ2VzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbInJhbmRvbSIsInJhbmRvbV9pbWFnZSJdLCJuYW1lIjoicmFuZG9tX2ltYWdlcyIsInBvc3RfdGl0bGUiOiJSYW5kb20gSW1hZ2VzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTgiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTYiLCJwb3N0X2lkIjoiOCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJyYW5kb21faW1hZ2VzIn0='),(1194,8,'returns','WyJpbWFnZSJd'),(1195,8,'aliases','WyJyYW5kb20iLCJyYW5kb21faW1hZ2UiXQ=='),(1196,8,'id_field','ID'),(1223,9,'meta_key','name'),(1224,9,'meta_value','recent_images'),(1225,9,'post_content','eyJJRCI6OSwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJSZWNlbnQgaW1hZ2VzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbInJlY2VudCIsInJlY2VudF9pbWFnZSJdLCJuYW1lIjoicmVjZW50X2ltYWdlcyIsInBvc3RfdGl0bGUiOiJSZWNlbnQgaW1hZ2VzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTkiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTI1IiwicG9zdF9pZCI6IjkiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicmVjZW50X2ltYWdlcyJ9'),(1226,9,'post_content_filtered','eyJJRCI6OSwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJSZWNlbnQgaW1hZ2VzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbInJlY2VudCIsInJlY2VudF9pbWFnZSJdLCJuYW1lIjoicmVjZW50X2ltYWdlcyIsInBvc3RfdGl0bGUiOiJSZWNlbnQgaW1hZ2VzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTkiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTI1IiwicG9zdF9pZCI6IjkiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicmVjZW50X2ltYWdlcyJ9'),(1227,9,'returns','WyJpbWFnZSJd'),(1228,9,'aliases','WyJyZWNlbnQiLCJyZWNlbnRfaW1hZ2UiXQ=='),(1229,9,'id_field','ID'),(1263,10,'values','eyJuZXh0Z2VuX2xpZ2h0Ym94X2xvYWRpbmdfaW1nX3VybCI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1pY28tbG9hZGluZy5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2Nsb3NlX2J0bl91cmwiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLWNsb3NlLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX3ByZXZfdXJsIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1wcmV2LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX25leHRfdXJsIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1uZXh0LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYmxhbmtfaW1nX3VybCI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1ibGFuay5naWYifQ=='),(1264,10,'display_settings','W10='),(1265,10,'id_field','ID'),(1298,11,'post_content_filtered','eyJJRCI6MTEsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJmYW5jeWJveCIsInRpdGxlIjoiRmFuY3lib3giLCJjb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvanF1ZXJ5LmZhbmN5Ym94LTEuMy40LmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZWFzaW5nLTEuMy5wYWNrLmpzXG5odHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZmFuY3lib3gtMS4zLjQucGFjay5qc1xuaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvbmV4dGdlbl9mYW5jeWJveF9pbml0LmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sInBvc3RfdGl0bGUiOiJmYW5jeWJveCIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xMSIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTg1IiwicG9zdF9pZCI6IjExIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImZhbmN5Ym94In0='),(1299,11,'values','W10='),(1300,11,'display_settings','W10='),(1301,11,'id_field','ID'),(1334,12,'post_content_filtered','eyJJRCI6MTIsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJoaWdoc2xpZGUiLCJ0aXRsZSI6IkhpZ2hzbGlkZSIsImNvZGUiOiJjbGFzcz1cImhpZ2hzbGlkZVwiIG9uY2xpY2s9XCJyZXR1cm4gaHMuZXhwYW5kKHRoaXMsIGdhbGxlcnlPcHRpb25zKTtcIiIsInZhbHVlcyI6eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2hpZ2hzbGlkZVwvZ3JhcGhpY3MifSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS1mdWxsLnBhY2tlZC5qc1xuaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL25leHRnZW5faGlnaHNsaWRlX2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwicG9zdF90aXRsZSI6ImhpZ2hzbGlkZSIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xMiIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjE3IiwicG9zdF9pZCI6IjEyIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImhpZ2hzbGlkZSJ9'),(1335,12,'values','eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2hpZ2hzbGlkZVwvZ3JhcGhpY3MifQ=='),(1336,12,'display_settings','W10='),(1337,12,'id_field','ID'),(1370,13,'post_content_filtered','eyJJRCI6MTMsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJzaHV0dGVyIiwidGl0bGUiOiJTaHV0dGVyIiwiY29kZSI6ImNsYXNzPVwic2h1dHRlcnNldF8lR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjp7Im1zZ0xvYWRpbmciOiJMIE8gQSBEIEkgTiBHIiwibXNnQ2xvc2UiOiJDbGljayB0byBDbG9zZSJ9LCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL3NodXR0ZXIuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlclwvc2h1dHRlci5qc1xuaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyXC9uZXh0Z2VuX3NodXR0ZXIuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwicG9zdF90aXRsZSI6InNodXR0ZXIiLCJwb3N0X2V4Y2VycHQiOiIiLCJwb3N0X3N0YXR1cyI6ImRyYWZ0IiwiY29tbWVudF9zdGF0dXMiOiJvcGVuIiwicGluZ19zdGF0dXMiOiJvcGVuIiwicG9zdF9wYXNzd29yZCI6IiIsInBvc3RfbmFtZSI6IiIsInRvX3BpbmciOiIiLCJwaW5nZWQiOiIiLCJwb3N0X21vZGlmaWVkIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfbW9kaWZpZWRfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInBvc3RfcGFyZW50IjoiMCIsImd1aWQiOiJodHRwOlwvXC9wYW50cnl0b3BsYXRlY2hhbGxlbmdlLm9yZ1wvP3A9MTMiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImxpZ2h0Ym94X2xpYnJhcnkiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjI0OSIsInBvc3RfaWQiOiIxMyIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJzaHV0dGVyIn0='),(1371,13,'values','eyJtc2dMb2FkaW5nIjoiTCBPIEEgRCBJIE4gRyIsIm1zZ0Nsb3NlIjoiQ2xpY2sgdG8gQ2xvc2UifQ=='),(1372,13,'display_settings','W10='),(1373,13,'id_field','ID'),(1406,14,'post_content_filtered','eyJJRCI6MTQsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJzaHV0dGVyMiIsInRpdGxlIjoiU2h1dHRlciAyIiwiY29kZSI6ImNsYXNzPVwic2h1dHRlcnNldF8lR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyX3JlbG9hZGVkXC9zaHV0dGVyLmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuanNcbmh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvbmV4dGdlbl9zaHV0dGVyX3JlbG9hZGVkLmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sInBvc3RfdGl0bGUiOiJzaHV0dGVyMiIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xNCIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjgxIiwicG9zdF9pZCI6IjE0IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InNodXR0ZXIyIn0='),(1407,14,'values','W10='),(1408,14,'display_settings','W10='),(1409,14,'id_field','ID'),(1442,15,'post_content_filtered','eyJJRCI6MTUsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJ0aGlja2JveCIsInRpdGxlIjoiVGhpY2tib3giLCJjb2RlIjoiY2xhc3M9J3RoaWNrYm94JyByZWw9JyVHQUxMRVJZX05BTUUlJyIsInZhbHVlcyI6W10sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWluY2x1ZGVzXC9qc1wvdGhpY2tib3hcL3RoaWNrYm94LmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3RoaWNrYm94XC9uZXh0Z2VuX3RoaWNrYm94X2luaXQuanNcbmh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWluY2x1ZGVzXC9qc1wvdGhpY2tib3hcL3RoaWNrYm94LmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sInBvc3RfdGl0bGUiOiJ0aGlja2JveCIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xNSIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMzEzIiwicG9zdF9pZCI6IjE1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InRoaWNrYm94In0='),(1443,15,'values','W10='),(1444,15,'display_settings','W10='),(1445,15,'id_field','ID'),(1478,16,'post_content_filtered','eyJJRCI6MTYsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBDb21wYWN0IEFsYnVtIiwiZW50aXR5X3R5cGVzIjpbImFsYnVtIiwiZ2FsbGVyeSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJXRFBcL0RGU1wvMzBcLzJcLzVcLzBcLzMwMDAwMjAwNTJcL3VzZXJcL3NpdGVzXC8zMzU2NzEwLnNpdGVcL3d3d1wvcGFudHJ5XC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvY29tcGFjdF9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiYWxidW1zIiwidmlld19vcmRlciI6MTAyMDAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfY29tcGFjdF9hbGJ1bSIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgQ29tcGFjdCBBbGJ1bSIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xNiIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoiZGlzcGxheV90eXBlIiwicG9zdF9taW1lX3R5cGUiOiIiLCJjb21tZW50X2NvdW50IjoiMCIsImZpbHRlciI6InJhdyIsIm1ldGFfaWQiOiIzNDkiLCJwb3N0X2lkIjoiMTYiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0ifQ=='),(1479,16,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(1480,16,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIn0='),(1481,16,'id_field','ID'),(1514,17,'post_content_filtered','eyJJRCI6MTcsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBFeHRlbmRlZCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJwb3N0X2V4Y2VycHQiOiIiLCJwb3N0X3N0YXR1cyI6ImRyYWZ0IiwiY29tbWVudF9zdGF0dXMiOiJvcGVuIiwicGluZ19zdGF0dXMiOiJvcGVuIiwicG9zdF9wYXNzd29yZCI6IiIsInBvc3RfbmFtZSI6IiIsInRvX3BpbmciOiIiLCJwaW5nZWQiOiIiLCJwb3N0X21vZGlmaWVkIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfbW9kaWZpZWRfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInBvc3RfcGFyZW50IjoiMCIsImd1aWQiOiJodHRwOlwvXC9wYW50cnl0b3BsYXRlY2hhbGxlbmdlLm9yZ1wvP3A9MTciLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImRpc3BsYXlfdHlwZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMzgxIiwicG9zdF9pZCI6IjE3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSJ9'),(1515,17,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(1516,17,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIn0='),(1517,17,'id_field','ID'),(1550,18,'post_content_filtered','eyJJRCI6MTgsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUaHVtYm5haWxzIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IldEUFwvREZTXC8zMFwvMlwvNVwvMFwvMzAwMDAyMDA1MlwvdXNlclwvc2l0ZXNcLzMzNTY3MTAuc2l0ZVwvd3d3XC9wYW50cnlcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19nYWxsZXJ5XC9zdGF0aWNcL3RodW1iX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6MCwidGh1bWJuYWlsX3dpZHRoIjoxMjAsInRodW1ibmFpbF9oZWlnaHQiOjkwLCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwic2hvd19zbGlkZXNob3dfbGluayI6MSwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IGFzIHNsaWRlc2hvd10iLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjAsInRodW1ibmFpbF9xdWFsaXR5IjoiMTAwIiwidGh1bWJuYWlsX2Nyb3AiOjEsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsInBpY2xlbnNfbGlua190ZXh0IjoiW1Nob3cgUGljTGVuc10iLCJzaG93X3BpY2xlbnNfbGluayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJwb3N0X3RpdGxlIjoiTmV4dEdFTiBCYXNpYyBUaHVtYm5haWxzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTE4IiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjQxMyIsInBvc3RfaWQiOiIxOCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyJ9'),(1551,18,'entity_types','WyJpbWFnZSJd'),(1552,18,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjEyMCwidGh1bWJuYWlsX2hlaWdodCI6OTAsInNob3dfYWxsX2luX2xpZ2h0Ym94IjowLCJhamF4X3BhZ2luYXRpb24iOjAsInRlbXBsYXRlIjoiIiwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJzaG93X3NsaWRlc2hvd19saW5rIjoxLCJzbGlkZXNob3dfbGlua190ZXh0IjoiW1Nob3cgYXMgc2xpZGVzaG93XSIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfcGljbGVuc19saW5rIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(1553,18,'id_field','ID'),(1587,19,'entity_types','WyJpbWFnZSJd'),(1588,19,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOjEwLCJnYWxsZXJ5X3dpZHRoIjo2MDAsImdhbGxlcnlfaGVpZ2h0Ijo0MDAsInRodW1ibmFpbF93aWR0aCI6MTIwLCJ0aHVtYm5haWxfaGVpZ2h0Ijo5MCwiY3ljbGVfaW50ZXJ2YWwiOjEwLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiZmxhc2hfZW5hYmxlZCI6MCwiZmxhc2hfcGF0aCI6IiIsImZsYXNoX3NodWZmbGUiOnRydWUsImZsYXNoX25leHRfb25fY2xpY2siOnRydWUsImZsYXNoX25hdmlnYXRpb25fYmFyIjowLCJmbGFzaF9sb2FkaW5nX2ljb24iOjAsImZsYXNoX3dhdGVybWFya19sb2dvIjowLCJmbGFzaF9zdHJldGNoX2ltYWdlIjoiVHJ1ZSIsImZsYXNoX3RyYW5zaXRpb25fZWZmZWN0IjoicmFuZG9tIiwiZmxhc2hfc2xvd196b29tIjowLCJmbGFzaF9iYWNrZ3JvdW5kX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfdGV4dF9jb2xvciI6IkZGRkZGRiIsImZsYXNoX3JvbGxvdmVyX2NvbG9yIjoiQ0MwMDAwIiwiZmxhc2hfc2NyZWVuX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfYmFja2dyb3VuZF9tdXNpYyI6IiIsImZsYXNoX3hodG1sX3ZhbGlkYXRpb24iOjAsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwic2hvd190aHVtYm5haWxfbGluayI6MSwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHBpY3R1cmUgbGlzdF0iLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),(1589,19,'id_field','ID'),(1622,20,'post_content_filtered','eyJJRCI6MjAsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBJbWFnZUJyb3dzZXIiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sInBvc3RfdGl0bGUiOiJOZXh0R0VOIEJhc2ljIEltYWdlQnJvd3NlciIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ3IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0yMCIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoiZGlzcGxheV90eXBlIiwicG9zdF9taW1lX3R5cGUiOiIiLCJjb21tZW50X2NvdW50IjoiMCIsImZpbHRlciI6InJhdyIsIm1ldGFfaWQiOiI0NzciLCJwb3N0X2lkIjoiMjAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJ9'),(1623,20,'entity_types','WyJpbWFnZSJd'),(1624,20,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),(1625,20,'id_field','ID'),(1658,21,'post_content_filtered','eyJJRCI6MjEsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTaW5nbGVQaWMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJtb2RlIjoiIiwiZGlzcGxheV93YXRlcm1hcmsiOjAsImRpc3BsYXlfcmVmbGVjdGlvbiI6MCwiZmxvYXQiOiIiLCJsaW5rIjoiIiwicXVhbGl0eSI6MTAwLCJjcm9wIjowLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTIxIiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjUwOSIsInBvc3RfaWQiOiIyMSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIn0='),(1659,21,'entity_types','WyJpbWFnZSJd'),(1660,21,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJxdWFsaXR5IjoxMDAsImNyb3AiOjAsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9'),(1661,21,'id_field','ID'),(1694,22,'post_content_filtered','eyJJRCI6MjIsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUYWdDbG91ZCIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJXRFBcL0RGU1wvMzBcLzJcLzVcLzBcLzMwMDAwMjAwNTJcL3VzZXJcL3NpdGVzXC8zMzU2NzEwLnNpdGVcL3d3d1wvcGFudHJ5XC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfdGFnY2xvdWRcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIn0sInBvc3RfdGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRhZ0Nsb3VkIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTIyIiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjU0MSIsInBvc3RfaWQiOiIyMiIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQifQ=='),(1695,22,'entity_types','WyJpbWFnZSJd'),(1696,22,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyJ9'),(1697,22,'id_field','ID'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; 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` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), 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=230 DEFAULT CHARSET=utf8; 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 (1,1,'2014-04-25 18:04:23','2014-04-25 18:04:23','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2014-04-25 18:04:23','2014-04-25 18:04:23','',0,'http://pantrytoplatechallenge.org/?p=1',0,'post','',1),(2,1,'2014-04-25 18:04:23','2014-04-25 18:04:23','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://pantrytoplatechallenge.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','open','','sample-page','','','2014-04-25 18:04:23','2014-04-25 18:04:23','',0,'http://pantrytoplatechallenge.org/?page_id=2',0,'page','',0),(4,1,'2014-04-28 16:11:45','2014-04-28 16:11:45','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on pantrytoplatechallenge.org (http://pantrytoplatechallenge.org)\nrick@ontargetwebsolutions.com\n\n\n0\n\n[your-subject]\n[your-name] <[your-email]>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on pantrytoplatechallenge.org (http://pantrytoplatechallenge.org)\n[your-email]\n\n\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.','Contact form 1','','publish','open','open','','contact-form-1','','','2014-04-28 16:11:45','2014-04-28 16:11:45','',0,'http://pantrytoplatechallenge.org/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(5,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6NSwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJHYWxsZXJpZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsiZ2FsbGVyeSIsImltYWdlcyIsImltYWdlIl0sIm5hbWUiOiJnYWxsZXJpZXMiLCJwb3N0X3RpdGxlIjoiR2FsbGVyaWVzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTUiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOSIsInBvc3RfaWQiOiI1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImdhbGxlcmllcyJ9','Galleries','','draft','open','open','','','','','2014-05-23 17:31:29','2014-05-23 17:31:29','eyJJRCI6NSwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJHYWxsZXJpZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsiZ2FsbGVyeSIsImltYWdlcyIsImltYWdlIl0sIm5hbWUiOiJnYWxsZXJpZXMiLCJwb3N0X3RpdGxlIjoiR2FsbGVyaWVzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTUiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOSIsInBvc3RfaWQiOiI1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImdhbGxlcmllcyJ9',0,'http://pantrytoplatechallenge.org/?p=5',0,'gal_display_source','',0),(6,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6NiwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJBbGJ1bXMiLCJyZXR1cm5zIjpbImdhbGxlcnkiLCJhbGJ1bSJdLCJhbGlhc2VzIjpbImFsYnVtIl0sIm5hbWUiOiJhbGJ1bXMiLCJwb3N0X3RpdGxlIjoiQWxidW1zIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTYiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMzgiLCJwb3N0X2lkIjoiNiIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJhbGJ1bXMifQ==','Albums','','draft','open','open','','','','','2014-05-23 17:31:29','2014-05-23 17:31:29','eyJJRCI6NiwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJBbGJ1bXMiLCJyZXR1cm5zIjpbImdhbGxlcnkiLCJhbGJ1bSJdLCJhbGlhc2VzIjpbImFsYnVtIl0sIm5hbWUiOiJhbGJ1bXMiLCJwb3N0X3RpdGxlIjoiQWxidW1zIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTYiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMzgiLCJwb3N0X2lkIjoiNiIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJhbGJ1bXMifQ==',0,'http://pantrytoplatechallenge.org/?p=6',0,'gal_display_source','',0),(7,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6NywicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJUYWdzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbInRhZyIsImltYWdlX3RhZyIsImltYWdlX3RhZ3MiXSwibmFtZSI6InRhZ3MiLCJwb3N0X3RpdGxlIjoiVGFncyIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD03IiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJnYWxfZGlzcGxheV9zb3VyY2UiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjY3IiwicG9zdF9pZCI6IjciLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoidGFncyJ9','Tags','','draft','open','open','','','','','2014-05-23 17:31:29','2014-05-23 17:31:29','eyJJRCI6NywicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJUYWdzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbInRhZyIsImltYWdlX3RhZyIsImltYWdlX3RhZ3MiXSwibmFtZSI6InRhZ3MiLCJwb3N0X3RpdGxlIjoiVGFncyIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD03IiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJnYWxfZGlzcGxheV9zb3VyY2UiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjY3IiwicG9zdF9pZCI6IjciLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoidGFncyJ9',0,'http://pantrytoplatechallenge.org/?p=7',0,'gal_display_source','',0),(8,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6OCwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJSYW5kb20gSW1hZ2VzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbInJhbmRvbSIsInJhbmRvbV9pbWFnZSJdLCJuYW1lIjoicmFuZG9tX2ltYWdlcyIsInBvc3RfdGl0bGUiOiJSYW5kb20gSW1hZ2VzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTgiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTYiLCJwb3N0X2lkIjoiOCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJyYW5kb21faW1hZ2VzIn0=','Random Images','','draft','open','open','','','','','2014-05-23 17:31:29','2014-05-23 17:31:29','eyJJRCI6OCwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJSYW5kb20gSW1hZ2VzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbInJhbmRvbSIsInJhbmRvbV9pbWFnZSJdLCJuYW1lIjoicmFuZG9tX2ltYWdlcyIsInBvc3RfdGl0bGUiOiJSYW5kb20gSW1hZ2VzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTgiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTYiLCJwb3N0X2lkIjoiOCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJyYW5kb21faW1hZ2VzIn0=',0,'http://pantrytoplatechallenge.org/?p=8',0,'gal_display_source','',0),(9,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6OSwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJSZWNlbnQgaW1hZ2VzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbInJlY2VudCIsInJlY2VudF9pbWFnZSJdLCJuYW1lIjoicmVjZW50X2ltYWdlcyIsInBvc3RfdGl0bGUiOiJSZWNlbnQgaW1hZ2VzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTkiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTI1IiwicG9zdF9pZCI6IjkiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicmVjZW50X2ltYWdlcyJ9','Recent images','','draft','open','open','','','','','2014-05-23 17:31:29','2014-05-23 17:31:29','eyJJRCI6OSwicG9zdF9hdXRob3IiOiIxIiwicG9zdF9kYXRlIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfZGF0ZV9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwidGl0bGUiOiJSZWNlbnQgaW1hZ2VzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbInJlY2VudCIsInJlY2VudF9pbWFnZSJdLCJuYW1lIjoicmVjZW50X2ltYWdlcyIsInBvc3RfdGl0bGUiOiJSZWNlbnQgaW1hZ2VzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTkiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImdhbF9kaXNwbGF5X3NvdXJjZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTI1IiwicG9zdF9pZCI6IjkiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicmVjZW50X2ltYWdlcyJ9',0,'http://pantrytoplatechallenge.org/?p=9',0,'gal_display_source','',0),(10,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6MTAsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJsaWdodGJveCIsInRpdGxlIjoiTGlnaHRib3giLCJjb2RlIjoiY2xhc3M9J25nZ19saWdodGJveCciLCJ2YWx1ZXMiOnsibmV4dGdlbl9saWdodGJveF9sb2FkaW5nX2ltZ191cmwiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtaWNvLWxvYWRpbmcuZ2lmIiwibmV4dGdlbl9saWdodGJveF9jbG9zZV9idG5fdXJsIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1jbG9zZS5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2J0bl9wcmV2X3VybCI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tcHJldi5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2J0bl9uZXh0X3VybCI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tbmV4dC5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2JsYW5rX2ltZ191cmwiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYmxhbmsuZ2lmIn0sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9qcXVlcnkubGlnaHRib3gtMC41LmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvanF1ZXJ5LmxpZ2h0Ym94LTAuNS5taW4uanNcbmh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9uZXh0Z2VuX2xpZ2h0Ym94X2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwicG9zdF90aXRsZSI6ImxpZ2h0Ym94IiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTEwIiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJsaWdodGJveF9saWJyYXJ5IiwicG9zdF9taW1lX3R5cGUiOiIiLCJjb21tZW50X2NvdW50IjoiMCIsImZpbHRlciI6InJhdyIsIm1ldGFfaWQiOiIxNTMiLCJwb3N0X2lkIjoiMTAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoibGlnaHRib3gifQ==','lightbox','','draft','open','open','','','','','2014-05-23 17:31:30','2014-05-23 17:31:30','eyJJRCI6MTAsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJsaWdodGJveCIsInRpdGxlIjoiTGlnaHRib3giLCJjb2RlIjoiY2xhc3M9J25nZ19saWdodGJveCciLCJ2YWx1ZXMiOnsibmV4dGdlbl9saWdodGJveF9sb2FkaW5nX2ltZ191cmwiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtaWNvLWxvYWRpbmcuZ2lmIiwibmV4dGdlbl9saWdodGJveF9jbG9zZV9idG5fdXJsIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1jbG9zZS5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2J0bl9wcmV2X3VybCI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tcHJldi5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2J0bl9uZXh0X3VybCI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1idG4tbmV4dC5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2JsYW5rX2ltZ191cmwiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYmxhbmsuZ2lmIn0sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9qcXVlcnkubGlnaHRib3gtMC41LmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvanF1ZXJ5LmxpZ2h0Ym94LTAuNS5taW4uanNcbmh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9uZXh0Z2VuX2xpZ2h0Ym94X2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwicG9zdF90aXRsZSI6ImxpZ2h0Ym94IiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTEwIiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJsaWdodGJveF9saWJyYXJ5IiwicG9zdF9taW1lX3R5cGUiOiIiLCJjb21tZW50X2NvdW50IjoiMCIsImZpbHRlciI6InJhdyIsIm1ldGFfaWQiOiIxNTMiLCJwb3N0X2lkIjoiMTAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoibGlnaHRib3gifQ==',0,'http://pantrytoplatechallenge.org/?p=10',0,'lightbox_library','',0),(11,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6MTEsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJmYW5jeWJveCIsInRpdGxlIjoiRmFuY3lib3giLCJjb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvanF1ZXJ5LmZhbmN5Ym94LTEuMy40LmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZWFzaW5nLTEuMy5wYWNrLmpzXG5odHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZmFuY3lib3gtMS4zLjQucGFjay5qc1xuaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvbmV4dGdlbl9mYW5jeWJveF9pbml0LmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sInBvc3RfdGl0bGUiOiJmYW5jeWJveCIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xMSIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTg1IiwicG9zdF9pZCI6IjExIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImZhbmN5Ym94In0=','fancybox','','draft','open','open','','','','','2014-05-23 17:31:30','2014-05-23 17:31:30','eyJJRCI6MTEsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJmYW5jeWJveCIsInRpdGxlIjoiRmFuY3lib3giLCJjb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvanF1ZXJ5LmZhbmN5Ym94LTEuMy40LmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZWFzaW5nLTEuMy5wYWNrLmpzXG5odHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZmFuY3lib3gtMS4zLjQucGFjay5qc1xuaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvbmV4dGdlbl9mYW5jeWJveF9pbml0LmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sInBvc3RfdGl0bGUiOiJmYW5jeWJveCIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xMSIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTg1IiwicG9zdF9pZCI6IjExIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImZhbmN5Ym94In0=',0,'http://pantrytoplatechallenge.org/?p=11',0,'lightbox_library','',0),(12,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6MTIsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJoaWdoc2xpZGUiLCJ0aXRsZSI6IkhpZ2hzbGlkZSIsImNvZGUiOiJjbGFzcz1cImhpZ2hzbGlkZVwiIG9uY2xpY2s9XCJyZXR1cm4gaHMuZXhwYW5kKHRoaXMsIGdhbGxlcnlPcHRpb25zKTtcIiIsInZhbHVlcyI6eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2hpZ2hzbGlkZVwvZ3JhcGhpY3MifSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS1mdWxsLnBhY2tlZC5qc1xuaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL25leHRnZW5faGlnaHNsaWRlX2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwicG9zdF90aXRsZSI6ImhpZ2hzbGlkZSIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xMiIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjE3IiwicG9zdF9pZCI6IjEyIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImhpZ2hzbGlkZSJ9','highslide','','draft','open','open','','','','','2014-05-23 17:31:30','2014-05-23 17:31:30','eyJJRCI6MTIsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJoaWdoc2xpZGUiLCJ0aXRsZSI6IkhpZ2hzbGlkZSIsImNvZGUiOiJjbGFzcz1cImhpZ2hzbGlkZVwiIG9uY2xpY2s9XCJyZXR1cm4gaHMuZXhwYW5kKHRoaXMsIGdhbGxlcnlPcHRpb25zKTtcIiIsInZhbHVlcyI6eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2hpZ2hzbGlkZVwvZ3JhcGhpY3MifSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS1mdWxsLnBhY2tlZC5qc1xuaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL25leHRnZW5faGlnaHNsaWRlX2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwicG9zdF90aXRsZSI6ImhpZ2hzbGlkZSIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xMiIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjE3IiwicG9zdF9pZCI6IjEyIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImhpZ2hzbGlkZSJ9',0,'http://pantrytoplatechallenge.org/?p=12',0,'lightbox_library','',0),(13,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6MTMsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJzaHV0dGVyIiwidGl0bGUiOiJTaHV0dGVyIiwiY29kZSI6ImNsYXNzPVwic2h1dHRlcnNldF8lR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjp7Im1zZ0xvYWRpbmciOiJMIE8gQSBEIEkgTiBHIiwibXNnQ2xvc2UiOiJDbGljayB0byBDbG9zZSJ9LCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL3NodXR0ZXIuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlclwvc2h1dHRlci5qc1xuaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyXC9uZXh0Z2VuX3NodXR0ZXIuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwicG9zdF90aXRsZSI6InNodXR0ZXIiLCJwb3N0X2V4Y2VycHQiOiIiLCJwb3N0X3N0YXR1cyI6ImRyYWZ0IiwiY29tbWVudF9zdGF0dXMiOiJvcGVuIiwicGluZ19zdGF0dXMiOiJvcGVuIiwicG9zdF9wYXNzd29yZCI6IiIsInBvc3RfbmFtZSI6IiIsInRvX3BpbmciOiIiLCJwaW5nZWQiOiIiLCJwb3N0X21vZGlmaWVkIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfbW9kaWZpZWRfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInBvc3RfcGFyZW50IjoiMCIsImd1aWQiOiJodHRwOlwvXC9wYW50cnl0b3BsYXRlY2hhbGxlbmdlLm9yZ1wvP3A9MTMiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImxpZ2h0Ym94X2xpYnJhcnkiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjI0OSIsInBvc3RfaWQiOiIxMyIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJzaHV0dGVyIn0=','shutter','','draft','open','open','','','','','2014-05-23 17:31:30','2014-05-23 17:31:30','eyJJRCI6MTMsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJzaHV0dGVyIiwidGl0bGUiOiJTaHV0dGVyIiwiY29kZSI6ImNsYXNzPVwic2h1dHRlcnNldF8lR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjp7Im1zZ0xvYWRpbmciOiJMIE8gQSBEIEkgTiBHIiwibXNnQ2xvc2UiOiJDbGljayB0byBDbG9zZSJ9LCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL3NodXR0ZXIuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlclwvc2h1dHRlci5qc1xuaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyXC9uZXh0Z2VuX3NodXR0ZXIuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwicG9zdF90aXRsZSI6InNodXR0ZXIiLCJwb3N0X2V4Y2VycHQiOiIiLCJwb3N0X3N0YXR1cyI6ImRyYWZ0IiwiY29tbWVudF9zdGF0dXMiOiJvcGVuIiwicGluZ19zdGF0dXMiOiJvcGVuIiwicG9zdF9wYXNzd29yZCI6IiIsInBvc3RfbmFtZSI6IiIsInRvX3BpbmciOiIiLCJwaW5nZWQiOiIiLCJwb3N0X21vZGlmaWVkIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfbW9kaWZpZWRfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInBvc3RfcGFyZW50IjoiMCIsImd1aWQiOiJodHRwOlwvXC9wYW50cnl0b3BsYXRlY2hhbGxlbmdlLm9yZ1wvP3A9MTMiLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImxpZ2h0Ym94X2xpYnJhcnkiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjI0OSIsInBvc3RfaWQiOiIxMyIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJzaHV0dGVyIn0=',0,'http://pantrytoplatechallenge.org/?p=13',0,'lightbox_library','',0),(14,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6MTQsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJzaHV0dGVyMiIsInRpdGxlIjoiU2h1dHRlciAyIiwiY29kZSI6ImNsYXNzPVwic2h1dHRlcnNldF8lR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyX3JlbG9hZGVkXC9zaHV0dGVyLmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuanNcbmh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvbmV4dGdlbl9zaHV0dGVyX3JlbG9hZGVkLmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sInBvc3RfdGl0bGUiOiJzaHV0dGVyMiIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xNCIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjgxIiwicG9zdF9pZCI6IjE0IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InNodXR0ZXIyIn0=','shutter2','','draft','open','open','','','','','2014-05-23 17:31:30','2014-05-23 17:31:30','eyJJRCI6MTQsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJzaHV0dGVyMiIsInRpdGxlIjoiU2h1dHRlciAyIiwiY29kZSI6ImNsYXNzPVwic2h1dHRlcnNldF8lR0FMTEVSWV9OQU1FJVwiIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvNjQuMzcuNDkuMTJcL35wYW50cnl0b1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyX3JlbG9hZGVkXC9zaHV0dGVyLmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuanNcbmh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvbmV4dGdlbl9zaHV0dGVyX3JlbG9hZGVkLmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sInBvc3RfdGl0bGUiOiJzaHV0dGVyMiIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xNCIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMjgxIiwicG9zdF9pZCI6IjE0IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InNodXR0ZXIyIn0=',0,'http://pantrytoplatechallenge.org/?p=14',0,'lightbox_library','',0),(15,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6MTUsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJ0aGlja2JveCIsInRpdGxlIjoiVGhpY2tib3giLCJjb2RlIjoiY2xhc3M9J3RoaWNrYm94JyByZWw9JyVHQUxMRVJZX05BTUUlJyIsInZhbHVlcyI6W10sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWluY2x1ZGVzXC9qc1wvdGhpY2tib3hcL3RoaWNrYm94LmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3RoaWNrYm94XC9uZXh0Z2VuX3RoaWNrYm94X2luaXQuanNcbmh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWluY2x1ZGVzXC9qc1wvdGhpY2tib3hcL3RoaWNrYm94LmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sInBvc3RfdGl0bGUiOiJ0aGlja2JveCIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xNSIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMzEzIiwicG9zdF9pZCI6IjE1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InRoaWNrYm94In0=','thickbox','','draft','open','open','','','','','2014-05-23 17:31:30','2014-05-23 17:31:30','eyJJRCI6MTUsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsIm5hbWUiOiJ0aGlja2JveCIsInRpdGxlIjoiVGhpY2tib3giLCJjb2RlIjoiY2xhc3M9J3RoaWNrYm94JyByZWw9JyVHQUxMRVJZX05BTUUlJyIsInZhbHVlcyI6W10sImNzc19zdHlsZXNoZWV0cyI6Imh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWluY2x1ZGVzXC9qc1wvdGhpY2tib3hcL3RoaWNrYm94LmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC82NC4zNy40OS4xMlwvfnBhbnRyeXRvXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3RoaWNrYm94XC9uZXh0Z2VuX3RoaWNrYm94X2luaXQuanNcbmh0dHA6XC9cLzY0LjM3LjQ5LjEyXC9+cGFudHJ5dG9cL3dwLWluY2x1ZGVzXC9qc1wvdGhpY2tib3hcL3RoaWNrYm94LmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sInBvc3RfdGl0bGUiOiJ0aGlja2JveCIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xNSIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoibGlnaHRib3hfbGlicmFyeSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMzEzIiwicG9zdF9pZCI6IjE1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InRoaWNrYm94In0=',0,'http://pantrytoplatechallenge.org/?p=15',0,'lightbox_library','',0),(16,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6MTYsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBDb21wYWN0IEFsYnVtIiwiZW50aXR5X3R5cGVzIjpbImFsYnVtIiwiZ2FsbGVyeSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJXRFBcL0RGU1wvMzBcLzJcLzVcLzBcLzMwMDAwMjAwNTJcL3VzZXJcL3NpdGVzXC8zMzU2NzEwLnNpdGVcL3d3d1wvcGFudHJ5XC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvY29tcGFjdF9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiYWxidW1zIiwidmlld19vcmRlciI6MTAyMDAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfY29tcGFjdF9hbGJ1bSIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgQ29tcGFjdCBBbGJ1bSIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xNiIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoiZGlzcGxheV90eXBlIiwicG9zdF9taW1lX3R5cGUiOiIiLCJjb21tZW50X2NvdW50IjoiMCIsImZpbHRlciI6InJhdyIsIm1ldGFfaWQiOiIzNDkiLCJwb3N0X2lkIjoiMTYiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0ifQ==','NextGEN Basic Compact Album','','draft','open','open','','','','','2014-05-23 17:31:30','2014-05-23 17:31:30','eyJJRCI6MTYsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBDb21wYWN0IEFsYnVtIiwiZW50aXR5X3R5cGVzIjpbImFsYnVtIiwiZ2FsbGVyeSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJXRFBcL0RGU1wvMzBcLzJcLzVcLzBcLzMwMDAwMjAwNTJcL3VzZXJcL3NpdGVzXC8zMzU2NzEwLnNpdGVcL3d3d1wvcGFudHJ5XC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvY29tcGFjdF9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiYWxidW1zIiwidmlld19vcmRlciI6MTAyMDAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfY29tcGFjdF9hbGJ1bSIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgQ29tcGFjdCBBbGJ1bSIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ2IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0xNiIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoiZGlzcGxheV90eXBlIiwicG9zdF9taW1lX3R5cGUiOiIiLCJjb21tZW50X2NvdW50IjoiMCIsImZpbHRlciI6InJhdyIsIm1ldGFfaWQiOiIzNDkiLCJwb3N0X2lkIjoiMTYiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0ifQ==',0,'http://pantrytoplatechallenge.org/?p=16',0,'display_type','',0),(17,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6MTcsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBFeHRlbmRlZCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJwb3N0X2V4Y2VycHQiOiIiLCJwb3N0X3N0YXR1cyI6ImRyYWZ0IiwiY29tbWVudF9zdGF0dXMiOiJvcGVuIiwicGluZ19zdGF0dXMiOiJvcGVuIiwicG9zdF9wYXNzd29yZCI6IiIsInBvc3RfbmFtZSI6IiIsInRvX3BpbmciOiIiLCJwaW5nZWQiOiIiLCJwb3N0X21vZGlmaWVkIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfbW9kaWZpZWRfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInBvc3RfcGFyZW50IjoiMCIsImd1aWQiOiJodHRwOlwvXC9wYW50cnl0b3BsYXRlY2hhbGxlbmdlLm9yZ1wvP3A9MTciLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImRpc3BsYXlfdHlwZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMzgxIiwicG9zdF9pZCI6IjE3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSJ9','NextGEN Basic Extended Album','','draft','open','open','','','','','2014-05-23 17:31:30','2014-05-23 17:31:30','eyJJRCI6MTcsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBFeHRlbmRlZCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJwb3N0X2V4Y2VycHQiOiIiLCJwb3N0X3N0YXR1cyI6ImRyYWZ0IiwiY29tbWVudF9zdGF0dXMiOiJvcGVuIiwicGluZ19zdGF0dXMiOiJvcGVuIiwicG9zdF9wYXNzd29yZCI6IiIsInBvc3RfbmFtZSI6IiIsInRvX3BpbmciOiIiLCJwaW5nZWQiOiIiLCJwb3N0X21vZGlmaWVkIjoiMjAxNC0wNC0yOCAxNjoxMTo0NiIsInBvc3RfbW9kaWZpZWRfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInBvc3RfcGFyZW50IjoiMCIsImd1aWQiOiJodHRwOlwvXC9wYW50cnl0b3BsYXRlY2hhbGxlbmdlLm9yZ1wvP3A9MTciLCJtZW51X29yZGVyIjoiMCIsInBvc3RfdHlwZSI6ImRpc3BsYXlfdHlwZSIsInBvc3RfbWltZV90eXBlIjoiIiwiY29tbWVudF9jb3VudCI6IjAiLCJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMzgxIiwicG9zdF9pZCI6IjE3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSJ9',0,'http://pantrytoplatechallenge.org/?p=17',0,'display_type','',0),(18,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6MTgsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUaHVtYm5haWxzIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IldEUFwvREZTXC8zMFwvMlwvNVwvMFwvMzAwMDAyMDA1MlwvdXNlclwvc2l0ZXNcLzMzNTY3MTAuc2l0ZVwvd3d3XC9wYW50cnlcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19nYWxsZXJ5XC9zdGF0aWNcL3RodW1iX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6MCwidGh1bWJuYWlsX3dpZHRoIjoxMjAsInRodW1ibmFpbF9oZWlnaHQiOjkwLCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwic2hvd19zbGlkZXNob3dfbGluayI6MSwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IGFzIHNsaWRlc2hvd10iLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjAsInRodW1ibmFpbF9xdWFsaXR5IjoiMTAwIiwidGh1bWJuYWlsX2Nyb3AiOjEsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsInBpY2xlbnNfbGlua190ZXh0IjoiW1Nob3cgUGljTGVuc10iLCJzaG93X3BpY2xlbnNfbGluayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJwb3N0X3RpdGxlIjoiTmV4dEdFTiBCYXNpYyBUaHVtYm5haWxzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTE4IiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjQxMyIsInBvc3RfaWQiOiIxOCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyJ9','NextGEN Basic Thumbnails','','draft','open','open','','','','','2014-05-23 17:31:30','2014-05-23 17:31:30','eyJJRCI6MTgsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUaHVtYm5haWxzIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IldEUFwvREZTXC8zMFwvMlwvNVwvMFwvMzAwMDAyMDA1MlwvdXNlclwvc2l0ZXNcLzMzNTY3MTAuc2l0ZVwvd3d3XC9wYW50cnlcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19nYWxsZXJ5XC9zdGF0aWNcL3RodW1iX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiaW1hZ2VzX3Blcl9wYWdlIjoiMjAiLCJudW1iZXJfb2ZfY29sdW1ucyI6MCwidGh1bWJuYWlsX3dpZHRoIjoxMjAsInRodW1ibmFpbF9oZWlnaHQiOjkwLCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwic2hvd19zbGlkZXNob3dfbGluayI6MSwic2xpZGVzaG93X2xpbmtfdGV4dCI6IltTaG93IGFzIHNsaWRlc2hvd10iLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjAsInRodW1ibmFpbF9xdWFsaXR5IjoiMTAwIiwidGh1bWJuYWlsX2Nyb3AiOjEsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsInBpY2xlbnNfbGlua190ZXh0IjoiW1Nob3cgUGljTGVuc10iLCJzaG93X3BpY2xlbnNfbGluayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJwb3N0X3RpdGxlIjoiTmV4dEdFTiBCYXNpYyBUaHVtYm5haWxzIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTE4IiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjQxMyIsInBvc3RfaWQiOiIxOCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyJ9',0,'http://pantrytoplatechallenge.org/?p=18',0,'display_type','',0),(19,1,'2014-04-28 16:11:46','0000-00-00 00:00:00','eyJJRCI6MTksInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTbGlkZXNob3ciLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOjEwLCJnYWxsZXJ5X3dpZHRoIjo2MDAsImdhbGxlcnlfaGVpZ2h0Ijo0MDAsInRodW1ibmFpbF93aWR0aCI6MTIwLCJ0aHVtYm5haWxfaGVpZ2h0Ijo5MCwiY3ljbGVfaW50ZXJ2YWwiOjEwLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiZmxhc2hfZW5hYmxlZCI6MCwiZmxhc2hfcGF0aCI6IiIsImZsYXNoX3NodWZmbGUiOnRydWUsImZsYXNoX25leHRfb25fY2xpY2siOnRydWUsImZsYXNoX25hdmlnYXRpb25fYmFyIjowLCJmbGFzaF9sb2FkaW5nX2ljb24iOjAsImZsYXNoX3dhdGVybWFya19sb2dvIjowLCJmbGFzaF9zdHJldGNoX2ltYWdlIjoiVHJ1ZSIsImZsYXNoX3RyYW5zaXRpb25fZWZmZWN0IjoicmFuZG9tIiwiZmxhc2hfc2xvd196b29tIjowLCJmbGFzaF9iYWNrZ3JvdW5kX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfdGV4dF9jb2xvciI6IkZGRkZGRiIsImZsYXNoX3JvbGxvdmVyX2NvbG9yIjoiQ0MwMDAwIiwiZmxhc2hfc2NyZWVuX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfYmFja2dyb3VuZF9tdXNpYyI6IiIsImZsYXNoX3hodG1sX3ZhbGlkYXRpb24iOjAsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwic2hvd190aHVtYm5haWxfbGluayI6MSwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHBpY3R1cmUgbGlzdF0iLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTE5IiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjQ0NSIsInBvc3RfaWQiOiIxOSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93In0=','NextGEN Basic Slideshow','','draft','open','open','','','','','2014-05-23 17:31:30','2014-05-23 17:31:30','eyJJRCI6MTksInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTbGlkZXNob3ciLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOjEwLCJnYWxsZXJ5X3dpZHRoIjo2MDAsImdhbGxlcnlfaGVpZ2h0Ijo0MDAsInRodW1ibmFpbF93aWR0aCI6MTIwLCJ0aHVtYm5haWxfaGVpZ2h0Ijo5MCwiY3ljbGVfaW50ZXJ2YWwiOjEwLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiZmxhc2hfZW5hYmxlZCI6MCwiZmxhc2hfcGF0aCI6IiIsImZsYXNoX3NodWZmbGUiOnRydWUsImZsYXNoX25leHRfb25fY2xpY2siOnRydWUsImZsYXNoX25hdmlnYXRpb25fYmFyIjowLCJmbGFzaF9sb2FkaW5nX2ljb24iOjAsImZsYXNoX3dhdGVybWFya19sb2dvIjowLCJmbGFzaF9zdHJldGNoX2ltYWdlIjoiVHJ1ZSIsImZsYXNoX3RyYW5zaXRpb25fZWZmZWN0IjoicmFuZG9tIiwiZmxhc2hfc2xvd196b29tIjowLCJmbGFzaF9iYWNrZ3JvdW5kX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfdGV4dF9jb2xvciI6IkZGRkZGRiIsImZsYXNoX3JvbGxvdmVyX2NvbG9yIjoiQ0MwMDAwIiwiZmxhc2hfc2NyZWVuX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfYmFja2dyb3VuZF9tdXNpYyI6IiIsImZsYXNoX3hodG1sX3ZhbGlkYXRpb24iOjAsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwic2hvd190aHVtYm5haWxfbGluayI6MSwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHBpY3R1cmUgbGlzdF0iLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDYiLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTE5IiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjQ0NSIsInBvc3RfaWQiOiIxOSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93In0=',0,'http://pantrytoplatechallenge.org/?p=19',0,'display_type','',0),(20,1,'2014-04-28 16:11:47','0000-00-00 00:00:00','eyJJRCI6MjAsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBJbWFnZUJyb3dzZXIiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sInBvc3RfdGl0bGUiOiJOZXh0R0VOIEJhc2ljIEltYWdlQnJvd3NlciIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ3IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0yMCIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoiZGlzcGxheV90eXBlIiwicG9zdF9taW1lX3R5cGUiOiIiLCJjb21tZW50X2NvdW50IjoiMCIsImZpbHRlciI6InJhdyIsIm1ldGFfaWQiOiI0NzciLCJwb3N0X2lkIjoiMjAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJ9','NextGEN Basic ImageBrowser','','draft','open','open','','','','','2014-05-23 17:31:30','2014-05-23 17:31:30','eyJJRCI6MjAsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBJbWFnZUJyb3dzZXIiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sInBvc3RfdGl0bGUiOiJOZXh0R0VOIEJhc2ljIEltYWdlQnJvd3NlciIsInBvc3RfZXhjZXJwdCI6IiIsInBvc3Rfc3RhdHVzIjoiZHJhZnQiLCJjb21tZW50X3N0YXR1cyI6Im9wZW4iLCJwaW5nX3N0YXR1cyI6Im9wZW4iLCJwb3N0X3Bhc3N3b3JkIjoiIiwicG9zdF9uYW1lIjoiIiwidG9fcGluZyI6IiIsInBpbmdlZCI6IiIsInBvc3RfbW9kaWZpZWQiOiIyMDE0LTA0LTI4IDE2OjExOjQ3IiwicG9zdF9tb2RpZmllZF9nbXQiOiIwMDAwLTAwLTAwIDAwOjAwOjAwIiwicG9zdF9wYXJlbnQiOiIwIiwiZ3VpZCI6Imh0dHA6XC9cL3BhbnRyeXRvcGxhdGVjaGFsbGVuZ2Uub3JnXC8/cD0yMCIsIm1lbnVfb3JkZXIiOiIwIiwicG9zdF90eXBlIjoiZGlzcGxheV90eXBlIiwicG9zdF9taW1lX3R5cGUiOiIiLCJjb21tZW50X2NvdW50IjoiMCIsImZpbHRlciI6InJhdyIsIm1ldGFfaWQiOiI0NzciLCJwb3N0X2lkIjoiMjAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJ9',0,'http://pantrytoplatechallenge.org/?p=20',0,'display_type','',0),(21,1,'2014-04-28 16:11:47','0000-00-00 00:00:00','eyJJRCI6MjEsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTaW5nbGVQaWMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJtb2RlIjoiIiwiZGlzcGxheV93YXRlcm1hcmsiOjAsImRpc3BsYXlfcmVmbGVjdGlvbiI6MCwiZmxvYXQiOiIiLCJsaW5rIjoiIiwicXVhbGl0eSI6MTAwLCJjcm9wIjowLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTIxIiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjUwOSIsInBvc3RfaWQiOiIyMSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIn0=','NextGEN Basic SinglePic','','draft','open','open','','','','','2014-05-23 17:31:30','2014-05-23 17:31:30','eyJJRCI6MjEsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTaW5nbGVQaWMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiV0RQXC9ERlNcLzMwXC8yXC81XC8wXC8zMDAwMDIwMDUyXC91c2VyXC9zaXRlc1wvMzM1NjcxMC5zaXRlXC93d3dcL3BhbnRyeVwvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJtb2RlIjoiIiwiZGlzcGxheV93YXRlcm1hcmsiOjAsImRpc3BsYXlfcmVmbGVjdGlvbiI6MCwiZmxvYXQiOiIiLCJsaW5rIjoiIiwicXVhbGl0eSI6MTAwLCJjcm9wIjowLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwicG9zdF90aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTIxIiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjUwOSIsInBvc3RfaWQiOiIyMSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIn0=',0,'http://pantrytoplatechallenge.org/?p=21',0,'display_type','',0),(22,1,'2014-04-28 16:11:47','0000-00-00 00:00:00','eyJJRCI6MjIsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUYWdDbG91ZCIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJXRFBcL0RGU1wvMzBcLzJcLzVcLzBcLzMwMDAwMjAwNTJcL3VzZXJcL3NpdGVzXC8zMzU2NzEwLnNpdGVcL3d3d1wvcGFudHJ5XC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfdGFnY2xvdWRcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIn0sInBvc3RfdGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRhZ0Nsb3VkIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTIyIiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjU0MSIsInBvc3RfaWQiOiIyMiIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQifQ==','NextGEN Basic TagCloud','','draft','open','open','','','','','2014-05-23 17:31:30','2014-05-23 17:31:30','eyJJRCI6MjIsInBvc3RfYXV0aG9yIjoiMSIsInBvc3RfZGF0ZSI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X2RhdGVfZ210IjoiMDAwMC0wMC0wMCAwMDowMDowMCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUYWdDbG91ZCIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJXRFBcL0RGU1wvMzBcLzJcLzVcLzBcLzMwMDAwMjAwNTJcL3VzZXJcL3NpdGVzXC8zMzU2NzEwLnNpdGVcL3d3d1wvcGFudHJ5XC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfdGFnY2xvdWRcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIn0sInBvc3RfdGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRhZ0Nsb3VkIiwicG9zdF9leGNlcnB0IjoiIiwicG9zdF9zdGF0dXMiOiJkcmFmdCIsImNvbW1lbnRfc3RhdHVzIjoib3BlbiIsInBpbmdfc3RhdHVzIjoib3BlbiIsInBvc3RfcGFzc3dvcmQiOiIiLCJwb3N0X25hbWUiOiIiLCJ0b19waW5nIjoiIiwicGluZ2VkIjoiIiwicG9zdF9tb2RpZmllZCI6IjIwMTQtMDQtMjggMTY6MTE6NDciLCJwb3N0X21vZGlmaWVkX2dtdCI6IjAwMDAtMDAtMDAgMDA6MDA6MDAiLCJwb3N0X3BhcmVudCI6IjAiLCJndWlkIjoiaHR0cDpcL1wvcGFudHJ5dG9wbGF0ZWNoYWxsZW5nZS5vcmdcLz9wPTIyIiwibWVudV9vcmRlciI6IjAiLCJwb3N0X3R5cGUiOiJkaXNwbGF5X3R5cGUiLCJwb3N0X21pbWVfdHlwZSI6IiIsImNvbW1lbnRfY291bnQiOiIwIiwiZmlsdGVyIjoicmF3IiwibWV0YV9pZCI6IjU0MSIsInBvc3RfaWQiOiIyMiIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQifQ==',0,'http://pantrytoplatechallenge.org/?p=22',0,'display_type','',0),(23,1,'2014-04-28 16:11:49','2014-04-28 16:11:49','[productspage]','Products Page','','publish','closed','closed','','products-page','','','2014-04-28 16:11:49','2014-04-28 16:11:49','',0,'http://pantrytoplatechallenge.org/products-page/',0,'page','',0),(24,1,'2014-04-28 16:11:49','2014-04-28 16:11:49','[shoppingcart]','Checkout','','publish','closed','closed','','checkout','','','2014-04-28 16:11:49','2014-04-28 16:11:49','',23,'http://pantrytoplatechallenge.org/products-page/checkout/',0,'page','',0),(25,1,'2014-04-28 16:11:49','2014-04-28 16:11:49','[transactionresults]','Transaction Results','','publish','closed','closed','','transaction-results','','','2014-04-28 16:11:49','2014-04-28 16:11:49','',23,'http://pantrytoplatechallenge.org/products-page/transaction-results/',0,'page','',0),(26,1,'2014-04-28 16:11:49','2014-04-28 16:11:49','[userlog]','Your Account','','publish','closed','closed','','your-account','','','2014-04-28 16:11:49','2014-04-28 16:11:49','',23,'http://pantrytoplatechallenge.org/products-page/your-account/',0,'page','',0),(27,1,'2014-04-29 18:05:59','2014-04-29 18:05:59','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\r\n\r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\r\n\r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora.png\"><img class=\"alignright size-medium wp-image-158\" style=\"border: 0px;\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora-192x300.png\" alt=\"CatCora\" width=\"192\" height=\"300\" /></a>\r\nThe Food Network meets Orlando. Let’s eat!\r\n\r\n<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/tickets/\"><img class=\"alignleft size-full wp-image-213\" style=\"border: 0px;\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/BuyTickets.png\" alt=\"BuyTickets\" width=\"182\" height=\"30\" /></a>','Home','','publish','open','open','','home','','','2014-05-20 20:56:14','2014-05-20 20:56:14','',0,'http://pantrytoplatechallenge.org/?page_id=27',0,'page','',0),(28,1,'2014-04-29 18:05:59','2014-04-29 18:05:59','','Home','','inherit','open','open','','27-revision-v1','','','2014-04-29 18:05:59','2014-04-29 18:05:59','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(29,1,'2014-04-29 18:06:28','2014-04-29 18:06:28','','Blog','','publish','open','open','','blog','','','2014-04-29 18:06:28','2014-04-29 18:06:28','',0,'http://pantrytoplatechallenge.org/?page_id=29',0,'page','',0),(30,1,'2014-04-29 18:06:28','2014-04-29 18:06:28','','Blog','','inherit','open','open','','29-revision-v1','','','2014-04-29 18:06:28','2014-04-29 18:06:28','',29,'http://pantrytoplatechallenge.org/29-revision-v1/',0,'revision','',0),(31,1,'2014-04-29 18:07:29','2014-04-29 18:07:29','[contact-form-7 id=\"4\" title=\"Contact form 1\"]','Contact','','publish','open','open','','contact','','','2014-04-29 18:32:36','2014-04-29 18:32:36','',0,'http://pantrytoplatechallenge.org/?page_id=31',0,'page','',0),(32,1,'2014-04-29 18:07:29','2014-04-29 18:07:29','','Contact','','inherit','open','open','','31-revision-v1','','','2014-04-29 18:07:29','2014-04-29 18:07:29','',31,'http://pantrytoplatechallenge.org/31-revision-v1/',0,'revision','',0),(33,1,'2014-04-29 18:07:41','2014-04-29 18:07:41','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography coming soon.\r\n</br></br></br></br></br></br></br></br></br></br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"225\" height=\"300\" class=\"alignleft size-medium wp-image-102\" /></a>\r\n\r\n<strong>Meet Hari Pulapaka, Ph.D., C.E.C.</strong>\r\n\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL\r\n Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\r\nOR\r\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\r\nOR\r\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" class=\"alignleft size-medium wp-image-54\" /></a>\r\n\r\n<strong>Meet John Rivers, Chef & Owner 4R Restaurant Group.</strong>\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers’ experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, “The Southern Cowboy” and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" class=\"alignleft size-medium wp-image-51\" /></a>\r\n\r\n<strong>Meet Hollis Wilder</strong>\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\n<strong>My Journey:</strong>\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it!”','The Chefs','','publish','open','open','','chefs','','','2014-05-20 17:37:37','2014-05-20 17:37:37','',0,'http://pantrytoplatechallenge.org/?page_id=33',0,'page','',0),(34,1,'2014-04-29 18:07:41','2014-04-29 18:07:41','','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-04-29 18:07:41','2014-04-29 18:07:41','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(35,1,'2014-04-29 18:08:06','2014-04-29 18:08:06','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" class=\"alignleft size-medium wp-image-56\" /></a>\r\n\r\n<strong>Meet Mark Baratelli</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida’s (and the country’s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.\r\n</br></br></br></br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie-198x300.jpg\" alt=\"Scott McKenzie\" width=\"198\" height=\"300\" class=\"alignleft size-medium wp-image-79\" /></a>\r\n\r\n<strong>Meet Scott McKenzie</strong>\r\n\r\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\r\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\r\n\r\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.\r\n</br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91-172x300.jpg\" alt=\"PX00114_9[1]\" width=\"172\" height=\"300\" class=\"alignleft size-medium wp-image-109\" /></a>\r\n\r\n<strong>Meet Heather McPherson</strong>\r\n\r\nHeather McPherson is the Food Editor, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for orlandosentinel.com. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.\r\n\r\nShe is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\r\n\r\nThe author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\r\n\r\nShe earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\r\nBorn Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors. ','The Judges','','publish','open','open','','judges','','','2014-05-20 16:29:15','2014-05-20 16:29:15','',0,'http://pantrytoplatechallenge.org/?page_id=35',0,'page','',0),(36,1,'2014-04-29 18:08:06','2014-04-29 18:08:06','','The Judges','','inherit','open','open','','35-revision-v1','','','2014-04-29 18:08:06','2014-04-29 18:08:06','',35,'http://pantrytoplatechallenge.org/35-revision-v1/',0,'revision','',0),(37,1,'2014-04-29 18:09:25','2014-04-29 18:09:25','<img class=\"alignleft size-full wp-image-49\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" /><strong>Meet Cat Cora</strong>\r\n\r\nIt\'s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network\'s \"Iron Chef America\" as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, \"the greatest recognition she could achieve as a chef.\" That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy\'s South Coast Plaza, San Francisco and Houston\'s airports and another at Walt Disney World, Cat\'s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat\'s culinary education continued in Europe completing apprenticeships with two of France\'s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley\'s Bistro Don Giovanni.','Cat Cora','','publish','open','open','','cat-cora','','','2014-05-08 19:41:42','2014-05-08 19:41:42','',33,'http://pantrytoplatechallenge.org/?page_id=37',0,'page','',0),(38,1,'2014-04-29 18:09:25','2014-04-29 18:09:25','','Cat Cora','','inherit','open','open','','37-revision-v1','','','2014-04-29 18:09:25','2014-04-29 18:09:25','',37,'http://pantrytoplatechallenge.org/37-revision-v1/',0,'revision','',0),(39,1,'2014-04-29 18:09:41','2014-04-29 18:09:41','<img class=\"alignleft size-medium wp-image-54\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" /><strong>Meet John Rivers, Chef & Owner 4R Restaurant Group.</strong>\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers\' experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, \"The Southern Cowboy\" and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron','John Rivers','','publish','open','open','','john-rivers','','','2014-05-08 19:42:21','2014-05-08 19:42:21','',33,'http://pantrytoplatechallenge.org/?page_id=39',0,'page','',0),(40,1,'2014-04-29 18:09:41','2014-04-29 18:09:41','','John Rivers','','inherit','open','open','','39-revision-v1','','','2014-04-29 18:09:41','2014-04-29 18:09:41','',39,'http://pantrytoplatechallenge.org/39-revision-v1/',0,'revision','',0),(41,1,'2014-04-29 18:10:00','2014-04-29 18:10:00','<img class=\"alignleft size-medium wp-image-56\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" /><strong>Meet Mark Baratelli.</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida\'s (and the country\'s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.','Mark Baratelli','','publish','open','open','','mark-baratelli','','','2014-05-08 19:40:41','2014-05-08 19:40:41','',35,'http://pantrytoplatechallenge.org/?page_id=41',0,'page','',0),(42,1,'2014-04-29 18:10:00','2014-04-29 18:10:00','','Mark Baratelli','','inherit','open','open','','41-revision-v1','','','2014-04-29 18:10:00','2014-04-29 18:10:00','',41,'http://pantrytoplatechallenge.org/41-revision-v1/',0,'revision','',0),(43,1,'2014-04-29 18:10:15','2014-04-29 18:10:15','<img class=\"alignleft size-medium wp-image-51\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" /><strong>Meet Hollis Wilder</strong>\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\n<strong>My Journey:</strong>\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it!”','Hollis Wilder','','publish','open','open','','hollis-wilder','','','2014-05-20 16:13:30','2014-05-20 16:13:30','',33,'http://pantrytoplatechallenge.org/?page_id=43',0,'page','',0),(44,1,'2014-04-29 18:10:15','2014-04-29 18:10:15','','Hollis Wilder','','inherit','open','open','','43-revision-v1','','','2014-04-29 18:10:15','2014-04-29 18:10:15','',43,'http://pantrytoplatechallenge.org/43-revision-v1/',0,'revision','',0),(45,1,'2014-04-29 18:11:22','2014-04-29 18:11:22','2\r\nSavory Bites:\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory\r\nlook. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent\r\nsweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for\r\nmaking ahead of time and freezing for the week in single or family-size portions. Hollis provides tips\r\nfor having children help with the cooking to make a more enjoyable family mealtime. With 100\r\nexciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and\r\nBlue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a\r\ncupcake pan isn’t just for sweets and is sure to please any palate or budget.\r\nThe book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc,\r\nand is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore,\r\nTom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette\r\nBenning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\nMy Journey:\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have\r\nfueled each step of my career.\r\nOne serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on\r\nme, when he hired me to make the shows daily lunches. It was then that I began to make my mark\r\non Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and\r\nThat 70′s Show, just to name a few. These connections led me to prepare food for a hungry\r\nHollywood.\r\nIn 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first\r\ncupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the\r\nCupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit\r\nseries. It was then that ABRAMS Books approached me and invited me to write a book.\r\nMarrying my savory past with the classic American cupcake pan, I am preparing for the release of\r\nmy first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive\r\nsubmission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a\r\ncupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued\r\ndesire to please the opinionated palates that I feed.\r\nI hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that\r\nhas come from my dedication to being the very best that I can be. Ask yourself, “What is the\r\ncupcake in your life?”\r\n”If food is love, then I’m making it”','Hollis Wilder','','inherit','open','open','','43-revision-v1','','','2014-04-29 18:11:22','2014-04-29 18:11:22','',43,'http://pantrytoplatechallenge.org/43-revision-v1/',0,'revision','',0),(46,1,'2014-04-29 18:12:10','2014-04-29 18:12:10','Savory Bites: Hollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev. My Journey: Through travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it”','Hollis Wilder','','inherit','open','open','','43-revision-v1','','','2014-04-29 18:12:10','2014-04-29 18:12:10','',43,'http://pantrytoplatechallenge.org/43-revision-v1/',0,'revision','',0),(47,1,'2014-04-29 18:12:28','2014-04-29 18:12:28','Savory Bites:\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\nMy Journey:\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it”','Hollis Wilder','','inherit','open','open','','43-revision-v1','','','2014-04-29 18:12:28','2014-04-29 18:12:28','',43,'http://pantrytoplatechallenge.org/43-revision-v1/',0,'revision','',0),(48,1,'2014-04-29 18:23:32','2014-04-29 18:23:32','Meet Cat Cora\n\nIt\'s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network\'s \"Iron Chef America\" as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, \"the greatest recognition she could achieve as a chef.\" That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy\'s South Coast Plaza, San Francisco and Houston\'s airports and another at Walt Disney World, Cat\'s bringing a taste of her culinary influence to both coasts.\n\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\n\nCat\'s culinary education continued in Europe completing apprenticeships with two of France\'s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley\'s Bistro Don Giovanni.','Cat Cora','','inherit','open','open','','37-autosave-v1','','','2014-04-29 18:23:32','2014-04-29 18:23:32','',37,'http://pantrytoplatechallenge.org/37-autosave-v1/',0,'revision','',0),(49,1,'2014-04-29 18:23:41','2014-04-29 18:23:41','','Cat Cora','','inherit','open','open','','screen-shot-2014-04-29-at-2-23-27-pm','','','2014-04-29 18:23:41','2014-04-29 18:23:41','',37,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png',0,'attachment','image/png',0),(50,1,'2014-04-29 18:23:59','2014-04-29 18:23:59','Meet Cat Cora\r\n\r\n<img class=\"alignleft size-full wp-image-49\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" />It\'s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network\'s \"Iron Chef America\" as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, \"the greatest recognition she could achieve as a chef.\" That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy\'s South Coast Plaza, San Francisco and Houston\'s airports and another at Walt Disney World, Cat\'s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat\'s culinary education continued in Europe completing apprenticeships with two of France\'s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley\'s Bistro Don Giovanni.','Cat Cora','','inherit','open','open','','37-revision-v1','','','2014-04-29 18:23:59','2014-04-29 18:23:59','',37,'http://pantrytoplatechallenge.org/37-revision-v1/',0,'revision','',0),(51,1,'2014-04-29 18:24:56','2014-04-29 18:24:56','','Hollis Wilder','','inherit','open','open','','screen-shot-2014-04-29-at-2-24-37-pm','','','2014-04-29 18:24:56','2014-04-29 18:24:56','',43,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM.png',0,'attachment','image/png',0),(52,1,'2014-04-29 18:25:14','2014-04-29 18:25:14','<img class=\"alignleft size-medium wp-image-51\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" />Savory Bites:\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\nMy Journey:\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it”','Hollis Wilder','','inherit','open','open','','43-revision-v1','','','2014-04-29 18:25:14','2014-04-29 18:25:14','',43,'http://pantrytoplatechallenge.org/43-revision-v1/',0,'revision','',0),(53,1,'2014-04-29 18:26:52','2014-04-29 18:26:52','John Rivers\r\nChef & Owner\r\n4R Restaurant Group\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers\' experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, \"The Southern Cowboy\" and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron','John Rivers','','inherit','open','open','','39-revision-v1','','','2014-04-29 18:26:52','2014-04-29 18:26:52','',39,'http://pantrytoplatechallenge.org/39-revision-v1/',0,'revision','',0),(54,1,'2014-04-29 18:27:51','2014-04-29 18:27:51','','johnrivers','','inherit','open','open','','johnrivers','','','2014-04-29 18:27:51','2014-04-29 18:27:51','',39,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers.jpg',0,'attachment','image/jpeg',0),(55,1,'2014-04-29 18:28:07','2014-04-29 18:28:07','<img class=\"alignleft size-medium wp-image-54\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" />John Rivers\r\nChef & Owner\r\n4R Restaurant Group\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers\' experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, \"The Southern Cowboy\" and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron','John Rivers','','inherit','open','open','','39-revision-v1','','','2014-04-29 18:28:07','2014-04-29 18:28:07','',39,'http://pantrytoplatechallenge.org/39-revision-v1/',0,'revision','',0),(56,1,'2014-04-29 18:29:30','2014-04-29 18:29:30','','mark-baratelli-headshot','','inherit','open','open','','mark-baratelli-headshot','','','2014-04-29 18:29:30','2014-04-29 18:29:30','',41,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg',0,'attachment','image/jpeg',0),(57,1,'2014-04-29 18:29:37','2014-04-29 18:29:37','MARK BARATELLI | Orlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida\'s (and the country\'s!) original traveling food truck event, making 500 visits since its start in 2011. He works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.','Mark Baratelli','','inherit','open','open','','41-autosave-v1','','','2014-04-29 18:29:37','2014-04-29 18:29:37','',41,'http://pantrytoplatechallenge.org/41-autosave-v1/',0,'revision','',0),(58,1,'2014-04-29 18:29:45','2014-04-29 18:29:45','<img class=\"alignleft size-medium wp-image-56\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" />MARK BARATELLI | Orlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida\'s (and the country\'s!) original traveling food truck event, making 500 visits since its start in 2011. He works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.','Mark Baratelli','','inherit','open','open','','41-revision-v1','','','2014-04-29 18:29:45','2014-04-29 18:29:45','',41,'http://pantrytoplatechallenge.org/41-revision-v1/',0,'revision','',0),(59,1,'2014-04-29 18:29:54','2014-04-29 18:29:54','<img class=\"alignleft size-medium wp-image-56\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" />Meet MARK BARATELLI |\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida\'s (and the country\'s!) original traveling food truck event, making 500 visits since its start in 2011. He works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.','Mark Baratelli','','inherit','open','open','','41-revision-v1','','','2014-04-29 18:29:54','2014-04-29 18:29:54','',41,'http://pantrytoplatechallenge.org/41-revision-v1/',0,'revision','',0),(60,1,'2014-04-29 18:30:07','2014-04-29 18:30:07','<img class=\"alignleft size-medium wp-image-56\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" />Meet MARK BARATELLI |\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida\'s (and the country\'s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.','Mark Baratelli','','inherit','open','open','','41-revision-v1','','','2014-04-29 18:30:07','2014-04-29 18:30:07','',41,'http://pantrytoplatechallenge.org/41-revision-v1/',0,'revision','',0),(61,1,'2014-04-29 18:30:34','2014-04-29 18:30:34','<img class=\"alignleft size-medium wp-image-56\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" />Meet Mark Baratelli.\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida\'s (and the country\'s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.','Mark Baratelli','','inherit','open','open','','41-revision-v1','','','2014-04-29 18:30:34','2014-04-29 18:30:34','',41,'http://pantrytoplatechallenge.org/41-revision-v1/',0,'revision','',0),(62,1,'2014-04-29 18:31:49','2014-04-29 18:31:49','[contact-form-7 id=\"4\" title=\"Contact form 1\"]','Contact','','inherit','open','open','','31-revision-v1','','','2014-04-29 18:31:49','2014-04-29 18:31:49','',31,'http://pantrytoplatechallenge.org/31-revision-v1/',0,'revision','',0),(94,1,'2014-04-29 20:22:45','2014-04-29 20:22:45','','JFSMASTER','','inherit','open','open','','jfsmaster','','','2014-04-29 20:22:45','2014-04-29 20:22:45','',27,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/JFSMASTER.jpg',0,'attachment','image/jpeg',0),(64,1,'2014-04-29 19:42:30','2014-04-29 19:42:30','','Chefs','','publish','open','open','','64','','','2014-05-20 17:38:34','2014-05-20 17:38:34','',0,'http://pantrytoplatechallenge.org/?p=64',1,'nav_menu_item','',0),(65,1,'2014-04-29 19:42:30','2014-04-29 19:42:30',' ','','','publish','open','open','','65','','','2014-05-20 17:38:34','2014-05-20 17:38:34','',0,'http://pantrytoplatechallenge.org/?p=65',7,'nav_menu_item','',0),(209,1,'2014-05-20 17:38:34','2014-05-20 17:38:34',' ','','','publish','open','open','','209','','','2014-05-20 17:38:34','2014-05-20 17:38:34','',0,'http://pantrytoplatechallenge.org/?p=209',6,'nav_menu_item','',0),(70,1,'2014-04-29 19:45:44','2014-04-29 19:45:44','','Judges','','publish','open','open','','70','','','2014-05-20 17:38:34','2014-05-20 17:38:34','',0,'http://pantrytoplatechallenge.org/?p=70',2,'nav_menu_item','',0),(71,1,'2014-04-29 19:46:59','2014-04-29 19:46:59','<img class=\"alignleft size-medium wp-image-54\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" />Meet John Rivers.\r\nChef & Owner\r\n4R Restaurant Group\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers\' experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, \"The Southern Cowboy\" and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron','John Rivers','','inherit','open','open','','39-revision-v1','','','2014-04-29 19:46:59','2014-04-29 19:46:59','',39,'http://pantrytoplatechallenge.org/39-revision-v1/',0,'revision','',0),(72,1,'2014-04-29 19:47:22','2014-04-29 19:47:22','<img class=\"alignleft size-medium wp-image-54\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" />Meet John Rivers, Chef & Owner 4R Restaurant Group\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers\' experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, \"The Southern Cowboy\" and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron','John Rivers','','inherit','open','open','','39-revision-v1','','','2014-04-29 19:47:22','2014-04-29 19:47:22','',39,'http://pantrytoplatechallenge.org/39-revision-v1/',0,'revision','',0),(73,1,'2014-04-29 19:47:39','2014-04-29 19:47:39','<img class=\"alignleft size-medium wp-image-54\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" />Meet John Rivers, Chef & Owner 4R Restaurant Group.\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers\' experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, \"The Southern Cowboy\" and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron','John Rivers','','inherit','open','open','','39-revision-v1','','','2014-04-29 19:47:39','2014-04-29 19:47:39','',39,'http://pantrytoplatechallenge.org/39-revision-v1/',0,'revision','',0),(74,1,'2014-04-29 19:49:52','2014-04-29 19:49:52','<img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie-198x300.jpg\" alt=\"Scott McKenzie\" width=\"198\" height=\"300\" class=\"alignleft size-medium wp-image-79\" /><strong>Meet Scott McKenzie.</strong>\r\n\r\n\r\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\r\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\r\n\r\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.','Scott McKenzie','','publish','open','open','','scott-mckenzie','','','2014-04-29 19:59:15','2014-04-29 19:59:15','',35,'http://pantrytoplatechallenge.org/?page_id=74',0,'page','',0),(75,1,'2014-04-29 19:49:52','2014-04-29 19:49:52','Meet Scott McKenzie.\r\n\r\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\r\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\r\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.','Scott McKenzie','','inherit','open','open','','74-revision-v1','','','2014-04-29 19:49:52','2014-04-29 19:49:52','',74,'http://pantrytoplatechallenge.org/74-revision-v1/',0,'revision','',0),(76,1,'2014-04-29 19:50:55','2014-04-29 19:50:55','Scott McKenzie Bio\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.','Scott McKenzie','','inherit','open','open','','74-autosave-v1','','','2014-04-29 19:50:55','2014-04-29 19:50:55','',74,'http://pantrytoplatechallenge.org/74-autosave-v1/',0,'revision','',0),(77,1,'2014-04-29 19:52:54','2014-04-29 19:52:54','Scott McKenzie Bio\r\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\r\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\r\n\r\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.','Scott McKenzie','','inherit','open','open','','74-revision-v1','','','2014-04-29 19:52:54','2014-04-29 19:52:54','',74,'http://pantrytoplatechallenge.org/74-revision-v1/',0,'revision','',0),(78,1,'2014-04-29 19:53:38','2014-04-29 19:53:38','Meet Scott McKenzie.\r\n\r\n\r\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\r\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\r\n\r\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.','Scott McKenzie','','inherit','open','open','','74-revision-v1','','','2014-04-29 19:53:38','2014-04-29 19:53:38','',74,'http://pantrytoplatechallenge.org/74-revision-v1/',0,'revision','',0),(79,1,'2014-04-29 19:54:34','2014-04-29 19:54:34','','mckenzie','','inherit','open','open','','mckenzie','','','2014-04-29 19:54:34','2014-04-29 19:54:34','',74,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie.jpg',0,'attachment','image/jpeg',0),(80,1,'2014-04-29 19:54:46','2014-04-29 19:54:46','<img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie-198x300.jpg\" alt=\"Scott McKenzie\" width=\"198\" height=\"300\" class=\"alignleft size-medium wp-image-79\" />Meet Scott McKenzie.\r\n\r\n\r\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\r\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\r\n\r\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.','Scott McKenzie','','inherit','open','open','','74-revision-v1','','','2014-04-29 19:54:46','2014-04-29 19:54:46','',74,'http://pantrytoplatechallenge.org/74-revision-v1/',0,'revision','',0),(81,1,'2014-04-29 19:55:04','2014-04-29 19:55:04','<img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie-198x300.jpg\" alt=\"Scott McKenzie\" width=\"198\" height=\"300\" class=\"alignleft size-medium wp-image-79\" /><strong>Meet Scott McKenzie.</strong>\r\n\r\n\r\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\r\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\r\n\r\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.','Scott McKenzie','','inherit','open','open','','74-revision-v1','','','2014-04-29 19:55:04','2014-04-29 19:55:04','',74,'http://pantrytoplatechallenge.org/74-revision-v1/',0,'revision','',0),(82,1,'2014-04-29 19:58:11','2014-04-29 19:58:11','The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora is will emcee the evenings event.\r\n \r\nParticipating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.\r\n\r\n','Home','','inherit','open','open','','27-revision-v1','','','2014-04-29 19:58:11','2014-04-29 19:58:11','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(208,1,'2014-05-20 17:29:37','2014-05-20 17:29:37','Content coming soon.','The Rules','','inherit','open','open','','207-revision-v1','','','2014-05-20 17:29:37','2014-05-20 17:29:37','',207,'http://pantrytoplatechallenge.org/207-revision-v1/',0,'revision','',0),(84,1,'2014-04-29 20:01:18','2014-04-29 20:01:18','<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. – 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n\r\n<a href=\"http://www.jfsorlando.org/event-registration-2/?ee=6\"><img class=\"alignleft size-full wp-image-213\" style=\"border: 0px;\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/BuyTickets.png\" alt=\"BuyTickets\" width=\"182\" height=\"30\" /></a>','Tickets','','publish','open','open','','tickets','','','2014-05-20 20:56:28','2014-05-20 20:56:28','',0,'http://pantrytoplatechallenge.org/?page_id=84',0,'page','',0),(85,1,'2014-04-29 20:01:18','2014-04-29 20:01:18','','Tickets','','inherit','open','open','','84-revision-v1','','','2014-04-29 20:01:18','2014-04-29 20:01:18','',84,'http://pantrytoplatechallenge.org/84-revision-v1/',0,'revision','',0),(86,1,'2014-04-29 20:01:45','2014-04-29 20:01:45','The best part of Pantry to Plate: A Chef’s Challenge is the opportunity to donate and take a role as a sponsor for the event. Whether you’re an individual contributor, or part of an organization, we have a number of opportunities for you to give back.\r\n\r\nClick <a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/PTPSponsorshipPacket.pdf\">here</a> to learn about how you can get involved.\r\n\r\nFor more information, contact Michael Cooper at <a style=\"color: #8d1b30;\" href=\"mailto:Michael.cooper@jfsorlando.com\">Michael.cooper@jfsorlando.com</a> or call <a style=\"color: #8d1b30;\" href=\"tel:+14076447593\">407.644.7593.</a>','Sponsors','','publish','open','open','','sponsors','','','2014-05-21 17:45:12','2014-05-21 17:45:12','',0,'http://pantrytoplatechallenge.org/?page_id=86',0,'page','',0),(87,1,'2014-04-29 20:01:45','2014-04-29 20:01:45','','Sponsors','','inherit','open','open','','86-revision-v1','','','2014-04-29 20:01:45','2014-04-29 20:01:45','',86,'http://pantrytoplatechallenge.org/86-revision-v1/',0,'revision','',0),(88,1,'2014-04-29 20:02:02','2014-04-29 20:02:02','The mission of JFS is to provide vital, high-quality and innovative services to people in need, of all faiths, so they can overcome challenges and lead fuller, more structured lives.','About JFS','','publish','open','open','','jfs','','','2014-05-23 17:38:26','2014-05-23 17:38:26','',0,'http://pantrytoplatechallenge.org/?page_id=88',0,'page','',0),(89,1,'2014-04-29 20:02:02','2014-04-29 20:02:02','','About JFS','','inherit','open','open','','88-revision-v1','','','2014-04-29 20:02:02','2014-04-29 20:02:02','',88,'http://pantrytoplatechallenge.org/88-revision-v1/',0,'revision','',0),(91,1,'2014-04-29 20:02:15','2014-04-29 20:02:15',' ','','','publish','open','open','','91','','','2014-05-20 17:38:34','2014-05-20 17:38:34','',0,'http://pantrytoplatechallenge.org/?p=91',3,'nav_menu_item','',0),(92,1,'2014-04-29 20:02:15','2014-04-29 20:02:15',' ','','','publish','open','open','','92','','','2014-05-20 17:38:34','2014-05-20 17:38:34','',0,'http://pantrytoplatechallenge.org/?p=92',4,'nav_menu_item','',0),(93,1,'2014-04-29 20:22:37','2014-04-29 20:22:37','','New Slider','','publish','open','open','','new-slider','','','2014-05-20 16:22:34','2014-05-20 16:22:34','',0,'http://pantrytoplatechallenge.org/?post_type=ml-slider&p=93',0,'ml-slider','',0),(95,1,'2014-04-29 20:55:26','2014-04-29 20:55:26','','JFSMASTER','','inherit','open','open','','jfsmaster-2','','','2014-04-29 20:55:26','2014-04-29 20:55:26','',0,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/JFSMASTER1.jpg',0,'attachment','image/jpeg',0),(155,1,'2014-05-20 14:48:23','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2014-05-20 14:48:23','0000-00-00 00:00:00','',0,'http://pantrytoplatechallenge.org/?p=155',0,'post','',0),(97,1,'2014-05-08 17:25:17','2014-05-08 17:25:17','','JFSMASTER','','inherit','open','open','','jfsmaster-3','','','2014-05-08 17:25:17','2014-05-08 17:25:17','',0,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/JFSMASTER.jpg',1,'attachment','image/jpeg',0),(98,1,'2014-05-08 17:35:19','2014-05-08 17:35:19','','JFSMASTER','','inherit','open','open','','jfsmaster-4','','','2014-05-08 17:35:19','2014-05-08 17:35:19','',0,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/JFSMASTER1.jpg',0,'attachment','image/jpeg',0),(99,1,'2014-05-08 17:37:17','2014-05-08 17:37:17','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img class=\"alignleft wp-image-102\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"122\" height=\"163\" /></a><strong>Meet Hari Pulapaka, Ph.D., C.E.C.\r\n</strong>\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL\r\n Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\r\nOR\r\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\r\nOR\r\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)\r\n','Hari Pulapka','','publish','open','open','','hari-pulapka','','','2014-05-20 16:15:22','2014-05-20 16:15:22','',33,'http://pantrytoplatechallenge.org/?page_id=99',0,'page','',0),(100,1,'2014-05-08 17:37:17','2014-05-08 17:37:17','','Hari Pulapka','','inherit','open','open','','99-revision-v1','','','2014-05-08 17:37:17','2014-05-08 17:37:17','',99,'http://pantrytoplatechallenge.org/99-revision-v1/',0,'revision','',0),(207,1,'2014-05-20 17:29:37','2014-05-20 17:29:37','<strong>Food Pantry Challenge:</strong>\r\n\r\nChefs have to prepare one dish prepared solely from ingredients found in the food pantry. Four courses will be served at the event and Chefs choose from a hat the course that they will be responsible for. Chefs will get to ‘shop’ from the JFS food pantry in advance and will be given a list of ingredients that they would be able to use. A film crew will document the ‘shopping’ and prepping of their courses which will be shown on-screen at the event. Chefs chosen for this challenge will work with JFS\' catering team to execute their dish on the day of the event.\r\n\r\n<strong>Challenge Rules:</strong>\r\n\r\nChefs are able to use any of the items from the food pantry.\r\n\r\n1. All items in the recipe must be found in the food pantry.\r\n\r\n2. Oil, flour, sugar, herbs, and seasonings are the only exceptions.\r\n\r\n<strong>Judging:</strong>\r\n\r\nTwo categories: Judge’s Choice/Popular Choice\r\n\r\n1. Judge’s Choice - Chefs will be judged on a 5 point scale for taste, appearance, and creativity. \r\n\r\n2. Popular Choice - Awarded to the Chef who received the most votes from event attendants. ','The Rules','','publish','open','open','','rules','','','2014-05-20 17:51:45','2014-05-20 17:51:45','',0,'http://pantrytoplatechallenge.org/?page_id=207',0,'page','',0),(102,1,'2014-05-08 17:40:10','2014-05-08 17:40:10','','haripulapakaINT','','inherit','open','open','','haripulapakaint','','','2014-05-08 17:40:10','2014-05-08 17:40:10','',99,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg',0,'attachment','image/jpeg',0),(103,1,'2014-05-20 16:14:26','2014-05-20 16:14:26','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img class=\"alignleft wp-image-102\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"122\" height=\"163\" /></a><strong>Meet Hari Pulapaka, Ph.D., C.E.C.\n</strong>\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL\n Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\n\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\n\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\n\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\n\nFor more information, please visit:\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\nOR\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\nOR\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)\n<br>\n<hr />\n<br>\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" class=\"alignleft size-medium wp-image-54\" /></a>\n\n<strong>Meet John Rivers, Chef & Owner 4R Restaurant Group.</strong>\n\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\n\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\n\nRivers’ experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\n\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, “The Southern Cowboy” and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\n\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron.\n<br>\n<hr />\n<br>\n\n<strong>Meet Hollis Wilder<M\n\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\n\n<strong>My Journey:</strong>\n\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it!”','Hari Pulapka','','inherit','open','open','','99-autosave-v1','','','2014-05-20 16:14:26','2014-05-20 16:14:26','',99,'http://pantrytoplatechallenge.org/99-autosave-v1/',0,'revision','',0),(104,1,'2014-05-08 17:40:21','2014-05-08 17:40:21','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img class=\"alignleft size-medium wp-image-102\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"225\" height=\"300\" /></a>Meet Hari Pulapaka, Ph.D., C.E.C.\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\nwww.facebook.com/haripulapaka (mostly for Chef Hari)\r\nOR\r\nwww.cressrestaurant.com (about Cress Restaurant)\r\nOR\r\nhttp://www2.stetson.edu/~hpulapak (mostly for Mathematician Hari)','Hari Pulapka','','inherit','open','open','','99-revision-v1','','','2014-05-08 17:40:21','2014-05-08 17:40:21','',99,'http://pantrytoplatechallenge.org/99-revision-v1/',0,'revision','',0),(105,1,'2014-05-08 17:41:11','2014-05-08 17:41:11','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img class=\"alignleft wp-image-102\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"122\" height=\"163\" /></a>Meet Hari Pulapaka, Ph.D., C.E.C.\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\nwww.facebook.com/haripulapaka (mostly for Chef Hari)\r\nOR\r\nwww.cressrestaurant.com (about Cress Restaurant)\r\nOR\r\nhttp://www2.stetson.edu/~hpulapak (mostly for Mathematician Hari)','Hari Pulapka','','inherit','open','open','','99-revision-v1','','','2014-05-08 17:41:11','2014-05-08 17:41:11','',99,'http://pantrytoplatechallenge.org/99-revision-v1/',0,'revision','',0),(106,1,'2014-05-08 19:34:57','2014-05-08 19:34:57','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91.jpg\"><img class=\"alignleft size-medium wp-image-109\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91-172x300.jpg\" alt=\"PX00114_9[1]\" width=\"172\" height=\"300\" /></a><strong>Meet Heather McPherson.</strong>\r\n\r\nHeather McPherson is the Food Editor, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for orlandosentinel.com. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.\r\n\r\nShe is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\r\n\r\nThe author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\r\n\r\nShe earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\r\nBorn Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors.','Heather McPherson','','publish','open','open','','heather-mcpherson','','','2014-05-08 19:41:16','2014-05-08 19:41:16','',35,'http://pantrytoplatechallenge.org/?page_id=106',0,'page','',0),(115,1,'2014-05-08 19:40:13','2014-05-08 19:40:13','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91-172x300.jpg\" alt=\"PX00114_9[1]\" width=\"172\" height=\"300\" class=\"alignleft size-medium wp-image-109\" /></a>Heather McPherson is the Food Editor, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for orlandosentinel.com. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.\r\n\r\nShe is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\r\n\r\nThe author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\r\n\r\nShe earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\r\nBorn Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors.','Heather McPherson','','inherit','open','open','','106-revision-v1','','','2014-05-08 19:40:13','2014-05-08 19:40:13','',106,'http://pantrytoplatechallenge.org/106-revision-v1/',0,'revision','',0),(107,1,'2014-05-08 19:34:57','2014-05-08 19:34:57','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">Heather McPherson is the <b>Food Editor</b>, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for <a style=\"color: blue; text-decoration: underline;\" href=\"http://orlandosentinel.com\" target=\"_blank\">orlandosentinel.com</a>. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">She is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\r\n\r\n</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">The author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\r\n\r\n</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">She earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\r\n\r\n</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">Born Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors.</span></div>','','','inherit','open','open','','106-revision-v1','','','2014-05-08 19:34:57','2014-05-08 19:34:57','',106,'http://pantrytoplatechallenge.org/106-revision-v1/',0,'revision','',0),(108,1,'2014-05-08 19:35:25','2014-05-08 19:35:25','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">Heather McPherson is the <b>Food Editor</b>, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for <a style=\"color: blue; text-decoration: underline;\" href=\"http://orlandosentinel.com\" target=\"_blank\">orlandosentinel.com</a>. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">She is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\r\n</span></span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">The author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\r\n</span></span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">She earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\r\n</span></span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">Born Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors.</span></div>','Heather McPherson','','inherit','open','open','','106-revision-v1','','','2014-05-08 19:35:25','2014-05-08 19:35:25','',106,'http://pantrytoplatechallenge.org/106-revision-v1/',0,'revision','',0),(109,1,'2014-05-08 19:36:32','2014-05-08 19:36:32','','PX00114_9[1]','','inherit','open','open','','px00114_91','','','2014-05-08 19:36:32','2014-05-08 19:36:32','',106,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91.jpg',0,'attachment','image/jpeg',0),(110,1,'2014-05-08 19:39:43','2014-05-08 19:39:43','Heather McPherson is the Food Editor, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for orlandosentinel.com. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.\n\nShe is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\n\nThe author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\n\nShe earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\nBorn Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors.','Heather McPherson','','inherit','open','open','','106-autosave-v1','','','2014-05-08 19:39:43','2014-05-08 19:39:43','',106,'http://pantrytoplatechallenge.org/106-autosave-v1/',0,'revision','',0),(111,1,'2014-05-08 19:37:11','2014-05-08 19:37:11','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91.jpg\"><img class=\"alignleft size-medium wp-image-109\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91-172x300.jpg\" alt=\"PX00114_9[1]\" width=\"172\" height=\"300\" /></a>Heather McPherson is the <b>Food Editor</b>, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for <a style=\"color: blue; text-decoration: underline;\" href=\"http://orlandosentinel.com\" target=\"_blank\">orlandosentinel.com</a>. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">She is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\r\n\r\n</span></span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">The author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\r\n\r\n</span></span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">She earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\r\n\r\n</span></span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">Born Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors.</span></div>','Heather McPherson','','inherit','open','open','','106-revision-v1','','','2014-05-08 19:37:11','2014-05-08 19:37:11','',106,'http://pantrytoplatechallenge.org/106-revision-v1/',0,'revision','',0),(206,1,'2014-05-20 17:28:53','2014-05-20 17:28:53',' ','','','publish','open','open','','206','','','2014-05-20 17:38:34','2014-05-20 17:38:34','',0,'http://pantrytoplatechallenge.org/?p=206',5,'nav_menu_item','',0),(114,1,'2014-05-08 19:38:29','2014-05-08 19:38:29','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><a style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\" href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91.jpg\"><img class=\"alignleft size-medium wp-image-109\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91-172x300.jpg\" alt=\"PX00114_9[1]\" width=\"172\" height=\"300\" /></a>Heather McPherson is the Food Editor, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for orlandosentinel.com. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.\r\n\r\nShe is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\r\n\r\nThe author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\r\n\r\nShe earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\r\nBorn Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors.</span></span></div>','Heather McPherson','','inherit','open','open','','106-revision-v1','','','2014-05-08 19:38:29','2014-05-08 19:38:29','',106,'http://pantrytoplatechallenge.org/106-revision-v1/',0,'revision','',0),(113,1,'2014-05-08 19:38:06','2014-05-08 19:38:06','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91.jpg\"><img class=\"alignleft size-medium wp-image-109\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91-172x300.jpg\" alt=\"PX00114_9[1]\" width=\"172\" height=\"300\" /></a>Heather McPherson is the <b>Food Editor</b>, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for <a style=\"color: blue; text-decoration: underline;\" href=\"http://orlandosentinel.com\" target=\"_blank\">orlandosentinel.com</a>. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.\r\n\r\n</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">She is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\r\n</span></span></span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">The author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\r\n</span></span></span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">She earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\r\n</span></span></span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-size: 12pt; font-family: \'Calisto MT\',serif;\">Born Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors.</span></div>','Heather McPherson','','inherit','open','open','','106-revision-v1','','','2014-05-08 19:38:06','2014-05-08 19:38:06','',106,'http://pantrytoplatechallenge.org/106-revision-v1/',0,'revision','',0),(116,1,'2014-05-08 19:40:41','2014-05-08 19:40:41','<img class=\"alignleft size-medium wp-image-56\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" /><strong>Meet Mark Baratelli.</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida\'s (and the country\'s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.','Mark Baratelli','','inherit','open','open','','41-revision-v1','','','2014-05-08 19:40:41','2014-05-08 19:40:41','',41,'http://pantrytoplatechallenge.org/41-revision-v1/',0,'revision','',0),(117,1,'2014-05-08 19:41:16','2014-05-08 19:41:16','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91.jpg\"><img class=\"alignleft size-medium wp-image-109\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91-172x300.jpg\" alt=\"PX00114_9[1]\" width=\"172\" height=\"300\" /></a><strong>Meet Heather McPherson.</strong>\r\n\r\nHeather McPherson is the Food Editor, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for orlandosentinel.com. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.\r\n\r\nShe is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\r\n\r\nThe author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\r\n\r\nShe earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\r\nBorn Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors.','Heather McPherson','','inherit','open','open','','106-revision-v1','','','2014-05-08 19:41:16','2014-05-08 19:41:16','',106,'http://pantrytoplatechallenge.org/106-revision-v1/',0,'revision','',0),(118,1,'2014-05-08 19:41:42','2014-05-08 19:41:42','<img class=\"alignleft size-full wp-image-49\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" /><strong>Meet Cat Cora</strong>\r\n\r\nIt\'s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network\'s \"Iron Chef America\" as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, \"the greatest recognition she could achieve as a chef.\" That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy\'s South Coast Plaza, San Francisco and Houston\'s airports and another at Walt Disney World, Cat\'s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat\'s culinary education continued in Europe completing apprenticeships with two of France\'s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley\'s Bistro Don Giovanni.','Cat Cora','','inherit','open','open','','37-revision-v1','','','2014-05-08 19:41:42','2014-05-08 19:41:42','',37,'http://pantrytoplatechallenge.org/37-revision-v1/',0,'revision','',0),(119,1,'2014-05-08 19:42:04','2014-05-08 19:42:04','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img class=\"alignleft wp-image-102\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"122\" height=\"163\" /></a><strong>Meet Hari Pulapaka, Ph.D., C.E.C.\r\n</strong>\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\nwww.facebook.com/haripulapaka (mostly for Chef Hari)\r\nOR\r\nwww.cressrestaurant.com (about Cress Restaurant)\r\nOR\r\nhttp://www2.stetson.edu/~hpulapak (mostly for Mathematician Hari)','Hari Pulapka','','inherit','open','open','','99-revision-v1','','','2014-05-08 19:42:04','2014-05-08 19:42:04','',99,'http://pantrytoplatechallenge.org/99-revision-v1/',0,'revision','',0),(120,1,'2014-05-08 19:42:21','2014-05-08 19:42:21','<img class=\"alignleft size-medium wp-image-54\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" /><strong>Meet John Rivers, Chef & Owner 4R Restaurant Group.</strong>\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers\' experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, \"The Southern Cowboy\" and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron','John Rivers','','inherit','open','open','','39-revision-v1','','','2014-05-08 19:42:21','2014-05-08 19:42:21','',39,'http://pantrytoplatechallenge.org/39-revision-v1/',0,'revision','',0),(121,1,'2014-05-08 19:42:49','2014-05-08 19:42:49','<img class=\"alignleft size-medium wp-image-51\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" /><strong>Meet Hollis Wilder.</strong>\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\nMy Journey:\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it”','Hollis Wilder','','inherit','open','open','','43-revision-v1','','','2014-05-08 19:42:49','2014-05-08 19:42:49','',43,'http://pantrytoplatechallenge.org/43-revision-v1/',0,'revision','',0),(122,1,'2014-05-08 19:43:14','2014-05-08 19:43:14','<img class=\"alignleft size-medium wp-image-51\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" /><strong>Meet Hollis Wilder.</strong>\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\nMy Journey:\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it”','Hollis Wilder','','inherit','open','open','','43-revision-v1','','','2014-05-08 19:43:14','2014-05-08 19:43:14','',43,'http://pantrytoplatechallenge.org/43-revision-v1/',0,'revision','',0),(123,1,'2014-05-20 16:13:03','2014-05-20 16:13:03','<img class=\"alignleft size-medium wp-image-51\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" /><strong>Meet Hollis Wilder</strong>\n\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\n\nMy Journey:\n\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it!”','Hollis Wilder','','inherit','open','open','','43-autosave-v1','','','2014-05-20 16:13:03','2014-05-20 16:13:03','',43,'http://pantrytoplatechallenge.org/43-autosave-v1/',0,'revision','',0),(124,1,'2014-05-08 19:44:40','2014-05-08 19:44:40','<img class=\"alignleft size-medium wp-image-51\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" /><strong>Meet Hollis Wilder.</strong>\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\nMy Journey:\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”I f food is love, then I’m making it”','Hollis Wilder','','inherit','open','open','','43-revision-v1','','','2014-05-08 19:44:40','2014-05-08 19:44:40','',43,'http://pantrytoplatechallenge.org/43-revision-v1/',0,'revision','',0),(125,1,'2014-05-08 19:45:28','2014-05-08 19:45:28','','JFSMASTER2','','inherit','open','open','','jfsmaster2','','','2014-05-08 19:45:28','2014-05-08 19:45:28','',0,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/JFSMASTER2.jpg',0,'attachment','image/jpeg',0),(154,1,'2014-05-14 16:45:48','2014-05-14 16:45:48','The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.\r\n\r\nParticipating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.\r\n\r\n<strong>When:</strong> September 18, 2014\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>What Time?</strong> Cocktails 6-7 / Dinner: 7-9\r\n\r\n<strong>How Much?</strong> Tickets are $125 a piece or $1,000 for a table of ten.','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 16:45:48','2014-05-14 16:45:48','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(128,1,'2014-05-11 22:03:42','2014-05-11 22:03:42','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora is will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.</span></div>\r\n ','Home','','inherit','open','open','','27-revision-v1','','','2014-05-11 22:03:42','2014-05-11 22:03:42','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(126,1,'2014-05-08 20:08:29','2014-05-08 20:08:29','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora is will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\">Date: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1062489977\"><span class=\"aQJ\">Sept 18, 2014</span></span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\">Time: Cocktail 6-7</div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"> Dinner 7-9</div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\">Venue: BB Kings Blues Club in Pointe Orlando</div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\">Tickets: $125 a piece or $1,000 for a table of ten</div>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-08 20:08:29','2014-05-08 20:08:29','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(127,1,'2014-05-11 21:57:49','2014-05-11 21:57:49','','JFS-chef-logo-1-round-4','','inherit','open','open','','jfs-chef-logo-1-round-4','','','2014-05-11 21:57:49','2014-05-11 21:57:49','',0,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/JFS-chef-logo-1-round-4.png',0,'attachment','image/png',0),(129,1,'2014-05-11 22:03:50','2014-05-11 22:03:50','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.</span></div>\r\n ','Home','','inherit','open','open','','27-revision-v1','','','2014-05-11 22:03:50','2014-05-11 22:03:50','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(130,1,'2014-05-11 22:04:36','2014-05-11 22:04:36','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.\r\n</span></div>\r\n ','Home','','inherit','open','open','','27-revision-v1','','','2014-05-11 22:04:36','2014-05-11 22:04:36','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(131,1,'2014-05-11 22:06:42','2014-05-11 22:06:42','Sponsorship Information Goes Here.','Sponsors','','inherit','open','open','','86-revision-v1','','','2014-05-11 22:06:42','2014-05-11 22:06:42','',86,'http://pantrytoplatechallenge.org/86-revision-v1/',0,'revision','',0),(132,1,'2014-05-11 22:07:08','2014-05-11 22:07:08','When: September 18, 2014\r\nWhere: BB Kings Blues Club / Pointe Orlando\r\nWhat Time? Cocktails 6-7 / Dinner: 7-9\r\nHow Much? Tickets are $125 a piece or $1,000 for a table of ten.','Tickets','','inherit','open','open','','84-revision-v1','','','2014-05-11 22:07:08','2014-05-11 22:07:08','',84,'http://pantrytoplatechallenge.org/84-revision-v1/',0,'revision','',0),(133,1,'2014-05-11 22:12:02','2014-05-11 22:12:02','','JFSMASTER2','','inherit','open','open','','jfsmaster2-2','','','2014-05-11 22:12:02','2014-05-11 22:12:02','',0,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/JFSMASTER21.jpg',0,'attachment','image/jpeg',0),(134,1,'2014-05-11 22:12:14','2014-05-11 22:12:14','','JFSMASTER2','','inherit','open','open','','jfsmaster2-3','','','2014-05-11 22:12:14','2014-05-11 22:12:14','',0,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/JFSMASTER2.png',0,'attachment','image/png',0),(135,1,'2014-05-13 19:02:38','2014-05-13 19:02:38','','JFSMASTER3','','inherit','open','open','','jfsmaster3','','','2014-05-13 19:02:38','2014-05-13 19:02:38','',0,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/JFSMASTER31.png',0,'attachment','image/png',0),(136,1,'2014-05-14 14:29:08','2014-05-14 14:29:08','[ESPRESSO_EVENTS]','Event Registration','','publish','closed','open','','event-registration','','','2014-05-14 14:29:08','2014-05-14 14:29:08','',0,'http://pantrytoplatechallenge.org/event-registration/',0,'page','',0),(137,1,'2014-05-14 14:29:08','2014-05-14 14:29:08','[ESPRESSO_PAYMENTS]','Thank You','','publish','closed','open','','thank-you','','','2014-05-14 14:29:08','2014-05-14 14:29:08','',0,'http://pantrytoplatechallenge.org/thank-you/',0,'page','',0),(138,1,'2014-05-14 14:29:08','2014-05-14 14:29:08','You have cancelled your registration.<br />[ESPRESSO_CANCELLED]','Registration Cancelled','','publish','closed','open','','registration-cancelled','','','2014-05-14 14:29:08','2014-05-14 14:29:08','',0,'http://pantrytoplatechallenge.org/registration-cancelled/',0,'page','',0),(139,1,'2014-05-14 14:29:08','2014-05-14 14:29:08','[ESPRESSO_TXN_PAGE]','Transactions','','publish','closed','open','','transactions','','','2014-05-14 14:29:08','2014-05-14 14:29:08','',0,'http://pantrytoplatechallenge.org/transactions/',0,'page','',0),(140,1,'2014-05-20 15:44:53','2014-05-20 15:44:53','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\n\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\n\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\n\nThe Food Network meets Orlando. Let’s eat!\n\n<strong>When:</strong> Thursday, September 18, 2014\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\n\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\n\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.','Home','','inherit','open','open','','27-autosave-v1','','','2014-05-20 15:44:53','2014-05-20 15:44:53','',27,'http://pantrytoplatechallenge.org/27-autosave-v1/',0,'revision','',0),(157,1,'2014-05-20 15:41:33','2014-05-20 15:41:33','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\r\n\r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\r\n\r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\r\n \r\nThe Food Network meets Orlando. Let’s eat!\r\n\r\n<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.','Home','','inherit','open','open','','27-revision-v1','','','2014-05-20 15:41:33','2014-05-20 15:41:33','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(141,1,'2014-05-14 14:38:06','2014-05-14 14:38:06','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.\r\n</span></div>\r\n<span style=\"font-family: Arial,sans-serif; color: #222222;\">When: September 18, 2014</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">Where: BB Kings Blues Club / Pointe Orlando</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">What Time? Cocktails 6-7 / Dinner: 7-9</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">How Much? Tickets are $125 a piece or $1,000 for a table of ten.</span>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 14:38:06','2014-05-14 14:38:06','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(142,1,'2014-05-14 14:39:06','2014-05-14 14:39:06','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.\r\n</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\">\r\n<span style=\"font-family: Arial,sans-serif; color: #222222;\">When: September 18, 2014</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">Where: BB Kings Blues Club / Pointe Orlando</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">What Time? Cocktails 6-7 / Dinner: 7-9</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">How Much? Tickets are $125 a piece or $1,000 for a table of ten.</span></div>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 14:39:06','2014-05-14 14:39:06','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(143,1,'2014-05-14 14:39:40','2014-05-14 14:39:40','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.\r\n</span></div>\r\n</br>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\">\r\n<span style=\"font-family: Arial,sans-serif; color: #222222;\">When: September 18, 2014</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">Where: BB Kings Blues Club / Pointe Orlando</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">What Time? Cocktails 6-7 / Dinner: 7-9</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">How Much? Tickets are $125 a piece or $1,000 for a table of ten.</span></div>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 14:39:40','2014-05-14 14:39:40','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(144,1,'2014-05-14 14:39:51','2014-05-14 14:39:51','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.\r\n</span></div>\r\n<br>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\">\r\n<span style=\"font-family: Arial,sans-serif; color: #222222;\">When: September 18, 2014</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">Where: BB Kings Blues Club / Pointe Orlando</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">What Time? Cocktails 6-7 / Dinner: 7-9</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">How Much? Tickets are $125 a piece or $1,000 for a table of ten.</span></div>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 14:39:51','2014-05-14 14:39:51','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(145,1,'2014-05-14 14:40:15','2014-05-14 14:40:15','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.\r\n</span></div>\r\n<br><br>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\">\r\n<span style=\"font-family: Arial,sans-serif; color: #222222;\">When: September 18, 2014</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">Where: BB Kings Blues Club / Pointe Orlando</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">What Time? Cocktails 6-7 / Dinner: 7-9</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">How Much? Tickets are $125 a piece or $1,000 for a table of ten.</span></div>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 14:40:15','2014-05-14 14:40:15','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(146,1,'2014-05-14 14:40:33','2014-05-14 14:40:33','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.\r\n</span></div>\r\n</br>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\">\r\n<span style=\"font-family: Arial,sans-serif; color: #222222;\">When: September 18, 2014</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">Where: BB Kings Blues Club / Pointe Orlando</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">What Time? Cocktails 6-7 / Dinner: 7-9</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">How Much? Tickets are $125 a piece or $1,000 for a table of ten.</span></div>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 14:40:33','2014-05-14 14:40:33','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(148,1,'2014-05-14 14:43:40','2014-05-14 14:43:40','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\">When: September 18, 2014</div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\">Where: BB Kings Blues Club / Pointe Orlando</div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\">What Time? Cocktails 6-7 / Dinner: 7-9</div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\">How Much? Tickets are $125 a piece or $1,000 for a table of ten.</div>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 14:43:40','2014-05-14 14:43:40','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(147,1,'2014-05-14 14:41:20','2014-05-14 14:41:20','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">When: September 18, 2014</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Where: BB Kings Blues Club / Pointe Orlando</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">What Time? Cocktails 6-7 / Dinner: 7-9</span><br style=\"color: #585858;\" /><span style=\"font-family: Arial,sans-serif; color: #222222;\">How Much? Tickets are $125 a piece or $1,000 for a table of ten.</span></div>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 14:41:20','2014-05-14 14:41:20','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(153,1,'2014-05-14 16:44:34','2014-05-14 16:44:34','The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.\r\n\r\n\r\n<Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.\r\n\r\n\r\nWhen: September 18, 2014\r\n\r\nWhere: BB Kings Blues Club / Pointe Orlando\r\n\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">What Time? Cocktails 6-7 / Dinner: 7-9</span></div>\r\n\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">How Much? Tickets are $125 a piece or $1,000 for a table of ten.</span></div>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 16:44:34','2014-05-14 16:44:34','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(151,1,'2014-05-14 16:40:56','2014-05-14 16:40:56','<span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span>\r\n\r\n\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.</span></div>\r\n\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"><br></span></div>\r\n\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">When: September 18, 2014</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Where: BB Kings Blues Club / Pointe Orlando</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">What Time? Cocktails 6-7 / Dinner: 7-9</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">How Much? Tickets are $125 a piece or $1,000 for a table of ten.</span>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 16:40:56','2014-05-14 16:40:56','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(149,1,'2014-05-14 14:45:39','2014-05-14 14:45:39','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">When: September 18, 2014</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Where: BB Kings Blues Club / Pointe Orlando</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">What Time? Cocktails 6-7 / Dinner: 7-9</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">How Much? Tickets are $125 a piece or $1,000 for a table of ten.</span></div>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 14:45:39','2014-05-14 14:45:39','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(150,1,'2014-05-14 14:46:08','2014-05-14 14:46:08','<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"> </span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"><br></span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">When: September 18, 2014</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Where: BB Kings Blues Club / Pointe Orlando</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">What Time? Cocktails 6-7 / Dinner: 7-9</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">How Much? Tickets are $125 a piece or $1,000 for a table of ten.</span></div>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 14:46:08','2014-05-14 14:46:08','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(152,1,'2014-05-14 16:41:29','2014-05-14 16:41:29','<span style=\"font-family: Arial,sans-serif; color: #222222;\">The Chefs Challenge Dinner is a unique dining event that challenges well-known chefs in Orlando to prepare a four-course dinner with ingredients found solely from our food pantry. Celebrity Chef Cat Cora will emcee the evenings event.</span>\r\n\r\n\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Participating chefs will be judged on a five point scale for taste, presentation, and creativity. A second award will be presented to the Chef who receives the most votes from event attendees.</span></div>\r\n\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\"><br></span></div>\r\n\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">When: September 18, 2014</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">Where: BB Kings Blues Club / Pointe Orlando</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">What Time? Cocktails 6-7 / Dinner: 7-9</span></div>\r\n<div style=\"font-size: 11pt; font-family: Calibri,sans-serif; margin: 0in 0in 0.0001pt 0in;\"><span style=\"font-family: Arial,sans-serif; color: #222222;\">How Much? Tickets are $125 a piece or $1,000 for a table of ten.</span></div>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-14 16:41:29','2014-05-14 16:41:29','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(156,1,'2014-05-20 15:40:18','2014-05-20 15:40:18','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry. \r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees. \r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community. \r\nThe Food Network meets Orlando. Let’s eat!\r\nWhen: Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. -9 p.m, followed by live entertainment until 10 p.m.\r\nWhere: BB Kings Blues Club / Pointe Orlando\r\nCost: Tickets are $125 per person or $1,000 for a table of ten.','Home','','inherit','open','open','','27-revision-v1','','','2014-05-20 15:40:18','2014-05-20 15:40:18','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(158,1,'2014-05-20 15:45:02','2014-05-20 15:45:02','','CatCora','','inherit','open','open','','catcora','','','2014-05-20 15:45:02','2014-05-20 15:45:02','',27,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora.png',0,'attachment','image/png',0),(159,1,'2014-05-20 15:45:28','2014-05-20 15:45:28','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\r\n\r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\r\n\r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora-192x300.png\" alt=\"CatCora\" width=\"192\" height=\"300\" class=\"alignleft size-medium wp-image-158\" /></a>\r\nThe Food Network meets Orlando. Let’s eat!\r\n\r\n<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.','Home','','inherit','open','open','','27-revision-v1','','','2014-05-20 15:45:28','2014-05-20 15:45:28','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(160,1,'2014-05-20 15:45:54','2014-05-20 15:45:54','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\r\n\r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\r\n\r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora-192x300.png\" alt=\"CatCora\" width=\"192\" height=\"300\" class=\"alignright size-medium wp-image-158\" /></a>\r\nThe Food Network meets Orlando. Let’s eat!\r\n\r\n<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.','Home','','inherit','open','open','','27-revision-v1','','','2014-05-20 15:45:54','2014-05-20 15:45:54','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(161,1,'2014-05-20 15:46:23','2014-05-20 15:46:23','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\r\n\r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\r\n\r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora-192x300.png\" alt=\"CatCora\" width=\"192\" height=\"300\" class=\"alignright size-medium wp-image-158\" style=\"border:0px\" /></a>\r\nThe Food Network meets Orlando. Let’s eat!\r\n\r\n<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.','Home','','inherit','open','open','','27-revision-v1','','','2014-05-20 15:46:23','2014-05-20 15:46:23','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(162,1,'2014-05-20 15:49:46','2014-05-20 15:49:46','The best part of Pantry to Plate: A Chef’s Challenge is the opportunity to donate and take a role as a sponsor for the event. Whether you’re an individual contributor, or part of an organization, we have a number of opportunities for you to give back.\r\n \r\nFor more information, contact Michael Cooper at Michael.cooper@jfsorlando.com or call 407.644.7593.','Sponsors','','inherit','open','open','','86-revision-v1','','','2014-05-20 15:49:46','2014-05-20 15:49:46','',86,'http://pantrytoplatechallenge.org/86-revision-v1/',0,'revision','',0),(163,1,'2014-05-20 15:52:00','2014-05-20 15:52:00','The best part of Pantry to Plate: A Chef’s Challenge is the opportunity to donate and take a role as a sponsor for the event. Whether you’re an individual contributor, or part of an organization, we have a number of opportunities for you to give back.\n \nFor more information, contact Michael Cooper at <a href=\"mailto:Michael.cooper@jfsorlando.com\" style=\"color:#3d1a54\">Michael.cooper@jfsorlando.com</a> or call <a href=\"tel:+14076447593\">407.644.7593.</a>','Sponsors','','inherit','open','open','','86-autosave-v1','','','2014-05-20 15:52:00','2014-05-20 15:52:00','',86,'http://pantrytoplatechallenge.org/86-autosave-v1/',0,'revision','',0),(164,1,'2014-05-20 15:50:58','2014-05-20 15:50:58','The best part of Pantry to Plate: A Chef’s Challenge is the opportunity to donate and take a role as a sponsor for the event. Whether you’re an individual contributor, or part of an organization, we have a number of opportunities for you to give back.\r\n \r\nFor more information, contact Michael Cooper at <a href=\"mailto:Michael.cooper@jfsorlando.com\">Michael.cooper@jfsorlando.com</a> or call <a href=\"tel:+14076447593\">407.644.7593.</a>','Sponsors','','inherit','open','open','','86-revision-v1','','','2014-05-20 15:50:58','2014-05-20 15:50:58','',86,'http://pantrytoplatechallenge.org/86-revision-v1/',0,'revision','',0),(165,1,'2014-05-20 15:52:09','2014-05-20 15:52:09','The best part of Pantry to Plate: A Chef’s Challenge is the opportunity to donate and take a role as a sponsor for the event. Whether you’re an individual contributor, or part of an organization, we have a number of opportunities for you to give back.\r\n \r\nFor more information, contact Michael Cooper at <a href=\"mailto:Michael.cooper@jfsorlando.com\" style=\"color:#3d1a54\">Michael.cooper@jfsorlando.com</a> or call <a href=\"tel:+14076447593\" style=\"color:#3d1a54\">407.644.7593.</a>','Sponsors','','inherit','open','open','','86-revision-v1','','','2014-05-20 15:52:09','2014-05-20 15:52:09','',86,'http://pantrytoplatechallenge.org/86-revision-v1/',0,'revision','',0),(166,1,'2014-05-20 15:52:34','2014-05-20 15:52:34','The best part of Pantry to Plate: A Chef’s Challenge is the opportunity to donate and take a role as a sponsor for the event. Whether you’re an individual contributor, or part of an organization, we have a number of opportunities for you to give back.\r\n \r\nFor more information, contact Michael Cooper at <a href=\"mailto:Michael.cooper@jfsorlando.com\" style=\"color:#8d1b30\">Michael.cooper@jfsorlando.com</a> or call <a href=\"tel:+14076447593\" style=\"color:#8d1b30\">407.644.7593.</a>','Sponsors','','inherit','open','open','','86-revision-v1','','','2014-05-20 15:52:34','2014-05-20 15:52:34','',86,'http://pantrytoplatechallenge.org/86-revision-v1/',0,'revision','',0),(167,1,'2014-05-20 15:55:53','2014-05-20 15:55:53','<strong>Meet Cat Cora</strong>\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>It’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 15:55:53','2014-05-20 15:55:53','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(168,1,'2014-05-20 15:56:17','2014-05-20 15:56:17','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 15:56:17','2014-05-20 15:56:17','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(169,1,'2014-05-20 16:03:01','2014-05-20 16:03:01','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\n\n<strong>Meet Cat Cora</strong>\n\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\n\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\n\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\n<br>\n<hr />\n<br>\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\n\n<strong>Meet Kathleen Blake</strong>\n\nBiography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here.\n<br>\n<hr />\n<br>\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"225\" height=\"300\" class=\"alignright size-medium wp-image-102\" /></a>\n\n<strong>Meet Hari Pulapaka, Ph.D., C.E.C.</strong>\n\n','The Chefs','','inherit','open','open','','33-autosave-v1','','','2014-05-20 16:03:01','2014-05-20 16:03:01','',33,'http://pantrytoplatechallenge.org/33-autosave-v1/',0,'revision','',0),(170,1,'2014-05-20 15:57:39','2014-05-20 15:57:39','','kathleenCloseUp','','inherit','open','open','','kathleencloseup','','','2014-05-20 15:57:39','2014-05-20 15:57:39','',33,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg',0,'attachment','image/jpeg',0),(171,1,'2014-05-20 15:58:23','2014-05-20 15:58:23','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n\r\n<hr />\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"300\" height=\"300\" class=\"alignright size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography goes here.\r\n\r\n<hr />\r\n\r\n','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 15:58:23','2014-05-20 15:58:23','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(172,1,'2014-05-20 15:59:02','2014-05-20 15:59:02','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n\r\n<hr />\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography goes here.\r\n\r\n<hr />\r\n\r\n','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 15:59:02','2014-05-20 15:59:02','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(173,1,'2014-05-20 15:59:29','2014-05-20 15:59:29','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n\r\n<hr />\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. \r\n\r\n<hr />\r\n\r\n','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 15:59:29','2014-05-20 15:59:29','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(174,1,'2014-05-20 15:59:52','2014-05-20 15:59:52','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n\r\n<hr />\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here.\r\n\r\n<hr />\r\n\r\n','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 15:59:52','2014-05-20 15:59:52','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(175,1,'2014-05-20 16:00:23','2014-05-20 16:00:23','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here.\r\n\r\n<hr />\r\n\r\n','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 16:00:23','2014-05-20 16:00:23','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(176,1,'2014-05-20 16:00:43','2014-05-20 16:00:43','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n</br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here.\r\n\r\n<hr />\r\n\r\n','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 16:00:43','2014-05-20 16:00:43','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(177,1,'2014-05-20 16:00:58','2014-05-20 16:00:58','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here.\r\n\r\n<hr />\r\n\r\n','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 16:00:58','2014-05-20 16:00:58','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(178,1,'2014-05-20 16:04:10','2014-05-20 16:04:10','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"225\" height=\"300\" class=\"alignright size-medium wp-image-102\" /></a>\r\n\r\n<strong>Meet Hari Pulapaka, Ph.D., C.E.C.</strong>\r\n\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\r\nOR\r\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\r\nOR\r\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 16:04:10','2014-05-20 16:04:10','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(179,1,'2014-05-20 16:04:52','2014-05-20 16:04:52','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"225\" height=\"300\" class=\"alignleft size-medium wp-image-102\" /></a>\r\n\r\n<strong>Meet Hari Pulapaka, Ph.D., C.E.C.</strong>\r\n\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\r\nOR\r\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\r\nOR\r\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 16:04:52','2014-05-20 16:04:52','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(180,1,'2014-05-20 16:06:58','2014-05-20 16:06:58','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img class=\"alignleft wp-image-102\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"122\" height=\"163\" /></a><strong>Meet Hari Pulapaka, Ph.D., C.E.C.\r\n</strong>\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL\r\n Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\nwww.facebook.com/haripulapaka (mostly for Chef Hari)\r\nOR\r\nwww.cressrestaurant.com (about Cress Restaurant)\r\nOR\r\nhttp://www2.stetson.edu/~hpulapak (mostly for Mathematician Hari)','Hari Pulapka','','inherit','open','open','','99-revision-v1','','','2014-05-20 16:06:58','2014-05-20 16:06:58','',99,'http://pantrytoplatechallenge.org/99-revision-v1/',0,'revision','',0),(181,1,'2014-05-20 16:07:28','2014-05-20 16:07:28','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"225\" height=\"300\" class=\"alignleft size-medium wp-image-102\" /></a>\r\n\r\n<strong>Meet Hari Pulapaka, Ph.D., C.E.C.</strong>\r\n\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL\r\n Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\r\nOR\r\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\r\nOR\r\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 16:07:28','2014-05-20 16:07:28','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(182,1,'2014-05-20 16:07:42','2014-05-20 16:07:42','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img class=\"alignleft wp-image-102\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"122\" height=\"163\" /></a><strong>Meet Hari Pulapaka, Ph.D., C.E.C.\r\n</strong>\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL\r\n Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\r\nOR\r\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\r\nOR\r\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)','Hari Pulapka','','inherit','open','open','','99-revision-v1','','','2014-05-20 16:07:42','2014-05-20 16:07:42','',99,'http://pantrytoplatechallenge.org/99-revision-v1/',0,'revision','',0),(183,1,'2014-05-20 16:13:09','2014-05-20 16:13:09','<img class=\"alignleft size-medium wp-image-51\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" /><strong>Meet Hollis Wilder</strong>\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\nMy Journey:\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it!”','Hollis Wilder','','inherit','open','open','','43-revision-v1','','','2014-05-20 16:13:09','2014-05-20 16:13:09','',43,'http://pantrytoplatechallenge.org/43-revision-v1/',0,'revision','',0),(184,1,'2014-05-20 16:13:30','2014-05-20 16:13:30','<img class=\"alignleft size-medium wp-image-51\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" /><strong>Meet Hollis Wilder</strong>\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\n<strong>My Journey:</strong>\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it!”','Hollis Wilder','','inherit','open','open','','43-revision-v1','','','2014-05-20 16:13:30','2014-05-20 16:13:30','',43,'http://pantrytoplatechallenge.org/43-revision-v1/',0,'revision','',0),(186,1,'2014-05-20 16:15:22','2014-05-20 16:15:22','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img class=\"alignleft wp-image-102\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"122\" height=\"163\" /></a><strong>Meet Hari Pulapaka, Ph.D., C.E.C.\r\n</strong>\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL\r\n Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\r\nOR\r\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\r\nOR\r\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)\r\n','Hari Pulapka','','inherit','open','open','','99-revision-v1','','','2014-05-20 16:15:22','2014-05-20 16:15:22','',99,'http://pantrytoplatechallenge.org/99-revision-v1/',0,'revision','',0),(185,1,'2014-05-20 16:14:45','2014-05-20 16:14:45','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img class=\"alignleft wp-image-102\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"122\" height=\"163\" /></a><strong>Meet Hari Pulapaka, Ph.D., C.E.C.\r\n</strong>\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL\r\n Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\r\nOR\r\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\r\nOR\r\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" class=\"alignleft size-medium wp-image-54\" /></a>\r\n\r\n<strong>Meet John Rivers, Chef & Owner 4R Restaurant Group.</strong>\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers’ experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, “The Southern Cowboy” and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" class=\"alignleft size-medium wp-image-51\" /></a>\r\n\r\n<strong>Meet Hollis Wilder</strong>\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\n<strong>My Journey:</strong>\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it!”','Hari Pulapka','','inherit','open','open','','99-revision-v1','','','2014-05-20 16:14:45','2014-05-20 16:14:45','',99,'http://pantrytoplatechallenge.org/99-revision-v1/',0,'revision','',0),(210,1,'2014-05-20 17:37:17','2014-05-20 17:37:17','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography coming soon.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"225\" height=\"300\" class=\"alignleft size-medium wp-image-102\" /></a>\r\n\r\n<strong>Meet Hari Pulapaka, Ph.D., C.E.C.</strong>\r\n\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL\r\n Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\r\nOR\r\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\r\nOR\r\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" class=\"alignleft size-medium wp-image-54\" /></a>\r\n\r\n<strong>Meet John Rivers, Chef & Owner 4R Restaurant Group.</strong>\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers’ experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, “The Southern Cowboy” and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" class=\"alignleft size-medium wp-image-51\" /></a>\r\n\r\n<strong>Meet Hollis Wilder</strong>\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\n<strong>My Journey:</strong>\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it!”','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 17:37:17','2014-05-20 17:37:17','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(187,1,'2014-05-20 16:15:53','2014-05-20 16:15:53','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"225\" height=\"300\" class=\"alignleft size-medium wp-image-102\" /></a>\r\n\r\n<strong>Meet Hari Pulapaka, Ph.D., C.E.C.</strong>\r\n\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL\r\n Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\r\nOR\r\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\r\nOR\r\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" class=\"alignleft size-medium wp-image-54\" /></a>\r\n\r\n<strong>Meet John Rivers, Chef & Owner 4R Restaurant Group.</strong>\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers’ experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, “The Southern Cowboy” and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" class=\"alignleft size-medium wp-image-51\" /></a>\r\n\r\n<strong>Meet Hollis Wilder</strong>\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\n<strong>My Journey:</strong>\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it!”','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 16:15:53','2014-05-20 16:15:53','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(188,1,'2014-05-20 16:24:30','2014-05-20 16:24:30','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" class=\"alignleft size-medium wp-image-56\" /></a>\n\n<strong>Meet Mark Baratelli</strong>\n\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida’s (and the country’s!) original traveling food truck event, making 500 visits since its start in 2011.\n\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.\n<br>\n<hr />\n<br>\n','The Judges','','inherit','open','open','','35-autosave-v1','','','2014-05-20 16:24:30','2014-05-20 16:24:30','',35,'http://pantrytoplatechallenge.org/35-autosave-v1/',0,'revision','',0),(189,1,'2014-05-20 16:24:32','2014-05-20 16:24:32','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" class=\"alignleft size-medium wp-image-56\" /></a>\r\n\r\n<strong>Meet Mark Baratelli</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida’s (and the country’s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.\r\n<br>\r\n<hr />\r\n<br>\r\n','The Judges','','inherit','open','open','','35-revision-v1','','','2014-05-20 16:24:32','2014-05-20 16:24:32','',35,'http://pantrytoplatechallenge.org/35-revision-v1/',0,'revision','',0),(190,1,'2014-05-20 16:24:53','2014-05-20 16:24:53','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" class=\"alignleft size-medium wp-image-56\" /></a>\r\n\r\n<strong>Meet Mark Baratelli</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida’s (and the country’s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.\r\n</br></br>\r\n<hr />\r\n<br>\r\n','The Judges','','inherit','open','open','','35-revision-v1','','','2014-05-20 16:24:53','2014-05-20 16:24:53','',35,'http://pantrytoplatechallenge.org/35-revision-v1/',0,'revision','',0),(191,1,'2014-05-20 16:25:04','2014-05-20 16:25:04','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" class=\"alignleft size-medium wp-image-56\" /></a>\r\n\r\n<strong>Meet Mark Baratelli</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida’s (and the country’s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.\r\n</br></br></br>\r\n<hr />\r\n<br>\r\n','The Judges','','inherit','open','open','','35-revision-v1','','','2014-05-20 16:25:04','2014-05-20 16:25:04','',35,'http://pantrytoplatechallenge.org/35-revision-v1/',0,'revision','',0),(192,1,'2014-05-20 16:25:12','2014-05-20 16:25:12','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" class=\"alignleft size-medium wp-image-56\" /></a>\r\n\r\n<strong>Meet Mark Baratelli</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida’s (and the country’s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.\r\n</br></br></br><br>\r\n<hr />\r\n<br>\r\n','The Judges','','inherit','open','open','','35-revision-v1','','','2014-05-20 16:25:12','2014-05-20 16:25:12','',35,'http://pantrytoplatechallenge.org/35-revision-v1/',0,'revision','',0),(193,1,'2014-05-20 16:25:21','2014-05-20 16:25:21','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" class=\"alignleft size-medium wp-image-56\" /></a>\r\n\r\n<strong>Meet Mark Baratelli</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida’s (and the country’s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.\r\n</br></br></br></br>\r\n<hr />\r\n<br>\r\n','The Judges','','inherit','open','open','','35-revision-v1','','','2014-05-20 16:25:21','2014-05-20 16:25:21','',35,'http://pantrytoplatechallenge.org/35-revision-v1/',0,'revision','',0),(194,1,'2014-05-20 16:26:08','2014-05-20 16:26:08','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" class=\"alignleft size-medium wp-image-56\" /></a>\r\n\r\n<strong>Meet Mark Baratelli</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida’s (and the country’s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.\r\n</br></br></br></br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie-198x300.jpg\" alt=\"Scott McKenzie\" width=\"198\" height=\"300\" class=\"alignleft size-medium wp-image-79\" /></a>\r\n\r\n<strong>Meet Scott McKenzie</strong>\r\n\r\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\r\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\r\n\r\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.\r\n<br>\r\n<hr />\r\n<br>','The Judges','','inherit','open','open','','35-revision-v1','','','2014-05-20 16:26:08','2014-05-20 16:26:08','',35,'http://pantrytoplatechallenge.org/35-revision-v1/',0,'revision','',0),(195,1,'2014-05-20 16:26:37','2014-05-20 16:26:37','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" class=\"alignleft size-medium wp-image-56\" /></a>\r\n\r\n<strong>Meet Mark Baratelli</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida’s (and the country’s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.\r\n</br></br></br></br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie-198x300.jpg\" alt=\"Scott McKenzie\" width=\"198\" height=\"300\" class=\"alignleft size-medium wp-image-79\" /></a>\r\n\r\n<strong>Meet Scott McKenzie</strong>\r\n\r\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\r\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\r\n\r\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.\r\n</br>\r\n<hr />\r\n<br>','The Judges','','inherit','open','open','','35-revision-v1','','','2014-05-20 16:26:37','2014-05-20 16:26:37','',35,'http://pantrytoplatechallenge.org/35-revision-v1/',0,'revision','',0),(196,1,'2014-05-20 16:27:33','2014-05-20 16:27:33','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" class=\"alignleft size-medium wp-image-56\" /></a>\r\n\r\n<strong>Meet Mark Baratelli</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida’s (and the country’s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.\r\n</br></br></br></br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie-198x300.jpg\" alt=\"Scott McKenzie\" width=\"198\" height=\"300\" class=\"alignleft size-medium wp-image-79\" /></a>\r\n\r\n<strong>Meet Scott McKenzie</strong>\r\n\r\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\r\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\r\n\r\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.\r\n</br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91.jpg\" alt=\"PX00114_9[1]\" width=\"287\" height=\"500\" class=\"alignleft size-full wp-image-109\" /></a>\r\n\r\n<strong>Meet Heather McPherson</strong>\r\n\r\nHeather McPherson is the Food Editor, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for orlandosentinel.com. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.\r\n\r\nShe is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\r\n\r\nThe author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\r\n\r\nShe earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\r\nBorn Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors. ','The Judges','','inherit','open','open','','35-revision-v1','','','2014-05-20 16:27:33','2014-05-20 16:27:33','',35,'http://pantrytoplatechallenge.org/35-revision-v1/',0,'revision','',0),(197,1,'2014-05-20 16:27:56','2014-05-20 16:27:56','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" class=\"alignleft size-medium wp-image-56\" /></a>\r\n\r\n<strong>Meet Mark Baratelli</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida’s (and the country’s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.\r\n</br></br></br></br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie-198x300.jpg\" alt=\"Scott McKenzie\" width=\"198\" height=\"300\" class=\"alignleft size-medium wp-image-79\" /></a>\r\n\r\n<strong>Meet Scott McKenzie</strong>\r\n\r\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\r\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\r\n\r\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.\r\n</br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91-172x300.jpg\" alt=\"PX00114_9[1]\" width=\"172\" height=\"300\" class=\"alignleft size-medium wp-image-109\" /></a>\r\n<strong>Meet Heather McPherson</strong>\r\n\r\nHeather McPherson is the Food Editor, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for orlandosentinel.com. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.\r\n\r\nShe is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\r\n\r\nThe author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\r\n\r\nShe earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\r\nBorn Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors. ','The Judges','','inherit','open','open','','35-revision-v1','','','2014-05-20 16:27:56','2014-05-20 16:27:56','',35,'http://pantrytoplatechallenge.org/35-revision-v1/',0,'revision','',0),(198,1,'2014-05-20 16:28:44','2014-05-20 16:28:44','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" class=\"alignleft size-medium wp-image-56\" /></a>\r\n\r\n<strong>Meet Mark Baratelli</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida’s (and the country’s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.\r\n</br></br></br></br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie-198x300.jpg\" alt=\"Scott McKenzie\" width=\"211\" height=\"310\" class=\"alignleft size-medium wp-image-79\" /></a>\r\n\r\n<strong>Meet Scott McKenzie</strong>\r\n\r\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\r\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\r\n\r\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.\r\n</br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91-172x300.jpg\" alt=\"PX00114_9[1]\" width=\"211\" height=\"310\" class=\"alignleft size-medium wp-image-109\" /></a>\r\n<strong>Meet Heather McPherson</strong>\r\n\r\nHeather McPherson is the Food Editor, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for orlandosentinel.com. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.\r\n\r\nShe is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\r\n\r\nThe author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\r\n\r\nShe earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\r\nBorn Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors. ','The Judges','','inherit','open','open','','35-revision-v1','','','2014-05-20 16:28:44','2014-05-20 16:28:44','',35,'http://pantrytoplatechallenge.org/35-revision-v1/',0,'revision','',0),(199,1,'2014-05-20 16:29:15','2014-05-20 16:29:15','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mark-baratelli-headshot-201x300.jpg\" alt=\"Mark Baratelli\" width=\"201\" height=\"300\" class=\"alignleft size-medium wp-image-56\" /></a>\r\n\r\n<strong>Meet Mark Baratelli</strong>\r\n\r\nOrlando Business Journal named Mark Baratelli a “40 Under 40”, calling him “The Pied Piper of Food Trucks”. His event, The Food Truck Bazaar, is Central Florida’s (and the country’s!) original traveling food truck event, making 500 visits since its start in 2011.\r\n\r\nHe works with 12 towns, 40 food trucks and hosts thousands of people every month. Mark also shares fun things to do in Orlando on the weekends every Friday at 5:50pm on WMFE 90.7, in his 3,600-person email blast and his blog TheDailyCity.com, named 2013 Best Blog by Orlando Magazine, Orlando Weekly and Yelp Orlando. His other creations include Orlando Improv Festival, Cardboard Art Festival, Waterford Lakes Night Market, Taco Truck Taste Test, Audience Choice Awards and Mobile Art Show.\r\n</br></br></br></br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/mckenzie-198x300.jpg\" alt=\"Scott McKenzie\" width=\"198\" height=\"300\" class=\"alignleft size-medium wp-image-79\" /></a>\r\n\r\n<strong>Meet Scott McKenzie</strong>\r\n\r\nSurrounded by 3 older music-loving siblings, Scott McKenzie grew up in a household where the radio was always on. At a young age, he was struck by the energy and creativity of his favorite deejays and knew by age 12 that that’s what he wanted to be when he grew up. (Much to the chagrin of his father who thought he would be following his footsteps into dentistry.)\r\nAfter hosting morning shows for 4 years in college he began his professional career in a small town in Ohio. He then took his show to Tallahassee, Boston, and eventually Orlando where he has hosted the morning show at MIX105.1 for the past 23 years. After 35 years in radio, Scott’s dad, who is now 95, has become his biggest fan.\r\n\r\nScott’s wife Fran is a psychologist in Winter Park. They have one daughter, Lauren, who is a senior studying public relations at the University Of Florida.\r\n</br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/PX00114_91-172x300.jpg\" alt=\"PX00114_9[1]\" width=\"172\" height=\"300\" class=\"alignleft size-medium wp-image-109\" /></a>\r\n\r\n<strong>Meet Heather McPherson</strong>\r\n\r\nHeather McPherson is the Food Editor, restaurant reviewer and a multimedia journalist for the Orlando Sentinel. She oversees the weekly Cooking & Eating section and writes four weekly columns (food and culture, restaurant recipes and restaurant reviews) and provides daily content for orlandosentinel.com. In addition, she provides food segments for Fox 35 Orlando, Scott McKenzie & the Morning Mix on Mix 105.1 FM.\r\n\r\nShe is a past president of the Association of Food Journalists and serves on the AFJ conference planning committee.\r\n\r\nThe author of two cookbooks, she has co-written five others and edited three cookbooks. Her latest work is “Field to Feast: Recipes Celebrating Florida’s Farmers, Chefs, and Artisans” with Pam Brandon and Katie Farmand (University Press of Florida). In October, the companion book, “Good Catch,” celebrating Florida’s rich fish and seafood heritage, will be in bookstores.\r\n\r\nShe earned a Bachelor of Science in Journalism from the College of Journalism and Communication at the University of Florida and was honored with the college’s Emig Award, given to the student the faculty believes will contribute the most to the state of Florida through journalistic pursuits.\r\nBorn Indianapolis, Ind., she and husband artist Spencer Pettit live in Mount Dora, where she serves on the Friends of the Library Board and the Lake Cares Food Pantry Board of Directors. ','The Judges','','inherit','open','open','','35-revision-v1','','','2014-05-20 16:29:15','2014-05-20 16:29:15','',35,'http://pantrytoplatechallenge.org/35-revision-v1/',0,'revision','',0),(200,1,'2014-05-20 16:56:57','2014-05-20 16:56:57','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"225\" height=\"300\" class=\"alignleft size-medium wp-image-102\" /></a>\r\n\r\n<strong>Meet Hari Pulapaka, Ph.D., C.E.C.</strong>\r\n\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL\r\n Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\r\nOR\r\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\r\nOR\r\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" class=\"alignleft size-medium wp-image-54\" /></a>\r\n\r\n<strong>Meet John Rivers, Chef & Owner 4R Restaurant Group.</strong>\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers’ experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, “The Southern Cowboy” and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" class=\"alignleft size-medium wp-image-51\" /></a>\r\n\r\n<strong>Meet Hollis Wilder</strong>\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\n<strong>My Journey:</strong>\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it!”','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 16:56:57','2014-05-20 16:56:57','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(201,1,'2014-05-20 16:57:20','2014-05-20 16:57:20','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here. Biography goes here.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"225\" height=\"300\" class=\"alignleft size-medium wp-image-102\" /></a>\r\n\r\n<strong>Meet Hari Pulapaka, Ph.D., C.E.C.</strong>\r\n\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL\r\n Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\r\nOR\r\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\r\nOR\r\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" class=\"alignleft size-medium wp-image-54\" /></a>\r\n\r\n<strong>Meet John Rivers, Chef & Owner 4R Restaurant Group.</strong>\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers’ experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, “The Southern Cowboy” and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" class=\"alignleft size-medium wp-image-51\" /></a>\r\n\r\n<strong>Meet Hollis Wilder</strong>\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\n<strong>My Journey:</strong>\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it!”','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 16:57:20','2014-05-20 16:57:20','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(202,1,'2014-05-20 17:00:51','2014-05-20 17:00:51','When: Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. – 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\nWhere: BB Kings Blues Club / Pointe Orlando\r\n\r\nCost: Tickets are $125 per person or $1,000 for a table of ten.','Tickets','','inherit','open','open','','84-revision-v1','','','2014-05-20 17:00:51','2014-05-20 17:00:51','',84,'http://pantrytoplatechallenge.org/84-revision-v1/',0,'revision','',0),(203,1,'2014-05-20 17:01:28','2014-05-20 17:01:28','<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. – 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.','Tickets','','inherit','open','open','','84-revision-v1','','','2014-05-20 17:01:28','2014-05-20 17:01:28','',84,'http://pantrytoplatechallenge.org/84-revision-v1/',0,'revision','',0),(204,1,'2014-05-20 17:11:17','2014-05-20 17:11:17','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\r\n\r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\r\n\r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora-192x300.png\" alt=\"CatCora\" width=\"192\" height=\"300\" class=\"alignright size-medium wp-image-158\" style=\"border:0px\" /></a>\r\nThe Food Network meets Orlando. Let’s eat!\r\n\r\n<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/tickets/\"><strong>BUY YOUR TICKETS TODAY!</strong></a>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-20 17:11:17','2014-05-20 17:11:17','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(205,1,'2014-05-20 17:11:49','2014-05-20 17:11:49','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\r\n\r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\r\n\r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora-192x300.png\" alt=\"CatCora\" width=\"192\" height=\"300\" class=\"alignright size-medium wp-image-158\" style=\"border:0px\" /></a>\r\nThe Food Network meets Orlando. Let’s eat!\r\n\r\n<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n</br>\r\n<a href=\"http://pantrytoplatechallenge.org/tickets/\"><strong>CLICK HERE TO BUY YOUR TICKETS!</strong></a>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-20 17:11:49','2014-05-20 17:11:49','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(211,1,'2014-05-20 17:37:37','2014-05-20 17:37:37','<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.23.27-PM.png\" alt=\"Cat Cora\" width=\"223\" height=\"138\" class=\"alignleft size-full wp-image-49\" /></a>\r\n\r\n<strong>Meet Cat Cora</strong>\r\n\r\nIt’s no surprise that Cat Cora has become a world renowned chef. Her culinary aspirations began at an early age, and by 15, she had developed a business plan for her own restaurant. In 2005, she made television history on Food Network’s “Iron Chef America” as the first and only female Iron Chef, and in November 2006 Bon Appetit Magazine bestowed her with their Teacher of the Year Award, an award she calls, “the greatest recognition she could achieve as a chef.” That month, she was also honored with another great culinary distinction when she was named Executive Chef of the magazine. With restaurants at Macy’s South Coast Plaza, San Francisco and Houston’s airports and another at Walt Disney World, Cat’s bringing a taste of her culinary influence to both coasts.\r\n\r\nFollowing advice from her famous mentor Julia Child, Cat left her native Mississippi for New York, where she received the education of her dreams at The Culinary Institute of America. While in New York, she apprenticed with and then worked for Chef Anne Rozenwieg at Arcadia and worked at the Beekman Tavern under Chef Larry Forgione of An American Place.\r\n\r\nCat’s culinary education continued in Europe completing apprenticeships with two of France’s three-start Michelin chefs, George Blanc of Vonnas and Roger Verge. After returning to New York again, Cat honed her skills as a Sous Chef at The Old Chatham Shephering Company under Chef Melissa Kelly. She soon headed West to plant her roots in Northern California, where she served as Chef de Cuisine at Napa Valley’s Bistro Don Giovanni.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/kathleenCloseUp-300x300.jpg\" alt=\"kathleenCloseUp\" width=\"233\" height=\"233\" class=\"alignleft size-medium wp-image-170\" /></a>\r\n\r\n<strong>Meet Kathleen Blake</strong>\r\n\r\nBiography coming soon.\r\n</br></br></br></br></br></br></br></br></br></br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/05/haripulapakaINT-225x300.jpg\" alt=\"haripulapakaINT\" width=\"225\" height=\"300\" class=\"alignleft size-medium wp-image-102\" /></a>\r\n\r\n<strong>Meet Hari Pulapaka, Ph.D., C.E.C.</strong>\r\n\r\nExecutive Chef & Co-Owner, Cress Restaurant, DeLand, FL\r\n Associate Professor, Department of Mathematics and Computer Science, Stetson University, DeLand, FL\r\n\r\nHari Pulapaka is the Executive Chef and Co-Owner of the highly acclaimed Cress Restaurant in DeLand FL. Hari is also a full-time tenured Associative Professor of Mathematics and Computer Science at Stetson University. Hari lives a full life driven by two full-time professions.\r\n\r\nAs a chef, Hari received a classical culinary degree from Le Cordon Bleu College of Culinary Arts in Orlando, has trained at Canoe in Toronto and opened Cress in 2008 with his wife Dr. Jenneffer Pulapaka, who is a podiatric surgeon with her own private practice The DeLand Foot and Leg Center. Jenneffer is also co-owner of Cress and is its Wine Director and General Manager. Cress was recently rated the #1 restaurant in the Greater Orlando area by ZAGAT for 2013. Hari is a three-time (2014, 2013, 2011) semifinalist for The James Beard Award for Best Chef South and a two-time (2013, 2012) nominee for Food & Wine Magazine’s The People’s Best New Chef. Hari attended the first official James Beard Foundation Boot Camp in Louisville for Policy and Action as one of only 15 chefs nationwide and now serves on the advisory board of CAN (The Chef Action Network) which is supported by the James Beard Foundation. Hari has cooked at the prestigious James Beard House in New York City on multiple occasions and has been invited to cook there again in June 2014. Hari is also a 2013 participant on the Monterey Bay Seafood Watch Blue Ribbon Task Force. Hari and Jenneffer actively support a wide variety of philanthropic endeavours all across Central Florida and help raise thousands of dollars every year for a variety of food and health related causes. Since the inception and more so now, Hari is passionate about finding ways to improve the regional food system of Central Florida in particular, and the nation, as a whole. Cress Restaurant recently successfully hosted a “Lesser Florida Fish Dinner” and continues to champion sustainability issues in Central Florida including maintaining an active Food Waste Program. Hari is also a Certified Executive Chef of The American Culinary Federation.\r\n\r\nAs a mathematician, Hari received a Ph.D. in Mathematics from The University of Florida in 1995 under the direction of Professor Andrew Vince, an M.S. in Mathematics under the supervision of Professor James Lawrence at George Mason University, and a B.Sc. in Mathematics from St. Xavier’s College at the University of Mumbai. Hari is has published several papers in graph theory, number theory, and problem solving. After holding academic positions at Valdosta State University and a visiting position at Georgia Tech, Hari has been at Stetson University since 2000.\r\n\r\nFor more information, please visit:\r\n<a href=\"http://www.facebook.com/haripulapaka\">www.facebook.com/haripulapaka</a> (mostly for Chef Hari)\r\nOR\r\n<a href=\"http://www.cressrestaurant.com\">www.cressrestaurant.com</a> (about Cress Restaurant)\r\nOR\r\n<a href=\"http://www2.stetson.edu/~hpulapak\">www2.stetson.edu/~hpulapak</a> (mostly for Mathematician Hari)\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers.jpg\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/johnrivers-238x300.jpg\" alt=\"John Rivers\" width=\"238\" height=\"300\" class=\"alignleft size-medium wp-image-54\" /></a>\r\n\r\n<strong>Meet John Rivers, Chef & Owner 4R Restaurant Group.</strong>\r\n\r\nJohn Rivers’ diverse career experience spans two decades and ranges from managing a billion-dollar pharmaceutical distribution operation to opening one of fastest-growing new restaurants in the southeast with his Texas-inspired 4Rivers Smokehouses in Winter Park, Winter Garden and Longwood, Jacksonville, and Gainesville, Florida. His second restaurant concept The COOP will open in Winter Park in March 2014.\r\n\r\nRivers ended a 20-year career in Healthcare as the President of CuraScript Specialty Distribution where he managed a $1.4 billion pharmaceutical operation. Positions leading up this included leading strategic growth and business development efforts with Johnson & Johnson and American Home Products subsidiary, Sherwood Medical each fine-tuning his experience in business modeling, strategic plan development and leadership skills.\r\n\r\nRivers’ experiences parlayed into the business strategies for his new company, 4R Restaurant Group LLC, the parent company of 4R Smokehouse that operates 5 Smokehouse restaurants in Florida and, 4R Signature Products that manufactures and distributes the 4R line of sauces, rubs and smoked brisket throughout the United States. Brand awareness for 4 Rivers began with the launch of the “BBQ Ministry” in 2004 when Rivers hosted a BBQ fundraiser to support a local family facing the increasing medical bills of their young daughter’s battle with cancer. A dedication to supporting local schools, churches and charitable organizations resulted from this one event that has remained at the core of the 4R companies.\r\n\r\nRivers’ concept immediately garnered recognition resulting in the invitation to cook at the prestigious James Beard House in New York City and four consecutive invitations to present at the 2011-2014 Food Network South Beach Wine & Food Festival. Rivers has released his first cookbook, “The Southern Cowboy” and has appeared on NBC and FOX morning shows as well as The Good Life Network. Among others, Rivers has been celebrated nationally on Food&Wine.com, and in Cigar Aficionado, Restaurant Business, FOOD Magazine, Cooking Light Magazine the Paula Deen Magazine and was most recently named as a finalist for the 2014 Earnest and Young Entrepreneur of the Year Award.\r\n\r\nRivers is a graduate of the Florida State University College of Business. He serves on the boards of numerous school and community-based charitable organizations and resides in Winter Park, Fla., with his wife Monica and two children, Jared and Cameron.\r\n<br>\r\n<hr />\r\n<br>\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-29-at-2.24.37-PM-300x221.png\" alt=\"Hollis Wilder\" width=\"300\" height=\"221\" class=\"alignleft size-medium wp-image-51\" /></a>\r\n\r\n<strong>Meet Hollis Wilder</strong>\r\n\r\nHollis takes the traditional sweet cupcake in a new direction, with fresh flavors and a new savory look. The trusty cupcake pan works just as well for satisfying mini meals as it does for decadent sweets. Small, uniform portions make it easier to avoid overeating, and the meals are perfect for making ahead of time and freezing for the week in single or family-size portions. Hollis provides tips for having children help with the cooking to make a more enjoyable family mealtime. With 100 exciting recipes for breakfast, lunch, and dinner, such as Apple-Sausage Breakfast Cakes, Fig and Blue Cheese Tarts, Pumpkin Risotto, and Curried Chicken with Mango, Savory Bites proves a cupcake pan isn’t just for sweets and is sure to please any palate or budget. The book includes signature Mac n\' Cheese Bites, Crazy-Cool Calzones, Mini Piccolo Lasagna, etc, and is inspired by the popular dishes she\'s made for her celebrity clients including, Demi Moore, Tom Cruise, Nicole Kidman, The Osmonds, Michael Jackson, Arnold Schwarzenegger, Annette Benning, Bruce Willis, Warren Beatty, Jay Leno, The Rolling Stones and even Mikhail Gorbachev.\r\n\r\n<strong>My Journey:</strong>\r\n\r\nThrough travel and experience, I learned how to cook. I am a self-taught chef and my passions have fueled each step of my career. One serendipitous day, Max Mutchnick (the creator and producer of Will & Grace) took a chance on me, when he hired me to make the shows daily lunches. It was then that I began to make my mark on Hollywood. I delighted in feeding the writers and producers of Seinfeld, Will & Grace, Weeds and That 70′s Show, just to name a few. These connections led me to prepare food for a hungry Hollywood. In 2004, I moved to Winter Park, Florida with my family and opened Sweet By Holly; the first cupcake and frozen yogurt store of its kind. The Food Network called me and invited me to be on the Cupcake Wars and I won creating the first salmon cupcake that has been celebrated on this hit series. It was then that ABRAMS Books approached me and invited me to write a book. Marrying my savory past with the classic American cupcake pan, I am preparing for the release of my first cookbook with ABRAMS in 2013. This book with Stewart, Tabori & Chang, on an exclusive submission, by Alison Fargis at the Stonesong Press, is centered around making mini meals in a cupcake pan. Many of the recipes featured are drawn from my days in Hollywood and my continued desire to please the opinionated palates that I feed. I hope you’ll join me on this journey, in celebrating my self-taught hard work and the success that has come from my dedication to being the very best that I can be. Ask yourself, “What is the cupcake in your life?” ”If food is love, then I’m making it!”','The Chefs','','inherit','open','open','','33-revision-v1','','','2014-05-20 17:37:37','2014-05-20 17:37:37','',33,'http://pantrytoplatechallenge.org/33-revision-v1/',0,'revision','',0),(212,1,'2014-05-20 17:47:06','2014-05-20 17:47:06','<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. – 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n\r\n<img src=\"images/BuyTickets.png\">','Tickets','','inherit','open','open','','84-revision-v1','','','2014-05-20 17:47:06','2014-05-20 17:47:06','',84,'http://pantrytoplatechallenge.org/84-revision-v1/',0,'revision','',0),(213,1,'2014-05-20 17:47:25','2014-05-20 17:47:25','','BuyTickets','','inherit','open','open','','buytickets','','','2014-05-20 17:47:25','2014-05-20 17:47:25','',84,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/BuyTickets.png',0,'attachment','image/png',0),(214,1,'2014-05-20 17:48:01','2014-05-20 17:48:01','<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. – 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n\r\n<a href=\"#\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/BuyTickets.png\" alt=\"BuyTickets\" width=\"182\" height=\"30\" class=\"alignleft size-full wp-image-213\" /></a>','Tickets','','inherit','open','open','','84-revision-v1','','','2014-05-20 17:48:01','2014-05-20 17:48:01','',84,'http://pantrytoplatechallenge.org/84-revision-v1/',0,'revision','',0),(215,1,'2014-05-20 17:48:27','2014-05-20 17:48:27','<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. – 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n\r\n<a href=\"#\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/BuyTickets.png\" alt=\"BuyTickets\" width=\"182\" height=\"30\" class=\"alignleft size-full wp-image-213\" style=\"border: 0px;\"/></a>','Tickets','','inherit','open','open','','84-revision-v1','','','2014-05-20 17:48:27','2014-05-20 17:48:27','',84,'http://pantrytoplatechallenge.org/84-revision-v1/',0,'revision','',0),(216,1,'2014-05-20 17:49:00','2014-05-20 17:49:00','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\r\n\r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\r\n\r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora-192x300.png\" alt=\"CatCora\" width=\"192\" height=\"300\" class=\"alignright size-medium wp-image-158\" style=\"border:0px\" /></a>\r\nThe Food Network meets Orlando. Let’s eat!\r\n\r\n<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n</br>\r\n<a href=\"#\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/BuyTickets.png\" alt=\"BuyTickets\" width=\"182\" height=\"30\" class=\"alignleft size-full wp-image-213\" style=\"border: 0px;\"/></a>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-20 17:49:00','2014-05-20 17:49:00','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(217,1,'2014-05-20 17:49:27','2014-05-20 17:49:27','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\r\n\r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\r\n\r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora-192x300.png\" alt=\"CatCora\" width=\"192\" height=\"300\" class=\"alignright size-medium wp-image-158\" style=\"border:0px\" /></a>\r\nThe Food Network meets Orlando. Let’s eat!\r\n\r\n<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n</br>\r\n<a href=\"http://pantrytoplatechallenge.org/tickets/\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/BuyTickets.png\" alt=\"BuyTickets\" width=\"182\" height=\"30\" class=\"alignleft size-full wp-image-213\" style=\"border: 0px;\"/></a>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-20 17:49:27','2014-05-20 17:49:27','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(218,1,'2014-05-20 17:51:15','2014-05-20 17:51:15','<strong>Food Pantry Challenge:</strong>\r\n\r\nChefs have to prepare one dish prepared solely from ingredients found in the food pantry. Four courses will be served at the event and Chefs choose from a hat the course that they will be responsible for. Chefs will get to ‘shop’ from the WVCS food pantry in advance and will be given a list of ingredients that they would be able to use. A film crew will document the ‘shopping’ and prepping of their courses which will be shown on-screen at the event. Chefs chosen for this challenge will work with WVCS’ catering team to execute their dish on the day of the event.\r\n\r\n<strong>Challenge Rules:</strong>\r\n\r\nChefs are able to use any of the items from the food pantry.\r\n\r\n1. All items in the recipe must be found in the food pantry.\r\n\r\n2. Oil, flour, sugar, herbs, and seasonings are the only exceptions.\r\n\r\n<strong>Judging:</strong>\r\n\r\nTwo categories: Judge’s Choice/Popular Choice\r\n\r\n1. Judge’s Choice - Chefs will be judged on a 5 point scale for taste, appearance, and creativity. \r\n\r\n2. Popular Choice - Awarded to the Chef who received the most votes from event attendants. ','The Rules','','inherit','open','open','','207-revision-v1','','','2014-05-20 17:51:15','2014-05-20 17:51:15','',207,'http://pantrytoplatechallenge.org/207-revision-v1/',0,'revision','',0),(219,1,'2014-05-20 17:51:45','2014-05-20 17:51:45','<strong>Food Pantry Challenge:</strong>\r\n\r\nChefs have to prepare one dish prepared solely from ingredients found in the food pantry. Four courses will be served at the event and Chefs choose from a hat the course that they will be responsible for. Chefs will get to ‘shop’ from the JFS food pantry in advance and will be given a list of ingredients that they would be able to use. A film crew will document the ‘shopping’ and prepping of their courses which will be shown on-screen at the event. Chefs chosen for this challenge will work with JFS\' catering team to execute their dish on the day of the event.\r\n\r\n<strong>Challenge Rules:</strong>\r\n\r\nChefs are able to use any of the items from the food pantry.\r\n\r\n1. All items in the recipe must be found in the food pantry.\r\n\r\n2. Oil, flour, sugar, herbs, and seasonings are the only exceptions.\r\n\r\n<strong>Judging:</strong>\r\n\r\nTwo categories: Judge’s Choice/Popular Choice\r\n\r\n1. Judge’s Choice - Chefs will be judged on a 5 point scale for taste, appearance, and creativity. \r\n\r\n2. Popular Choice - Awarded to the Chef who received the most votes from event attendants. ','The Rules','','inherit','open','open','','207-revision-v1','','','2014-05-20 17:51:45','2014-05-20 17:51:45','',207,'http://pantrytoplatechallenge.org/207-revision-v1/',0,'revision','',0),(220,1,'2014-05-20 17:53:07','2014-05-20 17:53:07','The mission of JFS is to provide vital, high-quality and innovative services to people in need, of all faiths, so they can overcome challenges and lead fuller, more structured lives.','About JFS','','inherit','open','open','','88-revision-v1','','','2014-05-20 17:53:07','2014-05-20 17:53:07','',88,'http://pantrytoplatechallenge.org/88-revision-v1/',0,'revision','',0),(221,1,'2014-05-20 17:53:34','2014-05-20 17:53:34','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora.png\"><img class=\"alignright size-medium wp-image-158\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora-192x300.png\" alt=\"CatCora\" width=\"192\" height=\"300\" /></a> prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\r\n\r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\r\n\r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\r\nThe Food Network meets Orlando. Let’s eat!\r\n\r\n<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/tickets/\"><img class=\"alignleft size-full wp-image-213\" style=\"border: 0px;\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/BuyTickets.png\" alt=\"BuyTickets\" width=\"182\" height=\"30\" /></a>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-20 17:53:34','2014-05-20 17:53:34','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(222,1,'2014-05-20 17:54:09','2014-05-20 17:54:09','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora.png\"><img class=\"alignright size-medium wp-image-158\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora-192x300.png\" alt=\"CatCora\" width=\"192\" height=\"300\" border=\"0\"/></a> prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\r\n\r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\r\n\r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\r\nThe Food Network meets Orlando. Let’s eat!\r\n\r\n<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/tickets/\"><img class=\"alignleft size-full wp-image-213\" style=\"border: 0px;\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/BuyTickets.png\" alt=\"BuyTickets\" width=\"182\" height=\"30\" /></a>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-20 17:54:09','2014-05-20 17:54:09','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(223,1,'2014-05-20 17:54:30','2014-05-20 17:54:30','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\r\n\r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\r\n\r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora.png\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora-192x300.png\" alt=\"CatCora\" width=\"192\" height=\"300\" class=\"alignright size-medium wp-image-158\" style=\"border:0px\" /></a>\r\nThe Food Network meets Orlando. Let’s eat!\r\n\r\n<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n</br>\r\n<a href=\"http://pantrytoplatechallenge.org/tickets/\"><img src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/BuyTickets.png\" alt=\"BuyTickets\" width=\"182\" height=\"30\" class=\"alignleft size-full wp-image-213\" style=\"border: 0px;\"/></a>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-20 17:54:30','2014-05-20 17:54:30','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(224,1,'2014-05-20 20:56:14','2014-05-20 20:56:14','Pantry to Plate: A Chef’s Challenge is a unique dining event that will test well-known chefs in Central Florida to prepare a four-course dinner by using ingredients found solely from JFS Orlando’s Pearlman Emergency Food Pantry.\r\n\r\nEmceed by Celebrity Chef Cat Cora, the participating chefs will be judged on taste, presentation, and creativity. But our panel of celebrity judges won’t determine all the winners. A second award will be presented to the chef who receives the most votes from event attendees.\r\n\r\nIt’s all about giving back at this flavorful event. All proceeds from Pantry to Plate will go to support the mission of JFS Orlando and the many services offered to the community.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora.png\"><img class=\"alignright size-medium wp-image-158\" style=\"border: 0px;\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/CatCora-192x300.png\" alt=\"CatCora\" width=\"192\" height=\"300\" /></a>\r\nThe Food Network meets Orlando. Let’s eat!\r\n\r\n<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. - 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n\r\n<a href=\"http://pantrytoplatechallenge.org/tickets/\"><img class=\"alignleft size-full wp-image-213\" style=\"border: 0px;\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/BuyTickets.png\" alt=\"BuyTickets\" width=\"182\" height=\"30\" /></a>','Home','','inherit','open','open','','27-revision-v1','','','2014-05-20 20:56:14','2014-05-20 20:56:14','',27,'http://pantrytoplatechallenge.org/27-revision-v1/',0,'revision','',0),(225,1,'2014-05-20 20:56:28','2014-05-20 20:56:28','<strong>When:</strong> Thursday, September 18, 2014\r\nCocktails 6 p.m. / Dinner: 7 p.m. – 9 p.m, followed by live entertainment until 10 p.m.\r\n\r\n<strong>Where:</strong> BB Kings Blues Club / Pointe Orlando\r\n\r\n<strong>Cost:</strong> Tickets are $125 per person or $1,000 for a table of ten.\r\n\r\n<a href=\"http://www.jfsorlando.org/event-registration-2/?ee=6\"><img class=\"alignleft size-full wp-image-213\" style=\"border: 0px;\" src=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/BuyTickets.png\" alt=\"BuyTickets\" width=\"182\" height=\"30\" /></a>','Tickets','','inherit','open','open','','84-revision-v1','','','2014-05-20 20:56:28','2014-05-20 20:56:28','',84,'http://pantrytoplatechallenge.org/84-revision-v1/',0,'revision','',0),(226,1,'2014-05-20 20:59:16','2014-05-20 20:59:16','','PantrytoPlateSponsorship','','inherit','open','open','','pantrytoplatesponsorship','','','2014-05-20 20:59:16','2014-05-20 20:59:16','',86,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/PantrytoPlateSponsorship.pdf',0,'attachment','application/pdf',0),(227,1,'2014-05-20 20:59:28','2014-05-20 20:59:28','The best part of Pantry to Plate: A Chef’s Challenge is the opportunity to donate and take a role as a sponsor for the event. Whether you’re an individual contributor, or part of an organization, we have a number of opportunities for you to give back.\r\n\r\nClick <a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/PantrytoPlateSponsorship.pdf\" target=\"_blank\">here</a> to learn about how you can get involved.\r\n\r\nFor more information, contact Michael Cooper at <a style=\"color: #8d1b30;\" href=\"mailto:Michael.cooper@jfsorlando.com\">Michael.cooper@jfsorlando.com</a> or call <a style=\"color: #8d1b30;\" href=\"tel:+14076447593\">407.644.7593.</a>','Sponsors','','inherit','open','open','','86-revision-v1','','','2014-05-20 20:59:28','2014-05-20 20:59:28','',86,'http://pantrytoplatechallenge.org/86-revision-v1/',0,'revision','',0),(228,1,'2014-05-21 17:44:59','2014-05-21 17:44:59','','PTPSponsorshipPacket','','inherit','open','open','','ptpsponsorshippacket','','','2014-05-21 17:44:59','2014-05-21 17:44:59','',86,'http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/PTPSponsorshipPacket.pdf',0,'attachment','application/pdf',0),(229,1,'2014-05-21 17:45:12','2014-05-21 17:45:12','The best part of Pantry to Plate: A Chef’s Challenge is the opportunity to donate and take a role as a sponsor for the event. Whether you’re an individual contributor, or part of an organization, we have a number of opportunities for you to give back.\r\n\r\nClick <a href=\"http://pantrytoplatechallenge.org/wp-content/uploads/2014/04/PTPSponsorshipPacket.pdf\">here</a> to learn about how you can get involved.\r\n\r\nFor more information, contact Michael Cooper at <a style=\"color: #8d1b30;\" href=\"mailto:Michael.cooper@jfsorlando.com\">Michael.cooper@jfsorlando.com</a> or call <a style=\"color: #8d1b30;\" href=\"tel:+14076447593\">407.644.7593.</a>','Sponsors','','inherit','open','open','','86-revision-v1','','','2014-05-21 17:45:12','2014-05-21 17:45:12','',86,'http://pantrytoplatechallenge.org/86-revision-v1/',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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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,1,0),(64,3,0),(65,3,0),(70,3,0),(209,3,0),(91,3,0),(92,3,0),(206,3,0),(135,4,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; 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=5 DEFAULT CHARSET=utf8; 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,1),(2,2,'wpsc_product_category','',0,0),(3,3,'nav_menu','',0,7),(4,4,'ml-slider','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; 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=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Product Category','product-category',0),(3,'mainnav','mainnav',0),(4,'93','93',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; 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=38463 DEFAULT CHARSET=utf8; 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,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','ontarget'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp390_widgets,wp360_revisions'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','155'),(15,1,'_wpsc_shipping_country',''),(16,1,'_wpsc_billing_country',''),(17,1,'_wpsc_shipping_region',''),(18,1,'_wpsc_billing_region',''),(37009,2309,'use_ssl','0'),(37008,2309,'admin_color','fresh'),(37007,2309,'comment_shortcuts','false'),(37005,2309,'description',''),(37006,2309,'rich_editing','true'),(37004,2309,'nickname','_D59QkYkL'),(37003,2309,'last_name',''),(37002,2309,'first_name',''),(36998,2308,'_wpsc_shipping_country',''),(36999,2308,'_wpsc_billing_country',''),(37000,2308,'_wpsc_shipping_region',''),(37001,2308,'_wpsc_billing_region',''),(35,3,'first_name',''),(36,3,'last_name',''),(37,3,'nickname','_wpsc_bot'),(38,3,'description',''),(39,3,'rich_editing','true'),(40,3,'comment_shortcuts','false'),(41,3,'admin_color','fresh'),(42,3,'use_ssl','0'),(43,3,'show_admin_bar_front','true'),(44,3,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(45,3,'wp_user_level','0'),(36995,2308,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36994,2308,'show_admin_bar_front','true'),(36993,2308,'use_ssl','0'),(36992,2308,'admin_color','fresh'),(36991,2308,'comment_shortcuts','false'),(36989,2308,'description',''),(36990,2308,'rich_editing','true'),(36987,2308,'last_name',''),(36988,2308,'nickname','_Kd8BDtNe'),(36986,2308,'first_name',''),(36985,2307,'_wpsc_billing_region',''),(36984,2307,'_wpsc_shipping_region',''),(36983,2307,'_wpsc_billing_country',''),(36982,2307,'_wpsc_shipping_country',''),(36981,2307,'_wpsc_last_active','1400608043'),(36980,2307,'wp_user_level','0'),(36964,2306,'wp_user_level','0'),(36965,2306,'_wpsc_last_active','1400608040'),(36966,2306,'_wpsc_shipping_country',''),(36967,2306,'_wpsc_billing_country',''),(36979,2307,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36978,2307,'show_admin_bar_front','true'),(36977,2307,'use_ssl','0'),(36976,2307,'admin_color','fresh'),(36975,2307,'comment_shortcuts','false'),(36974,2307,'rich_editing','true'),(36973,2307,'description',''),(36972,2307,'nickname','_neX97BWE'),(36971,2307,'last_name',''),(36970,2307,'first_name',''),(36969,2306,'_wpsc_billing_region',''),(36963,2306,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36962,2306,'show_admin_bar_front','true'),(36961,2306,'use_ssl','0'),(36960,2306,'admin_color','fresh'),(36959,2306,'comment_shortcuts','false'),(36958,2306,'rich_editing','true'),(36957,2306,'description',''),(36955,2306,'last_name',''),(36956,2306,'nickname','_vrQB5Vqk'),(36954,2306,'first_name',''),(36953,2305,'_wpsc_billing_region',''),(36952,2305,'_wpsc_shipping_region',''),(36951,2305,'_wpsc_billing_country',''),(36950,2305,'_wpsc_shipping_country',''),(79,1,'_wpsc_cart','Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtiOjA7czoxNjoic2VsZWN0ZWRfY291bnRyeSI7YjowO3M6MTU6ImRlbGl2ZXJ5X3JlZ2lvbiI7YjowO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7YjowO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX21ldGhvZCI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19vcHRpb24iO047czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfYW1vdW50IjtOO3M6NjoiY291cG9uIjtOO3M6MTQ6InRheF9wZXJjZW50YWdlIjtOO3M6OToidW5pcXVlX2lkIjtzOjQwOiI3ZGY5NWRmODUzNzdmMTdiMTE5MzAxNjY5N2MzMDVlYmI0OTkyZWVmIjtzOjY6ImVycm9ycyI7YTowOnt9czo5OiJ0b3RhbF90YXgiO047czoxMzoiYmFzZV9zaGlwcGluZyI7TjtzOjE5OiJ0b3RhbF9pdGVtX3NoaXBwaW5nIjtOO3M6MTQ6InRvdGFsX3NoaXBwaW5nIjtOO3M6ODoic3VidG90YWwiO047czoxMToidG90YWxfcHJpY2UiO047czoxMzoidXNlc19zaGlwcGluZyI7TjtzOjEzOiJpc19pbmNvbXBsZXRlIjtiOjE7czoxMDoiY2FydF9pdGVtcyI7YTowOnt9czo5OiJjYXJ0X2l0ZW0iO047czoxNToiY2FydF9pdGVtX2NvdW50IjtpOjA7czoxNzoiY3VycmVudF9jYXJ0X2l0ZW0iO2k6LTE7czoxMToiaW5fdGhlX2xvb3AiO2I6MDtzOjE2OiJzaGlwcGluZ19tZXRob2RzIjtiOjA7czoxNToic2hpcHBpbmdfbWV0aG9kIjtOO3M6MjE6InNoaXBwaW5nX21ldGhvZF9jb3VudCI7aToxO3M6MjM6ImN1cnJlbnRfc2hpcHBpbmdfbWV0aG9kIjtpOi0xO3M6MTg6ImluX3RoZV9tZXRob2RfbG9vcCI7YjowO3M6MTU6InNoaXBwaW5nX3F1b3RlcyI7YTowOnt9czoxNDoic2hpcHBpbmdfcXVvdGUiO047czoyMDoic2hpcHBpbmdfcXVvdGVfY291bnQiO2k6MDtzOjIyOiJjdXJyZW50X3NoaXBwaW5nX3F1b3RlIjtpOi0xO3M6MTc6ImluX3RoZV9xdW90ZV9sb29wIjtiOjA7czoxMjoiY291cG9uc19uYW1lIjtzOjA6IiI7czoxNDoiY291cG9uc19hbW91bnQiO2k6MDtzOjE1OiJzaGlwcGluZ19vcHRpb24iO047fQ=='),(36968,2306,'_wpsc_shipping_region',''),(36939,2305,'last_name',''),(36940,2305,'nickname','_oximCV4h'),(36941,2305,'description',''),(36942,2305,'rich_editing','true'),(36943,2305,'comment_shortcuts','false'),(36944,2305,'admin_color','fresh'),(36945,2305,'use_ssl','0'),(36946,2305,'show_admin_bar_front','true'),(36947,2305,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36948,2305,'wp_user_level','0'),(36949,2305,'_wpsc_last_active','1400608027'),(36938,2305,'first_name',''),(36937,2304,'_wpsc_billing_region',''),(36936,2304,'_wpsc_shipping_region',''),(36935,2304,'_wpsc_billing_country',''),(36934,2304,'_wpsc_shipping_country',''),(36933,2304,'_wpsc_last_active','1400608026'),(36932,2304,'wp_user_level','0'),(36931,2304,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36930,2304,'show_admin_bar_front','true'),(36929,2304,'use_ssl','0'),(36928,2304,'admin_color','fresh'),(36927,2304,'comment_shortcuts','false'),(36926,2304,'rich_editing','true'),(36925,2304,'description',''),(33804,2109,'nickname','_3As350kz'),(33805,2109,'description',''),(33803,2109,'last_name',''),(33802,2109,'first_name',''),(33801,2108,'_wpsc_billing_region',''),(33800,2108,'_wpsc_shipping_region',''),(33799,2108,'_wpsc_billing_country',''),(33798,2108,'_wpsc_shipping_country',''),(33797,2108,'_wpsc_last_active','1400604974'),(33796,2108,'wp_user_level','0'),(33795,2108,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36924,2304,'nickname','_VUPp6na6'),(36923,2304,'last_name',''),(36922,2304,'first_name',''),(36920,2303,'_wpsc_shipping_region',''),(36921,2303,'_wpsc_billing_region',''),(36918,2303,'_wpsc_shipping_country',''),(36919,2303,'_wpsc_billing_country',''),(36917,2303,'_wpsc_last_active','1400608019'),(36916,2303,'wp_user_level','0'),(36915,2303,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36913,2303,'use_ssl','0'),(36914,2303,'show_admin_bar_front','true'),(36912,2303,'admin_color','fresh'),(36911,2303,'comment_shortcuts','false'),(36910,2303,'rich_editing','true'),(36909,2303,'description',''),(36908,2303,'nickname','_x8K9ArWv'),(36907,2303,'last_name',''),(36905,2302,'_wpsc_billing_region',''),(36906,2303,'first_name',''),(36904,2302,'_wpsc_shipping_region',''),(36902,2302,'_wpsc_shipping_country',''),(36903,2302,'_wpsc_billing_country',''),(36901,2302,'_wpsc_last_active','1400608016'),(36900,2302,'wp_user_level','0'),(36899,2302,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36898,2302,'show_admin_bar_front','true'),(36897,2302,'use_ssl','0'),(36896,2302,'admin_color','fresh'),(36895,2302,'comment_shortcuts','false'),(36894,2302,'rich_editing','true'),(36893,2302,'description',''),(36892,2302,'nickname','_VCPAWkad'),(36891,2302,'last_name',''),(36890,2302,'first_name',''),(36889,2301,'_wpsc_billing_region',''),(36888,2301,'_wpsc_shipping_region',''),(36887,2301,'_wpsc_billing_country',''),(36885,2301,'_wpsc_last_active','1400608001'),(36886,2301,'_wpsc_shipping_country',''),(36884,2301,'wp_user_level','0'),(36883,2301,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36882,2301,'show_admin_bar_front','true'),(36881,2301,'use_ssl','0'),(36880,2301,'admin_color','fresh'),(36879,2301,'comment_shortcuts','false'),(36878,2301,'rich_editing','true'),(36877,2301,'description',''),(36876,2301,'nickname','_RjxtUJA6'),(36875,2301,'last_name',''),(36874,2301,'first_name',''),(36873,2300,'_wpsc_billing_region',''),(36872,2300,'_wpsc_shipping_region',''),(36871,2300,'_wpsc_billing_country',''),(36870,2300,'_wpsc_shipping_country',''),(36868,2300,'wp_user_level','0'),(36869,2300,'_wpsc_last_active','1400607984'),(36867,2300,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36866,2300,'show_admin_bar_front','true'),(36865,2300,'use_ssl','0'),(36864,2300,'admin_color','fresh'),(36863,2300,'comment_shortcuts','false'),(36862,2300,'rich_editing','true'),(36861,2300,'description',''),(36860,2300,'nickname','_EdsxBwSX'),(36859,2300,'last_name',''),(36858,2300,'first_name',''),(36857,2299,'_wpsc_billing_region',''),(36856,2299,'_wpsc_shipping_region',''),(36855,2299,'_wpsc_billing_country',''),(36853,2299,'_wpsc_last_active','1400607958'),(36854,2299,'_wpsc_shipping_country',''),(36852,2299,'wp_user_level','0'),(36851,2299,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36850,2299,'show_admin_bar_front','true'),(36849,2299,'use_ssl','0'),(36848,2299,'admin_color','fresh'),(36847,2299,'comment_shortcuts','false'),(36846,2299,'rich_editing','true'),(36845,2299,'description',''),(36844,2299,'nickname','_BpVhrTzi'),(36843,2299,'last_name',''),(36842,2299,'first_name',''),(36841,2298,'_wpsc_billing_region',''),(36840,2298,'_wpsc_shipping_region',''),(36838,2298,'_wpsc_shipping_country',''),(36839,2298,'_wpsc_billing_country',''),(36837,2298,'_wpsc_last_active','1400607956'),(36836,2298,'wp_user_level','0'),(36835,2298,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36834,2298,'show_admin_bar_front','true'),(36833,2298,'use_ssl','0'),(36832,2298,'admin_color','fresh'),(36831,2298,'comment_shortcuts','false'),(33754,2106,'first_name',''),(33753,2105,'_wpsc_billing_region',''),(33752,2105,'_wpsc_shipping_region',''),(33748,2105,'wp_user_level','0'),(33749,2105,'_wpsc_last_active','1400604937'),(33750,2105,'_wpsc_shipping_country',''),(33751,2105,'_wpsc_billing_country',''),(36829,2298,'description',''),(36830,2298,'rich_editing','true'),(36827,2298,'last_name',''),(36828,2298,'nickname','_nXpfKXZU'),(32216,2009,'_wpsc_shipping_region',''),(32215,2009,'_wpsc_billing_country',''),(32214,2009,'_wpsc_shipping_country',''),(32213,2009,'_wpsc_last_active','1400603214'),(32167,2006,'_wpsc_billing_country',''),(32168,2006,'_wpsc_shipping_region',''),(32169,2006,'_wpsc_billing_region',''),(32170,2007,'first_name',''),(32171,2007,'last_name',''),(32172,2007,'nickname','_Csd4csMe'),(32173,2007,'description',''),(32174,2007,'rich_editing','true'),(32175,2007,'comment_shortcuts','false'),(32176,2007,'admin_color','fresh'),(32177,2007,'use_ssl','0'),(32178,2007,'show_admin_bar_front','true'),(32179,2007,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32180,2007,'wp_user_level','0'),(32181,2007,'_wpsc_last_active','1400603200'),(32182,2007,'_wpsc_shipping_country',''),(32183,2007,'_wpsc_billing_country',''),(32184,2007,'_wpsc_shipping_region',''),(32185,2007,'_wpsc_billing_region',''),(32186,2008,'first_name',''),(32187,2008,'last_name',''),(32188,2008,'nickname','_IujeZDI7'),(32189,2008,'description',''),(32190,2008,'rich_editing','true'),(32191,2008,'comment_shortcuts','false'),(32192,2008,'admin_color','fresh'),(32193,2008,'use_ssl','0'),(32194,2008,'show_admin_bar_front','true'),(32195,2008,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32196,2008,'wp_user_level','0'),(32197,2008,'_wpsc_last_active','1400603210'),(32198,2008,'_wpsc_shipping_country',''),(32199,2008,'_wpsc_billing_country',''),(32200,2008,'_wpsc_shipping_region',''),(32201,2008,'_wpsc_billing_region',''),(32202,2009,'first_name',''),(32203,2009,'last_name',''),(32204,2009,'nickname','_h2APnHJA'),(32205,2009,'description',''),(32206,2009,'rich_editing','true'),(32207,2009,'comment_shortcuts','false'),(32208,2009,'admin_color','fresh'),(32209,2009,'use_ssl','0'),(32210,2009,'show_admin_bar_front','true'),(32211,2009,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32212,2009,'wp_user_level','0'),(3766,1,'metaboxhidden_nav-menus','a:7:{i:0;s:8:\"add-post\";i:1;s:16:\"add-wpsc-product\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-product_tag\";i:4;s:25:\"add-wpsc_product_category\";i:5;s:18:\"add-wpsc-variation\";i:6;s:11:\"add-ngg_tag\";}'),(3765,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(36819,2297,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36818,2297,'show_admin_bar_front','true'),(36817,2297,'use_ssl','0'),(36815,2297,'comment_shortcuts','false'),(36816,2297,'admin_color','fresh'),(36813,2297,'description',''),(36814,2297,'rich_editing','true'),(36812,2297,'nickname','_iIO57CUQ'),(36811,2297,'last_name',''),(36810,2297,'first_name',''),(36809,2296,'_wpsc_billing_region',''),(36808,2296,'_wpsc_shipping_region',''),(36807,2296,'_wpsc_billing_country',''),(36806,2296,'_wpsc_shipping_country',''),(36794,2296,'first_name',''),(36795,2296,'last_name',''),(36796,2296,'nickname','_SObKbYVY'),(36797,2296,'description',''),(36798,2296,'rich_editing','true'),(36799,2296,'comment_shortcuts','false'),(36800,2296,'admin_color','fresh'),(36801,2296,'use_ssl','0'),(36802,2296,'show_admin_bar_front','true'),(36803,2296,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36804,2296,'wp_user_level','0'),(36805,2296,'_wpsc_last_active','1400607943'),(36793,2295,'_wpsc_billing_region',''),(36792,2295,'_wpsc_shipping_region',''),(36791,2295,'_wpsc_billing_country',''),(36783,2295,'comment_shortcuts','false'),(36784,2295,'admin_color','fresh'),(36785,2295,'use_ssl','0'),(36786,2295,'show_admin_bar_front','true'),(36787,2295,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36788,2295,'wp_user_level','0'),(36789,2295,'_wpsc_last_active','1400607927'),(36790,2295,'_wpsc_shipping_country',''),(36782,2295,'rich_editing','true'),(36781,2295,'description',''),(36780,2295,'nickname','_IED4tUxn'),(36779,2295,'last_name',''),(36777,2294,'_wpsc_billing_region',''),(36778,2295,'first_name',''),(36776,2294,'_wpsc_shipping_region',''),(36774,2294,'_wpsc_shipping_country',''),(36775,2294,'_wpsc_billing_country',''),(36773,2294,'_wpsc_last_active','1400607926'),(36772,2294,'wp_user_level','0'),(36771,2294,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36770,2294,'show_admin_bar_front','true'),(36769,2294,'use_ssl','0'),(36768,2294,'admin_color','fresh'),(36767,2294,'comment_shortcuts','false'),(36766,2294,'rich_editing','true'),(36765,2294,'description',''),(36764,2294,'nickname','_an0tvoP8'),(36763,2294,'last_name',''),(36762,2294,'first_name',''),(36761,2293,'_wpsc_billing_region',''),(36759,2293,'_wpsc_billing_country',''),(36760,2293,'_wpsc_shipping_region',''),(36758,2293,'_wpsc_shipping_country',''),(36757,2293,'_wpsc_last_active','1400607909'),(36756,2293,'wp_user_level','0'),(36755,2293,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36754,2293,'show_admin_bar_front','true'),(36753,2293,'use_ssl','0'),(36752,2293,'admin_color','fresh'),(36751,2293,'comment_shortcuts','false'),(36750,2293,'rich_editing','true'),(36749,2293,'description',''),(36748,2293,'nickname','_Vi88FMGD'),(36746,2293,'first_name',''),(36747,2293,'last_name',''),(36745,2292,'_wpsc_billing_region',''),(36744,2292,'_wpsc_shipping_region',''),(36742,2292,'_wpsc_shipping_country',''),(36743,2292,'_wpsc_billing_country',''),(36741,2292,'_wpsc_last_active','1400607908'),(36740,2292,'wp_user_level','0'),(36739,2292,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36738,2292,'show_admin_bar_front','true'),(36737,2292,'use_ssl','0'),(36736,2292,'admin_color','fresh'),(36735,2292,'comment_shortcuts','false'),(36734,2292,'rich_editing','true'),(36733,2292,'description',''),(36732,2292,'nickname','_EZd1L3Ep'),(36731,2292,'last_name',''),(36729,2291,'_wpsc_billing_region',''),(36730,2292,'first_name',''),(36728,2291,'_wpsc_shipping_region',''),(36726,2291,'_wpsc_shipping_country',''),(36727,2291,'_wpsc_billing_country',''),(36725,2291,'_wpsc_last_active','1400607864'),(36724,2291,'wp_user_level','0'),(36723,2291,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36722,2291,'show_admin_bar_front','true'),(36721,2291,'use_ssl','0'),(36720,2291,'admin_color','fresh'),(36719,2291,'comment_shortcuts','false'),(36718,2291,'rich_editing','true'),(36717,2291,'description',''),(36716,2291,'nickname','_mOOFBVr6'),(36715,2291,'last_name',''),(36714,2291,'first_name',''),(36713,2290,'_wpsc_billing_region',''),(36711,2290,'_wpsc_billing_country',''),(36712,2290,'_wpsc_shipping_region',''),(36710,2290,'_wpsc_shipping_country',''),(36709,2290,'_wpsc_last_active','1400607862'),(36708,2290,'wp_user_level','0'),(36707,2290,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36706,2290,'show_admin_bar_front','true'),(36705,2290,'use_ssl','0'),(36704,2290,'admin_color','fresh'),(36703,2290,'comment_shortcuts','false'),(36702,2290,'rich_editing','true'),(36701,2290,'description',''),(36700,2290,'nickname','_qVq98YGl'),(36698,2290,'first_name',''),(36699,2290,'last_name',''),(36697,2289,'_wpsc_billing_region',''),(36696,2289,'_wpsc_shipping_region',''),(36694,2289,'_wpsc_shipping_country',''),(36695,2289,'_wpsc_billing_country',''),(36693,2289,'_wpsc_last_active','1400607807'),(36692,2289,'wp_user_level','0'),(36691,2289,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36690,2289,'show_admin_bar_front','true'),(36689,2289,'use_ssl','0'),(36688,2289,'admin_color','fresh'),(36687,2289,'comment_shortcuts','false'),(36686,2289,'rich_editing','true'),(36685,2289,'description',''),(36684,2289,'nickname','_yjghK3xp'),(36683,2289,'last_name',''),(36681,2288,'_wpsc_billing_region',''),(36682,2289,'first_name',''),(36680,2288,'_wpsc_shipping_region',''),(36678,2288,'_wpsc_shipping_country',''),(36679,2288,'_wpsc_billing_country',''),(36677,2288,'_wpsc_last_active','1400607806'),(36676,2288,'wp_user_level','0'),(36675,2288,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36674,2288,'show_admin_bar_front','true'),(36673,2288,'use_ssl','0'),(36672,2288,'admin_color','fresh'),(36671,2288,'comment_shortcuts','false'),(36670,2288,'rich_editing','true'),(36669,2288,'description',''),(36668,2288,'nickname','_LAZpcZ5L'),(36667,2288,'last_name',''),(36666,2288,'first_name',''),(36665,2287,'_wpsc_billing_region',''),(36663,2287,'_wpsc_billing_country',''),(36664,2287,'_wpsc_shipping_region',''),(36662,2287,'_wpsc_shipping_country',''),(36661,2287,'_wpsc_last_active','1400607750'),(36660,2287,'wp_user_level','0'),(36659,2287,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36658,2287,'show_admin_bar_front','true'),(36657,2287,'use_ssl','0'),(36656,2287,'admin_color','fresh'),(36655,2287,'comment_shortcuts','false'),(36654,2287,'rich_editing','true'),(36653,2287,'description',''),(36652,2287,'nickname','_QAJDs6Mm'),(36650,2287,'first_name',''),(36651,2287,'last_name',''),(36649,2286,'_wpsc_billing_region',''),(36648,2286,'_wpsc_shipping_region',''),(36646,2286,'_wpsc_shipping_country',''),(36647,2286,'_wpsc_billing_country',''),(36645,2286,'_wpsc_last_active','1400607749'),(36644,2286,'wp_user_level','0'),(36643,2286,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36642,2286,'show_admin_bar_front','true'),(36641,2286,'use_ssl','0'),(36640,2286,'admin_color','fresh'),(36639,2286,'comment_shortcuts','false'),(36638,2286,'rich_editing','true'),(36637,2286,'description',''),(36636,2286,'nickname','_9kEu7qZV'),(36635,2286,'last_name',''),(36633,2285,'_wpsc_billing_region',''),(36634,2286,'first_name',''),(36632,2285,'_wpsc_shipping_region',''),(36630,2285,'_wpsc_shipping_country',''),(36631,2285,'_wpsc_billing_country',''),(36629,2285,'_wpsc_last_active','1400607689'),(36628,2285,'wp_user_level','0'),(36627,2285,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36626,2285,'show_admin_bar_front','true'),(36625,2285,'use_ssl','0'),(36624,2285,'admin_color','fresh'),(36623,2285,'comment_shortcuts','false'),(36622,2285,'rich_editing','true'),(36621,2285,'description',''),(36620,2285,'nickname','_3DpARuDl'),(36619,2285,'last_name',''),(36618,2285,'first_name',''),(36617,2284,'_wpsc_billing_region',''),(36615,2284,'_wpsc_billing_country',''),(36616,2284,'_wpsc_shipping_region',''),(36614,2284,'_wpsc_shipping_country',''),(36613,2284,'_wpsc_last_active','1400607629'),(36612,2284,'wp_user_level','0'),(36611,2284,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36610,2284,'show_admin_bar_front','true'),(36609,2284,'use_ssl','0'),(36608,2284,'admin_color','fresh'),(36607,2284,'comment_shortcuts','false'),(36606,2284,'rich_editing','true'),(36605,2284,'description',''),(36604,2284,'nickname','_HtEGKQaB'),(36602,2284,'first_name',''),(36603,2284,'last_name',''),(36601,2283,'_wpsc_billing_region',''),(36600,2283,'_wpsc_shipping_region',''),(36598,2283,'_wpsc_shipping_country',''),(36599,2283,'_wpsc_billing_country',''),(36597,2283,'_wpsc_last_active','1400607569'),(36596,2283,'wp_user_level','0'),(36595,2283,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36594,2283,'show_admin_bar_front','true'),(36593,2283,'use_ssl','0'),(36592,2283,'admin_color','fresh'),(36591,2283,'comment_shortcuts','false'),(36590,2283,'rich_editing','true'),(36589,2283,'description',''),(36588,2283,'nickname','_INCFlw9u'),(36587,2283,'last_name',''),(36585,2282,'_wpsc_billing_region',''),(36586,2283,'first_name',''),(36584,2282,'_wpsc_shipping_region',''),(36582,2282,'_wpsc_shipping_country',''),(36583,2282,'_wpsc_billing_country',''),(36581,2282,'_wpsc_last_active','1400607519'),(36580,2282,'wp_user_level','0'),(36579,2282,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36578,2282,'show_admin_bar_front','true'),(36577,2282,'use_ssl','0'),(36576,2282,'admin_color','fresh'),(36575,2282,'comment_shortcuts','false'),(36574,2282,'rich_editing','true'),(36573,2282,'description',''),(36572,2282,'nickname','_vZuHI6ea'),(36571,2282,'last_name',''),(36570,2282,'first_name',''),(36569,2281,'_wpsc_billing_region',''),(36567,2281,'_wpsc_billing_country',''),(36568,2281,'_wpsc_shipping_region',''),(36566,2281,'_wpsc_shipping_country',''),(36565,2281,'_wpsc_last_active','1400607514'),(36564,2281,'wp_user_level','0'),(36563,2281,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36562,2281,'show_admin_bar_front','true'),(36561,2281,'use_ssl','0'),(36560,2281,'admin_color','fresh'),(36559,2281,'comment_shortcuts','false'),(36558,2281,'rich_editing','true'),(36557,2281,'description',''),(36556,2281,'nickname','_NsF7iaAX'),(36554,2281,'first_name',''),(36555,2281,'last_name',''),(36553,2280,'_wpsc_billing_region',''),(36552,2280,'_wpsc_shipping_region',''),(36550,2280,'_wpsc_shipping_country',''),(36551,2280,'_wpsc_billing_country',''),(36549,2280,'_wpsc_last_active','1400607507'),(36548,2280,'wp_user_level','0'),(36547,2280,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36546,2280,'show_admin_bar_front','true'),(36545,2280,'use_ssl','0'),(36544,2280,'admin_color','fresh'),(36543,2280,'comment_shortcuts','false'),(36542,2280,'rich_editing','true'),(36541,2280,'description',''),(36540,2280,'nickname','_ckwshUTJ'),(36539,2280,'last_name',''),(36537,2279,'_wpsc_billing_region',''),(36538,2280,'first_name',''),(36536,2279,'_wpsc_shipping_region',''),(36534,2279,'_wpsc_shipping_country',''),(36535,2279,'_wpsc_billing_country',''),(36533,2279,'_wpsc_last_active','1400607506'),(36532,2279,'wp_user_level','0'),(36531,2279,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36530,2279,'show_admin_bar_front','true'),(36529,2279,'use_ssl','0'),(36528,2279,'admin_color','fresh'),(36527,2279,'comment_shortcuts','false'),(36526,2279,'rich_editing','true'),(36525,2279,'description',''),(36524,2279,'nickname','_yfkUa2sm'),(36523,2279,'last_name',''),(36522,2279,'first_name',''),(36521,2278,'_wpsc_billing_region',''),(36519,2278,'_wpsc_billing_country',''),(36520,2278,'_wpsc_shipping_region',''),(36518,2278,'_wpsc_shipping_country',''),(36517,2278,'_wpsc_last_active','1400607503'),(36516,2278,'wp_user_level','0'),(36515,2278,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36514,2278,'show_admin_bar_front','true'),(36513,2278,'use_ssl','0'),(36512,2278,'admin_color','fresh'),(36511,2278,'comment_shortcuts','false'),(36510,2278,'rich_editing','true'),(36509,2278,'description',''),(36508,2278,'nickname','_9fo7yDUT'),(36506,2278,'first_name',''),(36507,2278,'last_name',''),(36505,2277,'_wpsc_billing_region',''),(36504,2277,'_wpsc_shipping_region',''),(36502,2277,'_wpsc_shipping_country',''),(36503,2277,'_wpsc_billing_country',''),(36501,2277,'_wpsc_last_active','1400607438'),(36500,2277,'wp_user_level','0'),(36499,2277,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36498,2277,'show_admin_bar_front','true'),(36497,2277,'use_ssl','0'),(36496,2277,'admin_color','fresh'),(36495,2277,'comment_shortcuts','false'),(36494,2277,'rich_editing','true'),(36493,2277,'description',''),(36492,2277,'nickname','_KeHkdxJE'),(36491,2277,'last_name',''),(36489,2276,'_wpsc_billing_region',''),(36490,2277,'first_name',''),(36488,2276,'_wpsc_shipping_region',''),(36486,2276,'_wpsc_shipping_country',''),(36487,2276,'_wpsc_billing_country',''),(36485,2276,'_wpsc_last_active','1400607438'),(36484,2276,'wp_user_level','0'),(36483,2276,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36482,2276,'show_admin_bar_front','true'),(36481,2276,'use_ssl','0'),(36480,2276,'admin_color','fresh'),(36479,2276,'comment_shortcuts','false'),(36478,2276,'rich_editing','true'),(36477,2276,'description',''),(36476,2276,'nickname','_ucqkcjLW'),(36475,2276,'last_name',''),(36474,2276,'first_name',''),(36473,2275,'_wpsc_billing_region',''),(36471,2275,'_wpsc_billing_country',''),(36472,2275,'_wpsc_shipping_region',''),(36470,2275,'_wpsc_shipping_country',''),(36469,2275,'_wpsc_last_active','1400607437'),(36468,2275,'wp_user_level','0'),(36467,2275,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36466,2275,'show_admin_bar_front','true'),(36465,2275,'use_ssl','0'),(36464,2275,'admin_color','fresh'),(36463,2275,'comment_shortcuts','false'),(36462,2275,'rich_editing','true'),(36461,2275,'description',''),(36460,2275,'nickname','_rYFfarmp'),(36458,2275,'first_name',''),(36459,2275,'last_name',''),(36457,2274,'_wpsc_billing_region',''),(36456,2274,'_wpsc_shipping_region',''),(36454,2274,'_wpsc_shipping_country',''),(36455,2274,'_wpsc_billing_country',''),(36453,2274,'_wpsc_last_active','1400607424'),(36452,2274,'wp_user_level','0'),(36451,2274,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36450,2274,'show_admin_bar_front','true'),(36449,2274,'use_ssl','0'),(36448,2274,'admin_color','fresh'),(36447,2274,'comment_shortcuts','false'),(36446,2274,'rich_editing','true'),(36445,2274,'description',''),(36444,2274,'nickname','_gQzU8f45'),(36443,2274,'last_name',''),(36441,2273,'_wpsc_billing_region',''),(36442,2274,'first_name',''),(36440,2273,'_wpsc_shipping_region',''),(36438,2273,'_wpsc_shipping_country',''),(36439,2273,'_wpsc_billing_country',''),(36437,2273,'_wpsc_last_active','1400607359'),(36436,2273,'wp_user_level','0'),(36435,2273,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36434,2273,'show_admin_bar_front','true'),(36433,2273,'use_ssl','0'),(36432,2273,'admin_color','fresh'),(36431,2273,'comment_shortcuts','false'),(36430,2273,'rich_editing','true'),(36429,2273,'description',''),(36428,2273,'nickname','_Qbf1HrLB'),(36427,2273,'last_name',''),(36426,2273,'first_name',''),(36425,2272,'_wpsc_billing_region',''),(36423,2272,'_wpsc_billing_country',''),(36424,2272,'_wpsc_shipping_region',''),(36422,2272,'_wpsc_shipping_country',''),(36421,2272,'_wpsc_last_active','1400607354'),(36420,2272,'wp_user_level','0'),(36419,2272,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36418,2272,'show_admin_bar_front','true'),(36417,2272,'use_ssl','0'),(36416,2272,'admin_color','fresh'),(36415,2272,'comment_shortcuts','false'),(36414,2272,'rich_editing','true'),(36413,2272,'description',''),(36412,2272,'nickname','_rB8vrchb'),(36410,2272,'first_name',''),(36411,2272,'last_name',''),(36409,2271,'_wpsc_billing_region',''),(36408,2271,'_wpsc_shipping_region',''),(36406,2271,'_wpsc_shipping_country',''),(36407,2271,'_wpsc_billing_country',''),(36405,2271,'_wpsc_last_active','1400607293'),(36404,2271,'wp_user_level','0'),(36403,2271,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36402,2271,'show_admin_bar_front','true'),(36401,2271,'use_ssl','0'),(36400,2271,'admin_color','fresh'),(36399,2271,'comment_shortcuts','false'),(36398,2271,'rich_editing','true'),(36397,2271,'description',''),(36396,2271,'nickname','_LrTUl7HC'),(36395,2271,'last_name',''),(36393,2270,'_wpsc_billing_region',''),(36394,2271,'first_name',''),(36392,2270,'_wpsc_shipping_region',''),(36390,2270,'_wpsc_shipping_country',''),(36391,2270,'_wpsc_billing_country',''),(36389,2270,'_wpsc_last_active','1400607229'),(36388,2270,'wp_user_level','0'),(36387,2270,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36386,2270,'show_admin_bar_front','true'),(36385,2270,'use_ssl','0'),(36384,2270,'admin_color','fresh'),(36383,2270,'comment_shortcuts','false'),(36382,2270,'rich_editing','true'),(36381,2270,'description',''),(36380,2270,'nickname','_5VOHrnFe'),(36379,2270,'last_name',''),(36378,2270,'first_name',''),(36377,2269,'_wpsc_billing_region',''),(36375,2269,'_wpsc_billing_country',''),(36376,2269,'_wpsc_shipping_region',''),(36374,2269,'_wpsc_shipping_country',''),(36373,2269,'_wpsc_last_active','1400607161'),(36372,2269,'wp_user_level','0'),(36371,2269,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36370,2269,'show_admin_bar_front','true'),(36369,2269,'use_ssl','0'),(36368,2269,'admin_color','fresh'),(36367,2269,'comment_shortcuts','false'),(36366,2269,'rich_editing','true'),(36365,2269,'description',''),(36364,2269,'nickname','_1Zm6OrCS'),(36362,2269,'first_name',''),(36363,2269,'last_name',''),(36361,2268,'_wpsc_billing_region',''),(36360,2268,'_wpsc_shipping_region',''),(36358,2268,'_wpsc_shipping_country',''),(36359,2268,'_wpsc_billing_country',''),(36357,2268,'_wpsc_last_active','1400607160'),(36356,2268,'wp_user_level','0'),(36355,2268,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36354,2268,'show_admin_bar_front','true'),(36353,2268,'use_ssl','0'),(36352,2268,'admin_color','fresh'),(36351,2268,'comment_shortcuts','false'),(36350,2268,'rich_editing','true'),(36349,2268,'description',''),(36348,2268,'nickname','_unsnSgnu'),(36347,2268,'last_name',''),(36345,2267,'_wpsc_billing_region',''),(36346,2268,'first_name',''),(36344,2267,'_wpsc_shipping_region',''),(36342,2267,'_wpsc_shipping_country',''),(36343,2267,'_wpsc_billing_country',''),(36341,2267,'_wpsc_last_active','1400607112'),(36340,2267,'wp_user_level','0'),(36339,2267,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36338,2267,'show_admin_bar_front','true'),(36337,2267,'use_ssl','0'),(36336,2267,'admin_color','fresh'),(36335,2267,'comment_shortcuts','false'),(36334,2267,'rich_editing','true'),(36333,2267,'description',''),(36332,2267,'nickname','_28Ckwk1N'),(36331,2267,'last_name',''),(36330,2267,'first_name',''),(36329,2266,'_wpsc_billing_region',''),(36327,2266,'_wpsc_billing_country',''),(36328,2266,'_wpsc_shipping_region',''),(36326,2266,'_wpsc_shipping_country',''),(36325,2266,'_wpsc_last_active','1400607109'),(36324,2266,'wp_user_level','0'),(36323,2266,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36322,2266,'show_admin_bar_front','true'),(36321,2266,'use_ssl','0'),(36320,2266,'admin_color','fresh'),(36319,2266,'comment_shortcuts','false'),(36318,2266,'rich_editing','true'),(36317,2266,'description',''),(36316,2266,'nickname','_fbhr8Nwl'),(36314,2266,'first_name',''),(36315,2266,'last_name',''),(36313,2265,'_wpsc_billing_region',''),(36312,2265,'_wpsc_shipping_region',''),(36310,2265,'_wpsc_shipping_country',''),(36311,2265,'_wpsc_billing_country',''),(36309,2265,'_wpsc_last_active','1400607071'),(36308,2265,'wp_user_level','0'),(36307,2265,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36306,2265,'show_admin_bar_front','true'),(36305,2265,'use_ssl','0'),(36304,2265,'admin_color','fresh'),(36303,2265,'comment_shortcuts','false'),(36302,2265,'rich_editing','true'),(36301,2265,'description',''),(36300,2265,'nickname','_g8UXKbtX'),(36299,2265,'last_name',''),(36297,2264,'_wpsc_billing_region',''),(36298,2265,'first_name',''),(36296,2264,'_wpsc_shipping_region',''),(36294,2264,'_wpsc_shipping_country',''),(36295,2264,'_wpsc_billing_country',''),(36293,2264,'_wpsc_last_active','1400607066'),(36292,2264,'wp_user_level','0'),(36291,2264,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36290,2264,'show_admin_bar_front','true'),(36289,2264,'use_ssl','0'),(36288,2264,'admin_color','fresh'),(36287,2264,'comment_shortcuts','false'),(36286,2264,'rich_editing','true'),(36285,2264,'description',''),(36284,2264,'nickname','_VuK5vgYc'),(36283,2264,'last_name',''),(36282,2264,'first_name',''),(36281,2263,'_wpsc_billing_region',''),(36279,2263,'_wpsc_billing_country',''),(36280,2263,'_wpsc_shipping_region',''),(36278,2263,'_wpsc_shipping_country',''),(36277,2263,'_wpsc_last_active','1400607051'),(36276,2263,'wp_user_level','0'),(36275,2263,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36274,2263,'show_admin_bar_front','true'),(36273,2263,'use_ssl','0'),(36272,2263,'admin_color','fresh'),(36271,2263,'comment_shortcuts','false'),(36270,2263,'rich_editing','true'),(36269,2263,'description',''),(36268,2263,'nickname','_JjjCejIm'),(36266,2263,'first_name',''),(36267,2263,'last_name',''),(36265,2262,'_wpsc_billing_region',''),(36264,2262,'_wpsc_shipping_region',''),(36262,2262,'_wpsc_shipping_country',''),(36263,2262,'_wpsc_billing_country',''),(36261,2262,'_wpsc_last_active','1400607048'),(36260,2262,'wp_user_level','0'),(36259,2262,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36258,2262,'show_admin_bar_front','true'),(36257,2262,'use_ssl','0'),(36256,2262,'admin_color','fresh'),(36255,2262,'comment_shortcuts','false'),(36254,2262,'rich_editing','true'),(36253,2262,'description',''),(36252,2262,'nickname','_3Kra9VdG'),(36251,2262,'last_name',''),(36249,2261,'_wpsc_billing_region',''),(36250,2262,'first_name',''),(36248,2261,'_wpsc_shipping_region',''),(36246,2261,'_wpsc_shipping_country',''),(36247,2261,'_wpsc_billing_country',''),(36245,2261,'_wpsc_last_active','1400606995'),(36244,2261,'wp_user_level','0'),(36243,2261,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36242,2261,'show_admin_bar_front','true'),(36241,2261,'use_ssl','0'),(36240,2261,'admin_color','fresh'),(36239,2261,'comment_shortcuts','false'),(36238,2261,'rich_editing','true'),(36237,2261,'description',''),(36236,2261,'nickname','_OqpwjmJ8'),(36235,2261,'last_name',''),(36234,2261,'first_name',''),(36233,2260,'_wpsc_billing_region',''),(36231,2260,'_wpsc_billing_country',''),(36232,2260,'_wpsc_shipping_region',''),(36230,2260,'_wpsc_shipping_country',''),(36229,2260,'_wpsc_last_active','1400606992'),(36228,2260,'wp_user_level','0'),(36227,2260,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36226,2260,'show_admin_bar_front','true'),(36225,2260,'use_ssl','0'),(36224,2260,'admin_color','fresh'),(36223,2260,'comment_shortcuts','false'),(36222,2260,'rich_editing','true'),(36221,2260,'description',''),(36220,2260,'nickname','_El4Bx5lb'),(36218,2260,'first_name',''),(36219,2260,'last_name',''),(36217,2259,'_wpsc_billing_region',''),(36216,2259,'_wpsc_shipping_region',''),(36214,2259,'_wpsc_shipping_country',''),(36215,2259,'_wpsc_billing_country',''),(36213,2259,'_wpsc_last_active','1400606987'),(36212,2259,'wp_user_level','0'),(36211,2259,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36210,2259,'show_admin_bar_front','true'),(36209,2259,'use_ssl','0'),(36208,2259,'admin_color','fresh'),(36207,2259,'comment_shortcuts','false'),(36206,2259,'rich_editing','true'),(36205,2259,'description',''),(36204,2259,'nickname','_nk6hwyh9'),(36203,2259,'last_name',''),(36201,2258,'_wpsc_billing_region',''),(36202,2259,'first_name',''),(36200,2258,'_wpsc_shipping_region',''),(36198,2258,'_wpsc_shipping_country',''),(36199,2258,'_wpsc_billing_country',''),(36197,2258,'_wpsc_last_active','1400606978'),(36196,2258,'wp_user_level','0'),(36195,2258,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36194,2258,'show_admin_bar_front','true'),(36193,2258,'use_ssl','0'),(36192,2258,'admin_color','fresh'),(36191,2258,'comment_shortcuts','false'),(36190,2258,'rich_editing','true'),(36189,2258,'description',''),(36188,2258,'nickname','_0XzMLbM2'),(36187,2258,'last_name',''),(36186,2258,'first_name',''),(36185,2257,'_wpsc_billing_region',''),(36183,2257,'_wpsc_billing_country',''),(36184,2257,'_wpsc_shipping_region',''),(36182,2257,'_wpsc_shipping_country',''),(36181,2257,'_wpsc_last_active','1400606977'),(36180,2257,'wp_user_level','0'),(36179,2257,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36178,2257,'show_admin_bar_front','true'),(36177,2257,'use_ssl','0'),(36176,2257,'admin_color','fresh'),(36175,2257,'comment_shortcuts','false'),(36174,2257,'rich_editing','true'),(36173,2257,'description',''),(36172,2257,'nickname','_v6YyQuRC'),(36170,2257,'first_name',''),(36171,2257,'last_name',''),(36169,2256,'_wpsc_billing_region',''),(36168,2256,'_wpsc_shipping_region',''),(36166,2256,'_wpsc_shipping_country',''),(36167,2256,'_wpsc_billing_country',''),(36165,2256,'_wpsc_last_active','1400606964'),(36164,2256,'wp_user_level','0'),(36163,2256,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36162,2256,'show_admin_bar_front','true'),(36161,2256,'use_ssl','0'),(36160,2256,'admin_color','fresh'),(36159,2256,'comment_shortcuts','false'),(36158,2256,'rich_editing','true'),(36157,2256,'description',''),(36156,2256,'nickname','_naLnfouJ'),(36155,2256,'last_name',''),(36153,2255,'_wpsc_billing_region',''),(36154,2256,'first_name',''),(36152,2255,'_wpsc_shipping_region',''),(36150,2255,'_wpsc_shipping_country',''),(36151,2255,'_wpsc_billing_country',''),(36149,2255,'_wpsc_last_active','1400606963'),(36148,2255,'wp_user_level','0'),(36147,2255,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36146,2255,'show_admin_bar_front','true'),(36145,2255,'use_ssl','0'),(36144,2255,'admin_color','fresh'),(36143,2255,'comment_shortcuts','false'),(36142,2255,'rich_editing','true'),(36141,2255,'description',''),(36140,2255,'nickname','_ciIXneTB'),(36139,2255,'last_name',''),(36138,2255,'first_name',''),(36137,2254,'_wpsc_billing_region',''),(36135,2254,'_wpsc_billing_country',''),(36136,2254,'_wpsc_shipping_region',''),(36134,2254,'_wpsc_shipping_country',''),(36133,2254,'_wpsc_last_active','1400606958'),(36132,2254,'wp_user_level','0'),(36131,2254,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36130,2254,'show_admin_bar_front','true'),(36129,2254,'use_ssl','0'),(36128,2254,'admin_color','fresh'),(36127,2254,'comment_shortcuts','false'),(36126,2254,'rich_editing','true'),(36125,2254,'description',''),(36124,2254,'nickname','_6aofnOha'),(36122,2254,'first_name',''),(36123,2254,'last_name',''),(36121,2253,'_wpsc_billing_region',''),(36120,2253,'_wpsc_shipping_region',''),(36118,2253,'_wpsc_shipping_country',''),(36119,2253,'_wpsc_billing_country',''),(36117,2253,'_wpsc_last_active','1400606933'),(36116,2253,'wp_user_level','0'),(36115,2253,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36114,2253,'show_admin_bar_front','true'),(36113,2253,'use_ssl','0'),(36112,2253,'admin_color','fresh'),(36111,2253,'comment_shortcuts','false'),(36110,2253,'rich_editing','true'),(36109,2253,'description',''),(36108,2253,'nickname','_1memwWYN'),(36107,2253,'last_name',''),(36105,2252,'_wpsc_billing_region',''),(36106,2253,'first_name',''),(36104,2252,'_wpsc_shipping_region',''),(36102,2252,'_wpsc_shipping_country',''),(36103,2252,'_wpsc_billing_country',''),(36101,2252,'_wpsc_last_active','1400606919'),(36100,2252,'wp_user_level','0'),(36099,2252,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36098,2252,'show_admin_bar_front','true'),(36097,2252,'use_ssl','0'),(36096,2252,'admin_color','fresh'),(36095,2252,'comment_shortcuts','false'),(36094,2252,'rich_editing','true'),(36093,2252,'description',''),(36092,2252,'nickname','_TCTwEaBB'),(36091,2252,'last_name',''),(36090,2252,'first_name',''),(36089,2251,'_wpsc_billing_region',''),(36087,2251,'_wpsc_billing_country',''),(36088,2251,'_wpsc_shipping_region',''),(36086,2251,'_wpsc_shipping_country',''),(36085,2251,'_wpsc_last_active','1400606912'),(36084,2251,'wp_user_level','0'),(36083,2251,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36082,2251,'show_admin_bar_front','true'),(36081,2251,'use_ssl','0'),(36080,2251,'admin_color','fresh'),(36079,2251,'comment_shortcuts','false'),(36078,2251,'rich_editing','true'),(36077,2251,'description',''),(36076,2251,'nickname','_KZeq9KGA'),(36074,2251,'first_name',''),(36075,2251,'last_name',''),(36073,2250,'_wpsc_billing_region',''),(36072,2250,'_wpsc_shipping_region',''),(36070,2250,'_wpsc_shipping_country',''),(36071,2250,'_wpsc_billing_country',''),(36069,2250,'_wpsc_last_active','1400606865'),(36068,2250,'wp_user_level','0'),(36067,2250,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36066,2250,'show_admin_bar_front','true'),(36065,2250,'use_ssl','0'),(36064,2250,'admin_color','fresh'),(36063,2250,'comment_shortcuts','false'),(36062,2250,'rich_editing','true'),(36061,2250,'description',''),(36060,2250,'nickname','_nuXcK4Ow'),(36059,2250,'last_name',''),(36057,2249,'_wpsc_billing_region',''),(36058,2250,'first_name',''),(36056,2249,'_wpsc_shipping_region',''),(36054,2249,'_wpsc_shipping_country',''),(36055,2249,'_wpsc_billing_country',''),(36053,2249,'_wpsc_last_active','1400606859'),(36052,2249,'wp_user_level','0'),(36051,2249,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36050,2249,'show_admin_bar_front','true'),(36049,2249,'use_ssl','0'),(36048,2249,'admin_color','fresh'),(36047,2249,'comment_shortcuts','false'),(36046,2249,'rich_editing','true'),(36045,2249,'description',''),(36044,2249,'nickname','_fAwF1TzZ'),(36043,2249,'last_name',''),(36042,2249,'first_name',''),(36041,2248,'_wpsc_billing_region',''),(36039,2248,'_wpsc_billing_country',''),(36040,2248,'_wpsc_shipping_region',''),(36038,2248,'_wpsc_shipping_country',''),(36037,2248,'_wpsc_last_active','1400606857'),(36036,2248,'wp_user_level','0'),(36035,2248,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36034,2248,'show_admin_bar_front','true'),(36033,2248,'use_ssl','0'),(36032,2248,'admin_color','fresh'),(36031,2248,'comment_shortcuts','false'),(36030,2248,'rich_editing','true'),(36029,2248,'description',''),(36028,2248,'nickname','_lWodhhIr'),(36026,2248,'first_name',''),(36027,2248,'last_name',''),(36025,2247,'_wpsc_billing_region',''),(36024,2247,'_wpsc_shipping_region',''),(36022,2247,'_wpsc_shipping_country',''),(36023,2247,'_wpsc_billing_country',''),(36021,2247,'_wpsc_last_active','1400606829'),(36020,2247,'wp_user_level','0'),(36019,2247,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36018,2247,'show_admin_bar_front','true'),(36017,2247,'use_ssl','0'),(36016,2247,'admin_color','fresh'),(36015,2247,'comment_shortcuts','false'),(36014,2247,'rich_editing','true'),(36013,2247,'description',''),(36012,2247,'nickname','_wZDxTv0C'),(36011,2247,'last_name',''),(36009,2246,'_wpsc_billing_region',''),(36010,2247,'first_name',''),(36008,2246,'_wpsc_shipping_region',''),(36006,2246,'_wpsc_shipping_country',''),(36007,2246,'_wpsc_billing_country',''),(36005,2246,'_wpsc_last_active','1400606810'),(36004,2246,'wp_user_level','0'),(36003,2246,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(36002,2246,'show_admin_bar_front','true'),(36001,2246,'use_ssl','0'),(36000,2246,'admin_color','fresh'),(35999,2246,'comment_shortcuts','false'),(35998,2246,'rich_editing','true'),(35997,2246,'description',''),(35996,2246,'nickname','_eDVkz48i'),(35995,2246,'last_name',''),(35994,2246,'first_name',''),(35993,2245,'_wpsc_billing_region',''),(35991,2245,'_wpsc_billing_country',''),(35992,2245,'_wpsc_shipping_region',''),(35990,2245,'_wpsc_shipping_country',''),(35989,2245,'_wpsc_last_active','1400606796'),(35988,2245,'wp_user_level','0'),(35987,2245,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35986,2245,'show_admin_bar_front','true'),(35985,2245,'use_ssl','0'),(35984,2245,'admin_color','fresh'),(35983,2245,'comment_shortcuts','false'),(35982,2245,'rich_editing','true'),(35981,2245,'description',''),(35980,2245,'nickname','_4NyXMY8d'),(35978,2245,'first_name',''),(35979,2245,'last_name',''),(35977,2244,'_wpsc_billing_region',''),(35976,2244,'_wpsc_shipping_region',''),(35974,2244,'_wpsc_shipping_country',''),(35975,2244,'_wpsc_billing_country',''),(35973,2244,'_wpsc_last_active','1400606769'),(35972,2244,'wp_user_level','0'),(35971,2244,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35970,2244,'show_admin_bar_front','true'),(35969,2244,'use_ssl','0'),(35968,2244,'admin_color','fresh'),(35967,2244,'comment_shortcuts','false'),(35966,2244,'rich_editing','true'),(35965,2244,'description',''),(35964,2244,'nickname','_i8UqRF68'),(35963,2244,'last_name',''),(35961,2243,'_wpsc_billing_region',''),(35962,2244,'first_name',''),(35960,2243,'_wpsc_shipping_region',''),(35958,2243,'_wpsc_shipping_country',''),(35959,2243,'_wpsc_billing_country',''),(35957,2243,'_wpsc_last_active','1400606750'),(35956,2243,'wp_user_level','0'),(35955,2243,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35954,2243,'show_admin_bar_front','true'),(35953,2243,'use_ssl','0'),(35952,2243,'admin_color','fresh'),(35951,2243,'comment_shortcuts','false'),(35950,2243,'rich_editing','true'),(35949,2243,'description',''),(35948,2243,'nickname','_zR22cnyi'),(35947,2243,'last_name',''),(35946,2243,'first_name',''),(35945,2242,'_wpsc_billing_region',''),(35943,2242,'_wpsc_billing_country',''),(35944,2242,'_wpsc_shipping_region',''),(35942,2242,'_wpsc_shipping_country',''),(35941,2242,'_wpsc_last_active','1400606736'),(35940,2242,'wp_user_level','0'),(35939,2242,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35938,2242,'show_admin_bar_front','true'),(35937,2242,'use_ssl','0'),(35936,2242,'admin_color','fresh'),(35935,2242,'comment_shortcuts','false'),(35934,2242,'rich_editing','true'),(35933,2242,'description',''),(35932,2242,'nickname','_diof9a1b'),(35930,2242,'first_name',''),(35931,2242,'last_name',''),(35929,2241,'_wpsc_billing_region',''),(35928,2241,'_wpsc_shipping_region',''),(35926,2241,'_wpsc_shipping_country',''),(35927,2241,'_wpsc_billing_country',''),(35925,2241,'_wpsc_last_active','1400606708'),(35924,2241,'wp_user_level','0'),(35923,2241,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35922,2241,'show_admin_bar_front','true'),(35921,2241,'use_ssl','0'),(35920,2241,'admin_color','fresh'),(35919,2241,'comment_shortcuts','false'),(35918,2241,'rich_editing','true'),(35917,2241,'description',''),(35916,2241,'nickname','_gA0HJOs6'),(35915,2241,'last_name',''),(35913,2240,'_wpsc_billing_region',''),(35914,2241,'first_name',''),(35912,2240,'_wpsc_shipping_region',''),(35910,2240,'_wpsc_shipping_country',''),(35911,2240,'_wpsc_billing_country',''),(35909,2240,'_wpsc_last_active','1400606675'),(35908,2240,'wp_user_level','0'),(35907,2240,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35906,2240,'show_admin_bar_front','true'),(35905,2240,'use_ssl','0'),(35904,2240,'admin_color','fresh'),(35903,2240,'comment_shortcuts','false'),(35902,2240,'rich_editing','true'),(35901,2240,'description',''),(35900,2240,'nickname','_otg15awd'),(35899,2240,'last_name',''),(35898,2240,'first_name',''),(35897,2239,'_wpsc_billing_region',''),(35895,2239,'_wpsc_billing_country',''),(35896,2239,'_wpsc_shipping_region',''),(35894,2239,'_wpsc_shipping_country',''),(35893,2239,'_wpsc_last_active','1400606658'),(35892,2239,'wp_user_level','0'),(35891,2239,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35890,2239,'show_admin_bar_front','true'),(35889,2239,'use_ssl','0'),(35888,2239,'admin_color','fresh'),(35887,2239,'comment_shortcuts','false'),(35886,2239,'rich_editing','true'),(35885,2239,'description',''),(35884,2239,'nickname','_RGAy6nXm'),(35882,2239,'first_name',''),(35883,2239,'last_name',''),(35881,2238,'_wpsc_billing_region',''),(35880,2238,'_wpsc_shipping_region',''),(35878,2238,'_wpsc_shipping_country',''),(35879,2238,'_wpsc_billing_country',''),(35877,2238,'_wpsc_last_active','1400606655'),(35876,2238,'wp_user_level','0'),(35875,2238,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35874,2238,'show_admin_bar_front','true'),(35873,2238,'use_ssl','0'),(35872,2238,'admin_color','fresh'),(35871,2238,'comment_shortcuts','false'),(35870,2238,'rich_editing','true'),(35869,2238,'description',''),(35868,2238,'nickname','_Y9PTzftX'),(35867,2238,'last_name',''),(35865,2237,'_wpsc_billing_region',''),(35866,2238,'first_name',''),(35864,2237,'_wpsc_shipping_region',''),(35862,2237,'_wpsc_shipping_country',''),(35863,2237,'_wpsc_billing_country',''),(35861,2237,'_wpsc_last_active','1400606654'),(35860,2237,'wp_user_level','0'),(35859,2237,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35858,2237,'show_admin_bar_front','true'),(35857,2237,'use_ssl','0'),(35856,2237,'admin_color','fresh'),(35855,2237,'comment_shortcuts','false'),(35854,2237,'rich_editing','true'),(35853,2237,'description',''),(35852,2237,'nickname','_WgrXBNuQ'),(35851,2237,'last_name',''),(35850,2237,'first_name',''),(35849,2236,'_wpsc_billing_region',''),(35847,2236,'_wpsc_billing_country',''),(35848,2236,'_wpsc_shipping_region',''),(35846,2236,'_wpsc_shipping_country',''),(35845,2236,'_wpsc_last_active','1400606641'),(35844,2236,'wp_user_level','0'),(35843,2236,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35842,2236,'show_admin_bar_front','true'),(35841,2236,'use_ssl','0'),(35840,2236,'admin_color','fresh'),(35839,2236,'comment_shortcuts','false'),(35838,2236,'rich_editing','true'),(35837,2236,'description',''),(35836,2236,'nickname','_gONCfiUO'),(35834,2236,'first_name',''),(35835,2236,'last_name',''),(35833,2235,'_wpsc_billing_region',''),(35832,2235,'_wpsc_shipping_region',''),(35830,2235,'_wpsc_shipping_country',''),(35831,2235,'_wpsc_billing_country',''),(35829,2235,'_wpsc_last_active','1400606581'),(35828,2235,'wp_user_level','0'),(35827,2235,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35826,2235,'show_admin_bar_front','true'),(35825,2235,'use_ssl','0'),(35824,2235,'admin_color','fresh'),(35823,2235,'comment_shortcuts','false'),(35822,2235,'rich_editing','true'),(35821,2235,'description',''),(35820,2235,'nickname','_et7O6qDZ'),(35819,2235,'last_name',''),(35817,2234,'_wpsc_billing_region',''),(35818,2235,'first_name',''),(35816,2234,'_wpsc_shipping_region',''),(35814,2234,'_wpsc_shipping_country',''),(35815,2234,'_wpsc_billing_country',''),(35813,2234,'_wpsc_last_active','1400606565'),(35812,2234,'wp_user_level','0'),(35811,2234,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35810,2234,'show_admin_bar_front','true'),(35809,2234,'use_ssl','0'),(35808,2234,'admin_color','fresh'),(35807,2234,'comment_shortcuts','false'),(35806,2234,'rich_editing','true'),(35805,2234,'description',''),(35804,2234,'nickname','_cXoAC5et'),(35803,2234,'last_name',''),(35802,2234,'first_name',''),(35801,2233,'_wpsc_billing_region',''),(35799,2233,'_wpsc_billing_country',''),(35800,2233,'_wpsc_shipping_region',''),(35798,2233,'_wpsc_shipping_country',''),(35797,2233,'_wpsc_last_active','1400606519'),(35796,2233,'wp_user_level','0'),(35795,2233,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35794,2233,'show_admin_bar_front','true'),(35793,2233,'use_ssl','0'),(35792,2233,'admin_color','fresh'),(35791,2233,'comment_shortcuts','false'),(35790,2233,'rich_editing','true'),(35789,2233,'description',''),(35788,2233,'nickname','_eRgx3QEe'),(35786,2233,'first_name',''),(35787,2233,'last_name',''),(35785,2232,'_wpsc_billing_region',''),(35784,2232,'_wpsc_shipping_region',''),(35782,2232,'_wpsc_shipping_country',''),(35783,2232,'_wpsc_billing_country',''),(35781,2232,'_wpsc_last_active','1400606518'),(35780,2232,'wp_user_level','0'),(35779,2232,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35778,2232,'show_admin_bar_front','true'),(35777,2232,'use_ssl','0'),(35776,2232,'admin_color','fresh'),(35775,2232,'comment_shortcuts','false'),(35774,2232,'rich_editing','true'),(35773,2232,'description',''),(35772,2232,'nickname','_7xe8SJGV'),(35771,2232,'last_name',''),(35769,2231,'_wpsc_billing_region',''),(35770,2232,'first_name',''),(35768,2231,'_wpsc_shipping_region',''),(35766,2231,'_wpsc_shipping_country',''),(35767,2231,'_wpsc_billing_country',''),(35765,2231,'_wpsc_last_active','1400606509'),(35764,2231,'wp_user_level','0'),(35763,2231,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35762,2231,'show_admin_bar_front','true'),(35761,2231,'use_ssl','0'),(35760,2231,'admin_color','fresh'),(35759,2231,'comment_shortcuts','false'),(35758,2231,'rich_editing','true'),(35757,2231,'description',''),(35756,2231,'nickname','_rbNWGGBW'),(35755,2231,'last_name',''),(35754,2231,'first_name',''),(35753,2230,'_wpsc_billing_region',''),(35751,2230,'_wpsc_billing_country',''),(35752,2230,'_wpsc_shipping_region',''),(35750,2230,'_wpsc_shipping_country',''),(35749,2230,'_wpsc_last_active','1400606505'),(35748,2230,'wp_user_level','0'),(35747,2230,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35746,2230,'show_admin_bar_front','true'),(35745,2230,'use_ssl','0'),(35744,2230,'admin_color','fresh'),(35743,2230,'comment_shortcuts','false'),(35742,2230,'rich_editing','true'),(35741,2230,'description',''),(35740,2230,'nickname','_3AhhRLHd'),(35738,2230,'first_name',''),(35739,2230,'last_name',''),(35737,2229,'_wpsc_billing_region',''),(35736,2229,'_wpsc_shipping_region',''),(35734,2229,'_wpsc_shipping_country',''),(35735,2229,'_wpsc_billing_country',''),(35733,2229,'_wpsc_last_active','1400606477'),(35732,2229,'wp_user_level','0'),(35731,2229,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35730,2229,'show_admin_bar_front','true'),(35729,2229,'use_ssl','0'),(35728,2229,'admin_color','fresh'),(35727,2229,'comment_shortcuts','false'),(35726,2229,'rich_editing','true'),(35725,2229,'description',''),(35724,2229,'nickname','_cG5TqMjL'),(35723,2229,'last_name',''),(35721,2228,'_wpsc_billing_region',''),(35722,2229,'first_name',''),(35720,2228,'_wpsc_shipping_region',''),(35718,2228,'_wpsc_shipping_country',''),(35719,2228,'_wpsc_billing_country',''),(35717,2228,'_wpsc_last_active','1400606474'),(35716,2228,'wp_user_level','0'),(35715,2228,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35714,2228,'show_admin_bar_front','true'),(35713,2228,'use_ssl','0'),(35712,2228,'admin_color','fresh'),(35711,2228,'comment_shortcuts','false'),(35710,2228,'rich_editing','true'),(35709,2228,'description',''),(35708,2228,'nickname','_5nfUlc8D'),(35707,2228,'last_name',''),(35706,2228,'first_name',''),(35705,2227,'_wpsc_billing_region',''),(35703,2227,'_wpsc_billing_country',''),(35704,2227,'_wpsc_shipping_region',''),(35702,2227,'_wpsc_shipping_country',''),(35701,2227,'_wpsc_last_active','1400606473'),(35700,2227,'wp_user_level','0'),(35699,2227,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35698,2227,'show_admin_bar_front','true'),(35697,2227,'use_ssl','0'),(35696,2227,'admin_color','fresh'),(35695,2227,'comment_shortcuts','false'),(35694,2227,'rich_editing','true'),(35693,2227,'description',''),(35692,2227,'nickname','_mAgIEIvB'),(35690,2227,'first_name',''),(35691,2227,'last_name',''),(35689,2226,'_wpsc_billing_region',''),(35688,2226,'_wpsc_shipping_region',''),(35686,2226,'_wpsc_shipping_country',''),(35687,2226,'_wpsc_billing_country',''),(35685,2226,'_wpsc_last_active','1400606468'),(35684,2226,'wp_user_level','0'),(35683,2226,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35682,2226,'show_admin_bar_front','true'),(35681,2226,'use_ssl','0'),(35680,2226,'admin_color','fresh'),(35679,2226,'comment_shortcuts','false'),(35678,2226,'rich_editing','true'),(35677,2226,'description',''),(35676,2226,'nickname','_oDCbeSwV'),(35675,2226,'last_name',''),(35673,2225,'_wpsc_billing_region',''),(35674,2226,'first_name',''),(35672,2225,'_wpsc_shipping_region',''),(35670,2225,'_wpsc_shipping_country',''),(35671,2225,'_wpsc_billing_country',''),(35669,2225,'_wpsc_last_active','1400606453'),(35668,2225,'wp_user_level','0'),(35667,2225,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35666,2225,'show_admin_bar_front','true'),(35665,2225,'use_ssl','0'),(35664,2225,'admin_color','fresh'),(35663,2225,'comment_shortcuts','false'),(35662,2225,'rich_editing','true'),(35661,2225,'description',''),(35660,2225,'nickname','_Aoim2fLU'),(35659,2225,'last_name',''),(35658,2225,'first_name',''),(35657,2224,'_wpsc_billing_region',''),(35655,2224,'_wpsc_billing_country',''),(35656,2224,'_wpsc_shipping_region',''),(35654,2224,'_wpsc_shipping_country',''),(35653,2224,'_wpsc_last_active','1400606438'),(35652,2224,'wp_user_level','0'),(35651,2224,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35650,2224,'show_admin_bar_front','true'),(35649,2224,'use_ssl','0'),(35648,2224,'admin_color','fresh'),(35647,2224,'comment_shortcuts','false'),(35646,2224,'rich_editing','true'),(35645,2224,'description',''),(35644,2224,'nickname','_bBhJLClX'),(35642,2224,'first_name',''),(35643,2224,'last_name',''),(35641,2223,'_wpsc_billing_region',''),(35640,2223,'_wpsc_shipping_region',''),(35638,2223,'_wpsc_shipping_country',''),(35639,2223,'_wpsc_billing_country',''),(35637,2223,'_wpsc_last_active','1400606423'),(35636,2223,'wp_user_level','0'),(1922,1,'_yoast_wpseo_profile_updated','1398795380'),(35635,2223,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35634,2223,'show_admin_bar_front','true'),(35633,2223,'use_ssl','0'),(35632,2223,'admin_color','fresh'),(35631,2223,'comment_shortcuts','false'),(35630,2223,'rich_editing','true'),(35629,2223,'description',''),(35628,2223,'nickname','_E8BJKbwr'),(35627,2223,'last_name',''),(35625,2222,'_wpsc_billing_region',''),(35626,2223,'first_name',''),(35624,2222,'_wpsc_shipping_region',''),(35622,2222,'_wpsc_shipping_country',''),(35623,2222,'_wpsc_billing_country',''),(35621,2222,'_wpsc_last_active','1400606408'),(35620,2222,'wp_user_level','0'),(35619,2222,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35618,2222,'show_admin_bar_front','true'),(35617,2222,'use_ssl','0'),(35616,2222,'admin_color','fresh'),(35615,2222,'comment_shortcuts','false'),(35614,2222,'rich_editing','true'),(35613,2222,'description',''),(35612,2222,'nickname','_qOn3mAdk'),(35611,2222,'last_name',''),(35610,2222,'first_name',''),(35609,2221,'_wpsc_billing_region',''),(35607,2221,'_wpsc_billing_country',''),(35608,2221,'_wpsc_shipping_region',''),(35606,2221,'_wpsc_shipping_country',''),(35605,2221,'_wpsc_last_active','1400606393'),(35604,2221,'wp_user_level','0'),(35603,2221,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35602,2221,'show_admin_bar_front','true'),(35601,2221,'use_ssl','0'),(35600,2221,'admin_color','fresh'),(35599,2221,'comment_shortcuts','false'),(35598,2221,'rich_editing','true'),(35597,2221,'description',''),(35596,2221,'nickname','_EaI119rw'),(35594,2221,'first_name',''),(35595,2221,'last_name',''),(35593,2220,'_wpsc_billing_region',''),(35592,2220,'_wpsc_shipping_region',''),(35590,2220,'_wpsc_shipping_country',''),(35591,2220,'_wpsc_billing_country',''),(35589,2220,'_wpsc_last_active','1400606378'),(35588,2220,'wp_user_level','0'),(35587,2220,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35586,2220,'show_admin_bar_front','true'),(35585,2220,'use_ssl','0'),(35584,2220,'admin_color','fresh'),(35583,2220,'comment_shortcuts','false'),(35582,2220,'rich_editing','true'),(35581,2220,'description',''),(35580,2220,'nickname','_sEgZxRjK'),(35579,2220,'last_name',''),(35577,2219,'_wpsc_billing_region',''),(35578,2220,'first_name',''),(35576,2219,'_wpsc_shipping_region',''),(35574,2219,'_wpsc_shipping_country',''),(35575,2219,'_wpsc_billing_country',''),(35573,2219,'_wpsc_last_active','1400606363'),(35572,2219,'wp_user_level','0'),(35571,2219,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35570,2219,'show_admin_bar_front','true'),(35569,2219,'use_ssl','0'),(35568,2219,'admin_color','fresh'),(35567,2219,'comment_shortcuts','false'),(35566,2219,'rich_editing','true'),(35565,2219,'description',''),(35564,2219,'nickname','_yltnMPWW'),(35563,2219,'last_name',''),(35562,2219,'first_name',''),(35561,2218,'_wpsc_billing_region',''),(35559,2218,'_wpsc_billing_country',''),(35560,2218,'_wpsc_shipping_region',''),(35558,2218,'_wpsc_shipping_country',''),(35557,2218,'_wpsc_last_active','1400606348'),(35556,2218,'wp_user_level','0'),(35555,2218,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35554,2218,'show_admin_bar_front','true'),(35553,2218,'use_ssl','0'),(35552,2218,'admin_color','fresh'),(35551,2218,'comment_shortcuts','false'),(35550,2218,'rich_editing','true'),(35549,2218,'description',''),(35548,2218,'nickname','_YMyGJNcT'),(35546,2218,'first_name',''),(35547,2218,'last_name',''),(35545,2217,'_wpsc_billing_region',''),(35544,2217,'_wpsc_shipping_region',''),(35542,2217,'_wpsc_shipping_country',''),(35543,2217,'_wpsc_billing_country',''),(35541,2217,'_wpsc_last_active','1400606333'),(35540,2217,'wp_user_level','0'),(35539,2217,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35538,2217,'show_admin_bar_front','true'),(35537,2217,'use_ssl','0'),(35536,2217,'admin_color','fresh'),(35535,2217,'comment_shortcuts','false'),(35534,2217,'rich_editing','true'),(35533,2217,'description',''),(35532,2217,'nickname','_mQN2hMYO'),(35531,2217,'last_name',''),(35529,2216,'_wpsc_billing_region',''),(35530,2217,'first_name',''),(35528,2216,'_wpsc_shipping_region',''),(35526,2216,'_wpsc_shipping_country',''),(35527,2216,'_wpsc_billing_country',''),(35525,2216,'_wpsc_last_active','1400606318'),(35524,2216,'wp_user_level','0'),(35523,2216,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35522,2216,'show_admin_bar_front','true'),(35521,2216,'use_ssl','0'),(35520,2216,'admin_color','fresh'),(35519,2216,'comment_shortcuts','false'),(35518,2216,'rich_editing','true'),(35517,2216,'description',''),(35516,2216,'nickname','_bzIN2kdT'),(35515,2216,'last_name',''),(35514,2216,'first_name',''),(35513,2215,'_wpsc_billing_region',''),(35511,2215,'_wpsc_billing_country',''),(35512,2215,'_wpsc_shipping_region',''),(35510,2215,'_wpsc_shipping_country',''),(35509,2215,'_wpsc_last_active','1400606317'),(35508,2215,'wp_user_level','0'),(35507,2215,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35506,2215,'show_admin_bar_front','true'),(35505,2215,'use_ssl','0'),(35504,2215,'admin_color','fresh'),(35503,2215,'comment_shortcuts','false'),(35502,2215,'rich_editing','true'),(35501,2215,'description',''),(35500,2215,'nickname','_WNjZHqzl'),(35498,2215,'first_name',''),(35499,2215,'last_name',''),(35497,2214,'_wpsc_billing_region',''),(35496,2214,'_wpsc_shipping_region',''),(35494,2214,'_wpsc_shipping_country',''),(35495,2214,'_wpsc_billing_country',''),(35493,2214,'_wpsc_last_active','1400606303'),(35492,2214,'wp_user_level','0'),(35491,2214,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35490,2214,'show_admin_bar_front','true'),(35489,2214,'use_ssl','0'),(35488,2214,'admin_color','fresh'),(35487,2214,'comment_shortcuts','false'),(35486,2214,'rich_editing','true'),(35485,2214,'description',''),(35484,2214,'nickname','_fPslMjEz'),(35483,2214,'last_name',''),(35481,2213,'_wpsc_billing_region',''),(35482,2214,'first_name',''),(35480,2213,'_wpsc_shipping_region',''),(35478,2213,'_wpsc_shipping_country',''),(35479,2213,'_wpsc_billing_country',''),(35477,2213,'_wpsc_last_active','1400606288'),(35476,2213,'wp_user_level','0'),(35475,2213,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35474,2213,'show_admin_bar_front','true'),(35473,2213,'use_ssl','0'),(35472,2213,'admin_color','fresh'),(35471,2213,'comment_shortcuts','false'),(35470,2213,'rich_editing','true'),(35469,2213,'description',''),(35468,2213,'nickname','_LXWBVxze'),(35467,2213,'last_name',''),(35466,2213,'first_name',''),(35465,2212,'_wpsc_billing_region',''),(35463,2212,'_wpsc_billing_country',''),(35464,2212,'_wpsc_shipping_region',''),(35462,2212,'_wpsc_shipping_country',''),(35461,2212,'_wpsc_last_active','1400606273'),(35460,2212,'wp_user_level','0'),(35459,2212,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35458,2212,'show_admin_bar_front','true'),(35457,2212,'use_ssl','0'),(35456,2212,'admin_color','fresh'),(35455,2212,'comment_shortcuts','false'),(35454,2212,'rich_editing','true'),(35453,2212,'description',''),(35452,2212,'nickname','_oRLIoHUh'),(35450,2212,'first_name',''),(35451,2212,'last_name',''),(35449,2211,'_wpsc_billing_region',''),(35448,2211,'_wpsc_shipping_region',''),(35446,2211,'_wpsc_shipping_country',''),(35447,2211,'_wpsc_billing_country',''),(35445,2211,'_wpsc_last_active','1400606258'),(35444,2211,'wp_user_level','0'),(35443,2211,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35442,2211,'show_admin_bar_front','true'),(35441,2211,'use_ssl','0'),(35440,2211,'admin_color','fresh'),(35439,2211,'comment_shortcuts','false'),(35438,2211,'rich_editing','true'),(35437,2211,'description',''),(35436,2211,'nickname','_9F4AvdDi'),(35435,2211,'last_name',''),(35433,2210,'_wpsc_billing_region',''),(35434,2211,'first_name',''),(35432,2210,'_wpsc_shipping_region',''),(35430,2210,'_wpsc_shipping_country',''),(35431,2210,'_wpsc_billing_country',''),(35429,2210,'_wpsc_last_active','1400606243'),(35428,2210,'wp_user_level','0'),(35427,2210,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35426,2210,'show_admin_bar_front','true'),(35425,2210,'use_ssl','0'),(35424,2210,'admin_color','fresh'),(35423,2210,'comment_shortcuts','false'),(35422,2210,'rich_editing','true'),(35421,2210,'description',''),(35420,2210,'nickname','_f0UivK3I'),(35419,2210,'last_name',''),(35418,2210,'first_name',''),(35417,2209,'_wpsc_billing_region',''),(35415,2209,'_wpsc_billing_country',''),(35416,2209,'_wpsc_shipping_region',''),(35414,2209,'_wpsc_shipping_country',''),(35413,2209,'_wpsc_last_active','1400606228'),(35412,2209,'wp_user_level','0'),(35411,2209,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35410,2209,'show_admin_bar_front','true'),(35409,2209,'use_ssl','0'),(35408,2209,'admin_color','fresh'),(35407,2209,'comment_shortcuts','false'),(35406,2209,'rich_editing','true'),(35405,2209,'description',''),(35404,2209,'nickname','_Xl0mWqjv'),(35402,2209,'first_name',''),(35403,2209,'last_name',''),(35401,2208,'_wpsc_billing_region',''),(35400,2208,'_wpsc_shipping_region',''),(35398,2208,'_wpsc_shipping_country',''),(35399,2208,'_wpsc_billing_country',''),(35397,2208,'_wpsc_last_active','1400606213'),(35396,2208,'wp_user_level','0'),(35395,2208,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35394,2208,'show_admin_bar_front','true'),(35393,2208,'use_ssl','0'),(35392,2208,'admin_color','fresh'),(35391,2208,'comment_shortcuts','false'),(35390,2208,'rich_editing','true'),(35389,2208,'description',''),(35388,2208,'nickname','_jPlcx6vi'),(35387,2208,'last_name',''),(35385,2207,'_wpsc_billing_region',''),(35386,2208,'first_name',''),(35384,2207,'_wpsc_shipping_region',''),(35382,2207,'_wpsc_shipping_country',''),(35383,2207,'_wpsc_billing_country',''),(35381,2207,'_wpsc_last_active','1400606198'),(35380,2207,'wp_user_level','0'),(35379,2207,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35378,2207,'show_admin_bar_front','true'),(35377,2207,'use_ssl','0'),(35376,2207,'admin_color','fresh'),(35375,2207,'comment_shortcuts','false'),(35374,2207,'rich_editing','true'),(35373,2207,'description',''),(35372,2207,'nickname','_W2XME28t'),(35371,2207,'last_name',''),(35370,2207,'first_name',''),(35369,2206,'_wpsc_billing_region',''),(35367,2206,'_wpsc_billing_country',''),(35368,2206,'_wpsc_shipping_region',''),(35366,2206,'_wpsc_shipping_country',''),(35365,2206,'_wpsc_last_active','1400606197'),(35364,2206,'wp_user_level','0'),(35363,2206,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35362,2206,'show_admin_bar_front','true'),(35361,2206,'use_ssl','0'),(35360,2206,'admin_color','fresh'),(35359,2206,'comment_shortcuts','false'),(35358,2206,'rich_editing','true'),(35357,2206,'description',''),(35356,2206,'nickname','_1UTnBdBt'),(35354,2206,'first_name',''),(35355,2206,'last_name',''),(35353,2205,'_wpsc_billing_region',''),(35352,2205,'_wpsc_shipping_region',''),(35350,2205,'_wpsc_shipping_country',''),(35351,2205,'_wpsc_billing_country',''),(35349,2205,'_wpsc_last_active','1400606185'),(35348,2205,'wp_user_level','0'),(35347,2205,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35346,2205,'show_admin_bar_front','true'),(35345,2205,'use_ssl','0'),(35344,2205,'admin_color','fresh'),(35343,2205,'comment_shortcuts','false'),(35342,2205,'rich_editing','true'),(35341,2205,'description',''),(35340,2205,'nickname','_btHfla8o'),(35339,2205,'last_name',''),(35337,2204,'_wpsc_billing_region',''),(35338,2205,'first_name',''),(35336,2204,'_wpsc_shipping_region',''),(35334,2204,'_wpsc_shipping_country',''),(35335,2204,'_wpsc_billing_country',''),(35333,2204,'_wpsc_last_active','1400606184'),(35332,2204,'wp_user_level','0'),(35331,2204,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35330,2204,'show_admin_bar_front','true'),(35329,2204,'use_ssl','0'),(35328,2204,'admin_color','fresh'),(35327,2204,'comment_shortcuts','false'),(35326,2204,'rich_editing','true'),(35325,2204,'description',''),(35324,2204,'nickname','_rZu7nEad'),(35323,2204,'last_name',''),(35322,2204,'first_name',''),(35321,2203,'_wpsc_billing_region',''),(35319,2203,'_wpsc_billing_country',''),(35320,2203,'_wpsc_shipping_region',''),(35318,2203,'_wpsc_shipping_country',''),(35317,2203,'_wpsc_last_active','1400606183'),(35316,2203,'wp_user_level','0'),(35315,2203,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35314,2203,'show_admin_bar_front','true'),(35313,2203,'use_ssl','0'),(35312,2203,'admin_color','fresh'),(35311,2203,'comment_shortcuts','false'),(35310,2203,'rich_editing','true'),(35309,2203,'description',''),(35308,2203,'nickname','_SDZJTRcl'),(35306,2203,'first_name',''),(35307,2203,'last_name',''),(35305,2202,'_wpsc_billing_region',''),(35304,2202,'_wpsc_shipping_region',''),(35302,2202,'_wpsc_shipping_country',''),(35303,2202,'_wpsc_billing_country',''),(35301,2202,'_wpsc_last_active','1400606168'),(35300,2202,'wp_user_level','0'),(35299,2202,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35298,2202,'show_admin_bar_front','true'),(35297,2202,'use_ssl','0'),(35296,2202,'admin_color','fresh'),(35295,2202,'comment_shortcuts','false'),(35294,2202,'rich_editing','true'),(35293,2202,'description',''),(35292,2202,'nickname','_nzY1WsWh'),(35291,2202,'last_name',''),(35289,2201,'_wpsc_billing_region',''),(35290,2202,'first_name',''),(35288,2201,'_wpsc_shipping_region',''),(35286,2201,'_wpsc_shipping_country',''),(35287,2201,'_wpsc_billing_country',''),(35285,2201,'_wpsc_last_active','1400606153'),(35284,2201,'wp_user_level','0'),(35283,2201,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35282,2201,'show_admin_bar_front','true'),(35281,2201,'use_ssl','0'),(35280,2201,'admin_color','fresh'),(35279,2201,'comment_shortcuts','false'),(35278,2201,'rich_editing','true'),(35277,2201,'description',''),(35276,2201,'nickname','_9gKw4F4i'),(35275,2201,'last_name',''),(35274,2201,'first_name',''),(35273,2200,'_wpsc_billing_region',''),(35271,2200,'_wpsc_billing_country',''),(35272,2200,'_wpsc_shipping_region',''),(35270,2200,'_wpsc_shipping_country',''),(35269,2200,'_wpsc_last_active','1400606138'),(35268,2200,'wp_user_level','0'),(35267,2200,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35266,2200,'show_admin_bar_front','true'),(35265,2200,'use_ssl','0'),(35264,2200,'admin_color','fresh'),(35263,2200,'comment_shortcuts','false'),(35262,2200,'rich_editing','true'),(35261,2200,'description',''),(35260,2200,'nickname','_BeNnpOVb'),(35258,2200,'first_name',''),(35259,2200,'last_name',''),(35257,2199,'_wpsc_billing_region',''),(35256,2199,'_wpsc_shipping_region',''),(35254,2199,'_wpsc_shipping_country',''),(35255,2199,'_wpsc_billing_country',''),(35253,2199,'_wpsc_last_active','1400606123'),(35252,2199,'wp_user_level','0'),(35251,2199,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35250,2199,'show_admin_bar_front','true'),(35249,2199,'use_ssl','0'),(35248,2199,'admin_color','fresh'),(35247,2199,'comment_shortcuts','false'),(35246,2199,'rich_editing','true'),(35245,2199,'description',''),(35244,2199,'nickname','_QrMVHzO2'),(35243,2199,'last_name',''),(35241,2198,'_wpsc_billing_region',''),(35242,2199,'first_name',''),(35240,2198,'_wpsc_shipping_region',''),(35238,2198,'_wpsc_shipping_country',''),(35239,2198,'_wpsc_billing_country',''),(35237,2198,'_wpsc_last_active','1400606108'),(35236,2198,'wp_user_level','0'),(35235,2198,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35234,2198,'show_admin_bar_front','true'),(35233,2198,'use_ssl','0'),(35232,2198,'admin_color','fresh'),(35231,2198,'comment_shortcuts','false'),(35230,2198,'rich_editing','true'),(35229,2198,'description',''),(35228,2198,'nickname','_sOZzdWNw'),(35227,2198,'last_name',''),(2467,1,'wp_user-settings','libraryContent=browse&align=left&urlbutton=none&editor=html&imgsize=medium'),(2468,1,'wp_user-settings-time','1400866319'),(35226,2198,'first_name',''),(35225,2197,'_wpsc_billing_region',''),(35223,2197,'_wpsc_billing_country',''),(35224,2197,'_wpsc_shipping_region',''),(35222,2197,'_wpsc_shipping_country',''),(35221,2197,'_wpsc_last_active','1400606093'),(35220,2197,'wp_user_level','0'),(35219,2197,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35218,2197,'show_admin_bar_front','true'),(35217,2197,'use_ssl','0'),(35216,2197,'admin_color','fresh'),(35215,2197,'comment_shortcuts','false'),(35214,2197,'rich_editing','true'),(35213,2197,'description',''),(35212,2197,'nickname','_EWGblDar'),(35210,2197,'first_name',''),(35211,2197,'last_name',''),(35209,2196,'_wpsc_billing_region',''),(35208,2196,'_wpsc_shipping_region',''),(35206,2196,'_wpsc_shipping_country',''),(35207,2196,'_wpsc_billing_country',''),(35205,2196,'_wpsc_last_active','1400606078'),(35204,2196,'wp_user_level','0'),(35203,2196,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35202,2196,'show_admin_bar_front','true'),(35201,2196,'use_ssl','0'),(35200,2196,'admin_color','fresh'),(35199,2196,'comment_shortcuts','false'),(35198,2196,'rich_editing','true'),(35197,2196,'description',''),(35196,2196,'nickname','_kWuukPew'),(35195,2196,'last_name',''),(35193,2195,'_wpsc_billing_region',''),(35194,2196,'first_name',''),(35192,2195,'_wpsc_shipping_region',''),(35190,2195,'_wpsc_shipping_country',''),(35191,2195,'_wpsc_billing_country',''),(35189,2195,'_wpsc_last_active','1400606077'),(35188,2195,'wp_user_level','0'),(35187,2195,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35186,2195,'show_admin_bar_front','true'),(35185,2195,'use_ssl','0'),(35184,2195,'admin_color','fresh'),(35183,2195,'comment_shortcuts','false'),(35182,2195,'rich_editing','true'),(35181,2195,'description',''),(35180,2195,'nickname','_3MaGJnYl'),(35179,2195,'last_name',''),(35178,2195,'first_name',''),(35177,2194,'_wpsc_billing_region',''),(35175,2194,'_wpsc_billing_country',''),(35176,2194,'_wpsc_shipping_region',''),(35174,2194,'_wpsc_shipping_country',''),(35173,2194,'_wpsc_last_active','1400606063'),(35172,2194,'wp_user_level','0'),(35171,2194,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35170,2194,'show_admin_bar_front','true'),(35169,2194,'use_ssl','0'),(35168,2194,'admin_color','fresh'),(35167,2194,'comment_shortcuts','false'),(35166,2194,'rich_editing','true'),(35165,2194,'description',''),(35164,2194,'nickname','_oOfy6Pfx'),(35162,2194,'first_name',''),(35163,2194,'last_name',''),(35161,2193,'_wpsc_billing_region',''),(35160,2193,'_wpsc_shipping_region',''),(35158,2193,'_wpsc_shipping_country',''),(35159,2193,'_wpsc_billing_country',''),(35157,2193,'_wpsc_last_active','1400606048'),(35156,2193,'wp_user_level','0'),(35155,2193,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35154,2193,'show_admin_bar_front','true'),(35153,2193,'use_ssl','0'),(35152,2193,'admin_color','fresh'),(35151,2193,'comment_shortcuts','false'),(35150,2193,'rich_editing','true'),(35149,2193,'description',''),(35148,2193,'nickname','_23Q83zbL'),(35147,2193,'last_name',''),(35145,2192,'_wpsc_billing_region',''),(35146,2193,'first_name',''),(35144,2192,'_wpsc_shipping_region',''),(35142,2192,'_wpsc_shipping_country',''),(35143,2192,'_wpsc_billing_country',''),(35141,2192,'_wpsc_last_active','1400606033'),(35140,2192,'wp_user_level','0'),(35139,2192,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35138,2192,'show_admin_bar_front','true'),(35137,2192,'use_ssl','0'),(35136,2192,'admin_color','fresh'),(35135,2192,'comment_shortcuts','false'),(35134,2192,'rich_editing','true'),(35133,2192,'description',''),(35132,2192,'nickname','_TQ2mrYbF'),(35131,2192,'last_name',''),(35130,2192,'first_name',''),(35129,2191,'_wpsc_billing_region',''),(35127,2191,'_wpsc_billing_country',''),(35128,2191,'_wpsc_shipping_region',''),(35126,2191,'_wpsc_shipping_country',''),(35125,2191,'_wpsc_last_active','1400606018'),(35124,2191,'wp_user_level','0'),(35123,2191,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35122,2191,'show_admin_bar_front','true'),(35121,2191,'use_ssl','0'),(35120,2191,'admin_color','fresh'),(35119,2191,'comment_shortcuts','false'),(35118,2191,'rich_editing','true'),(35117,2191,'description',''),(35116,2191,'nickname','_oSbrNVUD'),(35114,2191,'first_name',''),(35115,2191,'last_name',''),(35113,2190,'_wpsc_billing_region',''),(35112,2190,'_wpsc_shipping_region',''),(35110,2190,'_wpsc_shipping_country',''),(35111,2190,'_wpsc_billing_country',''),(35109,2190,'_wpsc_last_active','1400606003'),(35108,2190,'wp_user_level','0'),(35107,2190,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35106,2190,'show_admin_bar_front','true'),(35105,2190,'use_ssl','0'),(35104,2190,'admin_color','fresh'),(35103,2190,'comment_shortcuts','false'),(35102,2190,'rich_editing','true'),(35101,2190,'description',''),(35100,2190,'nickname','_4vocbnmK'),(35099,2190,'last_name',''),(35097,2189,'_wpsc_billing_region',''),(35098,2190,'first_name',''),(35096,2189,'_wpsc_shipping_region',''),(35094,2189,'_wpsc_shipping_country',''),(35095,2189,'_wpsc_billing_country',''),(35093,2189,'_wpsc_last_active','1400605988'),(35092,2189,'wp_user_level','0'),(35091,2189,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35090,2189,'show_admin_bar_front','true'),(35089,2189,'use_ssl','0'),(35088,2189,'admin_color','fresh'),(35087,2189,'comment_shortcuts','false'),(35086,2189,'rich_editing','true'),(35085,2189,'description',''),(35084,2189,'nickname','_WoVFQCX1'),(35083,2189,'last_name',''),(35082,2189,'first_name',''),(35081,2188,'_wpsc_billing_region',''),(35079,2188,'_wpsc_billing_country',''),(35080,2188,'_wpsc_shipping_region',''),(35078,2188,'_wpsc_shipping_country',''),(35077,2188,'_wpsc_last_active','1400605973'),(35076,2188,'wp_user_level','0'),(35075,2188,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35074,2188,'show_admin_bar_front','true'),(35073,2188,'use_ssl','0'),(35072,2188,'admin_color','fresh'),(35071,2188,'comment_shortcuts','false'),(35070,2188,'rich_editing','true'),(35069,2188,'description',''),(35068,2188,'nickname','_AIGo5vMw'),(35066,2188,'first_name',''),(35067,2188,'last_name',''),(35065,2187,'_wpsc_billing_region',''),(35064,2187,'_wpsc_shipping_region',''),(35062,2187,'_wpsc_shipping_country',''),(35063,2187,'_wpsc_billing_country',''),(35061,2187,'_wpsc_last_active','1400605909'),(35060,2187,'wp_user_level','0'),(35059,2187,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35058,2187,'show_admin_bar_front','true'),(35057,2187,'use_ssl','0'),(35056,2187,'admin_color','fresh'),(35055,2187,'comment_shortcuts','false'),(35054,2187,'rich_editing','true'),(35053,2187,'description',''),(35052,2187,'nickname','_1fqnxXGI'),(35051,2187,'last_name',''),(35049,2186,'_wpsc_billing_region',''),(35050,2187,'first_name',''),(35048,2186,'_wpsc_shipping_region',''),(35046,2186,'_wpsc_shipping_country',''),(35047,2186,'_wpsc_billing_country',''),(35045,2186,'_wpsc_last_active','1400605909'),(35044,2186,'wp_user_level','0'),(35043,2186,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35042,2186,'show_admin_bar_front','true'),(35041,2186,'use_ssl','0'),(35040,2186,'admin_color','fresh'),(35039,2186,'comment_shortcuts','false'),(35038,2186,'rich_editing','true'),(35037,2186,'description',''),(35036,2186,'nickname','_DlmKjniu'),(35035,2186,'last_name',''),(35034,2186,'first_name',''),(35033,2185,'_wpsc_billing_region',''),(35031,2185,'_wpsc_billing_country',''),(35032,2185,'_wpsc_shipping_region',''),(35030,2185,'_wpsc_shipping_country',''),(35029,2185,'_wpsc_last_active','1400605894'),(35028,2185,'wp_user_level','0'),(35027,2185,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35026,2185,'show_admin_bar_front','true'),(35025,2185,'use_ssl','0'),(35024,2185,'admin_color','fresh'),(35023,2185,'comment_shortcuts','false'),(35022,2185,'rich_editing','true'),(35021,2185,'description',''),(35020,2185,'nickname','_WEZ0I9Oe'),(35018,2185,'first_name',''),(35019,2185,'last_name',''),(35017,2184,'_wpsc_billing_region',''),(35016,2184,'_wpsc_shipping_region',''),(35014,2184,'_wpsc_shipping_country',''),(35015,2184,'_wpsc_billing_country',''),(35013,2184,'_wpsc_last_active','1400605879'),(35012,2184,'wp_user_level','0'),(35011,2184,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(35010,2184,'show_admin_bar_front','true'),(35009,2184,'use_ssl','0'),(35008,2184,'admin_color','fresh'),(35007,2184,'comment_shortcuts','false'),(35006,2184,'rich_editing','true'),(35005,2184,'description',''),(35004,2184,'nickname','_90gwvc0F'),(35003,2184,'last_name',''),(35001,2183,'_wpsc_billing_region',''),(35002,2184,'first_name',''),(35000,2183,'_wpsc_shipping_region',''),(34998,2183,'_wpsc_shipping_country',''),(34999,2183,'_wpsc_billing_country',''),(34997,2183,'_wpsc_last_active','1400605878'),(34996,2183,'wp_user_level','0'),(34995,2183,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34994,2183,'show_admin_bar_front','true'),(34993,2183,'use_ssl','0'),(34992,2183,'admin_color','fresh'),(34991,2183,'comment_shortcuts','false'),(34990,2183,'rich_editing','true'),(34989,2183,'description',''),(34988,2183,'nickname','_pFbQf7Wf'),(34987,2183,'last_name',''),(34986,2183,'first_name',''),(34985,2182,'_wpsc_billing_region',''),(34983,2182,'_wpsc_billing_country',''),(34984,2182,'_wpsc_shipping_region',''),(34982,2182,'_wpsc_shipping_country',''),(34981,2182,'_wpsc_last_active','1400605877'),(34980,2182,'wp_user_level','0'),(34979,2182,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34978,2182,'show_admin_bar_front','true'),(34977,2182,'use_ssl','0'),(34976,2182,'admin_color','fresh'),(34975,2182,'comment_shortcuts','false'),(34974,2182,'rich_editing','true'),(34973,2182,'description',''),(34972,2182,'nickname','_NnWBPNZF'),(34970,2182,'first_name',''),(34971,2182,'last_name',''),(34969,2181,'_wpsc_billing_region',''),(34968,2181,'_wpsc_shipping_region',''),(34966,2181,'_wpsc_shipping_country',''),(34967,2181,'_wpsc_billing_country',''),(34965,2181,'_wpsc_last_active','1400605876'),(34964,2181,'wp_user_level','0'),(34963,2181,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34962,2181,'show_admin_bar_front','true'),(34961,2181,'use_ssl','0'),(34960,2181,'admin_color','fresh'),(34959,2181,'comment_shortcuts','false'),(34958,2181,'rich_editing','true'),(34957,2181,'description',''),(34956,2181,'nickname','_otbFIbne'),(34955,2181,'last_name',''),(34953,2180,'_wpsc_billing_region',''),(34954,2181,'first_name',''),(34952,2180,'_wpsc_shipping_region',''),(34950,2180,'_wpsc_shipping_country',''),(34951,2180,'_wpsc_billing_country',''),(34949,2180,'_wpsc_last_active','1400605863'),(34948,2180,'wp_user_level','0'),(34947,2180,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34946,2180,'show_admin_bar_front','true'),(34945,2180,'use_ssl','0'),(34944,2180,'admin_color','fresh'),(34943,2180,'comment_shortcuts','false'),(34942,2180,'rich_editing','true'),(34941,2180,'description',''),(34940,2180,'nickname','_7QUgGqtd'),(34939,2180,'last_name',''),(34938,2180,'first_name',''),(34937,2179,'_wpsc_billing_region',''),(34935,2179,'_wpsc_billing_country',''),(34936,2179,'_wpsc_shipping_region',''),(34934,2179,'_wpsc_shipping_country',''),(34933,2179,'_wpsc_last_active','1400605848'),(34932,2179,'wp_user_level','0'),(34931,2179,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34930,2179,'show_admin_bar_front','true'),(34929,2179,'use_ssl','0'),(34928,2179,'admin_color','fresh'),(34927,2179,'comment_shortcuts','false'),(34926,2179,'rich_editing','true'),(34925,2179,'description',''),(34924,2179,'nickname','_vE2yRp6z'),(34922,2179,'first_name',''),(34923,2179,'last_name',''),(34921,2178,'_wpsc_billing_region',''),(34920,2178,'_wpsc_shipping_region',''),(34918,2178,'_wpsc_shipping_country',''),(34919,2178,'_wpsc_billing_country',''),(34917,2178,'_wpsc_last_active','1400605837'),(34916,2178,'wp_user_level','0'),(34915,2178,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34914,2178,'show_admin_bar_front','true'),(34913,2178,'use_ssl','0'),(34912,2178,'admin_color','fresh'),(34911,2178,'comment_shortcuts','false'),(34910,2178,'rich_editing','true'),(34909,2178,'description',''),(34908,2178,'nickname','_OUW6ngky'),(34907,2178,'last_name',''),(34905,2177,'_wpsc_billing_region',''),(34906,2178,'first_name',''),(34904,2177,'_wpsc_shipping_region',''),(34902,2177,'_wpsc_shipping_country',''),(34903,2177,'_wpsc_billing_country',''),(34901,2177,'_wpsc_last_active','1400605832'),(34900,2177,'wp_user_level','0'),(34899,2177,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34898,2177,'show_admin_bar_front','true'),(34897,2177,'use_ssl','0'),(34896,2177,'admin_color','fresh'),(34895,2177,'comment_shortcuts','false'),(34894,2177,'rich_editing','true'),(34893,2177,'description',''),(34892,2177,'nickname','_mz0BMSX0'),(34891,2177,'last_name',''),(34890,2177,'first_name',''),(34889,2176,'_wpsc_billing_region',''),(34887,2176,'_wpsc_billing_country',''),(34888,2176,'_wpsc_shipping_region',''),(34886,2176,'_wpsc_shipping_country',''),(34885,2176,'_wpsc_last_active','1400605817'),(34884,2176,'wp_user_level','0'),(34883,2176,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34882,2176,'show_admin_bar_front','true'),(34881,2176,'use_ssl','0'),(34880,2176,'admin_color','fresh'),(34879,2176,'comment_shortcuts','false'),(34878,2176,'rich_editing','true'),(34877,2176,'description',''),(34876,2176,'nickname','_SZwDdQEj'),(34874,2176,'first_name',''),(34875,2176,'last_name',''),(34873,2175,'_wpsc_billing_region',''),(34872,2175,'_wpsc_shipping_region',''),(34870,2175,'_wpsc_shipping_country',''),(34871,2175,'_wpsc_billing_country',''),(34869,2175,'_wpsc_last_active','1400605816'),(34868,2175,'wp_user_level','0'),(34867,2175,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34866,2175,'show_admin_bar_front','true'),(34865,2175,'use_ssl','0'),(34864,2175,'admin_color','fresh'),(34863,2175,'comment_shortcuts','false'),(34862,2175,'rich_editing','true'),(34861,2175,'description',''),(34860,2175,'nickname','_bt0tq5zs'),(34859,2175,'last_name',''),(34857,2174,'_wpsc_billing_region',''),(34858,2175,'first_name',''),(34856,2174,'_wpsc_shipping_region',''),(34854,2174,'_wpsc_shipping_country',''),(34855,2174,'_wpsc_billing_country',''),(34853,2174,'_wpsc_last_active','1400605812'),(34852,2174,'wp_user_level','0'),(34851,2174,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34850,2174,'show_admin_bar_front','true'),(34849,2174,'use_ssl','0'),(34848,2174,'admin_color','fresh'),(34847,2174,'comment_shortcuts','false'),(34846,2174,'rich_editing','true'),(34845,2174,'description',''),(34844,2174,'nickname','_qOTi1Fcw'),(34843,2174,'last_name',''),(34842,2174,'first_name',''),(34841,2173,'_wpsc_billing_region',''),(34839,2173,'_wpsc_billing_country',''),(34840,2173,'_wpsc_shipping_region',''),(34838,2173,'_wpsc_shipping_country',''),(34837,2173,'_wpsc_last_active','1400605808'),(34836,2173,'wp_user_level','0'),(34835,2173,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34834,2173,'show_admin_bar_front','true'),(34833,2173,'use_ssl','0'),(34832,2173,'admin_color','fresh'),(34831,2173,'comment_shortcuts','false'),(34830,2173,'rich_editing','true'),(34829,2173,'description',''),(34828,2173,'nickname','_aza09stB'),(34826,2173,'first_name',''),(34827,2173,'last_name',''),(34825,2172,'_wpsc_billing_region',''),(34824,2172,'_wpsc_shipping_region',''),(34822,2172,'_wpsc_shipping_country',''),(34823,2172,'_wpsc_billing_country',''),(34821,2172,'_wpsc_last_active','1400605806'),(34820,2172,'wp_user_level','0'),(34819,2172,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34818,2172,'show_admin_bar_front','true'),(34817,2172,'use_ssl','0'),(34816,2172,'admin_color','fresh'),(34815,2172,'comment_shortcuts','false'),(34814,2172,'rich_editing','true'),(34813,2172,'description',''),(34812,2172,'nickname','_zcZtwBlY'),(34811,2172,'last_name',''),(34809,2171,'_wpsc_billing_region',''),(34810,2172,'first_name',''),(34808,2171,'_wpsc_shipping_region',''),(34806,2171,'_wpsc_shipping_country',''),(34807,2171,'_wpsc_billing_country',''),(34805,2171,'_wpsc_last_active','1400605748'),(34804,2171,'wp_user_level','0'),(34803,2171,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34802,2171,'show_admin_bar_front','true'),(34801,2171,'use_ssl','0'),(34800,2171,'admin_color','fresh'),(34799,2171,'comment_shortcuts','false'),(34798,2171,'rich_editing','true'),(34797,2171,'description',''),(34796,2171,'nickname','_LabGD8H4'),(34795,2171,'last_name',''),(34794,2171,'first_name',''),(34793,2170,'_wpsc_billing_region',''),(34791,2170,'_wpsc_billing_country',''),(34792,2170,'_wpsc_shipping_region',''),(34790,2170,'_wpsc_shipping_country',''),(34789,2170,'_wpsc_last_active','1400605746'),(34788,2170,'wp_user_level','0'),(34787,2170,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34786,2170,'show_admin_bar_front','true'),(34785,2170,'use_ssl','0'),(34784,2170,'admin_color','fresh'),(34783,2170,'comment_shortcuts','false'),(34782,2170,'rich_editing','true'),(34781,2170,'description',''),(34779,2170,'last_name',''),(34780,2170,'nickname','_ePVS7XGn'),(34778,2170,'first_name',''),(34777,2169,'_wpsc_billing_region',''),(34775,2169,'_wpsc_billing_country',''),(34776,2169,'_wpsc_shipping_region',''),(34774,2169,'_wpsc_shipping_country',''),(34773,2169,'_wpsc_last_active','1400605717'),(34772,2169,'wp_user_level','0'),(34771,2169,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34770,2169,'show_admin_bar_front','true'),(34769,2169,'use_ssl','0'),(34768,2169,'admin_color','fresh'),(34767,2169,'comment_shortcuts','false'),(34766,2169,'rich_editing','true'),(34765,2169,'description',''),(34764,2169,'nickname','_NvtzRMUn'),(34762,2169,'first_name',''),(34763,2169,'last_name',''),(34761,2168,'_wpsc_billing_region',''),(34759,2168,'_wpsc_billing_country',''),(34760,2168,'_wpsc_shipping_region',''),(34758,2168,'_wpsc_shipping_country',''),(34757,2168,'_wpsc_last_active','1400605688'),(34756,2168,'wp_user_level','0'),(34755,2168,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34754,2168,'show_admin_bar_front','true'),(34753,2168,'use_ssl','0'),(34752,2168,'admin_color','fresh'),(34751,2168,'comment_shortcuts','false'),(34750,2168,'rich_editing','true'),(34749,2168,'description',''),(34748,2168,'nickname','_kt83Cser'),(34746,2168,'first_name',''),(34747,2168,'last_name',''),(34745,2167,'_wpsc_billing_region',''),(34744,2167,'_wpsc_shipping_region',''),(34743,2167,'_wpsc_billing_country',''),(34742,2167,'_wpsc_shipping_country',''),(34740,2167,'wp_user_level','0'),(34741,2167,'_wpsc_last_active','1400605627'),(34739,2167,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34738,2167,'show_admin_bar_front','true'),(34737,2167,'use_ssl','0'),(34736,2167,'admin_color','fresh'),(34735,2167,'comment_shortcuts','false'),(34734,2167,'rich_editing','true'),(34733,2167,'description',''),(34732,2167,'nickname','_dJqg87UV'),(34731,2167,'last_name',''),(34729,2166,'_wpsc_billing_region',''),(34730,2167,'first_name',''),(34728,2166,'_wpsc_shipping_region',''),(34727,2166,'_wpsc_billing_country',''),(34726,2166,'_wpsc_shipping_country',''),(34725,2166,'_wpsc_last_active','1400605626'),(34724,2166,'wp_user_level','0'),(34723,2166,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34722,2166,'show_admin_bar_front','true'),(34721,2166,'use_ssl','0'),(34720,2166,'admin_color','fresh'),(34719,2166,'comment_shortcuts','false'),(34717,2166,'description',''),(34718,2166,'rich_editing','true'),(34716,2166,'nickname','_RURDoSZa'),(34714,2166,'first_name',''),(34715,2166,'last_name',''),(34713,2165,'_wpsc_billing_region',''),(34712,2165,'_wpsc_shipping_region',''),(34711,2165,'_wpsc_billing_country',''),(34710,2165,'_wpsc_shipping_country',''),(34709,2165,'_wpsc_last_active','1400605626'),(34708,2165,'wp_user_level','0'),(34707,2165,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34706,2165,'show_admin_bar_front','true'),(34705,2165,'use_ssl','0'),(34704,2165,'admin_color','fresh'),(34702,2165,'rich_editing','true'),(34703,2165,'comment_shortcuts','false'),(34701,2165,'description',''),(34700,2165,'nickname','_6J5a5bpB'),(34699,2165,'last_name',''),(34698,2165,'first_name',''),(34697,2164,'_wpsc_billing_region',''),(34696,2164,'_wpsc_shipping_region',''),(34695,2164,'_wpsc_billing_country',''),(34694,2164,'_wpsc_shipping_country',''),(34693,2164,'_wpsc_last_active','1400605623'),(34692,2164,'wp_user_level','0'),(34691,2164,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34690,2164,'show_admin_bar_front','true'),(34689,2164,'use_ssl','0'),(34688,2164,'admin_color','fresh'),(34687,2164,'comment_shortcuts','false'),(34685,2164,'description',''),(34686,2164,'rich_editing','true'),(34684,2164,'nickname','_41fDGVgv'),(34683,2164,'last_name',''),(34682,2164,'first_name',''),(34681,2163,'_wpsc_billing_region',''),(34680,2163,'_wpsc_shipping_region',''),(34679,2163,'_wpsc_billing_country',''),(34678,2163,'_wpsc_shipping_country',''),(34677,2163,'_wpsc_last_active','1400605611'),(34676,2163,'wp_user_level','0'),(34675,2163,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34673,2163,'use_ssl','0'),(34674,2163,'show_admin_bar_front','true'),(34672,2163,'admin_color','fresh'),(34671,2163,'comment_shortcuts','false'),(34669,2163,'description',''),(34670,2163,'rich_editing','true'),(34667,2163,'last_name',''),(34668,2163,'nickname','_OIM0LJ4d'),(34666,2163,'first_name',''),(34665,2162,'_wpsc_billing_region',''),(34664,2162,'_wpsc_shipping_region',''),(34663,2162,'_wpsc_billing_country',''),(34662,2162,'_wpsc_shipping_country',''),(34661,2162,'_wpsc_last_active','1400605599'),(34660,2162,'wp_user_level','0'),(34659,2162,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34657,2162,'use_ssl','0'),(34658,2162,'show_admin_bar_front','true'),(34656,2162,'admin_color','fresh'),(34655,2162,'comment_shortcuts','false'),(34654,2162,'rich_editing','true'),(34653,2162,'description',''),(34651,2162,'last_name',''),(34652,2162,'nickname','_IOciLFNw'),(34650,2162,'first_name',''),(34649,2161,'_wpsc_billing_region',''),(34648,2161,'_wpsc_shipping_region',''),(34647,2161,'_wpsc_billing_country',''),(34646,2161,'_wpsc_shipping_country',''),(36997,2308,'_wpsc_last_active','1400608045'),(36996,2308,'wp_user_level','0'),(32756,2043,'wp_user_level','0'),(32755,2043,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32338,2017,'show_admin_bar_front','true'),(32309,2015,'_wpsc_last_active','1400603254'),(32264,2012,'_wpsc_shipping_region',''),(32265,2012,'_wpsc_billing_region',''),(32266,2013,'first_name',''),(32267,2013,'last_name',''),(32268,2013,'nickname','_eK1VWfV7'),(32269,2013,'description',''),(32270,2013,'rich_editing','true'),(32271,2013,'comment_shortcuts','false'),(32272,2013,'admin_color','fresh'),(32273,2013,'use_ssl','0'),(32274,2013,'show_admin_bar_front','true'),(32275,2013,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32276,2013,'wp_user_level','0'),(32277,2013,'_wpsc_last_active','1400603253'),(32278,2013,'_wpsc_shipping_country',''),(32279,2013,'_wpsc_billing_country',''),(32280,2013,'_wpsc_shipping_region',''),(32281,2013,'_wpsc_billing_region',''),(32282,2014,'first_name',''),(32283,2014,'last_name',''),(32284,2014,'nickname','_glIOk5IR'),(32285,2014,'description',''),(32286,2014,'rich_editing','true'),(32287,2014,'comment_shortcuts','false'),(32288,2014,'admin_color','fresh'),(32289,2014,'use_ssl','0'),(32290,2014,'show_admin_bar_front','true'),(32291,2014,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32292,2014,'wp_user_level','0'),(32293,2014,'_wpsc_last_active','1400603254'),(32294,2014,'_wpsc_shipping_country',''),(32295,2014,'_wpsc_billing_country',''),(32296,2014,'_wpsc_shipping_region',''),(32297,2014,'_wpsc_billing_region',''),(32303,2015,'comment_shortcuts','false'),(32304,2015,'admin_color','fresh'),(32305,2015,'use_ssl','0'),(32306,2015,'show_admin_bar_front','true'),(32307,2015,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34645,2161,'_wpsc_last_active','1400605597'),(34643,2161,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34644,2161,'wp_user_level','0'),(34642,2161,'show_admin_bar_front','true'),(34641,2161,'use_ssl','0'),(34640,2161,'admin_color','fresh'),(34639,2161,'comment_shortcuts','false'),(34638,2161,'rich_editing','true'),(34637,2161,'description',''),(34636,2161,'nickname','_609mXDln'),(34635,2161,'last_name',''),(34634,2161,'first_name',''),(34633,2160,'_wpsc_billing_region',''),(34632,2160,'_wpsc_shipping_region',''),(34631,2160,'_wpsc_billing_country',''),(34630,2160,'_wpsc_shipping_country',''),(34629,2160,'_wpsc_last_active','1400605596'),(34627,2160,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34628,2160,'wp_user_level','0'),(34626,2160,'show_admin_bar_front','true'),(34625,2160,'use_ssl','0'),(34624,2160,'admin_color','fresh'),(34623,2160,'comment_shortcuts','false'),(34622,2160,'rich_editing','true'),(34621,2160,'description',''),(34620,2160,'nickname','_XdlZf6yY'),(34619,2160,'last_name',''),(34618,2160,'first_name',''),(34617,2159,'_wpsc_billing_region',''),(34616,2159,'_wpsc_shipping_region',''),(34615,2159,'_wpsc_billing_country',''),(34614,2159,'_wpsc_shipping_country',''),(34613,2159,'_wpsc_last_active','1400605595'),(34611,2159,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34612,2159,'wp_user_level','0'),(34610,2159,'show_admin_bar_front','true'),(34609,2159,'use_ssl','0'),(34608,2159,'admin_color','fresh'),(34607,2159,'comment_shortcuts','false'),(34606,2159,'rich_editing','true'),(34605,2159,'description',''),(34604,2159,'nickname','_1gHoN9Hg'),(34603,2159,'last_name',''),(34602,2159,'first_name',''),(34601,2158,'_wpsc_billing_region',''),(34600,2158,'_wpsc_shipping_region',''),(34599,2158,'_wpsc_billing_country',''),(34598,2158,'_wpsc_shipping_country',''),(34597,2158,'_wpsc_last_active','1400605594'),(34595,2158,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34596,2158,'wp_user_level','0'),(34594,2158,'show_admin_bar_front','true'),(34593,2158,'use_ssl','0'),(34592,2158,'admin_color','fresh'),(34591,2158,'comment_shortcuts','false'),(34590,2158,'rich_editing','true'),(34589,2158,'description',''),(34588,2158,'nickname','_9e3wXl5u'),(34587,2158,'last_name',''),(34586,2158,'first_name',''),(34585,2157,'_wpsc_billing_region',''),(34584,2157,'_wpsc_shipping_region',''),(34583,2157,'_wpsc_billing_country',''),(34582,2157,'_wpsc_shipping_country',''),(34581,2157,'_wpsc_last_active','1400605566'),(34579,2157,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34580,2157,'wp_user_level','0'),(34578,2157,'show_admin_bar_front','true'),(34577,2157,'use_ssl','0'),(34576,2157,'admin_color','fresh'),(34575,2157,'comment_shortcuts','false'),(34574,2157,'rich_editing','true'),(34573,2157,'description',''),(34572,2157,'nickname','_sJY3NKEn'),(34571,2157,'last_name',''),(34570,2157,'first_name',''),(34569,2156,'_wpsc_billing_region',''),(34568,2156,'_wpsc_shipping_region',''),(34567,2156,'_wpsc_billing_country',''),(34566,2156,'_wpsc_shipping_country',''),(34565,2156,'_wpsc_last_active','1400605546'),(34563,2156,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34564,2156,'wp_user_level','0'),(34562,2156,'show_admin_bar_front','true'),(34561,2156,'use_ssl','0'),(34560,2156,'admin_color','fresh'),(34559,2156,'comment_shortcuts','false'),(34558,2156,'rich_editing','true'),(34557,2156,'description',''),(34556,2156,'nickname','_Hm2OYJf2'),(34555,2156,'last_name',''),(34554,2156,'first_name',''),(34553,2155,'_wpsc_billing_region',''),(34552,2155,'_wpsc_shipping_region',''),(34551,2155,'_wpsc_billing_country',''),(34550,2155,'_wpsc_shipping_country',''),(34549,2155,'_wpsc_last_active','1400605477'),(34548,2155,'wp_user_level','0'),(34546,2155,'show_admin_bar_front','true'),(34547,2155,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34545,2155,'use_ssl','0'),(34544,2155,'admin_color','fresh'),(34543,2155,'comment_shortcuts','false'),(34542,2155,'rich_editing','true'),(34541,2155,'description',''),(34540,2155,'nickname','_v0WoR9Va'),(34539,2155,'last_name',''),(34538,2155,'first_name',''),(34537,2154,'_wpsc_billing_region',''),(34536,2154,'_wpsc_shipping_region',''),(34535,2154,'_wpsc_billing_country',''),(34534,2154,'_wpsc_shipping_country',''),(34533,2154,'_wpsc_last_active','1400605476'),(34532,2154,'wp_user_level','0'),(34531,2154,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34529,2154,'use_ssl','0'),(34530,2154,'show_admin_bar_front','true'),(34528,2154,'admin_color','fresh'),(34527,2154,'comment_shortcuts','false'),(34526,2154,'rich_editing','true'),(34525,2154,'description',''),(34524,2154,'nickname','_bUrBL27U'),(34523,2154,'last_name',''),(34522,2154,'first_name',''),(34521,2153,'_wpsc_billing_region',''),(34520,2153,'_wpsc_shipping_region',''),(34519,2153,'_wpsc_billing_country',''),(34518,2153,'_wpsc_shipping_country',''),(34517,2153,'_wpsc_last_active','1400605474'),(34516,2153,'wp_user_level','0'),(34515,2153,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34514,2153,'show_admin_bar_front','true'),(34512,2153,'admin_color','fresh'),(34513,2153,'use_ssl','0'),(34511,2153,'comment_shortcuts','false'),(34510,2153,'rich_editing','true'),(34509,2153,'description',''),(34508,2153,'nickname','_AtSXMxDI'),(34507,2153,'last_name',''),(34506,2153,'first_name',''),(34505,2152,'_wpsc_billing_region',''),(34504,2152,'_wpsc_shipping_region',''),(34503,2152,'_wpsc_billing_country',''),(34502,2152,'_wpsc_shipping_country',''),(34501,2152,'_wpsc_last_active','1400605457'),(34500,2152,'wp_user_level','0'),(34499,2152,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34498,2152,'show_admin_bar_front','true'),(34497,2152,'use_ssl','0'),(34495,2152,'comment_shortcuts','false'),(34496,2152,'admin_color','fresh'),(34494,2152,'rich_editing','true'),(34493,2152,'description',''),(34492,2152,'nickname','_SToz1I9T'),(34491,2152,'last_name',''),(34490,2152,'first_name',''),(34489,2151,'_wpsc_billing_region',''),(34488,2151,'_wpsc_shipping_region',''),(34487,2151,'_wpsc_billing_country',''),(34486,2151,'_wpsc_shipping_country',''),(34485,2151,'_wpsc_last_active','1400605446'),(34484,2151,'wp_user_level','0'),(34483,2151,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34482,2151,'show_admin_bar_front','true'),(34480,2151,'admin_color','fresh'),(34481,2151,'use_ssl','0'),(34479,2151,'comment_shortcuts','false'),(34478,2151,'rich_editing','true'),(34477,2151,'description',''),(34476,2151,'nickname','_o9iwJV74'),(34475,2151,'last_name',''),(34474,2151,'first_name',''),(34473,2150,'_wpsc_billing_region',''),(34472,2150,'_wpsc_shipping_region',''),(34471,2150,'_wpsc_billing_country',''),(34470,2150,'_wpsc_shipping_country',''),(34469,2150,'_wpsc_last_active','1400605426'),(34468,2150,'wp_user_level','0'),(34467,2150,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34466,2150,'show_admin_bar_front','true'),(34464,2150,'admin_color','fresh'),(34465,2150,'use_ssl','0'),(33747,2105,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32298,2015,'first_name',''),(32299,2015,'last_name',''),(32300,2015,'nickname','_yAERi2my'),(32301,2015,'description',''),(32302,2015,'rich_editing','true'),(34463,2150,'comment_shortcuts','false'),(34462,2150,'rich_editing','true'),(34459,2150,'last_name',''),(34460,2150,'nickname','_Wn8ollDh'),(34461,2150,'description',''),(34457,2149,'_wpsc_billing_region',''),(34458,2150,'first_name',''),(34456,2149,'_wpsc_shipping_region',''),(34455,2149,'_wpsc_billing_country',''),(34453,2149,'_wpsc_last_active','1400605357'),(34454,2149,'_wpsc_shipping_country',''),(34452,2149,'wp_user_level','0'),(34451,2149,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34450,2149,'show_admin_bar_front','true'),(34449,2149,'use_ssl','0'),(34448,2149,'admin_color','fresh'),(34447,2149,'comment_shortcuts','false'),(34445,2149,'description',''),(34446,2149,'rich_editing','true'),(34444,2149,'nickname','_4CFU9bT0'),(34443,2149,'last_name',''),(34442,2149,'first_name',''),(34441,2148,'_wpsc_billing_region',''),(34440,2148,'_wpsc_shipping_region',''),(34439,2148,'_wpsc_billing_country',''),(34438,2148,'_wpsc_shipping_country',''),(34437,2148,'_wpsc_last_active','1400605356'),(34436,2148,'wp_user_level','0'),(34435,2148,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34434,2148,'show_admin_bar_front','true'),(34433,2148,'use_ssl','0'),(34432,2148,'admin_color','fresh'),(34429,2148,'description',''),(34430,2148,'rich_editing','true'),(34431,2148,'comment_shortcuts','false'),(34428,2148,'nickname','_unypjhZA'),(34426,2148,'first_name',''),(34427,2148,'last_name',''),(34425,2147,'_wpsc_billing_region',''),(34423,2147,'_wpsc_billing_country',''),(34424,2147,'_wpsc_shipping_region',''),(34422,2147,'_wpsc_shipping_country',''),(34421,2147,'_wpsc_last_active','1400605354'),(34420,2147,'wp_user_level','0'),(34419,2147,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34418,2147,'show_admin_bar_front','true'),(34417,2147,'use_ssl','0'),(34416,2147,'admin_color','fresh'),(34415,2147,'comment_shortcuts','false'),(34414,2147,'rich_editing','true'),(34411,2147,'last_name',''),(34412,2147,'nickname','_48sbRm7m'),(34413,2147,'description',''),(34409,2146,'_wpsc_billing_region',''),(34410,2147,'first_name',''),(34408,2146,'_wpsc_shipping_region',''),(34407,2146,'_wpsc_billing_country',''),(34405,2146,'_wpsc_last_active','1400605328'),(34406,2146,'_wpsc_shipping_country',''),(34404,2146,'wp_user_level','0'),(34403,2146,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34402,2146,'show_admin_bar_front','true'),(34401,2146,'use_ssl','0'),(34400,2146,'admin_color','fresh'),(34399,2146,'comment_shortcuts','false'),(34398,2146,'rich_editing','true'),(34397,2146,'description',''),(34396,2146,'nickname','_3xPNuFVk'),(34394,2146,'first_name',''),(34395,2146,'last_name',''),(34393,2145,'_wpsc_billing_region',''),(34392,2145,'_wpsc_shipping_region',''),(34391,2145,'_wpsc_billing_country',''),(34390,2145,'_wpsc_shipping_country',''),(34389,2145,'_wpsc_last_active','1400605327'),(34388,2145,'wp_user_level','0'),(34387,2145,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34386,2145,'show_admin_bar_front','true'),(34385,2145,'use_ssl','0'),(34384,2145,'admin_color','fresh'),(34383,2145,'comment_shortcuts','false'),(34382,2145,'rich_editing','true'),(34381,2145,'description',''),(34380,2145,'nickname','_CaYJTVRX'),(34378,2145,'first_name',''),(34379,2145,'last_name',''),(34377,2144,'_wpsc_billing_region',''),(34376,2144,'_wpsc_shipping_region',''),(34375,2144,'_wpsc_billing_country',''),(34374,2144,'_wpsc_shipping_country',''),(34365,2144,'description',''),(34366,2144,'rich_editing','true'),(34367,2144,'comment_shortcuts','false'),(34368,2144,'admin_color','fresh'),(34369,2144,'use_ssl','0'),(34370,2144,'show_admin_bar_front','true'),(34371,2144,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34372,2144,'wp_user_level','0'),(34373,2144,'_wpsc_last_active','1400605326'),(34364,2144,'nickname','_IuAuCQkn'),(34361,2143,'_wpsc_billing_region',''),(34362,2144,'first_name',''),(34363,2144,'last_name',''),(34359,2143,'_wpsc_billing_country',''),(34360,2143,'_wpsc_shipping_region',''),(34358,2143,'_wpsc_shipping_country',''),(34357,2143,'_wpsc_last_active','1400605307'),(34356,2143,'wp_user_level','0'),(34355,2143,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34354,2143,'show_admin_bar_front','true'),(34353,2143,'use_ssl','0'),(34352,2143,'admin_color','fresh'),(34351,2143,'comment_shortcuts','false'),(34350,2143,'rich_editing','true'),(34349,2143,'description',''),(34348,2143,'nickname','_SVTe8i1v'),(34347,2143,'last_name',''),(34346,2143,'first_name',''),(34345,2142,'_wpsc_billing_region',''),(34344,2142,'_wpsc_shipping_region',''),(34341,2142,'_wpsc_last_active','1400605306'),(34343,2142,'_wpsc_billing_country',''),(34342,2142,'_wpsc_shipping_country',''),(34340,2142,'wp_user_level','0'),(34339,2142,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34338,2142,'show_admin_bar_front','true'),(34337,2142,'use_ssl','0'),(34336,2142,'admin_color','fresh'),(34335,2142,'comment_shortcuts','false'),(34334,2142,'rich_editing','true'),(34333,2142,'description',''),(34332,2142,'nickname','_CKv9aRNQ'),(34330,2142,'first_name',''),(34331,2142,'last_name',''),(34329,2141,'_wpsc_billing_region',''),(34328,2141,'_wpsc_shipping_region',''),(34326,2141,'_wpsc_shipping_country',''),(34327,2141,'_wpsc_billing_country',''),(34325,2141,'_wpsc_last_active','1400605293'),(34324,2141,'wp_user_level','0'),(34323,2141,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34321,2141,'use_ssl','0'),(34322,2141,'show_admin_bar_front','true'),(34320,2141,'admin_color','fresh'),(34319,2141,'comment_shortcuts','false'),(34318,2141,'rich_editing','true'),(34317,2141,'description',''),(34315,2141,'last_name',''),(34316,2141,'nickname','_HwvBgUFs'),(34314,2141,'first_name',''),(34313,2140,'_wpsc_billing_region',''),(34312,2140,'_wpsc_shipping_region',''),(34310,2140,'_wpsc_shipping_country',''),(34311,2140,'_wpsc_billing_country',''),(34309,2140,'_wpsc_last_active','1400605289'),(34308,2140,'wp_user_level','0'),(34307,2140,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34305,2140,'use_ssl','0'),(34306,2140,'show_admin_bar_front','true'),(34304,2140,'admin_color','fresh'),(34303,2140,'comment_shortcuts','false'),(34301,2140,'description',''),(34302,2140,'rich_editing','true'),(34300,2140,'nickname','_lmavsJ15'),(34298,2140,'first_name',''),(34299,2140,'last_name',''),(34297,2139,'_wpsc_billing_region',''),(34296,2139,'_wpsc_shipping_region',''),(34294,2139,'_wpsc_shipping_country',''),(34295,2139,'_wpsc_billing_country',''),(34293,2139,'_wpsc_last_active','1400605288'),(34292,2139,'wp_user_level','0'),(34289,2139,'use_ssl','0'),(34290,2139,'show_admin_bar_front','true'),(34291,2139,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34288,2139,'admin_color','fresh'),(34287,2139,'comment_shortcuts','false'),(34286,2139,'rich_editing','true'),(34285,2139,'description',''),(34284,2139,'nickname','_k1j0Qsxk'),(34282,2139,'first_name',''),(34283,2139,'last_name',''),(34281,2138,'_wpsc_billing_region',''),(34280,2138,'_wpsc_shipping_region',''),(34279,2138,'_wpsc_billing_country',''),(34278,2138,'_wpsc_shipping_country',''),(34277,2138,'_wpsc_last_active','1400605283'),(34276,2138,'wp_user_level','0'),(34275,2138,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34274,2138,'show_admin_bar_front','true'),(34273,2138,'use_ssl','0'),(34272,2138,'admin_color','fresh'),(34270,2138,'rich_editing','true'),(34271,2138,'comment_shortcuts','false'),(34269,2138,'description',''),(34267,2138,'last_name',''),(34268,2138,'nickname','_ruKOgq7a'),(34266,2138,'first_name',''),(34265,2137,'_wpsc_billing_region',''),(34264,2137,'_wpsc_shipping_region',''),(34263,2137,'_wpsc_billing_country',''),(34262,2137,'_wpsc_shipping_country',''),(34260,2137,'wp_user_level','0'),(34261,2137,'_wpsc_last_active','1400605278'),(34259,2137,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34258,2137,'show_admin_bar_front','true'),(34255,2137,'comment_shortcuts','false'),(34256,2137,'admin_color','fresh'),(34257,2137,'use_ssl','0'),(34253,2137,'description',''),(34254,2137,'rich_editing','true'),(34252,2137,'nickname','_m9OjctMW'),(34251,2137,'last_name',''),(34250,2137,'first_name',''),(34249,2136,'_wpsc_billing_region',''),(34248,2136,'_wpsc_shipping_region',''),(34247,2136,'_wpsc_billing_country',''),(34246,2136,'_wpsc_shipping_country',''),(34245,2136,'_wpsc_last_active','1400605268'),(34244,2136,'wp_user_level','0'),(34243,2136,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34242,2136,'show_admin_bar_front','true'),(34241,2136,'use_ssl','0'),(34240,2136,'admin_color','fresh'),(34239,2136,'comment_shortcuts','false'),(34238,2136,'rich_editing','true'),(34237,2136,'description',''),(34236,2136,'nickname','_bYJVOxJQ'),(34235,2136,'last_name',''),(34234,2136,'first_name',''),(34233,2135,'_wpsc_billing_region',''),(34232,2135,'_wpsc_shipping_region',''),(34230,2135,'_wpsc_shipping_country',''),(34231,2135,'_wpsc_billing_country',''),(34229,2135,'_wpsc_last_active','1400605251'),(34226,2135,'show_admin_bar_front','true'),(34227,2135,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34228,2135,'wp_user_level','0'),(34225,2135,'use_ssl','0'),(34224,2135,'admin_color','fresh'),(34223,2135,'comment_shortcuts','false'),(34222,2135,'rich_editing','true'),(34221,2135,'description',''),(34220,2135,'nickname','_BfCWqKCV'),(34219,2135,'last_name',''),(34218,2135,'first_name',''),(34216,2134,'_wpsc_shipping_region',''),(34217,2134,'_wpsc_billing_region',''),(34215,2134,'_wpsc_billing_country',''),(34214,2134,'_wpsc_shipping_country',''),(34213,2134,'_wpsc_last_active','1400605250'),(34212,2134,'wp_user_level','0'),(34211,2134,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34209,2134,'use_ssl','0'),(34210,2134,'show_admin_bar_front','true'),(34208,2134,'admin_color','fresh'),(34207,2134,'comment_shortcuts','false'),(34206,2134,'rich_editing','true'),(34205,2134,'description',''),(34204,2134,'nickname','_ChwrhrtU'),(34202,2134,'first_name',''),(34203,2134,'last_name',''),(34201,2133,'_wpsc_billing_region',''),(34200,2133,'_wpsc_shipping_region',''),(34197,2133,'_wpsc_last_active','1400605247'),(34199,2133,'_wpsc_billing_country',''),(34198,2133,'_wpsc_shipping_country',''),(34196,2133,'wp_user_level','0'),(34195,2133,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34194,2133,'show_admin_bar_front','true'),(34193,2133,'use_ssl','0'),(34191,2133,'comment_shortcuts','false'),(34192,2133,'admin_color','fresh'),(34190,2133,'rich_editing','true'),(34189,2133,'description',''),(34188,2133,'nickname','_ZdjJmLeL'),(34186,2133,'first_name',''),(34187,2133,'last_name',''),(34185,2132,'_wpsc_billing_region',''),(34184,2132,'_wpsc_shipping_region',''),(34181,2132,'_wpsc_last_active','1400605237'),(34183,2132,'_wpsc_billing_country',''),(34182,2132,'_wpsc_shipping_country',''),(34180,2132,'wp_user_level','0'),(34179,2132,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34178,2132,'show_admin_bar_front','true'),(34177,2132,'use_ssl','0'),(34176,2132,'admin_color','fresh'),(34175,2132,'comment_shortcuts','false'),(34174,2132,'rich_editing','true'),(34173,2132,'description',''),(34172,2132,'nickname','_imPHCvuE'),(34171,2132,'last_name',''),(34170,2132,'first_name',''),(34169,2131,'_wpsc_billing_region',''),(34168,2131,'_wpsc_shipping_region',''),(34166,2131,'_wpsc_shipping_country',''),(34167,2131,'_wpsc_billing_country',''),(34165,2131,'_wpsc_last_active','1400605236'),(34164,2131,'wp_user_level','0'),(34163,2131,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34161,2131,'use_ssl','0'),(34162,2131,'show_admin_bar_front','true'),(34160,2131,'admin_color','fresh'),(34159,2131,'comment_shortcuts','false'),(34158,2131,'rich_editing','true'),(34157,2131,'description',''),(34156,2131,'nickname','_T1XhbEMh'),(34155,2131,'last_name',''),(34154,2131,'first_name',''),(34153,2130,'_wpsc_billing_region',''),(34152,2130,'_wpsc_shipping_region',''),(34151,2130,'_wpsc_billing_country',''),(34150,2130,'_wpsc_shipping_country',''),(34148,2130,'wp_user_level','0'),(34149,2130,'_wpsc_last_active','1400605234'),(34147,2130,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34146,2130,'show_admin_bar_front','true'),(34144,2130,'admin_color','fresh'),(34145,2130,'use_ssl','0'),(34143,2130,'comment_shortcuts','false'),(34142,2130,'rich_editing','true'),(34141,2130,'description',''),(34140,2130,'nickname','_o7AohqDj'),(34139,2130,'last_name',''),(34138,2130,'first_name',''),(34136,2129,'_wpsc_shipping_region',''),(34137,2129,'_wpsc_billing_region',''),(34135,2129,'_wpsc_billing_country',''),(34134,2129,'_wpsc_shipping_country',''),(34132,2129,'wp_user_level','0'),(34133,2129,'_wpsc_last_active','1400605220'),(34131,2129,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34129,2129,'use_ssl','0'),(34130,2129,'show_admin_bar_front','true'),(34128,2129,'admin_color','fresh'),(34127,2129,'comment_shortcuts','false'),(34126,2129,'rich_editing','true'),(34125,2129,'description',''),(34124,2129,'nickname','_hCylr34U'),(34123,2129,'last_name',''),(34122,2129,'first_name',''),(34120,2128,'_wpsc_shipping_region',''),(34121,2128,'_wpsc_billing_region',''),(34117,2128,'_wpsc_last_active','1400605206'),(34118,2128,'_wpsc_shipping_country',''),(34119,2128,'_wpsc_billing_country',''),(34116,2128,'wp_user_level','0'),(34115,2128,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34114,2128,'show_admin_bar_front','true'),(34113,2128,'use_ssl','0'),(34112,2128,'admin_color','fresh'),(34111,2128,'comment_shortcuts','false'),(34110,2128,'rich_editing','true'),(34109,2128,'description',''),(34108,2128,'nickname','_qTqlr4Pq'),(34107,2128,'last_name',''),(34106,2128,'first_name',''),(34105,2127,'_wpsc_billing_region',''),(34103,2127,'_wpsc_billing_country',''),(34104,2127,'_wpsc_shipping_region',''),(34102,2127,'_wpsc_shipping_country',''),(34101,2127,'_wpsc_last_active','1400605118'),(34100,2127,'wp_user_level','0'),(34098,2127,'show_admin_bar_front','true'),(34099,2127,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34097,2127,'use_ssl','0'),(34096,2127,'admin_color','fresh'),(34095,2127,'comment_shortcuts','false'),(34094,2127,'rich_editing','true'),(34093,2127,'description',''),(34092,2127,'nickname','_GwYarc3m'),(34090,2127,'first_name',''),(34091,2127,'last_name',''),(34089,2126,'_wpsc_billing_region',''),(34088,2126,'_wpsc_shipping_region',''),(34086,2126,'_wpsc_shipping_country',''),(34087,2126,'_wpsc_billing_country',''),(34085,2126,'_wpsc_last_active','1400605117'),(34084,2126,'wp_user_level','0'),(34083,2126,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34082,2126,'show_admin_bar_front','true'),(34081,2126,'use_ssl','0'),(34080,2126,'admin_color','fresh'),(34079,2126,'comment_shortcuts','false'),(34078,2126,'rich_editing','true'),(34077,2126,'description',''),(34076,2126,'nickname','_69WZqDFG'),(34075,2126,'last_name',''),(34073,2125,'_wpsc_billing_region',''),(34074,2126,'first_name',''),(34072,2125,'_wpsc_shipping_region',''),(34070,2125,'_wpsc_shipping_country',''),(34071,2125,'_wpsc_billing_country',''),(34069,2125,'_wpsc_last_active','1400605114'),(34068,2125,'wp_user_level','0'),(34067,2125,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34066,2125,'show_admin_bar_front','true'),(34065,2125,'use_ssl','0'),(34064,2125,'admin_color','fresh'),(34063,2125,'comment_shortcuts','false'),(34062,2125,'rich_editing','true'),(34061,2125,'description',''),(34060,2125,'nickname','_fXYdO52Y'),(34059,2125,'last_name',''),(34058,2125,'first_name',''),(34057,2124,'_wpsc_billing_region',''),(34055,2124,'_wpsc_billing_country',''),(34056,2124,'_wpsc_shipping_region',''),(34054,2124,'_wpsc_shipping_country',''),(34053,2124,'_wpsc_last_active','1400605103'),(34052,2124,'wp_user_level','0'),(34051,2124,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34050,2124,'show_admin_bar_front','true'),(34049,2124,'use_ssl','0'),(34048,2124,'admin_color','fresh'),(34047,2124,'comment_shortcuts','false'),(34046,2124,'rich_editing','true'),(34045,2124,'description',''),(34044,2124,'nickname','_zvpeglCt'),(34042,2124,'first_name',''),(34043,2124,'last_name',''),(34041,2123,'_wpsc_billing_region',''),(34040,2123,'_wpsc_shipping_region',''),(34038,2123,'_wpsc_shipping_country',''),(34039,2123,'_wpsc_billing_country',''),(34037,2123,'_wpsc_last_active','1400605088'),(34036,2123,'wp_user_level','0'),(34035,2123,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34034,2123,'show_admin_bar_front','true'),(34033,2123,'use_ssl','0'),(34032,2123,'admin_color','fresh'),(34031,2123,'comment_shortcuts','false'),(34030,2123,'rich_editing','true'),(34029,2123,'description',''),(34028,2123,'nickname','_cHZpywho'),(34027,2123,'last_name',''),(34025,2122,'_wpsc_billing_region',''),(34026,2123,'first_name',''),(34024,2122,'_wpsc_shipping_region',''),(34022,2122,'_wpsc_shipping_country',''),(34023,2122,'_wpsc_billing_country',''),(34021,2122,'_wpsc_last_active','1400605086'),(34020,2122,'wp_user_level','0'),(34019,2122,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34018,2122,'show_admin_bar_front','true'),(34017,2122,'use_ssl','0'),(34016,2122,'admin_color','fresh'),(34015,2122,'comment_shortcuts','false'),(34014,2122,'rich_editing','true'),(34013,2122,'description',''),(34012,2122,'nickname','_Di8S9GLt'),(34011,2122,'last_name',''),(34010,2122,'first_name',''),(34009,2121,'_wpsc_billing_region',''),(34007,2121,'_wpsc_billing_country',''),(34008,2121,'_wpsc_shipping_region',''),(34006,2121,'_wpsc_shipping_country',''),(34005,2121,'_wpsc_last_active','1400605073'),(34004,2121,'wp_user_level','0'),(34003,2121,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(34002,2121,'show_admin_bar_front','true'),(34001,2121,'use_ssl','0'),(34000,2121,'admin_color','fresh'),(33999,2121,'comment_shortcuts','false'),(33998,2121,'rich_editing','true'),(33997,2121,'description',''),(33996,2121,'nickname','_V7bZrg6v'),(33994,2121,'first_name',''),(33995,2121,'last_name',''),(33993,2120,'_wpsc_billing_region',''),(33992,2120,'_wpsc_shipping_region',''),(33990,2120,'_wpsc_shipping_country',''),(33991,2120,'_wpsc_billing_country',''),(33989,2120,'_wpsc_last_active','1400605058'),(33988,2120,'wp_user_level','0'),(33987,2120,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33986,2120,'show_admin_bar_front','true'),(33985,2120,'use_ssl','0'),(33984,2120,'admin_color','fresh'),(33983,2120,'comment_shortcuts','false'),(33982,2120,'rich_editing','true'),(33981,2120,'description',''),(33980,2120,'nickname','_4EHBqJia'),(33979,2120,'last_name',''),(33977,2119,'_wpsc_billing_region',''),(33978,2120,'first_name',''),(33976,2119,'_wpsc_shipping_region',''),(33974,2119,'_wpsc_shipping_country',''),(33975,2119,'_wpsc_billing_country',''),(33973,2119,'_wpsc_last_active','1400605057'),(33972,2119,'wp_user_level','0'),(33971,2119,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33970,2119,'show_admin_bar_front','true'),(33969,2119,'use_ssl','0'),(33968,2119,'admin_color','fresh'),(33967,2119,'comment_shortcuts','false'),(33966,2119,'rich_editing','true'),(33965,2119,'description',''),(33964,2119,'nickname','_ZdfIez2D'),(33963,2119,'last_name',''),(33962,2119,'first_name',''),(33961,2118,'_wpsc_billing_region',''),(33959,2118,'_wpsc_billing_country',''),(33960,2118,'_wpsc_shipping_region',''),(33958,2118,'_wpsc_shipping_country',''),(33957,2118,'_wpsc_last_active','1400605054'),(33956,2118,'wp_user_level','0'),(33955,2118,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33954,2118,'show_admin_bar_front','true'),(33953,2118,'use_ssl','0'),(33952,2118,'admin_color','fresh'),(33951,2118,'comment_shortcuts','false'),(33950,2118,'rich_editing','true'),(33949,2118,'description',''),(33948,2118,'nickname','_vLTDhyj9'),(33946,2118,'first_name',''),(33947,2118,'last_name',''),(33945,2117,'_wpsc_billing_region',''),(33944,2117,'_wpsc_shipping_region',''),(33942,2117,'_wpsc_shipping_country',''),(33943,2117,'_wpsc_billing_country',''),(33941,2117,'_wpsc_last_active','1400605044'),(33940,2117,'wp_user_level','0'),(33939,2117,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33938,2117,'show_admin_bar_front','true'),(33937,2117,'use_ssl','0'),(33936,2117,'admin_color','fresh'),(33935,2117,'comment_shortcuts','false'),(33934,2117,'rich_editing','true'),(33933,2117,'description',''),(33932,2117,'nickname','_mAonXxP8'),(33931,2117,'last_name',''),(33929,2116,'_wpsc_billing_region',''),(33930,2117,'first_name',''),(33928,2116,'_wpsc_shipping_region',''),(33926,2116,'_wpsc_shipping_country',''),(33927,2116,'_wpsc_billing_country',''),(33925,2116,'_wpsc_last_active','1400605041'),(33924,2116,'wp_user_level','0'),(33923,2116,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33922,2116,'show_admin_bar_front','true'),(33921,2116,'use_ssl','0'),(33920,2116,'admin_color','fresh'),(33919,2116,'comment_shortcuts','false'),(33918,2116,'rich_editing','true'),(33917,2116,'description',''),(33916,2116,'nickname','_VFVCKU8e'),(33915,2116,'last_name',''),(33914,2116,'first_name',''),(33913,2115,'_wpsc_billing_region',''),(33911,2115,'_wpsc_billing_country',''),(33912,2115,'_wpsc_shipping_region',''),(33910,2115,'_wpsc_shipping_country',''),(33909,2115,'_wpsc_last_active','1400605040'),(33908,2115,'wp_user_level','0'),(33907,2115,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33906,2115,'show_admin_bar_front','true'),(33905,2115,'use_ssl','0'),(33904,2115,'admin_color','fresh'),(33903,2115,'comment_shortcuts','false'),(33902,2115,'rich_editing','true'),(33901,2115,'description',''),(33900,2115,'nickname','_LE2SIRXO'),(33898,2115,'first_name',''),(33899,2115,'last_name',''),(33897,2114,'_wpsc_billing_region',''),(33896,2114,'_wpsc_shipping_region',''),(33894,2114,'_wpsc_shipping_country',''),(33895,2114,'_wpsc_billing_country',''),(33893,2114,'_wpsc_last_active','1400605036'),(33892,2114,'wp_user_level','0'),(33891,2114,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33890,2114,'show_admin_bar_front','true'),(33889,2114,'use_ssl','0'),(33888,2114,'admin_color','fresh'),(33887,2114,'comment_shortcuts','false'),(33886,2114,'rich_editing','true'),(33885,2114,'description',''),(33884,2114,'nickname','_hd5Ysf8c'),(33883,2114,'last_name',''),(33881,2113,'_wpsc_billing_region',''),(33882,2114,'first_name',''),(33880,2113,'_wpsc_shipping_region',''),(33878,2113,'_wpsc_shipping_country',''),(33879,2113,'_wpsc_billing_country',''),(33877,2113,'_wpsc_last_active','1400605019'),(33876,2113,'wp_user_level','0'),(33875,2113,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33874,2113,'show_admin_bar_front','true'),(33873,2113,'use_ssl','0'),(33872,2113,'admin_color','fresh'),(33871,2113,'comment_shortcuts','false'),(33870,2113,'rich_editing','true'),(33869,2113,'description',''),(33868,2113,'nickname','_VZPDwC8I'),(33867,2113,'last_name',''),(33866,2113,'first_name',''),(33865,2112,'_wpsc_billing_region',''),(33863,2112,'_wpsc_billing_country',''),(33864,2112,'_wpsc_shipping_region',''),(33862,2112,'_wpsc_shipping_country',''),(33861,2112,'_wpsc_last_active','1400605017'),(33860,2112,'wp_user_level','0'),(33859,2112,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33858,2112,'show_admin_bar_front','true'),(33857,2112,'use_ssl','0'),(33856,2112,'admin_color','fresh'),(33855,2112,'comment_shortcuts','false'),(33854,2112,'rich_editing','true'),(33853,2112,'description',''),(33851,2112,'last_name',''),(33852,2112,'nickname','_i1Y4McB7'),(33850,2112,'first_name',''),(33849,2111,'_wpsc_billing_region',''),(33847,2111,'_wpsc_billing_country',''),(33848,2111,'_wpsc_shipping_region',''),(33846,2111,'_wpsc_shipping_country',''),(33845,2111,'_wpsc_last_active','1400605005'),(33844,2111,'wp_user_level','0'),(33843,2111,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33841,2111,'use_ssl','0'),(33842,2111,'show_admin_bar_front','true'),(33840,2111,'admin_color','fresh'),(33839,2111,'comment_shortcuts','false'),(33838,2111,'rich_editing','true'),(33837,2111,'description',''),(33836,2111,'nickname','_dLcFYJey'),(33834,2111,'first_name',''),(33835,2111,'last_name',''),(33832,2110,'_wpsc_shipping_region',''),(33833,2110,'_wpsc_billing_region',''),(33831,2110,'_wpsc_billing_country',''),(33829,2110,'_wpsc_last_active','1400604994'),(33830,2110,'_wpsc_shipping_country',''),(33828,2110,'wp_user_level','0'),(33827,2110,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33826,2110,'show_admin_bar_front','true'),(33825,2110,'use_ssl','0'),(33824,2110,'admin_color','fresh'),(33823,2110,'comment_shortcuts','false'),(33822,2110,'rich_editing','true'),(33821,2110,'description',''),(33820,2110,'nickname','_hkZLdSqN'),(33817,2109,'_wpsc_billing_region',''),(33818,2110,'first_name',''),(33819,2110,'last_name',''),(33816,2109,'_wpsc_shipping_region',''),(33814,2109,'_wpsc_shipping_country',''),(33815,2109,'_wpsc_billing_country',''),(33813,2109,'_wpsc_last_active','1400604990'),(33812,2109,'wp_user_level','0'),(33811,2109,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33810,2109,'show_admin_bar_front','true'),(33809,2109,'use_ssl','0'),(33808,2109,'admin_color','fresh'),(33807,2109,'comment_shortcuts','false'),(33806,2109,'rich_editing','true'),(33793,2108,'use_ssl','0'),(33794,2108,'show_admin_bar_front','true'),(33792,2108,'admin_color','fresh'),(33791,2108,'comment_shortcuts','false'),(33790,2108,'rich_editing','true'),(33788,2108,'nickname','_0zPSQqGE'),(33789,2108,'description',''),(33786,2108,'first_name',''),(33787,2108,'last_name',''),(33785,2107,'_wpsc_billing_region',''),(33784,2107,'_wpsc_shipping_region',''),(33782,2107,'_wpsc_shipping_country',''),(33783,2107,'_wpsc_billing_country',''),(33781,2107,'_wpsc_last_active','1400604966'),(33780,2107,'wp_user_level','0'),(33779,2107,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33778,2107,'show_admin_bar_front','true'),(33776,2107,'admin_color','fresh'),(33777,2107,'use_ssl','0'),(33774,2107,'rich_editing','true'),(33775,2107,'comment_shortcuts','false'),(33773,2107,'description',''),(33772,2107,'nickname','_UWomHp9k'),(33771,2107,'last_name',''),(33769,2106,'_wpsc_billing_region',''),(33770,2107,'first_name',''),(33768,2106,'_wpsc_shipping_region',''),(33767,2106,'_wpsc_billing_country',''),(33766,2106,'_wpsc_shipping_country',''),(33764,2106,'wp_user_level','0'),(33765,2106,'_wpsc_last_active','1400604945'),(33763,2106,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33762,2106,'show_admin_bar_front','true'),(33760,2106,'admin_color','fresh'),(33761,2106,'use_ssl','0'),(33759,2106,'comment_shortcuts','false'),(33758,2106,'rich_editing','true'),(33757,2106,'description',''),(33756,2106,'nickname','_pg4iNbLO'),(33755,2106,'last_name',''),(32339,2017,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32340,2017,'wp_user_level','0'),(32341,2017,'_wpsc_last_active','1400603267'),(32342,2017,'_wpsc_shipping_country',''),(32343,2017,'_wpsc_billing_country',''),(32344,2017,'_wpsc_shipping_region',''),(32345,2017,'_wpsc_billing_region',''),(32346,2018,'first_name',''),(32347,2018,'last_name',''),(32348,2018,'nickname','_Ecq4HxvS'),(32349,2018,'description',''),(32350,2018,'rich_editing','true'),(32351,2018,'comment_shortcuts','false'),(32352,2018,'admin_color','fresh'),(32353,2018,'use_ssl','0'),(32354,2018,'show_admin_bar_front','true'),(32355,2018,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32356,2018,'wp_user_level','0'),(32357,2018,'_wpsc_last_active','1400603270'),(32358,2018,'_wpsc_shipping_country',''),(32359,2018,'_wpsc_billing_country',''),(32360,2018,'_wpsc_shipping_region',''),(32361,2018,'_wpsc_billing_region',''),(32362,2019,'first_name',''),(32363,2019,'last_name',''),(32364,2019,'nickname','_Q1wMP8Le'),(32365,2019,'description',''),(32366,2019,'rich_editing','true'),(32367,2019,'comment_shortcuts','false'),(32368,2019,'admin_color','fresh'),(32369,2019,'use_ssl','0'),(32370,2019,'show_admin_bar_front','true'),(32371,2019,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32372,2019,'wp_user_level','0'),(32373,2019,'_wpsc_last_active','1400603273'),(32374,2019,'_wpsc_shipping_country',''),(32375,2019,'_wpsc_billing_country',''),(32376,2019,'_wpsc_shipping_region',''),(32377,2019,'_wpsc_billing_region',''),(32378,2020,'first_name',''),(32379,2020,'last_name',''),(32380,2020,'nickname','_4Hu5lwr8'),(32381,2020,'description',''),(32382,2020,'rich_editing','true'),(32383,2020,'comment_shortcuts','false'),(32384,2020,'admin_color','fresh'),(32385,2020,'use_ssl','0'),(32386,2020,'show_admin_bar_front','true'),(32387,2020,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32388,2020,'wp_user_level','0'),(32389,2020,'_wpsc_last_active','1400603276'),(32390,2020,'_wpsc_shipping_country',''),(32391,2020,'_wpsc_billing_country',''),(32392,2020,'_wpsc_shipping_region',''),(32393,2020,'_wpsc_billing_region',''),(32394,2021,'first_name',''),(32395,2021,'last_name',''),(32396,2021,'nickname','_3N4eOGxH'),(32397,2021,'description',''),(32398,2021,'rich_editing','true'),(32399,2021,'comment_shortcuts','false'),(32400,2021,'admin_color','fresh'),(32401,2021,'use_ssl','0'),(32402,2021,'show_admin_bar_front','true'),(32403,2021,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32404,2021,'wp_user_level','0'),(32405,2021,'_wpsc_last_active','1400603277'),(32406,2021,'_wpsc_shipping_country',''),(32407,2021,'_wpsc_billing_country',''),(32408,2021,'_wpsc_shipping_region',''),(32409,2021,'_wpsc_billing_region',''),(32410,2022,'first_name',''),(32411,2022,'last_name',''),(32412,2022,'nickname','_hqbJ771k'),(32413,2022,'description',''),(32414,2022,'rich_editing','true'),(32415,2022,'comment_shortcuts','false'),(32416,2022,'admin_color','fresh'),(32417,2022,'use_ssl','0'),(32418,2022,'show_admin_bar_front','true'),(32419,2022,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32420,2022,'wp_user_level','0'),(32421,2022,'_wpsc_last_active','1400603294'),(32422,2022,'_wpsc_shipping_country',''),(32423,2022,'_wpsc_billing_country',''),(32424,2022,'_wpsc_shipping_region',''),(32425,2022,'_wpsc_billing_region',''),(32426,2023,'first_name',''),(32427,2023,'last_name',''),(32428,2023,'nickname','_hFteVDOK'),(32429,2023,'description',''),(32430,2023,'rich_editing','true'),(32431,2023,'comment_shortcuts','false'),(32432,2023,'admin_color','fresh'),(32433,2023,'use_ssl','0'),(32434,2023,'show_admin_bar_front','true'),(32435,2023,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32436,2023,'wp_user_level','0'),(32437,2023,'_wpsc_last_active','1400603309'),(32438,2023,'_wpsc_shipping_country',''),(32439,2023,'_wpsc_billing_country',''),(32440,2023,'_wpsc_shipping_region',''),(32441,2023,'_wpsc_billing_region',''),(32442,2024,'first_name',''),(32443,2024,'last_name',''),(32444,2024,'nickname','_Jz7r8Yp8'),(32445,2024,'description',''),(32446,2024,'rich_editing','true'),(32447,2024,'comment_shortcuts','false'),(32448,2024,'admin_color','fresh'),(32449,2024,'use_ssl','0'),(32450,2024,'show_admin_bar_front','true'),(32451,2024,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32452,2024,'wp_user_level','0'),(32453,2024,'_wpsc_last_active','1400603323'),(32454,2024,'_wpsc_shipping_country',''),(32455,2024,'_wpsc_billing_country',''),(32456,2024,'_wpsc_shipping_region',''),(32457,2024,'_wpsc_billing_region',''),(32458,2025,'first_name',''),(32459,2025,'last_name',''),(32460,2025,'nickname','_VugM9oxx'),(32461,2025,'description',''),(32462,2025,'rich_editing','true'),(32463,2025,'comment_shortcuts','false'),(32464,2025,'admin_color','fresh'),(32465,2025,'use_ssl','0'),(32466,2025,'show_admin_bar_front','true'),(32467,2025,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32468,2025,'wp_user_level','0'),(32469,2025,'_wpsc_last_active','1400603325'),(32470,2025,'_wpsc_shipping_country',''),(32471,2025,'_wpsc_billing_country',''),(32472,2025,'_wpsc_shipping_region',''),(32473,2025,'_wpsc_billing_region',''),(32474,2026,'first_name',''),(32475,2026,'last_name',''),(32476,2026,'nickname','_YUceq4xs'),(32477,2026,'description',''),(32478,2026,'rich_editing','true'),(32479,2026,'comment_shortcuts','false'),(32480,2026,'admin_color','fresh'),(32481,2026,'use_ssl','0'),(32482,2026,'show_admin_bar_front','true'),(32483,2026,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32484,2026,'wp_user_level','0'),(32485,2026,'_wpsc_last_active','1400603340'),(32486,2026,'_wpsc_shipping_country',''),(32487,2026,'_wpsc_billing_country',''),(32488,2026,'_wpsc_shipping_region',''),(32489,2026,'_wpsc_billing_region',''),(32490,2027,'first_name',''),(32491,2027,'last_name',''),(32492,2027,'nickname','_COgyGbpB'),(32493,2027,'description',''),(32494,2027,'rich_editing','true'),(32495,2027,'comment_shortcuts','false'),(32496,2027,'admin_color','fresh'),(32497,2027,'use_ssl','0'),(32498,2027,'show_admin_bar_front','true'),(32499,2027,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32500,2027,'wp_user_level','0'),(32501,2027,'_wpsc_last_active','1400603341'),(32502,2027,'_wpsc_shipping_country',''),(32503,2027,'_wpsc_billing_country',''),(32504,2027,'_wpsc_shipping_region',''),(32505,2027,'_wpsc_billing_region',''),(32506,2028,'first_name',''),(32507,2028,'last_name',''),(32508,2028,'nickname','_sv9J5ynD'),(32509,2028,'description',''),(32510,2028,'rich_editing','true'),(32511,2028,'comment_shortcuts','false'),(32512,2028,'admin_color','fresh'),(32513,2028,'use_ssl','0'),(32514,2028,'show_admin_bar_front','true'),(32515,2028,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32516,2028,'wp_user_level','0'),(32517,2028,'_wpsc_last_active','1400603344'),(32518,2028,'_wpsc_shipping_country',''),(32519,2028,'_wpsc_billing_country',''),(32520,2028,'_wpsc_shipping_region',''),(32521,2028,'_wpsc_billing_region',''),(32522,2029,'first_name',''),(32523,2029,'last_name',''),(32524,2029,'nickname','_ebqezkE8'),(32525,2029,'description',''),(32526,2029,'rich_editing','true'),(32527,2029,'comment_shortcuts','false'),(32528,2029,'admin_color','fresh'),(32529,2029,'use_ssl','0'),(32530,2029,'show_admin_bar_front','true'),(32531,2029,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32532,2029,'wp_user_level','0'),(32533,2029,'_wpsc_last_active','1400603353'),(32534,2029,'_wpsc_shipping_country',''),(32535,2029,'_wpsc_billing_country',''),(32536,2029,'_wpsc_shipping_region',''),(32537,2029,'_wpsc_billing_region',''),(32538,2030,'first_name',''),(32539,2030,'last_name',''),(32540,2030,'nickname','_GoVxIJSH'),(32541,2030,'description',''),(32542,2030,'rich_editing','true'),(32543,2030,'comment_shortcuts','false'),(32544,2030,'admin_color','fresh'),(32545,2030,'use_ssl','0'),(32546,2030,'show_admin_bar_front','true'),(32547,2030,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32548,2030,'wp_user_level','0'),(32549,2030,'_wpsc_last_active','1400603355'),(32550,2030,'_wpsc_shipping_country',''),(32551,2030,'_wpsc_billing_country',''),(32552,2030,'_wpsc_shipping_region',''),(32553,2030,'_wpsc_billing_region',''),(32554,2031,'first_name',''),(32555,2031,'last_name',''),(32556,2031,'nickname','_HlmqLL9Z'),(32557,2031,'description',''),(32558,2031,'rich_editing','true'),(32559,2031,'comment_shortcuts','false'),(32560,2031,'admin_color','fresh'),(32561,2031,'use_ssl','0'),(32562,2031,'show_admin_bar_front','true'),(32563,2031,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32564,2031,'wp_user_level','0'),(32565,2031,'_wpsc_last_active','1400603356'),(32566,2031,'_wpsc_shipping_country',''),(32567,2031,'_wpsc_billing_country',''),(32568,2031,'_wpsc_shipping_region',''),(32569,2031,'_wpsc_billing_region',''),(32570,2032,'first_name',''),(32571,2032,'last_name',''),(32572,2032,'nickname','_ZjfmBnMK'),(32573,2032,'description',''),(32574,2032,'rich_editing','true'),(32575,2032,'comment_shortcuts','false'),(32576,2032,'admin_color','fresh'),(32577,2032,'use_ssl','0'),(32578,2032,'show_admin_bar_front','true'),(32579,2032,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32580,2032,'wp_user_level','0'),(32581,2032,'_wpsc_last_active','1400603357'),(32582,2032,'_wpsc_shipping_country',''),(32583,2032,'_wpsc_billing_country',''),(32584,2032,'_wpsc_shipping_region',''),(32585,2032,'_wpsc_billing_region',''),(32586,2033,'first_name',''),(32587,2033,'last_name',''),(32588,2033,'nickname','_PUQiHBkG'),(32589,2033,'description',''),(32590,2033,'rich_editing','true'),(32591,2033,'comment_shortcuts','false'),(32592,2033,'admin_color','fresh'),(32593,2033,'use_ssl','0'),(32594,2033,'show_admin_bar_front','true'),(32595,2033,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32596,2033,'wp_user_level','0'),(32597,2033,'_wpsc_last_active','1400603358'),(32598,2033,'_wpsc_shipping_country',''),(32599,2033,'_wpsc_billing_country',''),(32600,2033,'_wpsc_shipping_region',''),(32601,2033,'_wpsc_billing_region',''),(32602,2034,'first_name',''),(32603,2034,'last_name',''),(32604,2034,'nickname','_dldyZd2x'),(32605,2034,'description',''),(32606,2034,'rich_editing','true'),(32607,2034,'comment_shortcuts','false'),(32608,2034,'admin_color','fresh'),(32609,2034,'use_ssl','0'),(32610,2034,'show_admin_bar_front','true'),(32611,2034,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32612,2034,'wp_user_level','0'),(32613,2034,'_wpsc_last_active','1400603373'),(32614,2034,'_wpsc_shipping_country',''),(32615,2034,'_wpsc_billing_country',''),(32616,2034,'_wpsc_shipping_region',''),(32617,2034,'_wpsc_billing_region',''),(32618,2035,'first_name',''),(32619,2035,'last_name',''),(32620,2035,'nickname','_iqWdH6XQ'),(32621,2035,'description',''),(32622,2035,'rich_editing','true'),(32623,2035,'comment_shortcuts','false'),(32624,2035,'admin_color','fresh'),(32625,2035,'use_ssl','0'),(32626,2035,'show_admin_bar_front','true'),(32627,2035,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32628,2035,'wp_user_level','0'),(32629,2035,'_wpsc_last_active','1400603388'),(32630,2035,'_wpsc_shipping_country',''),(32631,2035,'_wpsc_billing_country',''),(32632,2035,'_wpsc_shipping_region',''),(32633,2035,'_wpsc_billing_region',''),(32634,2036,'first_name',''),(32635,2036,'last_name',''),(32636,2036,'nickname','_q9utmUXi'),(32637,2036,'description',''),(32638,2036,'rich_editing','true'),(32639,2036,'comment_shortcuts','false'),(32640,2036,'admin_color','fresh'),(32641,2036,'use_ssl','0'),(32642,2036,'show_admin_bar_front','true'),(32643,2036,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32644,2036,'wp_user_level','0'),(32645,2036,'_wpsc_last_active','1400603404'),(32646,2036,'_wpsc_shipping_country',''),(32647,2036,'_wpsc_billing_country',''),(32648,2036,'_wpsc_shipping_region',''),(32649,2036,'_wpsc_billing_region',''),(32650,2037,'first_name',''),(32651,2037,'last_name',''),(32652,2037,'nickname','_XNA0pA7h'),(32653,2037,'description',''),(32654,2037,'rich_editing','true'),(32655,2037,'comment_shortcuts','false'),(32656,2037,'admin_color','fresh'),(32657,2037,'use_ssl','0'),(32658,2037,'show_admin_bar_front','true'),(32659,2037,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32660,2037,'wp_user_level','0'),(32661,2037,'_wpsc_last_active','1400603419'),(32662,2037,'_wpsc_shipping_country',''),(32663,2037,'_wpsc_billing_country',''),(32664,2037,'_wpsc_shipping_region',''),(32665,2037,'_wpsc_billing_region',''),(32666,2038,'first_name',''),(32667,2038,'last_name',''),(32668,2038,'nickname','_TYrAWLVy'),(32669,2038,'description',''),(32670,2038,'rich_editing','true'),(32671,2038,'comment_shortcuts','false'),(32672,2038,'admin_color','fresh'),(32673,2038,'use_ssl','0'),(32674,2038,'show_admin_bar_front','true'),(32675,2038,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32676,2038,'wp_user_level','0'),(32677,2038,'_wpsc_last_active','1400603430'),(32678,2038,'_wpsc_shipping_country',''),(32679,2038,'_wpsc_billing_country',''),(32680,2038,'_wpsc_shipping_region',''),(32681,2038,'_wpsc_billing_region',''),(32682,2039,'first_name',''),(32683,2039,'last_name',''),(32684,2039,'nickname','_nGZOAFfU'),(32685,2039,'description',''),(32686,2039,'rich_editing','true'),(32687,2039,'comment_shortcuts','false'),(32688,2039,'admin_color','fresh'),(32689,2039,'use_ssl','0'),(32690,2039,'show_admin_bar_front','true'),(32691,2039,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32692,2039,'wp_user_level','0'),(32693,2039,'_wpsc_last_active','1400603437'),(32694,2039,'_wpsc_shipping_country',''),(32695,2039,'_wpsc_billing_country',''),(32696,2039,'_wpsc_shipping_region',''),(32697,2039,'_wpsc_billing_region',''),(32698,2040,'first_name',''),(32699,2040,'last_name',''),(32700,2040,'nickname','_dHfiRn40'),(32701,2040,'description',''),(32702,2040,'rich_editing','true'),(32703,2040,'comment_shortcuts','false'),(32704,2040,'admin_color','fresh'),(32705,2040,'use_ssl','0'),(32706,2040,'show_admin_bar_front','true'),(32707,2040,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32708,2040,'wp_user_level','0'),(32709,2040,'_wpsc_last_active','1400603450'),(32710,2040,'_wpsc_shipping_country',''),(32711,2040,'_wpsc_billing_country',''),(32712,2040,'_wpsc_shipping_region',''),(32713,2040,'_wpsc_billing_region',''),(32714,2041,'first_name',''),(32715,2041,'last_name',''),(32716,2041,'nickname','_PE6flO4U'),(32717,2041,'description',''),(32718,2041,'rich_editing','true'),(32719,2041,'comment_shortcuts','false'),(32720,2041,'admin_color','fresh'),(32721,2041,'use_ssl','0'),(32722,2041,'show_admin_bar_front','true'),(32723,2041,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32724,2041,'wp_user_level','0'),(32725,2041,'_wpsc_last_active','1400603459'),(32726,2041,'_wpsc_shipping_country',''),(32727,2041,'_wpsc_billing_country',''),(32728,2041,'_wpsc_shipping_region',''),(32729,2041,'_wpsc_billing_region',''),(32730,2042,'first_name',''),(32731,2042,'last_name',''),(32732,2042,'nickname','_j91PYpSq'),(32733,2042,'description',''),(32734,2042,'rich_editing','true'),(32735,2042,'comment_shortcuts','false'),(32736,2042,'admin_color','fresh'),(32737,2042,'use_ssl','0'),(32738,2042,'show_admin_bar_front','true'),(32739,2042,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32740,2042,'wp_user_level','0'),(28075,1751,'last_name',''),(28076,1751,'nickname','_VXwT3VUF'),(28077,1751,'description',''),(28078,1751,'rich_editing','true'),(28079,1751,'comment_shortcuts','false'),(28080,1751,'admin_color','fresh'),(28081,1751,'use_ssl','0'),(28082,1751,'show_admin_bar_front','true'),(28083,1751,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28084,1751,'wp_user_level','0'),(28085,1751,'_wpsc_last_active','1400600678'),(28086,1751,'_wpsc_shipping_country',''),(28087,1751,'_wpsc_billing_country',''),(28088,1751,'_wpsc_shipping_region',''),(28089,1751,'_wpsc_billing_region',''),(28090,1752,'first_name',''),(28091,1752,'last_name',''),(28092,1752,'nickname','_XkkkFeGT'),(28093,1752,'description',''),(28094,1752,'rich_editing','true'),(28095,1752,'comment_shortcuts','false'),(28096,1752,'admin_color','fresh'),(28097,1752,'use_ssl','0'),(28098,1752,'show_admin_bar_front','true'),(28099,1752,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28100,1752,'wp_user_level','0'),(28101,1752,'_wpsc_last_active','1400600682'),(28102,1752,'_wpsc_shipping_country',''),(28103,1752,'_wpsc_billing_country',''),(28104,1752,'_wpsc_shipping_region',''),(28105,1752,'_wpsc_billing_region',''),(28106,1753,'first_name',''),(28107,1753,'last_name',''),(28108,1753,'nickname','_uRQu21f4'),(28109,1753,'description',''),(28110,1753,'rich_editing','true'),(28111,1753,'comment_shortcuts','false'),(28112,1753,'admin_color','fresh'),(28113,1753,'use_ssl','0'),(28114,1753,'show_admin_bar_front','true'),(28115,1753,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28116,1753,'wp_user_level','0'),(28117,1753,'_wpsc_last_active','1400600693'),(28118,1753,'_wpsc_shipping_country',''),(28119,1753,'_wpsc_billing_country',''),(28120,1753,'_wpsc_shipping_region',''),(28121,1753,'_wpsc_billing_region',''),(28122,1754,'first_name',''),(28123,1754,'last_name',''),(28124,1754,'nickname','_PUbR1Vw2'),(28125,1754,'description',''),(28126,1754,'rich_editing','true'),(28127,1754,'comment_shortcuts','false'),(28128,1754,'admin_color','fresh'),(28129,1754,'use_ssl','0'),(28130,1754,'show_admin_bar_front','true'),(28131,1754,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28132,1754,'wp_user_level','0'),(28133,1754,'_wpsc_last_active','1400600702'),(28134,1754,'_wpsc_shipping_country',''),(28135,1754,'_wpsc_billing_country',''),(28136,1754,'_wpsc_shipping_region',''),(28137,1754,'_wpsc_billing_region',''),(28138,1755,'first_name',''),(28139,1755,'last_name',''),(28140,1755,'nickname','_ZrX3mn1i'),(28141,1755,'description',''),(28142,1755,'rich_editing','true'),(28143,1755,'comment_shortcuts','false'),(28144,1755,'admin_color','fresh'),(28145,1755,'use_ssl','0'),(28146,1755,'show_admin_bar_front','true'),(28147,1755,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28148,1755,'wp_user_level','0'),(28149,1755,'_wpsc_last_active','1400600708'),(28150,1755,'_wpsc_shipping_country',''),(28151,1755,'_wpsc_billing_country',''),(28152,1755,'_wpsc_shipping_region',''),(28153,1755,'_wpsc_billing_region',''),(28154,1756,'first_name',''),(28155,1756,'last_name',''),(28156,1756,'nickname','_LmQM1XXd'),(28157,1756,'description',''),(28158,1756,'rich_editing','true'),(28159,1756,'comment_shortcuts','false'),(28160,1756,'admin_color','fresh'),(28161,1756,'use_ssl','0'),(28162,1756,'show_admin_bar_front','true'),(28163,1756,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28164,1756,'wp_user_level','0'),(28165,1756,'_wpsc_last_active','1400600712'),(28166,1756,'_wpsc_shipping_country',''),(28167,1756,'_wpsc_billing_country',''),(28168,1756,'_wpsc_shipping_region',''),(28169,1756,'_wpsc_billing_region',''),(28170,1757,'first_name',''),(28171,1757,'last_name',''),(28172,1757,'nickname','_esgO5DZm'),(28173,1757,'description',''),(28174,1757,'rich_editing','true'),(28175,1757,'comment_shortcuts','false'),(28176,1757,'admin_color','fresh'),(28177,1757,'use_ssl','0'),(28178,1757,'show_admin_bar_front','true'),(28179,1757,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28180,1757,'wp_user_level','0'),(28181,1757,'_wpsc_last_active','1400600712'),(28182,1757,'_wpsc_shipping_country',''),(28183,1757,'_wpsc_billing_country',''),(28184,1757,'_wpsc_shipping_region',''),(28185,1757,'_wpsc_billing_region',''),(28186,1758,'first_name',''),(28187,1758,'last_name',''),(28188,1758,'nickname','_En4tY8tU'),(28189,1758,'description',''),(28190,1758,'rich_editing','true'),(28191,1758,'comment_shortcuts','false'),(28192,1758,'admin_color','fresh'),(28193,1758,'use_ssl','0'),(28194,1758,'show_admin_bar_front','true'),(28195,1758,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28196,1758,'wp_user_level','0'),(28197,1758,'_wpsc_last_active','1400600783'),(28198,1758,'_wpsc_shipping_country',''),(28199,1758,'_wpsc_billing_country',''),(28200,1758,'_wpsc_shipping_region',''),(28201,1758,'_wpsc_billing_region',''),(28202,1759,'first_name',''),(28203,1759,'last_name',''),(28204,1759,'nickname','_zXim9Apu'),(28205,1759,'description',''),(28206,1759,'rich_editing','true'),(28207,1759,'comment_shortcuts','false'),(28208,1759,'admin_color','fresh'),(28209,1759,'use_ssl','0'),(28210,1759,'show_admin_bar_front','true'),(28211,1759,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28212,1759,'wp_user_level','0'),(28213,1759,'_wpsc_last_active','1400600784'),(28214,1759,'_wpsc_shipping_country',''),(28215,1759,'_wpsc_billing_country',''),(28216,1759,'_wpsc_shipping_region',''),(28217,1759,'_wpsc_billing_region',''),(28218,1760,'first_name',''),(28219,1760,'last_name',''),(28220,1760,'nickname','_ixUEKh7B'),(28221,1760,'description',''),(28222,1760,'rich_editing','true'),(28223,1760,'comment_shortcuts','false'),(28224,1760,'admin_color','fresh'),(28225,1760,'use_ssl','0'),(28226,1760,'show_admin_bar_front','true'),(28227,1760,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28228,1760,'wp_user_level','0'),(28229,1760,'_wpsc_last_active','1400600786'),(28230,1760,'_wpsc_shipping_country',''),(28231,1760,'_wpsc_billing_country',''),(28232,1760,'_wpsc_shipping_region',''),(28233,1760,'_wpsc_billing_region',''),(28234,1761,'first_name',''),(28235,1761,'last_name',''),(28236,1761,'nickname','_Z5Rtd7wi'),(28237,1761,'description',''),(28238,1761,'rich_editing','true'),(28239,1761,'comment_shortcuts','false'),(28240,1761,'admin_color','fresh'),(28241,1761,'use_ssl','0'),(28242,1761,'show_admin_bar_front','true'),(28243,1761,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28244,1761,'wp_user_level','0'),(28245,1761,'_wpsc_last_active','1400600801'),(28246,1761,'_wpsc_shipping_country',''),(28247,1761,'_wpsc_billing_country',''),(28248,1761,'_wpsc_shipping_region',''),(28249,1761,'_wpsc_billing_region',''),(28250,1762,'first_name',''),(28251,1762,'last_name',''),(28252,1762,'nickname','_48ZYDFeP'),(28253,1762,'description',''),(28254,1762,'rich_editing','true'),(28255,1762,'comment_shortcuts','false'),(28256,1762,'admin_color','fresh'),(28257,1762,'use_ssl','0'),(28258,1762,'show_admin_bar_front','true'),(28259,1762,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28260,1762,'wp_user_level','0'),(28261,1762,'_wpsc_last_active','1400600802'),(28262,1762,'_wpsc_shipping_country',''),(28263,1762,'_wpsc_billing_country',''),(28264,1762,'_wpsc_shipping_region',''),(28265,1762,'_wpsc_billing_region',''),(28266,1763,'first_name',''),(28267,1763,'last_name',''),(28268,1763,'nickname','_XmyLrUsB'),(28269,1763,'description',''),(28270,1763,'rich_editing','true'),(28271,1763,'comment_shortcuts','false'),(28272,1763,'admin_color','fresh'),(28273,1763,'use_ssl','0'),(28274,1763,'show_admin_bar_front','true'),(28275,1763,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28276,1763,'wp_user_level','0'),(28277,1763,'_wpsc_last_active','1400600803'),(28278,1763,'_wpsc_shipping_country',''),(28279,1763,'_wpsc_billing_country',''),(28280,1763,'_wpsc_shipping_region',''),(28281,1763,'_wpsc_billing_region',''),(28282,1764,'first_name',''),(28283,1764,'last_name',''),(28284,1764,'nickname','_9IJlKf9W'),(28285,1764,'description',''),(28286,1764,'rich_editing','true'),(28287,1764,'comment_shortcuts','false'),(28288,1764,'admin_color','fresh'),(28289,1764,'use_ssl','0'),(28290,1764,'show_admin_bar_front','true'),(28291,1764,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28292,1764,'wp_user_level','0'),(28293,1764,'_wpsc_last_active','1400600816'),(28294,1764,'_wpsc_shipping_country',''),(28295,1764,'_wpsc_billing_country',''),(28296,1764,'_wpsc_shipping_region',''),(28297,1764,'_wpsc_billing_region',''),(28298,1765,'first_name',''),(28299,1765,'last_name',''),(28300,1765,'nickname','_oy1rz3DG'),(28301,1765,'description',''),(28302,1765,'rich_editing','true'),(28303,1765,'comment_shortcuts','false'),(28304,1765,'admin_color','fresh'),(28305,1765,'use_ssl','0'),(28306,1765,'show_admin_bar_front','true'),(28307,1765,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28308,1765,'wp_user_level','0'),(28309,1765,'_wpsc_last_active','1400600882'),(28310,1765,'_wpsc_shipping_country',''),(28311,1765,'_wpsc_billing_country',''),(28312,1765,'_wpsc_shipping_region',''),(28313,1765,'_wpsc_billing_region',''),(28314,1766,'first_name',''),(28315,1766,'last_name',''),(28316,1766,'nickname','_lFRgkWd4'),(28317,1766,'description',''),(28318,1766,'rich_editing','true'),(28319,1766,'comment_shortcuts','false'),(28320,1766,'admin_color','fresh'),(28321,1766,'use_ssl','0'),(28322,1766,'show_admin_bar_front','true'),(28323,1766,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28324,1766,'wp_user_level','0'),(28325,1766,'_wpsc_last_active','1400600897'),(28326,1766,'_wpsc_shipping_country',''),(28327,1766,'_wpsc_billing_country',''),(28328,1766,'_wpsc_shipping_region',''),(28329,1766,'_wpsc_billing_region',''),(28330,1767,'first_name',''),(28331,1767,'last_name',''),(28332,1767,'nickname','_ZtXJkwP4'),(28333,1767,'description',''),(28334,1767,'rich_editing','true'),(28335,1767,'comment_shortcuts','false'),(28336,1767,'admin_color','fresh'),(28337,1767,'use_ssl','0'),(28338,1767,'show_admin_bar_front','true'),(28339,1767,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28340,1767,'wp_user_level','0'),(28341,1767,'_wpsc_last_active','1400600962'),(28342,1767,'_wpsc_shipping_country',''),(28343,1767,'_wpsc_billing_country',''),(28344,1767,'_wpsc_shipping_region',''),(28345,1767,'_wpsc_billing_region',''),(28346,1768,'first_name',''),(28347,1768,'last_name',''),(28348,1768,'nickname','_bpFkMRlL'),(28349,1768,'description',''),(28350,1768,'rich_editing','true'),(28351,1768,'comment_shortcuts','false'),(28352,1768,'admin_color','fresh'),(28353,1768,'use_ssl','0'),(28354,1768,'show_admin_bar_front','true'),(28355,1768,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28356,1768,'wp_user_level','0'),(28357,1768,'_wpsc_last_active','1400600970'),(28358,1768,'_wpsc_shipping_country',''),(28359,1768,'_wpsc_billing_country',''),(28360,1768,'_wpsc_shipping_region',''),(28361,1768,'_wpsc_billing_region',''),(28362,1769,'first_name',''),(28363,1769,'last_name',''),(28364,1769,'nickname','_qnVa0BSb'),(28365,1769,'description',''),(28366,1769,'rich_editing','true'),(28367,1769,'comment_shortcuts','false'),(28368,1769,'admin_color','fresh'),(28369,1769,'use_ssl','0'),(28370,1769,'show_admin_bar_front','true'),(28371,1769,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28372,1769,'wp_user_level','0'),(5386,1,'nav_menu_recently_edited','3'),(37135,2317,'comment_shortcuts','false'),(37136,2317,'admin_color','fresh'),(37137,2317,'use_ssl','0'),(37133,2317,'description',''),(37134,2317,'rich_editing','true'),(37132,2317,'nickname','_UnEZceIA'),(37131,2317,'last_name',''),(37130,2317,'first_name',''),(37129,2316,'_wpsc_billing_region',''),(37128,2316,'_wpsc_shipping_region',''),(37127,2316,'_wpsc_billing_country',''),(37126,2316,'_wpsc_shipping_country',''),(37124,2316,'wp_user_level','0'),(37125,2316,'_wpsc_last_active','1400608098'),(37123,2316,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37122,2316,'show_admin_bar_front','true'),(37121,2316,'use_ssl','0'),(37120,2316,'admin_color','fresh'),(37119,2316,'comment_shortcuts','false'),(37118,2316,'rich_editing','true'),(37117,2316,'description',''),(37115,2316,'last_name',''),(37116,2316,'nickname','_TFP1nUHJ'),(37114,2316,'first_name',''),(37112,2315,'_wpsc_shipping_region',''),(37109,2315,'_wpsc_last_active','1400608084'),(37113,2315,'_wpsc_billing_region',''),(37111,2315,'_wpsc_billing_country',''),(37110,2315,'_wpsc_shipping_country',''),(37108,2315,'wp_user_level','0'),(37107,2315,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37105,2315,'use_ssl','0'),(37106,2315,'show_admin_bar_front','true'),(37103,2315,'comment_shortcuts','false'),(37104,2315,'admin_color','fresh'),(37101,2315,'description',''),(37102,2315,'rich_editing','true'),(37100,2315,'nickname','_tBnttV6I'),(37099,2315,'last_name',''),(37098,2315,'first_name',''),(37097,2314,'_wpsc_billing_region',''),(37096,2314,'_wpsc_shipping_region',''),(37094,2314,'_wpsc_shipping_country',''),(37095,2314,'_wpsc_billing_country',''),(37092,2314,'wp_user_level','0'),(37093,2314,'_wpsc_last_active','1400608082'),(37091,2314,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37090,2314,'show_admin_bar_front','true'),(37089,2314,'use_ssl','0'),(37088,2314,'admin_color','fresh'),(37087,2314,'comment_shortcuts','false'),(37086,2314,'rich_editing','true'),(37085,2314,'description',''),(37084,2314,'nickname','_38S8ABZl'),(37083,2314,'last_name',''),(37082,2314,'first_name',''),(37079,2313,'_wpsc_billing_country',''),(37081,2313,'_wpsc_billing_region',''),(37080,2313,'_wpsc_shipping_region',''),(37078,2313,'_wpsc_shipping_country',''),(37077,2313,'_wpsc_last_active','1400608081'),(37076,2313,'wp_user_level','0'),(37075,2313,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37074,2313,'show_admin_bar_front','true'),(37073,2313,'use_ssl','0'),(37072,2313,'admin_color','fresh'),(37071,2313,'comment_shortcuts','false'),(37070,2313,'rich_editing','true'),(37068,2313,'nickname','_csxpAvBt'),(37069,2313,'description',''),(37067,2313,'last_name',''),(37065,2312,'_wpsc_billing_region',''),(37066,2313,'first_name',''),(37064,2312,'_wpsc_shipping_region',''),(37063,2312,'_wpsc_billing_country',''),(37062,2312,'_wpsc_shipping_country',''),(37061,2312,'_wpsc_last_active','1400608079'),(37059,2312,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37060,2312,'wp_user_level','0'),(37058,2312,'show_admin_bar_front','true'),(37057,2312,'use_ssl','0'),(37056,2312,'admin_color','fresh'),(37055,2312,'comment_shortcuts','false'),(37053,2312,'description',''),(37054,2312,'rich_editing','true'),(37052,2312,'nickname','_O61603Zf'),(37051,2312,'last_name',''),(37050,2312,'first_name',''),(37049,2311,'_wpsc_billing_region',''),(37048,2311,'_wpsc_shipping_region',''),(37047,2311,'_wpsc_billing_country',''),(37046,2311,'_wpsc_shipping_country',''),(37045,2311,'_wpsc_last_active','1400608073'),(37044,2311,'wp_user_level','0'),(37043,2311,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37042,2311,'show_admin_bar_front','true'),(37041,2311,'use_ssl','0'),(37040,2311,'admin_color','fresh'),(37039,2311,'comment_shortcuts','false'),(37036,2311,'nickname','_IsC2FOG3'),(37037,2311,'description',''),(37038,2311,'rich_editing','true'),(37035,2311,'last_name',''),(37034,2311,'first_name',''),(37033,2310,'_wpsc_billing_region',''),(37032,2310,'_wpsc_shipping_region',''),(37029,2310,'_wpsc_last_active','1400608058'),(37030,2310,'_wpsc_shipping_country',''),(37031,2310,'_wpsc_billing_country',''),(37027,2310,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37028,2310,'wp_user_level','0'),(37025,2310,'use_ssl','0'),(37026,2310,'show_admin_bar_front','true'),(37024,2310,'admin_color','fresh'),(37022,2310,'rich_editing','true'),(37023,2310,'comment_shortcuts','false'),(37021,2310,'description',''),(37020,2310,'nickname','_Z1CTZR72'),(37019,2310,'last_name',''),(37018,2310,'first_name',''),(37017,2309,'_wpsc_billing_region',''),(37016,2309,'_wpsc_shipping_region',''),(37015,2309,'_wpsc_billing_country',''),(37014,2309,'_wpsc_shipping_country',''),(37013,2309,'_wpsc_last_active','1400608051'),(37011,2309,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37012,2309,'wp_user_level','0'),(37010,2309,'show_admin_bar_front','true'),(29090,1814,'show_admin_bar_front','true'),(29089,1814,'use_ssl','0'),(29088,1814,'admin_color','fresh'),(29086,1814,'rich_editing','true'),(29087,1814,'comment_shortcuts','false'),(29085,1814,'description',''),(29080,1813,'_wpsc_shipping_region',''),(29081,1813,'_wpsc_billing_region',''),(29082,1814,'first_name',''),(29083,1814,'last_name',''),(29084,1814,'nickname','_krwP6MbQ'),(29079,1813,'_wpsc_billing_country',''),(29078,1813,'_wpsc_shipping_country',''),(29077,1813,'_wpsc_last_active','1400601454'),(29076,1813,'wp_user_level','0'),(29045,1811,'_wpsc_last_active','1400601423'),(29046,1811,'_wpsc_shipping_country',''),(29047,1811,'_wpsc_billing_country',''),(29048,1811,'_wpsc_shipping_region',''),(29049,1811,'_wpsc_billing_region',''),(29050,1812,'first_name',''),(29051,1812,'last_name',''),(29052,1812,'nickname','_VRU3gko2'),(29053,1812,'description',''),(29054,1812,'rich_editing','true'),(29055,1812,'comment_shortcuts','false'),(29056,1812,'admin_color','fresh'),(29057,1812,'use_ssl','0'),(29058,1812,'show_admin_bar_front','true'),(29059,1812,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29060,1812,'wp_user_level','0'),(29061,1812,'_wpsc_last_active','1400601439'),(29062,1812,'_wpsc_shipping_country',''),(29063,1812,'_wpsc_billing_country',''),(29064,1812,'_wpsc_shipping_region',''),(29065,1812,'_wpsc_billing_region',''),(29066,1813,'first_name',''),(29067,1813,'last_name',''),(29068,1813,'nickname','_AIBcuxHC'),(29069,1813,'description',''),(29070,1813,'rich_editing','true'),(29071,1813,'comment_shortcuts','false'),(29072,1813,'admin_color','fresh'),(29073,1813,'use_ssl','0'),(29074,1813,'show_admin_bar_front','true'),(29075,1813,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29043,1811,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29044,1811,'wp_user_level','0'),(29042,1811,'show_admin_bar_front','true'),(29041,1811,'use_ssl','0'),(29040,1811,'admin_color','fresh'),(29039,1811,'comment_shortcuts','false'),(29037,1811,'description',''),(29038,1811,'rich_editing','true'),(29036,1811,'nickname','_UuYwH9BW'),(29035,1811,'last_name',''),(29034,1811,'first_name',''),(29031,1810,'_wpsc_billing_country',''),(29033,1810,'_wpsc_billing_region',''),(29032,1810,'_wpsc_shipping_region',''),(29030,1810,'_wpsc_shipping_country',''),(29029,1810,'_wpsc_last_active','1400601354'),(29028,1810,'wp_user_level','0'),(28999,1808,'_wpsc_billing_country',''),(29000,1808,'_wpsc_shipping_region',''),(29001,1808,'_wpsc_billing_region',''),(29002,1809,'first_name',''),(29003,1809,'last_name',''),(29004,1809,'nickname','_QxWfUddn'),(29005,1809,'description',''),(29006,1809,'rich_editing','true'),(29007,1809,'comment_shortcuts','false'),(29008,1809,'admin_color','fresh'),(29009,1809,'use_ssl','0'),(29010,1809,'show_admin_bar_front','true'),(29011,1809,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29012,1809,'wp_user_level','0'),(29013,1809,'_wpsc_last_active','1400601354'),(29014,1809,'_wpsc_shipping_country',''),(29015,1809,'_wpsc_billing_country',''),(29016,1809,'_wpsc_shipping_region',''),(29017,1809,'_wpsc_billing_region',''),(29018,1810,'first_name',''),(29019,1810,'last_name',''),(29020,1810,'nickname','_VBb8v6Ju'),(29021,1810,'description',''),(29022,1810,'rich_editing','true'),(29023,1810,'comment_shortcuts','false'),(29024,1810,'admin_color','fresh'),(29025,1810,'use_ssl','0'),(29026,1810,'show_admin_bar_front','true'),(29027,1810,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28998,1808,'_wpsc_shipping_country',''),(28996,1808,'wp_user_level','0'),(28997,1808,'_wpsc_last_active','1400601353'),(28994,1808,'show_admin_bar_front','true'),(28995,1808,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28993,1808,'use_ssl','0'),(28990,1808,'rich_editing','true'),(28991,1808,'comment_shortcuts','false'),(28992,1808,'admin_color','fresh'),(28989,1808,'description',''),(28988,1808,'nickname','_IkF0cDgP'),(28986,1808,'first_name',''),(28987,1808,'last_name',''),(28985,1807,'_wpsc_billing_region',''),(28983,1807,'_wpsc_billing_country',''),(28984,1807,'_wpsc_shipping_region',''),(28982,1807,'_wpsc_shipping_country',''),(28952,1805,'_wpsc_shipping_region',''),(28953,1805,'_wpsc_billing_region',''),(28954,1806,'first_name',''),(28955,1806,'last_name',''),(28956,1806,'nickname','_MObyIpIQ'),(28957,1806,'description',''),(28958,1806,'rich_editing','true'),(28959,1806,'comment_shortcuts','false'),(28960,1806,'admin_color','fresh'),(28961,1806,'use_ssl','0'),(28962,1806,'show_admin_bar_front','true'),(28963,1806,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28964,1806,'wp_user_level','0'),(28965,1806,'_wpsc_last_active','1400601339'),(28966,1806,'_wpsc_shipping_country',''),(28967,1806,'_wpsc_billing_country',''),(28968,1806,'_wpsc_shipping_region',''),(28969,1806,'_wpsc_billing_region',''),(28970,1807,'first_name',''),(28971,1807,'last_name',''),(28972,1807,'nickname','_aFr5Jbuo'),(28973,1807,'description',''),(28974,1807,'rich_editing','true'),(28975,1807,'comment_shortcuts','false'),(28976,1807,'admin_color','fresh'),(28977,1807,'use_ssl','0'),(28978,1807,'show_admin_bar_front','true'),(28979,1807,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28980,1807,'wp_user_level','0'),(28981,1807,'_wpsc_last_active','1400601341'),(28951,1805,'_wpsc_billing_country',''),(28950,1805,'_wpsc_shipping_country',''),(28949,1805,'_wpsc_last_active','1400601333'),(28948,1805,'wp_user_level','0'),(28947,1805,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28945,1805,'use_ssl','0'),(28946,1805,'show_admin_bar_front','true'),(28944,1805,'admin_color','fresh'),(28943,1805,'comment_shortcuts','false'),(28941,1805,'description',''),(28942,1805,'rich_editing','true'),(28940,1805,'nickname','_AruoKU17'),(28939,1805,'last_name',''),(28938,1805,'first_name',''),(28937,1804,'_wpsc_billing_region',''),(28907,1803,'last_name',''),(28908,1803,'nickname','_JhvPR7dp'),(28909,1803,'description',''),(28910,1803,'rich_editing','true'),(28911,1803,'comment_shortcuts','false'),(28912,1803,'admin_color','fresh'),(28913,1803,'use_ssl','0'),(28914,1803,'show_admin_bar_front','true'),(28915,1803,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28916,1803,'wp_user_level','0'),(28917,1803,'_wpsc_last_active','1400601309'),(28918,1803,'_wpsc_shipping_country',''),(28919,1803,'_wpsc_billing_country',''),(28920,1803,'_wpsc_shipping_region',''),(28921,1803,'_wpsc_billing_region',''),(28922,1804,'first_name',''),(28923,1804,'last_name',''),(28924,1804,'nickname','_rIHXRkll'),(28925,1804,'description',''),(28926,1804,'rich_editing','true'),(28927,1804,'comment_shortcuts','false'),(28928,1804,'admin_color','fresh'),(28929,1804,'use_ssl','0'),(28930,1804,'show_admin_bar_front','true'),(28931,1804,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28932,1804,'wp_user_level','0'),(28933,1804,'_wpsc_last_active','1400601324'),(28934,1804,'_wpsc_shipping_country',''),(28935,1804,'_wpsc_billing_country',''),(28936,1804,'_wpsc_shipping_region',''),(28906,1803,'first_name',''),(28905,1802,'_wpsc_billing_region',''),(28904,1802,'_wpsc_shipping_region',''),(28903,1802,'_wpsc_billing_country',''),(28902,1802,'_wpsc_shipping_country',''),(28901,1802,'_wpsc_last_active','1400601299'),(28900,1802,'wp_user_level','0'),(28899,1802,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28897,1802,'use_ssl','0'),(28898,1802,'show_admin_bar_front','true'),(28893,1802,'description',''),(28894,1802,'rich_editing','true'),(28895,1802,'comment_shortcuts','false'),(28896,1802,'admin_color','fresh'),(28892,1802,'nickname','_15IF5bpZ'),(28863,1800,'comment_shortcuts','false'),(28864,1800,'admin_color','fresh'),(28865,1800,'use_ssl','0'),(28866,1800,'show_admin_bar_front','true'),(28867,1800,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28868,1800,'wp_user_level','0'),(28869,1800,'_wpsc_last_active','1400601289'),(28870,1800,'_wpsc_shipping_country',''),(28871,1800,'_wpsc_billing_country',''),(28872,1800,'_wpsc_shipping_region',''),(28873,1800,'_wpsc_billing_region',''),(28874,1801,'first_name',''),(28875,1801,'last_name',''),(28876,1801,'nickname','_cSk3trkc'),(28877,1801,'description',''),(28878,1801,'rich_editing','true'),(28879,1801,'comment_shortcuts','false'),(28880,1801,'admin_color','fresh'),(28881,1801,'use_ssl','0'),(28882,1801,'show_admin_bar_front','true'),(28883,1801,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28884,1801,'wp_user_level','0'),(28885,1801,'_wpsc_last_active','1400601292'),(28886,1801,'_wpsc_shipping_country',''),(28887,1801,'_wpsc_billing_country',''),(28888,1801,'_wpsc_shipping_region',''),(28889,1801,'_wpsc_billing_region',''),(28890,1802,'first_name',''),(28891,1802,'last_name',''),(28861,1800,'description',''),(28862,1800,'rich_editing','true'),(28860,1800,'nickname','_Zssw2lln'),(28859,1800,'last_name',''),(28858,1800,'first_name',''),(28856,1799,'_wpsc_shipping_region',''),(28857,1799,'_wpsc_billing_region',''),(28855,1799,'_wpsc_billing_country',''),(28854,1799,'_wpsc_shipping_country',''),(28853,1799,'_wpsc_last_active','1400601288'),(28852,1799,'wp_user_level','0'),(28850,1799,'show_admin_bar_front','true'),(28851,1799,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28849,1799,'use_ssl','0'),(28848,1799,'admin_color','fresh'),(28847,1799,'comment_shortcuts','false'),(28817,1797,'use_ssl','0'),(28818,1797,'show_admin_bar_front','true'),(28819,1797,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28820,1797,'wp_user_level','0'),(28821,1797,'_wpsc_last_active','1400601287'),(28822,1797,'_wpsc_shipping_country',''),(28823,1797,'_wpsc_billing_country',''),(28824,1797,'_wpsc_shipping_region',''),(28825,1797,'_wpsc_billing_region',''),(28826,1798,'first_name',''),(28827,1798,'last_name',''),(28828,1798,'nickname','_CuGExlAL'),(28829,1798,'description',''),(28830,1798,'rich_editing','true'),(28831,1798,'comment_shortcuts','false'),(28832,1798,'admin_color','fresh'),(28833,1798,'use_ssl','0'),(28834,1798,'show_admin_bar_front','true'),(28835,1798,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28836,1798,'wp_user_level','0'),(28837,1798,'_wpsc_last_active','1400601288'),(28838,1798,'_wpsc_shipping_country',''),(28839,1798,'_wpsc_billing_country',''),(28840,1798,'_wpsc_shipping_region',''),(28841,1798,'_wpsc_billing_region',''),(28842,1799,'first_name',''),(28843,1799,'last_name',''),(28844,1799,'nickname','_ml6kdwWL'),(28845,1799,'description',''),(28846,1799,'rich_editing','true'),(28816,1797,'admin_color','fresh'),(28815,1797,'comment_shortcuts','false'),(28814,1797,'rich_editing','true'),(28813,1797,'description',''),(28812,1797,'nickname','_iE4qJpbx'),(28811,1797,'last_name',''),(28809,1796,'_wpsc_billing_region',''),(28810,1797,'first_name',''),(28808,1796,'_wpsc_shipping_region',''),(28807,1796,'_wpsc_billing_country',''),(28806,1796,'_wpsc_shipping_country',''),(28805,1796,'_wpsc_last_active','1400601277'),(28804,1796,'wp_user_level','0'),(28803,1796,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28774,1794,'_wpsc_shipping_country',''),(28775,1794,'_wpsc_billing_country',''),(28776,1794,'_wpsc_shipping_region',''),(28777,1794,'_wpsc_billing_region',''),(28778,1795,'first_name',''),(28779,1795,'last_name',''),(28780,1795,'nickname','_k8X0Z2tJ'),(28781,1795,'description',''),(28782,1795,'rich_editing','true'),(28783,1795,'comment_shortcuts','false'),(28784,1795,'admin_color','fresh'),(28785,1795,'use_ssl','0'),(28786,1795,'show_admin_bar_front','true'),(28787,1795,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28788,1795,'wp_user_level','0'),(28789,1795,'_wpsc_last_active','1400601263'),(28790,1795,'_wpsc_shipping_country',''),(28791,1795,'_wpsc_billing_country',''),(28792,1795,'_wpsc_shipping_region',''),(28793,1795,'_wpsc_billing_region',''),(28794,1796,'first_name',''),(28795,1796,'last_name',''),(28796,1796,'nickname','_66eaiT4n'),(28797,1796,'description',''),(28798,1796,'rich_editing','true'),(28799,1796,'comment_shortcuts','false'),(28800,1796,'admin_color','fresh'),(28801,1796,'use_ssl','0'),(28802,1796,'show_admin_bar_front','true'),(28772,1794,'wp_user_level','0'),(28773,1794,'_wpsc_last_active','1400601262'),(28771,1794,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28769,1794,'use_ssl','0'),(28770,1794,'show_admin_bar_front','true'),(28768,1794,'admin_color','fresh'),(28766,1794,'rich_editing','true'),(28767,1794,'comment_shortcuts','false'),(28765,1794,'description',''),(28761,1793,'_wpsc_billing_region',''),(28762,1794,'first_name',''),(28763,1794,'last_name',''),(28764,1794,'nickname','_pT11LSU8'),(28760,1793,'_wpsc_shipping_region',''),(28758,1793,'_wpsc_shipping_country',''),(28759,1793,'_wpsc_billing_country',''),(28757,1793,'_wpsc_last_active','1400601251'),(28728,1791,'_wpsc_shipping_region',''),(28729,1791,'_wpsc_billing_region',''),(28730,1792,'first_name',''),(28731,1792,'last_name',''),(28732,1792,'nickname','_RJ8sMRlj'),(28733,1792,'description',''),(28734,1792,'rich_editing','true'),(28735,1792,'comment_shortcuts','false'),(28736,1792,'admin_color','fresh'),(28737,1792,'use_ssl','0'),(28738,1792,'show_admin_bar_front','true'),(28739,1792,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28740,1792,'wp_user_level','0'),(28741,1792,'_wpsc_last_active','1400601247'),(28742,1792,'_wpsc_shipping_country',''),(28743,1792,'_wpsc_billing_country',''),(28744,1792,'_wpsc_shipping_region',''),(28745,1792,'_wpsc_billing_region',''),(28746,1793,'first_name',''),(28747,1793,'last_name',''),(28748,1793,'nickname','_yBOiGUg8'),(28749,1793,'description',''),(28750,1793,'rich_editing','true'),(28751,1793,'comment_shortcuts','false'),(28752,1793,'admin_color','fresh'),(28753,1793,'use_ssl','0'),(28754,1793,'show_admin_bar_front','true'),(28755,1793,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28756,1793,'wp_user_level','0'),(28727,1791,'_wpsc_billing_country',''),(28726,1791,'_wpsc_shipping_country',''),(28724,1791,'wp_user_level','0'),(28725,1791,'_wpsc_last_active','1400601232'),(28723,1791,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28722,1791,'show_admin_bar_front','true'),(28721,1791,'use_ssl','0'),(28720,1791,'admin_color','fresh'),(28719,1791,'comment_shortcuts','false'),(28718,1791,'rich_editing','true'),(28717,1791,'description',''),(28716,1791,'nickname','_QQPJUkT4'),(28715,1791,'last_name',''),(28685,1789,'description',''),(28686,1789,'rich_editing','true'),(28687,1789,'comment_shortcuts','false'),(28688,1789,'admin_color','fresh'),(28689,1789,'use_ssl','0'),(28690,1789,'show_admin_bar_front','true'),(28691,1789,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28692,1789,'wp_user_level','0'),(28693,1789,'_wpsc_last_active','1400601206'),(28694,1789,'_wpsc_shipping_country',''),(28695,1789,'_wpsc_billing_country',''),(28696,1789,'_wpsc_shipping_region',''),(28697,1789,'_wpsc_billing_region',''),(28698,1790,'first_name',''),(28699,1790,'last_name',''),(28700,1790,'nickname','_NayFQLme'),(28701,1790,'description',''),(28702,1790,'rich_editing','true'),(28703,1790,'comment_shortcuts','false'),(28704,1790,'admin_color','fresh'),(28705,1790,'use_ssl','0'),(28706,1790,'show_admin_bar_front','true'),(28707,1790,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28708,1790,'wp_user_level','0'),(28709,1790,'_wpsc_last_active','1400601217'),(28710,1790,'_wpsc_shipping_country',''),(28711,1790,'_wpsc_billing_country',''),(28712,1790,'_wpsc_shipping_region',''),(28713,1790,'_wpsc_billing_region',''),(28714,1791,'first_name',''),(28684,1789,'nickname','_1MJ0rJd9'),(28683,1789,'last_name',''),(28681,1788,'_wpsc_billing_region',''),(28682,1789,'first_name',''),(28680,1788,'_wpsc_shipping_region',''),(28676,1788,'wp_user_level','0'),(28677,1788,'_wpsc_last_active','1400601202'),(28678,1788,'_wpsc_shipping_country',''),(28679,1788,'_wpsc_billing_country',''),(28675,1788,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28674,1788,'show_admin_bar_front','true'),(28673,1788,'use_ssl','0'),(28672,1788,'admin_color','fresh'),(28671,1788,'comment_shortcuts','false'),(28670,1788,'rich_editing','true'),(28669,1788,'description',''),(28668,1788,'nickname','_2qpxU19F'),(28639,1786,'comment_shortcuts','false'),(28640,1786,'admin_color','fresh'),(28641,1786,'use_ssl','0'),(28642,1786,'show_admin_bar_front','true'),(28643,1786,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28644,1786,'wp_user_level','0'),(28645,1786,'_wpsc_last_active','1400601172'),(28646,1786,'_wpsc_shipping_country',''),(28647,1786,'_wpsc_billing_country',''),(28648,1786,'_wpsc_shipping_region',''),(28649,1786,'_wpsc_billing_region',''),(28650,1787,'first_name',''),(28651,1787,'last_name',''),(28652,1787,'nickname','_pYyrBhfC'),(28653,1787,'description',''),(28654,1787,'rich_editing','true'),(28655,1787,'comment_shortcuts','false'),(28656,1787,'admin_color','fresh'),(28657,1787,'use_ssl','0'),(28658,1787,'show_admin_bar_front','true'),(28659,1787,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28660,1787,'wp_user_level','0'),(28661,1787,'_wpsc_last_active','1400601187'),(28662,1787,'_wpsc_shipping_country',''),(28663,1787,'_wpsc_billing_country',''),(28664,1787,'_wpsc_shipping_region',''),(28665,1787,'_wpsc_billing_region',''),(28666,1788,'first_name',''),(28667,1788,'last_name',''),(28637,1786,'description',''),(28638,1786,'rich_editing','true'),(28636,1786,'nickname','_HWKXtP9V'),(28635,1786,'last_name',''),(28633,1785,'_wpsc_billing_region',''),(28634,1786,'first_name',''),(28632,1785,'_wpsc_shipping_region',''),(28630,1785,'_wpsc_shipping_country',''),(28631,1785,'_wpsc_billing_country',''),(28629,1785,'_wpsc_last_active','1400601157'),(28628,1785,'wp_user_level','0'),(28627,1785,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28625,1785,'use_ssl','0'),(28626,1785,'show_admin_bar_front','true'),(28624,1785,'admin_color','fresh'),(28623,1785,'comment_shortcuts','false'),(28619,1785,'last_name',''),(28620,1785,'nickname','_MNW4AGF6'),(28621,1785,'description',''),(28622,1785,'rich_editing','true'),(28536,1779,'_wpsc_shipping_region',''),(28537,1779,'_wpsc_billing_region',''),(28538,1780,'first_name',''),(28539,1780,'last_name',''),(28540,1780,'nickname','_xZXXWr9b'),(28541,1780,'description',''),(28542,1780,'rich_editing','true'),(28543,1780,'comment_shortcuts','false'),(28544,1780,'admin_color','fresh'),(28545,1780,'use_ssl','0'),(28546,1780,'show_admin_bar_front','true'),(28547,1780,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28548,1780,'wp_user_level','0'),(28549,1780,'_wpsc_last_active','1400601129'),(28550,1780,'_wpsc_shipping_country',''),(28551,1780,'_wpsc_billing_country',''),(28552,1780,'_wpsc_shipping_region',''),(28553,1780,'_wpsc_billing_region',''),(28554,1781,'first_name',''),(28555,1781,'last_name',''),(28556,1781,'nickname','_mHsJHOWV'),(28557,1781,'description',''),(28558,1781,'rich_editing','true'),(28559,1781,'comment_shortcuts','false'),(28560,1781,'admin_color','fresh'),(28561,1781,'use_ssl','0'),(28562,1781,'show_admin_bar_front','true'),(28563,1781,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28564,1781,'wp_user_level','0'),(28565,1781,'_wpsc_last_active','1400601130'),(28566,1781,'_wpsc_shipping_country',''),(28567,1781,'_wpsc_billing_country',''),(28568,1781,'_wpsc_shipping_region',''),(28569,1781,'_wpsc_billing_region',''),(28570,1782,'first_name',''),(28571,1782,'last_name',''),(28572,1782,'nickname','_sJkwqM5J'),(28573,1782,'description',''),(28574,1782,'rich_editing','true'),(28575,1782,'comment_shortcuts','false'),(28576,1782,'admin_color','fresh'),(28577,1782,'use_ssl','0'),(28578,1782,'show_admin_bar_front','true'),(28579,1782,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28580,1782,'wp_user_level','0'),(28581,1782,'_wpsc_last_active','1400601146'),(28582,1782,'_wpsc_shipping_country',''),(28583,1782,'_wpsc_billing_country',''),(28584,1782,'_wpsc_shipping_region',''),(28585,1782,'_wpsc_billing_region',''),(28586,1783,'first_name',''),(28587,1783,'last_name',''),(28588,1783,'nickname','_SjfGMpQh'),(28589,1783,'description',''),(28590,1783,'rich_editing','true'),(28591,1783,'comment_shortcuts','false'),(28592,1783,'admin_color','fresh'),(28593,1783,'use_ssl','0'),(28594,1783,'show_admin_bar_front','true'),(28595,1783,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28596,1783,'wp_user_level','0'),(28597,1783,'_wpsc_last_active','1400601154'),(28598,1783,'_wpsc_shipping_country',''),(28599,1783,'_wpsc_billing_country',''),(28600,1783,'_wpsc_shipping_region',''),(28601,1783,'_wpsc_billing_region',''),(28602,1784,'first_name',''),(28603,1784,'last_name',''),(28604,1784,'nickname','_drTRTtH5'),(28605,1784,'description',''),(28606,1784,'rich_editing','true'),(28607,1784,'comment_shortcuts','false'),(28608,1784,'admin_color','fresh'),(28609,1784,'use_ssl','0'),(28610,1784,'show_admin_bar_front','true'),(28611,1784,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28612,1784,'wp_user_level','0'),(28613,1784,'_wpsc_last_active','1400601155'),(28614,1784,'_wpsc_shipping_country',''),(28615,1784,'_wpsc_billing_country',''),(28616,1784,'_wpsc_shipping_region',''),(28617,1784,'_wpsc_billing_region',''),(28618,1785,'first_name',''),(28502,1777,'_wpsc_shipping_country',''),(28503,1777,'_wpsc_billing_country',''),(28504,1777,'_wpsc_shipping_region',''),(28505,1777,'_wpsc_billing_region',''),(28506,1778,'first_name',''),(28507,1778,'last_name',''),(28508,1778,'nickname','_dvUtoMFq'),(28509,1778,'description',''),(28510,1778,'rich_editing','true'),(28511,1778,'comment_shortcuts','false'),(28512,1778,'admin_color','fresh'),(28513,1778,'use_ssl','0'),(28514,1778,'show_admin_bar_front','true'),(28515,1778,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28516,1778,'wp_user_level','0'),(28517,1778,'_wpsc_last_active','1400601105'),(28518,1778,'_wpsc_shipping_country',''),(28519,1778,'_wpsc_billing_country',''),(28520,1778,'_wpsc_shipping_region',''),(28521,1778,'_wpsc_billing_region',''),(28522,1779,'first_name',''),(28523,1779,'last_name',''),(28524,1779,'nickname','_wIJRIE0d'),(28525,1779,'description',''),(28526,1779,'rich_editing','true'),(28527,1779,'comment_shortcuts','false'),(28528,1779,'admin_color','fresh'),(28529,1779,'use_ssl','0'),(28530,1779,'show_admin_bar_front','true'),(28531,1779,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28532,1779,'wp_user_level','0'),(28533,1779,'_wpsc_last_active','1400601120'),(28534,1779,'_wpsc_shipping_country',''),(28535,1779,'_wpsc_billing_country',''),(28498,1777,'show_admin_bar_front','true'),(28499,1777,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28500,1777,'wp_user_level','0'),(28501,1777,'_wpsc_last_active','1400601090'),(28497,1777,'use_ssl','0'),(28496,1777,'admin_color','fresh'),(28495,1777,'comment_shortcuts','false'),(28494,1777,'rich_editing','true'),(28493,1777,'description',''),(28491,1777,'last_name',''),(28492,1777,'nickname','_nSpOJMVR'),(28490,1777,'first_name',''),(28489,1776,'_wpsc_billing_region',''),(28487,1776,'_wpsc_billing_country',''),(28488,1776,'_wpsc_shipping_region',''),(28485,1776,'_wpsc_last_active','1400601075'),(28486,1776,'_wpsc_shipping_country',''),(28484,1776,'wp_user_level','0'),(28435,1773,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28436,1773,'wp_user_level','0'),(28437,1773,'_wpsc_last_active','1400601049'),(28438,1773,'_wpsc_shipping_country',''),(28439,1773,'_wpsc_billing_country',''),(28440,1773,'_wpsc_shipping_region',''),(28441,1773,'_wpsc_billing_region',''),(28442,1774,'first_name',''),(28443,1774,'last_name',''),(28444,1774,'nickname','_w2ZPebhc'),(28445,1774,'description',''),(28446,1774,'rich_editing','true'),(28447,1774,'comment_shortcuts','false'),(28448,1774,'admin_color','fresh'),(28449,1774,'use_ssl','0'),(28450,1774,'show_admin_bar_front','true'),(28451,1774,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28452,1774,'wp_user_level','0'),(28453,1774,'_wpsc_last_active','1400601058'),(28454,1774,'_wpsc_shipping_country',''),(28455,1774,'_wpsc_billing_country',''),(28456,1774,'_wpsc_shipping_region',''),(28457,1774,'_wpsc_billing_region',''),(28458,1775,'first_name',''),(28459,1775,'last_name',''),(28460,1775,'nickname','_tBUzPnSU'),(28461,1775,'description',''),(28462,1775,'rich_editing','true'),(28463,1775,'comment_shortcuts','false'),(28464,1775,'admin_color','fresh'),(28465,1775,'use_ssl','0'),(28466,1775,'show_admin_bar_front','true'),(28467,1775,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28468,1775,'wp_user_level','0'),(28469,1775,'_wpsc_last_active','1400601059'),(28470,1775,'_wpsc_shipping_country',''),(28471,1775,'_wpsc_billing_country',''),(28472,1775,'_wpsc_shipping_region',''),(28473,1775,'_wpsc_billing_region',''),(28474,1776,'first_name',''),(28475,1776,'last_name',''),(28476,1776,'nickname','_Wo8QYK9o'),(28477,1776,'description',''),(28478,1776,'rich_editing','true'),(28479,1776,'comment_shortcuts','false'),(28480,1776,'admin_color','fresh'),(28481,1776,'use_ssl','0'),(28482,1776,'show_admin_bar_front','true'),(28483,1776,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28433,1773,'use_ssl','0'),(28434,1773,'show_admin_bar_front','true'),(28432,1773,'admin_color','fresh'),(28431,1773,'comment_shortcuts','false'),(28430,1773,'rich_editing','true'),(28429,1773,'description',''),(28427,1773,'last_name',''),(28428,1773,'nickname','_u2Kuz6xl'),(28426,1773,'first_name',''),(28425,1772,'_wpsc_billing_region',''),(28424,1772,'_wpsc_shipping_region',''),(28423,1772,'_wpsc_billing_country',''),(28422,1772,'_wpsc_shipping_country',''),(28421,1772,'_wpsc_last_active','1400600988'),(28420,1772,'wp_user_level','0'),(28389,1770,'_wpsc_last_active','1400600986'),(28390,1770,'_wpsc_shipping_country',''),(28391,1770,'_wpsc_billing_country',''),(28392,1770,'_wpsc_shipping_region',''),(28393,1770,'_wpsc_billing_region',''),(28394,1771,'first_name',''),(28395,1771,'last_name',''),(28396,1771,'nickname','_gwpTvSpA'),(28397,1771,'description',''),(28398,1771,'rich_editing','true'),(28399,1771,'comment_shortcuts','false'),(28400,1771,'admin_color','fresh'),(28401,1771,'use_ssl','0'),(28402,1771,'show_admin_bar_front','true'),(28403,1771,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28404,1771,'wp_user_level','0'),(28405,1771,'_wpsc_last_active','1400600987'),(28406,1771,'_wpsc_shipping_country',''),(28407,1771,'_wpsc_billing_country',''),(28408,1771,'_wpsc_shipping_region',''),(28409,1771,'_wpsc_billing_region',''),(28410,1772,'first_name',''),(28411,1772,'last_name',''),(28412,1772,'nickname','_5oVsMCNZ'),(28413,1772,'description',''),(28414,1772,'rich_editing','true'),(28415,1772,'comment_shortcuts','false'),(28416,1772,'admin_color','fresh'),(28417,1772,'use_ssl','0'),(28418,1772,'show_admin_bar_front','true'),(28419,1772,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28388,1770,'wp_user_level','0'),(28384,1770,'admin_color','fresh'),(28385,1770,'use_ssl','0'),(28386,1770,'show_admin_bar_front','true'),(28387,1770,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28383,1770,'comment_shortcuts','false'),(28382,1770,'rich_editing','true'),(28381,1770,'description',''),(28379,1770,'last_name',''),(28380,1770,'nickname','_s2f3cQVz'),(28378,1770,'first_name',''),(28377,1769,'_wpsc_billing_region',''),(28376,1769,'_wpsc_shipping_region',''),(28375,1769,'_wpsc_billing_country',''),(28374,1769,'_wpsc_shipping_country',''),(28373,1769,'_wpsc_last_active','1400600971'),(28023,1747,'_wpsc_billing_country',''),(28024,1747,'_wpsc_shipping_region',''),(28025,1747,'_wpsc_billing_region',''),(28026,1748,'first_name',''),(28027,1748,'last_name',''),(28028,1748,'nickname','_mIJ17Wd9'),(28029,1748,'description',''),(28030,1748,'rich_editing','true'),(28031,1748,'comment_shortcuts','false'),(28032,1748,'admin_color','fresh'),(28033,1748,'use_ssl','0'),(28034,1748,'show_admin_bar_front','true'),(28035,1748,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28036,1748,'wp_user_level','0'),(28037,1748,'_wpsc_last_active','1400600633'),(28038,1748,'_wpsc_shipping_country',''),(28039,1748,'_wpsc_billing_country',''),(28040,1748,'_wpsc_shipping_region',''),(28041,1748,'_wpsc_billing_region',''),(28042,1749,'first_name',''),(28043,1749,'last_name',''),(28044,1749,'nickname','_qtPsai0f'),(28045,1749,'description',''),(28046,1749,'rich_editing','true'),(28047,1749,'comment_shortcuts','false'),(28048,1749,'admin_color','fresh'),(28049,1749,'use_ssl','0'),(28050,1749,'show_admin_bar_front','true'),(28051,1749,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28052,1749,'wp_user_level','0'),(28053,1749,'_wpsc_last_active','1400600648'),(28054,1749,'_wpsc_shipping_country',''),(28055,1749,'_wpsc_billing_country',''),(28056,1749,'_wpsc_shipping_region',''),(28057,1749,'_wpsc_billing_region',''),(28058,1750,'first_name',''),(28059,1750,'last_name',''),(28060,1750,'nickname','_wksaQ84K'),(28061,1750,'description',''),(28062,1750,'rich_editing','true'),(28063,1750,'comment_shortcuts','false'),(28064,1750,'admin_color','fresh'),(28065,1750,'use_ssl','0'),(28066,1750,'show_admin_bar_front','true'),(28067,1750,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28068,1750,'wp_user_level','0'),(28069,1750,'_wpsc_last_active','1400600663'),(28070,1750,'_wpsc_shipping_country',''),(28071,1750,'_wpsc_billing_country',''),(28072,1750,'_wpsc_shipping_region',''),(28073,1750,'_wpsc_billing_region',''),(28074,1751,'first_name',''),(28022,1747,'_wpsc_shipping_country',''),(28021,1747,'_wpsc_last_active','1400600618'),(28020,1747,'wp_user_level','0'),(28019,1747,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28016,1747,'admin_color','fresh'),(28018,1747,'show_admin_bar_front','true'),(28017,1747,'use_ssl','0'),(28015,1747,'comment_shortcuts','false'),(28014,1747,'rich_editing','true'),(28013,1747,'description',''),(28011,1747,'last_name',''),(28012,1747,'nickname','_hJpyu82W'),(28010,1747,'first_name',''),(28009,1746,'_wpsc_billing_region',''),(28008,1746,'_wpsc_shipping_region',''),(28006,1746,'_wpsc_shipping_country',''),(28007,1746,'_wpsc_billing_country',''),(33746,2105,'show_admin_bar_front','true'),(33745,2105,'use_ssl','0'),(33744,2105,'admin_color','fresh'),(33743,2105,'comment_shortcuts','false'),(33742,2105,'rich_editing','true'),(33741,2105,'description',''),(33740,2105,'nickname','_51wA8SAW'),(33706,2103,'first_name',''),(33707,2103,'last_name',''),(33708,2103,'nickname','_kNyN06Ny'),(33709,2103,'description',''),(33710,2103,'rich_editing','true'),(33711,2103,'comment_shortcuts','false'),(33712,2103,'admin_color','fresh'),(33713,2103,'use_ssl','0'),(33714,2103,'show_admin_bar_front','true'),(33715,2103,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33716,2103,'wp_user_level','0'),(33717,2103,'_wpsc_last_active','1400604933'),(33718,2103,'_wpsc_shipping_country',''),(33719,2103,'_wpsc_billing_country',''),(33720,2103,'_wpsc_shipping_region',''),(33721,2103,'_wpsc_billing_region',''),(33722,2104,'first_name',''),(33723,2104,'last_name',''),(33724,2104,'nickname','_9GXkA4mH'),(33725,2104,'description',''),(33726,2104,'rich_editing','true'),(33727,2104,'comment_shortcuts','false'),(33728,2104,'admin_color','fresh'),(33729,2104,'use_ssl','0'),(33730,2104,'show_admin_bar_front','true'),(33731,2104,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33732,2104,'wp_user_level','0'),(33733,2104,'_wpsc_last_active','1400604934'),(33734,2104,'_wpsc_shipping_country',''),(33735,2104,'_wpsc_billing_country',''),(33736,2104,'_wpsc_shipping_region',''),(33737,2104,'_wpsc_billing_region',''),(33738,2105,'first_name',''),(33739,2105,'last_name',''),(32263,2012,'_wpsc_billing_country',''),(32262,2012,'_wpsc_shipping_country',''),(32261,2012,'_wpsc_last_active','1400603244'),(32251,2012,'last_name',''),(32252,2012,'nickname','_6koVXXTl'),(32253,2012,'description',''),(32254,2012,'rich_editing','true'),(32255,2012,'comment_shortcuts','false'),(32256,2012,'admin_color','fresh'),(32257,2012,'use_ssl','0'),(32258,2012,'show_admin_bar_front','true'),(32259,2012,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32260,2012,'wp_user_level','0'),(33705,2102,'_wpsc_billing_region',''),(33704,2102,'_wpsc_shipping_region',''),(33703,2102,'_wpsc_billing_country',''),(33702,2102,'_wpsc_shipping_country',''),(33701,2102,'_wpsc_last_active','1400604932'),(33700,2102,'wp_user_level','0'),(33699,2102,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33698,2102,'show_admin_bar_front','true'),(33697,2102,'use_ssl','0'),(33696,2102,'admin_color','fresh'),(33695,2102,'comment_shortcuts','false'),(33694,2102,'rich_editing','true'),(33693,2102,'description',''),(33692,2102,'nickname','_OIae2GNz'),(33691,2102,'last_name',''),(33690,2102,'first_name',''),(33689,2101,'_wpsc_billing_region',''),(33688,2101,'_wpsc_shipping_region',''),(33687,2101,'_wpsc_billing_country',''),(33686,2101,'_wpsc_shipping_country',''),(33685,2101,'_wpsc_last_active','1400604917'),(33684,2101,'wp_user_level','0'),(33683,2101,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33682,2101,'show_admin_bar_front','true'),(33681,2101,'use_ssl','0'),(33680,2101,'admin_color','fresh'),(33679,2101,'comment_shortcuts','false'),(33678,2101,'rich_editing','true'),(33677,2101,'description',''),(33676,2101,'nickname','_En1Oo4t5'),(33675,2101,'last_name',''),(33674,2101,'first_name',''),(33673,2100,'_wpsc_billing_region',''),(33672,2100,'_wpsc_shipping_region',''),(33671,2100,'_wpsc_billing_country',''),(33670,2100,'_wpsc_shipping_country',''),(33669,2100,'_wpsc_last_active','1400604857'),(33668,2100,'wp_user_level','0'),(33667,2100,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33666,2100,'show_admin_bar_front','true'),(33665,2100,'use_ssl','0'),(33664,2100,'admin_color','fresh'),(33663,2100,'comment_shortcuts','false'),(33662,2100,'rich_editing','true'),(33661,2100,'description',''),(33660,2100,'nickname','_XQ13xevj'),(33659,2100,'last_name',''),(33658,2100,'first_name',''),(33657,2099,'_wpsc_billing_region',''),(33656,2099,'_wpsc_shipping_region',''),(33655,2099,'_wpsc_billing_country',''),(33654,2099,'_wpsc_shipping_country',''),(33653,2099,'_wpsc_last_active','1400604855'),(33652,2099,'wp_user_level','0'),(33651,2099,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33650,2099,'show_admin_bar_front','true'),(33649,2099,'use_ssl','0'),(33648,2099,'admin_color','fresh'),(33647,2099,'comment_shortcuts','false'),(33646,2099,'rich_editing','true'),(33645,2099,'description',''),(33644,2099,'nickname','_KaFzp3KB'),(33643,2099,'last_name',''),(33642,2099,'first_name',''),(33641,2098,'_wpsc_billing_region',''),(33640,2098,'_wpsc_shipping_region',''),(33639,2098,'_wpsc_billing_country',''),(33638,2098,'_wpsc_shipping_country',''),(33637,2098,'_wpsc_last_active','1400604854'),(33636,2098,'wp_user_level','0'),(33635,2098,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33634,2098,'show_admin_bar_front','true'),(33633,2098,'use_ssl','0'),(33632,2098,'admin_color','fresh'),(33631,2098,'comment_shortcuts','false'),(33630,2098,'rich_editing','true'),(33629,2098,'description',''),(33628,2098,'nickname','_Fg9FSYVt'),(33627,2098,'last_name',''),(33626,2098,'first_name',''),(33625,2097,'_wpsc_billing_region',''),(33624,2097,'_wpsc_shipping_region',''),(33623,2097,'_wpsc_billing_country',''),(33622,2097,'_wpsc_shipping_country',''),(33621,2097,'_wpsc_last_active','1400604846'),(33620,2097,'wp_user_level','0'),(33619,2097,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33618,2097,'show_admin_bar_front','true'),(33617,2097,'use_ssl','0'),(33616,2097,'admin_color','fresh'),(33615,2097,'comment_shortcuts','false'),(33614,2097,'rich_editing','true'),(33613,2097,'description',''),(33612,2097,'nickname','_DhUsW1OL'),(33611,2097,'last_name',''),(33610,2097,'first_name',''),(33609,2096,'_wpsc_billing_region',''),(33608,2096,'_wpsc_shipping_region',''),(33607,2096,'_wpsc_billing_country',''),(33606,2096,'_wpsc_shipping_country',''),(33605,2096,'_wpsc_last_active','1400604824'),(33604,2096,'wp_user_level','0'),(33603,2096,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33602,2096,'show_admin_bar_front','true'),(33601,2096,'use_ssl','0'),(33600,2096,'admin_color','fresh'),(33599,2096,'comment_shortcuts','false'),(33598,2096,'rich_editing','true'),(33597,2096,'description',''),(33596,2096,'nickname','_zL7yahXW'),(33595,2096,'last_name',''),(33594,2096,'first_name',''),(33593,2095,'_wpsc_billing_region',''),(33592,2095,'_wpsc_shipping_region',''),(33591,2095,'_wpsc_billing_country',''),(33590,2095,'_wpsc_shipping_country',''),(33589,2095,'_wpsc_last_active','1400604817'),(33588,2095,'wp_user_level','0'),(33587,2095,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33586,2095,'show_admin_bar_front','true'),(33585,2095,'use_ssl','0'),(33584,2095,'admin_color','fresh'),(33583,2095,'comment_shortcuts','false'),(33582,2095,'rich_editing','true'),(33581,2095,'description',''),(33580,2095,'nickname','_QPB22U2e'),(33579,2095,'last_name',''),(33578,2095,'first_name',''),(33577,2094,'_wpsc_billing_region',''),(33576,2094,'_wpsc_shipping_region',''),(33575,2094,'_wpsc_billing_country',''),(33574,2094,'_wpsc_shipping_country',''),(33573,2094,'_wpsc_last_active','1400604726'),(33572,2094,'wp_user_level','0'),(33571,2094,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33570,2094,'show_admin_bar_front','true'),(33569,2094,'use_ssl','0'),(33568,2094,'admin_color','fresh'),(33567,2094,'comment_shortcuts','false'),(33566,2094,'rich_editing','true'),(33565,2094,'description',''),(33564,2094,'nickname','_2azq92rA'),(33563,2094,'last_name',''),(33562,2094,'first_name',''),(33561,2093,'_wpsc_billing_region',''),(33560,2093,'_wpsc_shipping_region',''),(33559,2093,'_wpsc_billing_country',''),(33558,2093,'_wpsc_shipping_country',''),(33557,2093,'_wpsc_last_active','1400604704'),(33556,2093,'wp_user_level','0'),(33555,2093,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33554,2093,'show_admin_bar_front','true'),(33553,2093,'use_ssl','0'),(33552,2093,'admin_color','fresh'),(33551,2093,'comment_shortcuts','false'),(33550,2093,'rich_editing','true'),(33549,2093,'description',''),(33548,2093,'nickname','_lgztlLeF'),(33547,2093,'last_name',''),(33546,2093,'first_name',''),(33545,2092,'_wpsc_billing_region',''),(33544,2092,'_wpsc_shipping_region',''),(33543,2092,'_wpsc_billing_country',''),(33542,2092,'_wpsc_shipping_country',''),(33541,2092,'_wpsc_last_active','1400604697'),(33540,2092,'wp_user_level','0'),(33539,2092,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33538,2092,'show_admin_bar_front','true'),(33537,2092,'use_ssl','0'),(33536,2092,'admin_color','fresh'),(33535,2092,'comment_shortcuts','false'),(33534,2092,'rich_editing','true'),(33533,2092,'description',''),(33532,2092,'nickname','_TfQgvHJ4'),(33531,2092,'last_name',''),(33530,2092,'first_name',''),(33529,2091,'_wpsc_billing_region',''),(33528,2091,'_wpsc_shipping_region',''),(33527,2091,'_wpsc_billing_country',''),(33526,2091,'_wpsc_shipping_country',''),(33525,2091,'_wpsc_last_active','1400604644'),(33524,2091,'wp_user_level','0'),(33523,2091,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33522,2091,'show_admin_bar_front','true'),(33521,2091,'use_ssl','0'),(33520,2091,'admin_color','fresh'),(33519,2091,'comment_shortcuts','false'),(33518,2091,'rich_editing','true'),(33517,2091,'description',''),(33516,2091,'nickname','_6d5hM0eY'),(33515,2091,'last_name',''),(33514,2091,'first_name',''),(33513,2090,'_wpsc_billing_region',''),(33512,2090,'_wpsc_shipping_region',''),(33511,2090,'_wpsc_billing_country',''),(33510,2090,'_wpsc_shipping_country',''),(33509,2090,'_wpsc_last_active','1400604635'),(33508,2090,'wp_user_level','0'),(33507,2090,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33506,2090,'show_admin_bar_front','true'),(33505,2090,'use_ssl','0'),(33504,2090,'admin_color','fresh'),(33503,2090,'comment_shortcuts','false'),(33502,2090,'rich_editing','true'),(33501,2090,'description',''),(33500,2090,'nickname','_tYCKDBAN'),(33499,2090,'last_name',''),(33498,2090,'first_name',''),(33497,2089,'_wpsc_billing_region',''),(33496,2089,'_wpsc_shipping_region',''),(33495,2089,'_wpsc_billing_country',''),(33494,2089,'_wpsc_shipping_country',''),(33493,2089,'_wpsc_last_active','1400604627'),(33492,2089,'wp_user_level','0'),(33491,2089,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33490,2089,'show_admin_bar_front','true'),(33489,2089,'use_ssl','0'),(33488,2089,'admin_color','fresh'),(33487,2089,'comment_shortcuts','false'),(33486,2089,'rich_editing','true'),(33485,2089,'description',''),(33484,2089,'nickname','_rZtot3bE'),(33483,2089,'last_name',''),(33482,2089,'first_name',''),(33481,2088,'_wpsc_billing_region',''),(33480,2088,'_wpsc_shipping_region',''),(33479,2088,'_wpsc_billing_country',''),(33478,2088,'_wpsc_shipping_country',''),(33477,2088,'_wpsc_last_active','1400604616'),(33476,2088,'wp_user_level','0'),(33475,2088,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33474,2088,'show_admin_bar_front','true'),(33473,2088,'use_ssl','0'),(33472,2088,'admin_color','fresh'),(33471,2088,'comment_shortcuts','false'),(33470,2088,'rich_editing','true'),(33469,2088,'description',''),(33468,2088,'nickname','_oHKo7ZPt'),(33467,2088,'last_name',''),(33466,2088,'first_name',''),(33465,2087,'_wpsc_billing_region',''),(33464,2087,'_wpsc_shipping_region',''),(33463,2087,'_wpsc_billing_country',''),(33462,2087,'_wpsc_shipping_country',''),(33461,2087,'_wpsc_last_active','1400604606'),(33460,2087,'wp_user_level','0'),(33459,2087,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33458,2087,'show_admin_bar_front','true'),(33457,2087,'use_ssl','0'),(33456,2087,'admin_color','fresh'),(33455,2087,'comment_shortcuts','false'),(33454,2087,'rich_editing','true'),(33453,2087,'description',''),(33452,2087,'nickname','_Rdx7MUVu'),(33451,2087,'last_name',''),(33450,2087,'first_name',''),(33449,2086,'_wpsc_billing_region',''),(33448,2086,'_wpsc_shipping_region',''),(33447,2086,'_wpsc_billing_country',''),(33446,2086,'_wpsc_shipping_country',''),(33445,2086,'_wpsc_last_active','1400604570'),(33444,2086,'wp_user_level','0'),(33443,2086,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33442,2086,'show_admin_bar_front','true'),(33441,2086,'use_ssl','0'),(33440,2086,'admin_color','fresh'),(33439,2086,'comment_shortcuts','false'),(33438,2086,'rich_editing','true'),(33437,2086,'description',''),(33436,2086,'nickname','_yMoCm8Di'),(33435,2086,'last_name',''),(33434,2086,'first_name',''),(33433,2085,'_wpsc_billing_region',''),(33432,2085,'_wpsc_shipping_region',''),(33431,2085,'_wpsc_billing_country',''),(33430,2085,'_wpsc_shipping_country',''),(33429,2085,'_wpsc_last_active','1400604545'),(33428,2085,'wp_user_level','0'),(33427,2085,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33426,2085,'show_admin_bar_front','true'),(33425,2085,'use_ssl','0'),(33424,2085,'admin_color','fresh'),(33423,2085,'comment_shortcuts','false'),(33422,2085,'rich_editing','true'),(33421,2085,'description',''),(33420,2085,'nickname','_BNvuxKgk'),(33419,2085,'last_name',''),(33418,2085,'first_name',''),(33417,2084,'_wpsc_billing_region',''),(33416,2084,'_wpsc_shipping_region',''),(33415,2084,'_wpsc_billing_country',''),(33414,2084,'_wpsc_shipping_country',''),(33413,2084,'_wpsc_last_active','1400604544'),(33412,2084,'wp_user_level','0'),(33411,2084,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33410,2084,'show_admin_bar_front','true'),(33409,2084,'use_ssl','0'),(33408,2084,'admin_color','fresh'),(33407,2084,'comment_shortcuts','false'),(33406,2084,'rich_editing','true'),(33405,2084,'description',''),(33404,2084,'nickname','_XyWwOpgx'),(33403,2084,'last_name',''),(33402,2084,'first_name',''),(33401,2083,'_wpsc_billing_region',''),(33400,2083,'_wpsc_shipping_region',''),(33399,2083,'_wpsc_billing_country',''),(33398,2083,'_wpsc_shipping_country',''),(33397,2083,'_wpsc_last_active','1400604510'),(33396,2083,'wp_user_level','0'),(33395,2083,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33394,2083,'show_admin_bar_front','true'),(33393,2083,'use_ssl','0'),(33392,2083,'admin_color','fresh'),(33391,2083,'comment_shortcuts','false'),(33390,2083,'rich_editing','true'),(33389,2083,'description',''),(33388,2083,'nickname','_fWO2bcRH'),(33387,2083,'last_name',''),(33386,2083,'first_name',''),(33385,2082,'_wpsc_billing_region',''),(33384,2082,'_wpsc_shipping_region',''),(33383,2082,'_wpsc_billing_country',''),(33382,2082,'_wpsc_shipping_country',''),(33381,2082,'_wpsc_last_active','1400604485'),(33380,2082,'wp_user_level','0'),(33379,2082,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33378,2082,'show_admin_bar_front','true'),(33377,2082,'use_ssl','0'),(33376,2082,'admin_color','fresh'),(33375,2082,'comment_shortcuts','false'),(33374,2082,'rich_editing','true'),(33373,2082,'description',''),(33372,2082,'nickname','_vgBVXCoD'),(33371,2082,'last_name',''),(33370,2082,'first_name',''),(33369,2081,'_wpsc_billing_region',''),(33368,2081,'_wpsc_shipping_region',''),(33367,2081,'_wpsc_billing_country',''),(33366,2081,'_wpsc_shipping_country',''),(33365,2081,'_wpsc_last_active','1400604450'),(33364,2081,'wp_user_level','0'),(33363,2081,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33362,2081,'show_admin_bar_front','true'),(33361,2081,'use_ssl','0'),(33360,2081,'admin_color','fresh'),(33359,2081,'comment_shortcuts','false'),(33358,2081,'rich_editing','true'),(33357,2081,'description',''),(33356,2081,'nickname','_bBbxHdss'),(33355,2081,'last_name',''),(33354,2081,'first_name',''),(33353,2080,'_wpsc_billing_region',''),(33352,2080,'_wpsc_shipping_region',''),(33351,2080,'_wpsc_billing_country',''),(33350,2080,'_wpsc_shipping_country',''),(33349,2080,'_wpsc_last_active','1400604425'),(33348,2080,'wp_user_level','0'),(33347,2080,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33346,2080,'show_admin_bar_front','true'),(33345,2080,'use_ssl','0'),(33344,2080,'admin_color','fresh'),(33343,2080,'comment_shortcuts','false'),(33342,2080,'rich_editing','true'),(33341,2080,'description',''),(33340,2080,'nickname','_gqDPKY3q'),(33339,2080,'last_name',''),(33338,2080,'first_name',''),(33337,2079,'_wpsc_billing_region',''),(33336,2079,'_wpsc_shipping_region',''),(33335,2079,'_wpsc_billing_country',''),(33334,2079,'_wpsc_shipping_country',''),(33333,2079,'_wpsc_last_active','1400604424'),(33332,2079,'wp_user_level','0'),(33331,2079,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33330,2079,'show_admin_bar_front','true'),(33329,2079,'use_ssl','0'),(33328,2079,'admin_color','fresh'),(33327,2079,'comment_shortcuts','false'),(33326,2079,'rich_editing','true'),(33325,2079,'description',''),(33324,2079,'nickname','_LLdgT94u'),(33323,2079,'last_name',''),(33322,2079,'first_name',''),(33321,2078,'_wpsc_billing_region',''),(33320,2078,'_wpsc_shipping_region',''),(33319,2078,'_wpsc_billing_country',''),(33318,2078,'_wpsc_shipping_country',''),(33317,2078,'_wpsc_last_active','1400604390'),(33316,2078,'wp_user_level','0'),(33315,2078,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33314,2078,'show_admin_bar_front','true'),(33313,2078,'use_ssl','0'),(33312,2078,'admin_color','fresh'),(33311,2078,'comment_shortcuts','false'),(33310,2078,'rich_editing','true'),(33309,2078,'description',''),(33308,2078,'nickname','_tqCDtrkr'),(33307,2078,'last_name',''),(33306,2078,'first_name',''),(33305,2077,'_wpsc_billing_region',''),(33304,2077,'_wpsc_shipping_region',''),(33303,2077,'_wpsc_billing_country',''),(33302,2077,'_wpsc_shipping_country',''),(33301,2077,'_wpsc_last_active','1400604365'),(33300,2077,'wp_user_level','0'),(33299,2077,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33298,2077,'show_admin_bar_front','true'),(33297,2077,'use_ssl','0'),(33296,2077,'admin_color','fresh'),(33295,2077,'comment_shortcuts','false'),(33294,2077,'rich_editing','true'),(33293,2077,'description',''),(33292,2077,'nickname','_DAkxhXnI'),(33291,2077,'last_name',''),(33290,2077,'first_name',''),(33289,2076,'_wpsc_billing_region',''),(33288,2076,'_wpsc_shipping_region',''),(33287,2076,'_wpsc_billing_country',''),(33286,2076,'_wpsc_shipping_country',''),(33285,2076,'_wpsc_last_active','1400604330'),(33284,2076,'wp_user_level','0'),(33283,2076,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33282,2076,'show_admin_bar_front','true'),(33281,2076,'use_ssl','0'),(33280,2076,'admin_color','fresh'),(33279,2076,'comment_shortcuts','false'),(33278,2076,'rich_editing','true'),(33277,2076,'description',''),(33276,2076,'nickname','_nEs3TNni'),(33275,2076,'last_name',''),(33274,2076,'first_name',''),(33273,2075,'_wpsc_billing_region',''),(33272,2075,'_wpsc_shipping_region',''),(33271,2075,'_wpsc_billing_country',''),(33270,2075,'_wpsc_shipping_country',''),(33269,2075,'_wpsc_last_active','1400604305'),(33268,2075,'wp_user_level','0'),(33267,2075,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33266,2075,'show_admin_bar_front','true'),(33265,2075,'use_ssl','0'),(33264,2075,'admin_color','fresh'),(33263,2075,'comment_shortcuts','false'),(33262,2075,'rich_editing','true'),(33261,2075,'description',''),(33260,2075,'nickname','_iILq2UZg'),(33259,2075,'last_name',''),(33258,2075,'first_name',''),(33257,2074,'_wpsc_billing_region',''),(33256,2074,'_wpsc_shipping_region',''),(33255,2074,'_wpsc_billing_country',''),(33254,2074,'_wpsc_shipping_country',''),(33253,2074,'_wpsc_last_active','1400604304'),(33252,2074,'wp_user_level','0'),(33251,2074,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33250,2074,'show_admin_bar_front','true'),(33249,2074,'use_ssl','0'),(33248,2074,'admin_color','fresh'),(33247,2074,'comment_shortcuts','false'),(33246,2074,'rich_editing','true'),(33245,2074,'description',''),(33244,2074,'nickname','_vHWlapLA'),(33243,2074,'last_name',''),(33242,2074,'first_name',''),(33241,2073,'_wpsc_billing_region',''),(33240,2073,'_wpsc_shipping_region',''),(33239,2073,'_wpsc_billing_country',''),(33238,2073,'_wpsc_shipping_country',''),(33237,2073,'_wpsc_last_active','1400604270'),(33236,2073,'wp_user_level','0'),(33235,2073,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33234,2073,'show_admin_bar_front','true'),(33233,2073,'use_ssl','0'),(33232,2073,'admin_color','fresh'),(33231,2073,'comment_shortcuts','false'),(33230,2073,'rich_editing','true'),(33229,2073,'description',''),(33228,2073,'nickname','_L0SvO5xG'),(33227,2073,'last_name',''),(33226,2073,'first_name',''),(33225,2072,'_wpsc_billing_region',''),(33224,2072,'_wpsc_shipping_region',''),(33223,2072,'_wpsc_billing_country',''),(33222,2072,'_wpsc_shipping_country',''),(33221,2072,'_wpsc_last_active','1400604245'),(33220,2072,'wp_user_level','0'),(33219,2072,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33218,2072,'show_admin_bar_front','true'),(33217,2072,'use_ssl','0'),(33216,2072,'admin_color','fresh'),(33215,2072,'comment_shortcuts','false'),(33214,2072,'rich_editing','true'),(33213,2072,'description',''),(33212,2072,'nickname','_fpkHsBq3'),(33211,2072,'last_name',''),(33210,2072,'first_name',''),(33209,2071,'_wpsc_billing_region',''),(33208,2071,'_wpsc_shipping_region',''),(33207,2071,'_wpsc_billing_country',''),(33206,2071,'_wpsc_shipping_country',''),(33205,2071,'_wpsc_last_active','1400604244'),(33204,2071,'wp_user_level','0'),(33203,2071,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33202,2071,'show_admin_bar_front','true'),(33201,2071,'use_ssl','0'),(33200,2071,'admin_color','fresh'),(33199,2071,'comment_shortcuts','false'),(33198,2071,'rich_editing','true'),(33197,2071,'description',''),(33196,2071,'nickname','_SyP4MRJ7'),(33195,2071,'last_name',''),(33194,2071,'first_name',''),(33193,2070,'_wpsc_billing_region',''),(33192,2070,'_wpsc_shipping_region',''),(33191,2070,'_wpsc_billing_country',''),(33190,2070,'_wpsc_shipping_country',''),(33189,2070,'_wpsc_last_active','1400604150'),(33188,2070,'wp_user_level','0'),(33187,2070,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33186,2070,'show_admin_bar_front','true'),(33185,2070,'use_ssl','0'),(33184,2070,'admin_color','fresh'),(33183,2070,'comment_shortcuts','false'),(33182,2070,'rich_editing','true'),(33181,2070,'description',''),(33180,2070,'nickname','_smi7Eaxw'),(33179,2070,'last_name',''),(33178,2070,'first_name',''),(33177,2069,'_wpsc_billing_region',''),(33176,2069,'_wpsc_shipping_region',''),(33175,2069,'_wpsc_billing_country',''),(33174,2069,'_wpsc_shipping_country',''),(33173,2069,'_wpsc_last_active','1400604125'),(33172,2069,'wp_user_level','0'),(33171,2069,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33170,2069,'show_admin_bar_front','true'),(33169,2069,'use_ssl','0'),(33168,2069,'admin_color','fresh'),(33167,2069,'comment_shortcuts','false'),(33166,2069,'rich_editing','true'),(33165,2069,'description',''),(33164,2069,'nickname','_0mLkBaTR'),(33163,2069,'last_name',''),(33162,2069,'first_name',''),(33161,2068,'_wpsc_billing_region',''),(33160,2068,'_wpsc_shipping_region',''),(33159,2068,'_wpsc_billing_country',''),(33158,2068,'_wpsc_shipping_country',''),(33157,2068,'_wpsc_last_active','1400604124'),(33156,2068,'wp_user_level','0'),(33155,2068,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33154,2068,'show_admin_bar_front','true'),(33153,2068,'use_ssl','0'),(33152,2068,'admin_color','fresh'),(33151,2068,'comment_shortcuts','false'),(33150,2068,'rich_editing','true'),(33149,2068,'description',''),(33148,2068,'nickname','_IExEFpAq'),(33147,2068,'last_name',''),(33146,2068,'first_name',''),(33145,2067,'_wpsc_billing_region',''),(33144,2067,'_wpsc_shipping_region',''),(33143,2067,'_wpsc_billing_country',''),(33142,2067,'_wpsc_shipping_country',''),(33141,2067,'_wpsc_last_active','1400604030'),(33140,2067,'wp_user_level','0'),(33139,2067,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33138,2067,'show_admin_bar_front','true'),(33137,2067,'use_ssl','0'),(33136,2067,'admin_color','fresh'),(33135,2067,'comment_shortcuts','false'),(33134,2067,'rich_editing','true'),(33133,2067,'description',''),(33132,2067,'nickname','_pAU37dWN'),(33131,2067,'last_name',''),(33130,2067,'first_name',''),(33129,2066,'_wpsc_billing_region',''),(33128,2066,'_wpsc_shipping_region',''),(33127,2066,'_wpsc_billing_country',''),(33126,2066,'_wpsc_shipping_country',''),(33125,2066,'_wpsc_last_active','1400604005'),(33124,2066,'wp_user_level','0'),(33123,2066,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33122,2066,'show_admin_bar_front','true'),(33121,2066,'use_ssl','0'),(33120,2066,'admin_color','fresh'),(33119,2066,'comment_shortcuts','false'),(33118,2066,'rich_editing','true'),(33117,2066,'description',''),(33116,2066,'nickname','_4MLo9WW3'),(33115,2066,'last_name',''),(33114,2066,'first_name',''),(33113,2065,'_wpsc_billing_region',''),(33112,2065,'_wpsc_shipping_region',''),(33111,2065,'_wpsc_billing_country',''),(33110,2065,'_wpsc_shipping_country',''),(33109,2065,'_wpsc_last_active','1400604004'),(33108,2065,'wp_user_level','0'),(33107,2065,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33106,2065,'show_admin_bar_front','true'),(33105,2065,'use_ssl','0'),(33104,2065,'admin_color','fresh'),(33103,2065,'comment_shortcuts','false'),(33102,2065,'rich_editing','true'),(33101,2065,'description',''),(33100,2065,'nickname','_HPKcLk05'),(33099,2065,'last_name',''),(33098,2065,'first_name',''),(33097,2064,'_wpsc_billing_region',''),(33096,2064,'_wpsc_shipping_region',''),(33095,2064,'_wpsc_billing_country',''),(33094,2064,'_wpsc_shipping_country',''),(33093,2064,'_wpsc_last_active','1400603944'),(33092,2064,'wp_user_level','0'),(33091,2064,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33090,2064,'show_admin_bar_front','true'),(33089,2064,'use_ssl','0'),(33088,2064,'admin_color','fresh'),(33087,2064,'comment_shortcuts','false'),(33086,2064,'rich_editing','true'),(33085,2064,'description',''),(33084,2064,'nickname','_Zz5Z3OkD'),(33083,2064,'last_name',''),(33082,2064,'first_name',''),(33081,2063,'_wpsc_billing_region',''),(33080,2063,'_wpsc_shipping_region',''),(33079,2063,'_wpsc_billing_country',''),(33078,2063,'_wpsc_shipping_country',''),(33077,2063,'_wpsc_last_active','1400603910'),(33076,2063,'wp_user_level','0'),(33075,2063,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33074,2063,'show_admin_bar_front','true'),(33073,2063,'use_ssl','0'),(33072,2063,'admin_color','fresh'),(33071,2063,'comment_shortcuts','false'),(33070,2063,'rich_editing','true'),(33069,2063,'description',''),(33068,2063,'nickname','_PL1fXquZ'),(33067,2063,'last_name',''),(33066,2063,'first_name',''),(33065,2062,'_wpsc_billing_region',''),(33064,2062,'_wpsc_shipping_region',''),(33063,2062,'_wpsc_billing_country',''),(33062,2062,'_wpsc_shipping_country',''),(33061,2062,'_wpsc_last_active','1400603885'),(33060,2062,'wp_user_level','0'),(33059,2062,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33058,2062,'show_admin_bar_front','true'),(33057,2062,'use_ssl','0'),(33056,2062,'admin_color','fresh'),(33055,2062,'comment_shortcuts','false'),(33054,2062,'rich_editing','true'),(33053,2062,'description',''),(33052,2062,'nickname','_WXNEcT8S'),(33051,2062,'last_name',''),(33050,2062,'first_name',''),(33049,2061,'_wpsc_billing_region',''),(33048,2061,'_wpsc_shipping_region',''),(33047,2061,'_wpsc_billing_country',''),(33046,2061,'_wpsc_shipping_country',''),(33045,2061,'_wpsc_last_active','1400603884'),(33044,2061,'wp_user_level','0'),(33043,2061,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33042,2061,'show_admin_bar_front','true'),(33041,2061,'use_ssl','0'),(33040,2061,'admin_color','fresh'),(33039,2061,'comment_shortcuts','false'),(33038,2061,'rich_editing','true'),(33037,2061,'description',''),(33036,2061,'nickname','_i9YPLnnm'),(33035,2061,'last_name',''),(33034,2061,'first_name',''),(33033,2060,'_wpsc_billing_region',''),(33032,2060,'_wpsc_shipping_region',''),(33031,2060,'_wpsc_billing_country',''),(33030,2060,'_wpsc_shipping_country',''),(33029,2060,'_wpsc_last_active','1400603850'),(33028,2060,'wp_user_level','0'),(33027,2060,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33026,2060,'show_admin_bar_front','true'),(33025,2060,'use_ssl','0'),(33024,2060,'admin_color','fresh'),(33023,2060,'comment_shortcuts','false'),(33022,2060,'rich_editing','true'),(33021,2060,'description',''),(33020,2060,'nickname','_D9SVhCNr'),(33019,2060,'last_name',''),(33018,2060,'first_name',''),(33017,2059,'_wpsc_billing_region',''),(33016,2059,'_wpsc_shipping_region',''),(33015,2059,'_wpsc_billing_country',''),(33014,2059,'_wpsc_shipping_country',''),(33013,2059,'_wpsc_last_active','1400603824'),(33012,2059,'wp_user_level','0'),(33011,2059,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(33010,2059,'show_admin_bar_front','true'),(33009,2059,'use_ssl','0'),(33008,2059,'admin_color','fresh'),(33007,2059,'comment_shortcuts','false'),(33006,2059,'rich_editing','true'),(33005,2059,'description',''),(33004,2059,'nickname','_NEus1MXa'),(33003,2059,'last_name',''),(33002,2059,'first_name',''),(33001,2058,'_wpsc_billing_region',''),(33000,2058,'_wpsc_shipping_region',''),(32999,2058,'_wpsc_billing_country',''),(32998,2058,'_wpsc_shipping_country',''),(32997,2058,'_wpsc_last_active','1400603790'),(32996,2058,'wp_user_level','0'),(32995,2058,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32994,2058,'show_admin_bar_front','true'),(32993,2058,'use_ssl','0'),(32992,2058,'admin_color','fresh'),(32991,2058,'comment_shortcuts','false'),(32990,2058,'rich_editing','true'),(32989,2058,'description',''),(32988,2058,'nickname','_3yh0V0il'),(32987,2058,'last_name',''),(32986,2058,'first_name',''),(32985,2057,'_wpsc_billing_region',''),(32984,2057,'_wpsc_shipping_region',''),(32983,2057,'_wpsc_billing_country',''),(32982,2057,'_wpsc_shipping_country',''),(32981,2057,'_wpsc_last_active','1400603765'),(32980,2057,'wp_user_level','0'),(32979,2057,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32978,2057,'show_admin_bar_front','true'),(32977,2057,'use_ssl','0'),(32976,2057,'admin_color','fresh'),(32975,2057,'comment_shortcuts','false'),(32974,2057,'rich_editing','true'),(32973,2057,'description',''),(32972,2057,'nickname','_ghyCMRhN'),(32971,2057,'last_name',''),(32970,2057,'first_name',''),(32969,2056,'_wpsc_billing_region',''),(32968,2056,'_wpsc_shipping_region',''),(32967,2056,'_wpsc_billing_country',''),(32966,2056,'_wpsc_shipping_country',''),(32965,2056,'_wpsc_last_active','1400603764'),(32964,2056,'wp_user_level','0'),(32963,2056,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32962,2056,'show_admin_bar_front','true'),(32961,2056,'use_ssl','0'),(32960,2056,'admin_color','fresh'),(32959,2056,'comment_shortcuts','false'),(32958,2056,'rich_editing','true'),(32957,2056,'description',''),(32956,2056,'nickname','_IRf2Ajne'),(32955,2056,'last_name',''),(32954,2056,'first_name',''),(32953,2055,'_wpsc_billing_region',''),(32952,2055,'_wpsc_shipping_region',''),(32951,2055,'_wpsc_billing_country',''),(32950,2055,'_wpsc_shipping_country',''),(32949,2055,'_wpsc_last_active','1400603730'),(32948,2055,'wp_user_level','0'),(32947,2055,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32946,2055,'show_admin_bar_front','true'),(32945,2055,'use_ssl','0'),(32944,2055,'admin_color','fresh'),(32943,2055,'comment_shortcuts','false'),(32942,2055,'rich_editing','true'),(32941,2055,'description',''),(32940,2055,'nickname','_m996cjqT'),(32939,2055,'last_name',''),(32938,2055,'first_name',''),(32937,2054,'_wpsc_billing_region',''),(32936,2054,'_wpsc_shipping_region',''),(32935,2054,'_wpsc_billing_country',''),(32934,2054,'_wpsc_shipping_country',''),(32933,2054,'_wpsc_last_active','1400603704'),(32932,2054,'wp_user_level','0'),(32931,2054,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32930,2054,'show_admin_bar_front','true'),(32929,2054,'use_ssl','0'),(32928,2054,'admin_color','fresh'),(32927,2054,'comment_shortcuts','false'),(32926,2054,'rich_editing','true'),(32925,2054,'description',''),(32924,2054,'nickname','_803Gyimh'),(32923,2054,'last_name',''),(32922,2054,'first_name',''),(32921,2053,'_wpsc_billing_region',''),(32920,2053,'_wpsc_shipping_region',''),(32919,2053,'_wpsc_billing_country',''),(32918,2053,'_wpsc_shipping_country',''),(32917,2053,'_wpsc_last_active','1400603670'),(32916,2053,'wp_user_level','0'),(32915,2053,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32914,2053,'show_admin_bar_front','true'),(32913,2053,'use_ssl','0'),(32912,2053,'admin_color','fresh'),(32911,2053,'comment_shortcuts','false'),(32910,2053,'rich_editing','true'),(32909,2053,'description',''),(32908,2053,'nickname','_tq6kEyBo'),(32907,2053,'last_name',''),(32906,2053,'first_name',''),(32905,2052,'_wpsc_billing_region',''),(32904,2052,'_wpsc_shipping_region',''),(32903,2052,'_wpsc_billing_country',''),(32902,2052,'_wpsc_shipping_country',''),(32901,2052,'_wpsc_last_active','1400603644'),(32900,2052,'wp_user_level','0'),(32899,2052,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32898,2052,'show_admin_bar_front','true'),(32897,2052,'use_ssl','0'),(32896,2052,'admin_color','fresh'),(32895,2052,'comment_shortcuts','false'),(32894,2052,'rich_editing','true'),(32893,2052,'description',''),(32892,2052,'nickname','_CKH9oRg8'),(32891,2052,'last_name',''),(32890,2052,'first_name',''),(32889,2051,'_wpsc_billing_region',''),(32888,2051,'_wpsc_shipping_region',''),(32887,2051,'_wpsc_billing_country',''),(32886,2051,'_wpsc_shipping_country',''),(32885,2051,'_wpsc_last_active','1400603642'),(32884,2051,'wp_user_level','0'),(32883,2051,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32882,2051,'show_admin_bar_front','true'),(32881,2051,'use_ssl','0'),(32880,2051,'admin_color','fresh'),(32879,2051,'comment_shortcuts','false'),(32878,2051,'rich_editing','true'),(32877,2051,'description',''),(32876,2051,'nickname','_gBlDUEvu'),(32875,2051,'last_name',''),(32874,2051,'first_name',''),(32873,2050,'_wpsc_billing_region',''),(32872,2050,'_wpsc_shipping_region',''),(32871,2050,'_wpsc_billing_country',''),(32870,2050,'_wpsc_shipping_country',''),(32869,2050,'_wpsc_last_active','1400603633'),(32868,2050,'wp_user_level','0'),(32867,2050,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32866,2050,'show_admin_bar_front','true'),(32865,2050,'use_ssl','0'),(32864,2050,'admin_color','fresh'),(32863,2050,'comment_shortcuts','false'),(32862,2050,'rich_editing','true'),(32861,2050,'description',''),(32860,2050,'nickname','_2SunLl5D'),(32859,2050,'last_name',''),(32858,2050,'first_name',''),(32857,2049,'_wpsc_billing_region',''),(32856,2049,'_wpsc_shipping_region',''),(32855,2049,'_wpsc_billing_country',''),(32854,2049,'_wpsc_shipping_country',''),(32853,2049,'_wpsc_last_active','1400603632'),(32852,2049,'wp_user_level','0'),(32851,2049,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32850,2049,'show_admin_bar_front','true'),(32849,2049,'use_ssl','0'),(32848,2049,'admin_color','fresh'),(32847,2049,'comment_shortcuts','false'),(32846,2049,'rich_editing','true'),(32845,2049,'description',''),(32844,2049,'nickname','_FmHVCana'),(32843,2049,'last_name',''),(32842,2049,'first_name',''),(32841,2048,'_wpsc_billing_region',''),(32840,2048,'_wpsc_shipping_region',''),(32839,2048,'_wpsc_billing_country',''),(32838,2048,'_wpsc_shipping_country',''),(32837,2048,'_wpsc_last_active','1400603615'),(32836,2048,'wp_user_level','0'),(32835,2048,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32834,2048,'show_admin_bar_front','true'),(32833,2048,'use_ssl','0'),(32832,2048,'admin_color','fresh'),(32831,2048,'comment_shortcuts','false'),(32830,2048,'rich_editing','true'),(32829,2048,'description',''),(32828,2048,'nickname','_G6SGAUsr'),(32827,2048,'last_name',''),(32826,2048,'first_name',''),(32825,2047,'_wpsc_billing_region',''),(32824,2047,'_wpsc_shipping_region',''),(32823,2047,'_wpsc_billing_country',''),(32822,2047,'_wpsc_shipping_country',''),(32821,2047,'_wpsc_last_active','1400603609'),(32820,2047,'wp_user_level','0'),(32819,2047,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32818,2047,'show_admin_bar_front','true'),(32817,2047,'use_ssl','0'),(32816,2047,'admin_color','fresh'),(32815,2047,'comment_shortcuts','false'),(32814,2047,'rich_editing','true'),(32813,2047,'description',''),(32812,2047,'nickname','_SC7kIaWL'),(32811,2047,'last_name',''),(32810,2047,'first_name',''),(32809,2046,'_wpsc_billing_region',''),(32808,2046,'_wpsc_shipping_region',''),(32807,2046,'_wpsc_billing_country',''),(32806,2046,'_wpsc_shipping_country',''),(32805,2046,'_wpsc_last_active','1400603583'),(32804,2046,'wp_user_level','0'),(32803,2046,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32802,2046,'show_admin_bar_front','true'),(32801,2046,'use_ssl','0'),(32800,2046,'admin_color','fresh'),(32799,2046,'comment_shortcuts','false'),(32798,2046,'rich_editing','true'),(32797,2046,'description',''),(32796,2046,'nickname','_MlGQzd6G'),(32795,2046,'last_name',''),(32794,2046,'first_name',''),(32793,2045,'_wpsc_billing_region',''),(32792,2045,'_wpsc_shipping_region',''),(32791,2045,'_wpsc_billing_country',''),(32790,2045,'_wpsc_shipping_country',''),(32789,2045,'_wpsc_last_active','1400603582'),(32788,2045,'wp_user_level','0'),(32787,2045,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32786,2045,'show_admin_bar_front','true'),(32785,2045,'use_ssl','0'),(32783,2045,'comment_shortcuts','false'),(32784,2045,'admin_color','fresh'),(36826,2298,'first_name',''),(36825,2297,'_wpsc_billing_region',''),(36823,2297,'_wpsc_billing_country',''),(36824,2297,'_wpsc_shipping_region',''),(36820,2297,'wp_user_level','0'),(36822,2297,'_wpsc_shipping_country',''),(36821,2297,'_wpsc_last_active','1400607945'),(37139,2317,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37138,2317,'show_admin_bar_front','true'),(28005,1746,'_wpsc_last_active','1400600603'),(28004,1746,'wp_user_level','0'),(28003,1746,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(28001,1746,'use_ssl','0'),(28002,1746,'show_admin_bar_front','true'),(27981,1745,'description',''),(27982,1745,'rich_editing','true'),(27983,1745,'comment_shortcuts','false'),(27984,1745,'admin_color','fresh'),(27985,1745,'use_ssl','0'),(27986,1745,'show_admin_bar_front','true'),(27987,1745,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27988,1745,'wp_user_level','0'),(27989,1745,'_wpsc_last_active','1400600588'),(27990,1745,'_wpsc_shipping_country',''),(27991,1745,'_wpsc_billing_country',''),(27992,1745,'_wpsc_shipping_region',''),(27993,1745,'_wpsc_billing_region',''),(27994,1746,'first_name',''),(27995,1746,'last_name',''),(27996,1746,'nickname','_jq6DdbtP'),(27997,1746,'description',''),(27998,1746,'rich_editing','true'),(27999,1746,'comment_shortcuts','false'),(10771,3,'_wpsc_cart','Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtiOjA7czoxNjoic2VsZWN0ZWRfY291bnRyeSI7YjowO3M6MTU6ImRlbGl2ZXJ5X3JlZ2lvbiI7YjowO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7YjowO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX21ldGhvZCI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19vcHRpb24iO047czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfYW1vdW50IjtOO3M6NjoiY291cG9uIjtOO3M6MTQ6InRheF9wZXJjZW50YWdlIjtOO3M6OToidW5pcXVlX2lkIjtzOjQwOiIzNzhhMzBjOGRkOTE2M2ZjODFmZGY3MjFkM2M4MGY0ZmM2ZGM5NjcxIjtzOjY6ImVycm9ycyI7YTowOnt9czo5OiJ0b3RhbF90YXgiO047czoxMzoiYmFzZV9zaGlwcGluZyI7TjtzOjE5OiJ0b3RhbF9pdGVtX3NoaXBwaW5nIjtOO3M6MTQ6InRvdGFsX3NoaXBwaW5nIjtOO3M6ODoic3VidG90YWwiO047czoxMToidG90YWxfcHJpY2UiO047czoxMzoidXNlc19zaGlwcGluZyI7TjtzOjEzOiJpc19pbmNvbXBsZXRlIjtiOjE7czoxMDoiY2FydF9pdGVtcyI7YTowOnt9czo5OiJjYXJ0X2l0ZW0iO047czoxNToiY2FydF9pdGVtX2NvdW50IjtpOjA7czoxNzoiY3VycmVudF9jYXJ0X2l0ZW0iO2k6LTE7czoxMToiaW5fdGhlX2xvb3AiO2I6MDtzOjE2OiJzaGlwcGluZ19tZXRob2RzIjtiOjA7czoxNToic2hpcHBpbmdfbWV0aG9kIjtOO3M6MjE6InNoaXBwaW5nX21ldGhvZF9jb3VudCI7aToxO3M6MjM6ImN1cnJlbnRfc2hpcHBpbmdfbWV0aG9kIjtpOi0xO3M6MTg6ImluX3RoZV9tZXRob2RfbG9vcCI7YjowO3M6MTU6InNoaXBwaW5nX3F1b3RlcyI7YTowOnt9czoxNDoic2hpcHBpbmdfcXVvdGUiO047czoyMDoic2hpcHBpbmdfcXVvdGVfY291bnQiO2k6MDtzOjIyOiJjdXJyZW50X3NoaXBwaW5nX3F1b3RlIjtpOi0xO3M6MTc6ImluX3RoZV9xdW90ZV9sb29wIjtiOjA7czoxMjoiY291cG9uc19uYW1lIjtzOjA6IiI7czoxNDoiY291cG9uc19hbW91bnQiO2k6MDtzOjE1OiJzaGlwcGluZ19vcHRpb24iO047fQ=='),(32782,2045,'rich_editing','true'),(32780,2045,'nickname','_eeL1R28H'),(32781,2045,'description',''),(32778,2045,'first_name',''),(32779,2045,'last_name',''),(32777,2044,'_wpsc_billing_region',''),(32776,2044,'_wpsc_shipping_region',''),(32775,2044,'_wpsc_billing_country',''),(32774,2044,'_wpsc_shipping_country',''),(32773,2044,'_wpsc_last_active','1400603549'),(32772,2044,'wp_user_level','0'),(32771,2044,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32770,2044,'show_admin_bar_front','true'),(32769,2044,'use_ssl','0'),(32768,2044,'admin_color','fresh'),(32767,2044,'comment_shortcuts','false'),(32766,2044,'rich_editing','true'),(32764,2044,'nickname','_jT8sZGX4'),(32765,2044,'description',''),(32763,2044,'last_name',''),(32762,2044,'first_name',''),(32761,2043,'_wpsc_billing_region',''),(32760,2043,'_wpsc_shipping_region',''),(32759,2043,'_wpsc_billing_country',''),(32758,2043,'_wpsc_shipping_country',''),(32757,2043,'_wpsc_last_active','1400603487'),(32754,2043,'show_admin_bar_front','true'),(32753,2043,'use_ssl','0'),(32752,2043,'admin_color','fresh'),(32751,2043,'comment_shortcuts','false'),(32750,2043,'rich_editing','true'),(32749,2043,'description',''),(32747,2043,'last_name',''),(32748,2043,'nickname','_tDs5l4TW'),(32746,2043,'first_name',''),(32745,2042,'_wpsc_billing_region',''),(32744,2042,'_wpsc_shipping_region',''),(32743,2042,'_wpsc_billing_country',''),(32742,2042,'_wpsc_shipping_country',''),(32741,2042,'_wpsc_last_active','1400603484'),(32337,2017,'use_ssl','0'),(32336,2017,'admin_color','fresh'),(32335,2017,'comment_shortcuts','false'),(32334,2017,'rich_editing','true'),(32333,2017,'description',''),(32332,2017,'nickname','_DPCEUeDS'),(32331,2017,'last_name',''),(32330,2017,'first_name',''),(32329,2016,'_wpsc_billing_region',''),(32328,2016,'_wpsc_shipping_region',''),(32327,2016,'_wpsc_billing_country',''),(32326,2016,'_wpsc_shipping_country',''),(32324,2016,'wp_user_level','0'),(32325,2016,'_wpsc_last_active','1400603255'),(32323,2016,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32322,2016,'show_admin_bar_front','true'),(32321,2016,'use_ssl','0'),(32320,2016,'admin_color','fresh'),(32318,2016,'rich_editing','true'),(32319,2016,'comment_shortcuts','false'),(32317,2016,'description',''),(32316,2016,'nickname','_ssfj9enZ'),(32315,2016,'last_name',''),(32314,2016,'first_name',''),(32313,2015,'_wpsc_billing_region',''),(32312,2015,'_wpsc_shipping_region',''),(32311,2015,'_wpsc_billing_country',''),(32310,2015,'_wpsc_shipping_country',''),(32308,2015,'wp_user_level','0'),(32249,2011,'_wpsc_billing_region',''),(32250,2012,'first_name',''),(32248,2011,'_wpsc_shipping_region',''),(32247,2011,'_wpsc_billing_country',''),(32246,2011,'_wpsc_shipping_country',''),(32244,2011,'wp_user_level','0'),(32245,2011,'_wpsc_last_active','1400603229'),(32243,2011,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32242,2011,'show_admin_bar_front','true'),(32234,2011,'first_name',''),(32235,2011,'last_name',''),(32236,2011,'nickname','_56nKKpcc'),(32237,2011,'description',''),(32238,2011,'rich_editing','true'),(32239,2011,'comment_shortcuts','false'),(32240,2011,'admin_color','fresh'),(32241,2011,'use_ssl','0'),(32233,2010,'_wpsc_billing_region',''),(32231,2010,'_wpsc_billing_country',''),(32232,2010,'_wpsc_shipping_region',''),(32229,2010,'_wpsc_last_active','1400603218'),(32230,2010,'_wpsc_shipping_country',''),(32228,2010,'wp_user_level','0'),(32227,2010,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32226,2010,'show_admin_bar_front','true'),(32225,2010,'use_ssl','0'),(32224,2010,'admin_color','fresh'),(32217,2009,'_wpsc_billing_region',''),(32218,2010,'first_name',''),(32219,2010,'last_name',''),(32220,2010,'nickname','_NLbWKF7e'),(32221,2010,'description',''),(32222,2010,'rich_editing','true'),(32223,2010,'comment_shortcuts','false'),(28000,1746,'admin_color','fresh'),(27943,1742,'_wpsc_billing_country',''),(27944,1742,'_wpsc_shipping_region',''),(27945,1742,'_wpsc_billing_region',''),(27946,1743,'first_name',''),(27947,1743,'last_name',''),(27948,1743,'nickname','_RFGMB9sM'),(27949,1743,'description',''),(27950,1743,'rich_editing','true'),(27951,1743,'comment_shortcuts','false'),(27952,1743,'admin_color','fresh'),(27953,1743,'use_ssl','0'),(27954,1743,'show_admin_bar_front','true'),(27955,1743,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27956,1743,'wp_user_level','0'),(27957,1743,'_wpsc_last_active','1400600558'),(27958,1743,'_wpsc_shipping_country',''),(27959,1743,'_wpsc_billing_country',''),(27960,1743,'_wpsc_shipping_region',''),(27961,1743,'_wpsc_billing_region',''),(27962,1744,'first_name',''),(27963,1744,'last_name',''),(27964,1744,'nickname','_Z6VEdhOk'),(27965,1744,'description',''),(27966,1744,'rich_editing','true'),(27967,1744,'comment_shortcuts','false'),(27968,1744,'admin_color','fresh'),(27969,1744,'use_ssl','0'),(27970,1744,'show_admin_bar_front','true'),(27971,1744,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27972,1744,'wp_user_level','0'),(27973,1744,'_wpsc_last_active','1400600573'),(27974,1744,'_wpsc_shipping_country',''),(27975,1744,'_wpsc_billing_country',''),(27976,1744,'_wpsc_shipping_region',''),(27977,1744,'_wpsc_billing_region',''),(27978,1745,'first_name',''),(27979,1745,'last_name',''),(27980,1745,'nickname','_a6YENlxM'),(27942,1742,'_wpsc_shipping_country',''),(27941,1742,'_wpsc_last_active','1400600543'),(27940,1742,'wp_user_level','0'),(27939,1742,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27937,1742,'use_ssl','0'),(27938,1742,'show_admin_bar_front','true'),(27935,1742,'comment_shortcuts','false'),(27936,1742,'admin_color','fresh'),(27933,1742,'description',''),(27934,1742,'rich_editing','true'),(27932,1742,'nickname','_WpfmHeyR'),(27931,1742,'last_name',''),(27930,1742,'first_name',''),(27929,1741,'_wpsc_billing_region',''),(27928,1741,'_wpsc_shipping_region',''),(27926,1741,'_wpsc_shipping_country',''),(27927,1741,'_wpsc_billing_country',''),(32166,2006,'_wpsc_shipping_country',''),(32165,2006,'_wpsc_last_active','1400603198'),(32164,2006,'wp_user_level','0'),(32163,2006,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32162,2006,'show_admin_bar_front','true'),(32161,2006,'use_ssl','0'),(32160,2006,'admin_color','fresh'),(32159,2006,'comment_shortcuts','false'),(32158,2006,'rich_editing','true'),(32157,2006,'description',''),(32156,2006,'nickname','_BGCXohSA'),(32155,2006,'last_name',''),(32154,2006,'first_name',''),(32153,2005,'_wpsc_billing_region',''),(32152,2005,'_wpsc_shipping_region',''),(32151,2005,'_wpsc_billing_country',''),(32150,2005,'_wpsc_shipping_country',''),(32149,2005,'_wpsc_last_active','1400603197'),(32148,2005,'wp_user_level','0'),(32147,2005,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32146,2005,'show_admin_bar_front','true'),(32145,2005,'use_ssl','0'),(32144,2005,'admin_color','fresh'),(32143,2005,'comment_shortcuts','false'),(32142,2005,'rich_editing','true'),(32141,2005,'description',''),(32140,2005,'nickname','_Shdx8513'),(32139,2005,'last_name',''),(32138,2005,'first_name',''),(32137,2004,'_wpsc_billing_region',''),(32136,2004,'_wpsc_shipping_region',''),(32135,2004,'_wpsc_billing_country',''),(32134,2004,'_wpsc_shipping_country',''),(32133,2004,'_wpsc_last_active','1400603185'),(32132,2004,'wp_user_level','0'),(32131,2004,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32130,2004,'show_admin_bar_front','true'),(32129,2004,'use_ssl','0'),(32128,2004,'admin_color','fresh'),(32127,2004,'comment_shortcuts','false'),(32126,2004,'rich_editing','true'),(32125,2004,'description',''),(32124,2004,'nickname','_KBBC6i8u'),(32123,2004,'last_name',''),(32122,2004,'first_name',''),(32121,2003,'_wpsc_billing_region',''),(32120,2003,'_wpsc_shipping_region',''),(32119,2003,'_wpsc_billing_country',''),(32118,2003,'_wpsc_shipping_country',''),(32117,2003,'_wpsc_last_active','1400603169'),(32116,2003,'wp_user_level','0'),(32115,2003,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32114,2003,'show_admin_bar_front','true'),(32113,2003,'use_ssl','0'),(32112,2003,'admin_color','fresh'),(32111,2003,'comment_shortcuts','false'),(32110,2003,'rich_editing','true'),(32109,2003,'description',''),(32108,2003,'nickname','_OUn1nwxL'),(32107,2003,'last_name',''),(32106,2003,'first_name',''),(32105,2002,'_wpsc_billing_region',''),(32104,2002,'_wpsc_shipping_region',''),(32103,2002,'_wpsc_billing_country',''),(32102,2002,'_wpsc_shipping_country',''),(32101,2002,'_wpsc_last_active','1400603168'),(32100,2002,'wp_user_level','0'),(32099,2002,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32098,2002,'show_admin_bar_front','true'),(32097,2002,'use_ssl','0'),(32096,2002,'admin_color','fresh'),(32095,2002,'comment_shortcuts','false'),(32094,2002,'rich_editing','true'),(32093,2002,'description',''),(32092,2002,'nickname','_o7pjHfNc'),(32091,2002,'last_name',''),(32090,2002,'first_name',''),(32089,2001,'_wpsc_billing_region',''),(32088,2001,'_wpsc_shipping_region',''),(32087,2001,'_wpsc_billing_country',''),(32086,2001,'_wpsc_shipping_country',''),(32085,2001,'_wpsc_last_active','1400603153'),(32084,2001,'wp_user_level','0'),(32083,2001,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32082,2001,'show_admin_bar_front','true'),(32081,2001,'use_ssl','0'),(32080,2001,'admin_color','fresh'),(32079,2001,'comment_shortcuts','false'),(32078,2001,'rich_editing','true'),(32077,2001,'description',''),(32076,2001,'nickname','_P3Y090Ki'),(32075,2001,'last_name',''),(32074,2001,'first_name',''),(32073,2000,'_wpsc_billing_region',''),(32072,2000,'_wpsc_shipping_region',''),(32071,2000,'_wpsc_billing_country',''),(32070,2000,'_wpsc_shipping_country',''),(32069,2000,'_wpsc_last_active','1400603143'),(32068,2000,'wp_user_level','0'),(32067,2000,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32066,2000,'show_admin_bar_front','true'),(32065,2000,'use_ssl','0'),(32064,2000,'admin_color','fresh'),(32063,2000,'comment_shortcuts','false'),(32062,2000,'rich_editing','true'),(32061,2000,'description',''),(32060,2000,'nickname','_l0mvlFY7'),(32059,2000,'last_name',''),(32058,2000,'first_name',''),(32057,1999,'_wpsc_billing_region',''),(32056,1999,'_wpsc_shipping_region',''),(32055,1999,'_wpsc_billing_country',''),(32054,1999,'_wpsc_shipping_country',''),(32053,1999,'_wpsc_last_active','1400603140'),(32052,1999,'wp_user_level','0'),(32051,1999,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32050,1999,'show_admin_bar_front','true'),(32049,1999,'use_ssl','0'),(32048,1999,'admin_color','fresh'),(32047,1999,'comment_shortcuts','false'),(32046,1999,'rich_editing','true'),(32045,1999,'description',''),(32044,1999,'nickname','_3gsEggjo'),(32043,1999,'last_name',''),(32042,1999,'first_name',''),(32041,1998,'_wpsc_billing_region',''),(32040,1998,'_wpsc_shipping_region',''),(32039,1998,'_wpsc_billing_country',''),(32038,1998,'_wpsc_shipping_country',''),(32037,1998,'_wpsc_last_active','1400603139'),(32036,1998,'wp_user_level','0'),(32035,1998,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32034,1998,'show_admin_bar_front','true'),(32033,1998,'use_ssl','0'),(32032,1998,'admin_color','fresh'),(32031,1998,'comment_shortcuts','false'),(32030,1998,'rich_editing','true'),(32029,1998,'description',''),(32028,1998,'nickname','_0YNKtCWP'),(32027,1998,'last_name',''),(32026,1998,'first_name',''),(32025,1997,'_wpsc_billing_region',''),(32024,1997,'_wpsc_shipping_region',''),(32023,1997,'_wpsc_billing_country',''),(32022,1997,'_wpsc_shipping_country',''),(32021,1997,'_wpsc_last_active','1400603122'),(32020,1997,'wp_user_level','0'),(32019,1997,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32018,1997,'show_admin_bar_front','true'),(32017,1997,'use_ssl','0'),(32016,1997,'admin_color','fresh'),(32015,1997,'comment_shortcuts','false'),(32014,1997,'rich_editing','true'),(32013,1997,'description',''),(32012,1997,'nickname','_HmywfcgK'),(32011,1997,'last_name',''),(32010,1997,'first_name',''),(32009,1996,'_wpsc_billing_region',''),(32008,1996,'_wpsc_shipping_region',''),(32007,1996,'_wpsc_billing_country',''),(32006,1996,'_wpsc_shipping_country',''),(32005,1996,'_wpsc_last_active','1400603121'),(32004,1996,'wp_user_level','0'),(32003,1996,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(32002,1996,'show_admin_bar_front','true'),(32001,1996,'use_ssl','0'),(32000,1996,'admin_color','fresh'),(31999,1996,'comment_shortcuts','false'),(31998,1996,'rich_editing','true'),(31997,1996,'description',''),(31996,1996,'nickname','_hOf9fT9O'),(31995,1996,'last_name',''),(31994,1996,'first_name',''),(31993,1995,'_wpsc_billing_region',''),(31992,1995,'_wpsc_shipping_region',''),(31991,1995,'_wpsc_billing_country',''),(31990,1995,'_wpsc_shipping_country',''),(31989,1995,'_wpsc_last_active','1400603113'),(31988,1995,'wp_user_level','0'),(31987,1995,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31986,1995,'show_admin_bar_front','true'),(31985,1995,'use_ssl','0'),(31984,1995,'admin_color','fresh'),(31983,1995,'comment_shortcuts','false'),(31982,1995,'rich_editing','true'),(31981,1995,'description',''),(31980,1995,'nickname','_FxHYu5mL'),(31979,1995,'last_name',''),(31978,1995,'first_name',''),(31977,1994,'_wpsc_billing_region',''),(31976,1994,'_wpsc_shipping_region',''),(31975,1994,'_wpsc_billing_country',''),(31974,1994,'_wpsc_shipping_country',''),(31973,1994,'_wpsc_last_active','1400603112'),(31972,1994,'wp_user_level','0'),(31971,1994,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31970,1994,'show_admin_bar_front','true'),(31969,1994,'use_ssl','0'),(31968,1994,'admin_color','fresh'),(31967,1994,'comment_shortcuts','false'),(31966,1994,'rich_editing','true'),(31965,1994,'description',''),(31964,1994,'nickname','_QeNzsOx9'),(31963,1994,'last_name',''),(31962,1994,'first_name',''),(31961,1993,'_wpsc_billing_region',''),(31960,1993,'_wpsc_shipping_region',''),(31959,1993,'_wpsc_billing_country',''),(31958,1993,'_wpsc_shipping_country',''),(31957,1993,'_wpsc_last_active','1400603105'),(31956,1993,'wp_user_level','0'),(31955,1993,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31954,1993,'show_admin_bar_front','true'),(31953,1993,'use_ssl','0'),(31952,1993,'admin_color','fresh'),(31951,1993,'comment_shortcuts','false'),(31950,1993,'rich_editing','true'),(31949,1993,'description',''),(31948,1993,'nickname','_5IydoJ6y'),(31947,1993,'last_name',''),(31946,1993,'first_name',''),(31945,1992,'_wpsc_billing_region',''),(31944,1992,'_wpsc_shipping_region',''),(31943,1992,'_wpsc_billing_country',''),(31942,1992,'_wpsc_shipping_country',''),(31941,1992,'_wpsc_last_active','1400603104'),(31940,1992,'wp_user_level','0'),(31939,1992,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31938,1992,'show_admin_bar_front','true'),(31937,1992,'use_ssl','0'),(31936,1992,'admin_color','fresh'),(31935,1992,'comment_shortcuts','false'),(31934,1992,'rich_editing','true'),(31933,1992,'description',''),(31932,1992,'nickname','_CpkqCehi'),(31931,1992,'last_name',''),(31930,1992,'first_name',''),(31929,1991,'_wpsc_billing_region',''),(31928,1991,'_wpsc_shipping_region',''),(31927,1991,'_wpsc_billing_country',''),(31926,1991,'_wpsc_shipping_country',''),(31925,1991,'_wpsc_last_active','1400603096'),(31924,1991,'wp_user_level','0'),(31923,1991,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31922,1991,'show_admin_bar_front','true'),(31921,1991,'use_ssl','0'),(31920,1991,'admin_color','fresh'),(31919,1991,'comment_shortcuts','false'),(31918,1991,'rich_editing','true'),(31917,1991,'description',''),(31916,1991,'nickname','_343VpgUy'),(31915,1991,'last_name',''),(31914,1991,'first_name',''),(31913,1990,'_wpsc_billing_region',''),(31912,1990,'_wpsc_shipping_region',''),(31911,1990,'_wpsc_billing_country',''),(31910,1990,'_wpsc_shipping_country',''),(31909,1990,'_wpsc_last_active','1400603094'),(31908,1990,'wp_user_level','0'),(31907,1990,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31906,1990,'show_admin_bar_front','true'),(31905,1990,'use_ssl','0'),(31904,1990,'admin_color','fresh'),(31903,1990,'comment_shortcuts','false'),(31902,1990,'rich_editing','true'),(31901,1990,'description',''),(31900,1990,'nickname','_a1SZBWF5'),(31899,1990,'last_name',''),(31898,1990,'first_name',''),(31897,1989,'_wpsc_billing_region',''),(31896,1989,'_wpsc_shipping_region',''),(31895,1989,'_wpsc_billing_country',''),(31894,1989,'_wpsc_shipping_country',''),(31893,1989,'_wpsc_last_active','1400603093'),(31892,1989,'wp_user_level','0'),(31891,1989,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31890,1989,'show_admin_bar_front','true'),(31889,1989,'use_ssl','0'),(31888,1989,'admin_color','fresh'),(31887,1989,'comment_shortcuts','false'),(31886,1989,'rich_editing','true'),(31885,1989,'description',''),(31884,1989,'nickname','_CzI6NLns'),(31883,1989,'last_name',''),(31882,1989,'first_name',''),(31881,1988,'_wpsc_billing_region',''),(31880,1988,'_wpsc_shipping_region',''),(31879,1988,'_wpsc_billing_country',''),(31878,1988,'_wpsc_shipping_country',''),(31877,1988,'_wpsc_last_active','1400603089'),(31876,1988,'wp_user_level','0'),(31875,1988,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31874,1988,'show_admin_bar_front','true'),(31873,1988,'use_ssl','0'),(31872,1988,'admin_color','fresh'),(31871,1988,'comment_shortcuts','false'),(31870,1988,'rich_editing','true'),(31869,1988,'description',''),(31868,1988,'nickname','_BRPGbgFb'),(31867,1988,'last_name',''),(31866,1988,'first_name',''),(31865,1987,'_wpsc_billing_region',''),(31864,1987,'_wpsc_shipping_region',''),(31863,1987,'_wpsc_billing_country',''),(31862,1987,'_wpsc_shipping_country',''),(31861,1987,'_wpsc_last_active','1400603073'),(31860,1987,'wp_user_level','0'),(31859,1987,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31858,1987,'show_admin_bar_front','true'),(31857,1987,'use_ssl','0'),(31856,1987,'admin_color','fresh'),(31855,1987,'comment_shortcuts','false'),(31854,1987,'rich_editing','true'),(31853,1987,'description',''),(31852,1987,'nickname','_pP1QqHXj'),(31851,1987,'last_name',''),(31850,1987,'first_name',''),(31849,1986,'_wpsc_billing_region',''),(31848,1986,'_wpsc_shipping_region',''),(31847,1986,'_wpsc_billing_country',''),(31846,1986,'_wpsc_shipping_country',''),(31845,1986,'_wpsc_last_active','1400603072'),(31844,1986,'wp_user_level','0'),(31843,1986,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31842,1986,'show_admin_bar_front','true'),(31841,1986,'use_ssl','0'),(31840,1986,'admin_color','fresh'),(31839,1986,'comment_shortcuts','false'),(31838,1986,'rich_editing','true'),(31837,1986,'description',''),(31836,1986,'nickname','_VkIlkaZN'),(31835,1986,'last_name',''),(31834,1986,'first_name',''),(31833,1985,'_wpsc_billing_region',''),(31832,1985,'_wpsc_shipping_region',''),(31831,1985,'_wpsc_billing_country',''),(31830,1985,'_wpsc_shipping_country',''),(31829,1985,'_wpsc_last_active','1400603070'),(31828,1985,'wp_user_level','0'),(31827,1985,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31826,1985,'show_admin_bar_front','true'),(31825,1985,'use_ssl','0'),(31824,1985,'admin_color','fresh'),(31823,1985,'comment_shortcuts','false'),(31822,1985,'rich_editing','true'),(31821,1985,'description',''),(31820,1985,'nickname','_RahjSbP0'),(31819,1985,'last_name',''),(31818,1985,'first_name',''),(31817,1984,'_wpsc_billing_region',''),(31816,1984,'_wpsc_shipping_region',''),(31815,1984,'_wpsc_billing_country',''),(31814,1984,'_wpsc_shipping_country',''),(31813,1984,'_wpsc_last_active','1400603055'),(31812,1984,'wp_user_level','0'),(31811,1984,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31810,1984,'show_admin_bar_front','true'),(31809,1984,'use_ssl','0'),(31808,1984,'admin_color','fresh'),(31807,1984,'comment_shortcuts','false'),(31806,1984,'rich_editing','true'),(31805,1984,'description',''),(31804,1984,'nickname','_O9gvrN5J'),(31803,1984,'last_name',''),(31802,1984,'first_name',''),(31801,1983,'_wpsc_billing_region',''),(31800,1983,'_wpsc_shipping_region',''),(31799,1983,'_wpsc_billing_country',''),(31798,1983,'_wpsc_shipping_country',''),(31797,1983,'_wpsc_last_active','1400603040'),(31796,1983,'wp_user_level','0'),(31795,1983,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31794,1983,'show_admin_bar_front','true'),(31793,1983,'use_ssl','0'),(31792,1983,'admin_color','fresh'),(31791,1983,'comment_shortcuts','false'),(31790,1983,'rich_editing','true'),(31789,1983,'description',''),(31788,1983,'nickname','_6ZSjaELf'),(31787,1983,'last_name',''),(31786,1983,'first_name',''),(31785,1982,'_wpsc_billing_region',''),(31784,1982,'_wpsc_shipping_region',''),(31783,1982,'_wpsc_billing_country',''),(31782,1982,'_wpsc_shipping_country',''),(31781,1982,'_wpsc_last_active','1400603039'),(31780,1982,'wp_user_level','0'),(31779,1982,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31778,1982,'show_admin_bar_front','true'),(31777,1982,'use_ssl','0'),(31776,1982,'admin_color','fresh'),(31775,1982,'comment_shortcuts','false'),(31774,1982,'rich_editing','true'),(31773,1982,'description',''),(31772,1982,'nickname','_ZcmgBcxu'),(31771,1982,'last_name',''),(31770,1982,'first_name',''),(31769,1981,'_wpsc_billing_region',''),(31768,1981,'_wpsc_shipping_region',''),(31767,1981,'_wpsc_billing_country',''),(31766,1981,'_wpsc_shipping_country',''),(31765,1981,'_wpsc_last_active','1400603034'),(31764,1981,'wp_user_level','0'),(31763,1981,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31762,1981,'show_admin_bar_front','true'),(31761,1981,'use_ssl','0'),(31760,1981,'admin_color','fresh'),(31759,1981,'comment_shortcuts','false'),(31758,1981,'rich_editing','true'),(31757,1981,'description',''),(31756,1981,'nickname','_Hev1QBil'),(31755,1981,'last_name',''),(31754,1981,'first_name',''),(31753,1980,'_wpsc_billing_region',''),(31752,1980,'_wpsc_shipping_region',''),(31751,1980,'_wpsc_billing_country',''),(31750,1980,'_wpsc_shipping_country',''),(31749,1980,'_wpsc_last_active','1400603025'),(31748,1980,'wp_user_level','0'),(31747,1980,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31746,1980,'show_admin_bar_front','true'),(31745,1980,'use_ssl','0'),(31744,1980,'admin_color','fresh'),(31743,1980,'comment_shortcuts','false'),(31742,1980,'rich_editing','true'),(31741,1980,'description',''),(31740,1980,'nickname','_65PUeCc9'),(31739,1980,'last_name',''),(31738,1980,'first_name',''),(31737,1979,'_wpsc_billing_region',''),(31736,1979,'_wpsc_shipping_region',''),(31735,1979,'_wpsc_billing_country',''),(31734,1979,'_wpsc_shipping_country',''),(31733,1979,'_wpsc_last_active','1400603008'),(31732,1979,'wp_user_level','0'),(31731,1979,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31730,1979,'show_admin_bar_front','true'),(31729,1979,'use_ssl','0'),(31728,1979,'admin_color','fresh'),(31727,1979,'comment_shortcuts','false'),(31726,1979,'rich_editing','true'),(31725,1979,'description',''),(31724,1979,'nickname','_Ff5ex1Ut'),(31723,1979,'last_name',''),(31722,1979,'first_name',''),(31721,1978,'_wpsc_billing_region',''),(31720,1978,'_wpsc_shipping_region',''),(31719,1978,'_wpsc_billing_country',''),(31718,1978,'_wpsc_shipping_country',''),(31717,1978,'_wpsc_last_active','1400603000'),(31716,1978,'wp_user_level','0'),(31715,1978,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31714,1978,'show_admin_bar_front','true'),(31713,1978,'use_ssl','0'),(31712,1978,'admin_color','fresh'),(31711,1978,'comment_shortcuts','false'),(31710,1978,'rich_editing','true'),(31709,1978,'description',''),(31708,1978,'nickname','_5gYWM663'),(31707,1978,'last_name',''),(31706,1978,'first_name',''),(31705,1977,'_wpsc_billing_region',''),(31704,1977,'_wpsc_shipping_region',''),(31703,1977,'_wpsc_billing_country',''),(31702,1977,'_wpsc_shipping_country',''),(31701,1977,'_wpsc_last_active','1400602991'),(31700,1977,'wp_user_level','0'),(31699,1977,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31698,1977,'show_admin_bar_front','true'),(31697,1977,'use_ssl','0'),(31696,1977,'admin_color','fresh'),(31695,1977,'comment_shortcuts','false'),(31694,1977,'rich_editing','true'),(31693,1977,'description',''),(31692,1977,'nickname','_X3NuoKMr'),(31691,1977,'last_name',''),(31690,1977,'first_name',''),(31689,1976,'_wpsc_billing_region',''),(31688,1976,'_wpsc_shipping_region',''),(31687,1976,'_wpsc_billing_country',''),(31686,1976,'_wpsc_shipping_country',''),(31685,1976,'_wpsc_last_active','1400602976'),(31684,1976,'wp_user_level','0'),(31683,1976,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31682,1976,'show_admin_bar_front','true'),(31681,1976,'use_ssl','0'),(31680,1976,'admin_color','fresh'),(31679,1976,'comment_shortcuts','false'),(31678,1976,'rich_editing','true'),(31677,1976,'description',''),(31676,1976,'nickname','_EYRHlfev'),(31675,1976,'last_name',''),(31674,1976,'first_name',''),(31673,1975,'_wpsc_billing_region',''),(31672,1975,'_wpsc_shipping_region',''),(31671,1975,'_wpsc_billing_country',''),(31670,1975,'_wpsc_shipping_country',''),(31669,1975,'_wpsc_last_active','1400602961'),(31668,1975,'wp_user_level','0'),(31667,1975,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31666,1975,'show_admin_bar_front','true'),(31665,1975,'use_ssl','0'),(31664,1975,'admin_color','fresh'),(31663,1975,'comment_shortcuts','false'),(31662,1975,'rich_editing','true'),(31661,1975,'description',''),(31660,1975,'nickname','_oUgM1FsZ'),(31659,1975,'last_name',''),(31658,1975,'first_name',''),(31657,1974,'_wpsc_billing_region',''),(31656,1974,'_wpsc_shipping_region',''),(31655,1974,'_wpsc_billing_country',''),(31654,1974,'_wpsc_shipping_country',''),(31653,1974,'_wpsc_last_active','1400602954'),(31652,1974,'wp_user_level','0'),(31651,1974,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31650,1974,'show_admin_bar_front','true'),(31649,1974,'use_ssl','0'),(31648,1974,'admin_color','fresh'),(31647,1974,'comment_shortcuts','false'),(31646,1974,'rich_editing','true'),(31645,1974,'description',''),(31644,1974,'nickname','_wrA6N43t'),(31643,1974,'last_name',''),(31642,1974,'first_name',''),(31641,1973,'_wpsc_billing_region',''),(31640,1973,'_wpsc_shipping_region',''),(31639,1973,'_wpsc_billing_country',''),(31638,1973,'_wpsc_shipping_country',''),(31637,1973,'_wpsc_last_active','1400602946'),(31636,1973,'wp_user_level','0'),(31635,1973,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31634,1973,'show_admin_bar_front','true'),(31633,1973,'use_ssl','0'),(31632,1973,'admin_color','fresh'),(31631,1973,'comment_shortcuts','false'),(31630,1973,'rich_editing','true'),(31629,1973,'description',''),(31628,1973,'nickname','_zqn5Jiyj'),(31627,1973,'last_name',''),(31626,1973,'first_name',''),(31625,1972,'_wpsc_billing_region',''),(31624,1972,'_wpsc_shipping_region',''),(31623,1972,'_wpsc_billing_country',''),(31622,1972,'_wpsc_shipping_country',''),(31621,1972,'_wpsc_last_active','1400602935'),(31620,1972,'wp_user_level','0'),(31619,1972,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31618,1972,'show_admin_bar_front','true'),(31617,1972,'use_ssl','0'),(31616,1972,'admin_color','fresh'),(31615,1972,'comment_shortcuts','false'),(31614,1972,'rich_editing','true'),(31613,1972,'description',''),(31612,1972,'nickname','_K2Lk4d1V'),(31611,1972,'last_name',''),(31610,1972,'first_name',''),(31609,1971,'_wpsc_billing_region',''),(31608,1971,'_wpsc_shipping_region',''),(31607,1971,'_wpsc_billing_country',''),(31606,1971,'_wpsc_shipping_country',''),(31605,1971,'_wpsc_last_active','1400602931'),(31604,1971,'wp_user_level','0'),(31603,1971,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31602,1971,'show_admin_bar_front','true'),(31601,1971,'use_ssl','0'),(31600,1971,'admin_color','fresh'),(31599,1971,'comment_shortcuts','false'),(31598,1971,'rich_editing','true'),(31597,1971,'description',''),(31596,1971,'nickname','_TUSp9TCQ'),(31595,1971,'last_name',''),(31594,1971,'first_name',''),(31593,1970,'_wpsc_billing_region',''),(31592,1970,'_wpsc_shipping_region',''),(31591,1970,'_wpsc_billing_country',''),(31590,1970,'_wpsc_shipping_country',''),(31589,1970,'_wpsc_last_active','1400602926'),(31588,1970,'wp_user_level','0'),(31587,1970,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31586,1970,'show_admin_bar_front','true'),(31585,1970,'use_ssl','0'),(31584,1970,'admin_color','fresh'),(31583,1970,'comment_shortcuts','false'),(31582,1970,'rich_editing','true'),(31581,1970,'description',''),(31580,1970,'nickname','_g4fr1oB5'),(31579,1970,'last_name',''),(31578,1970,'first_name',''),(31577,1969,'_wpsc_billing_region',''),(31576,1969,'_wpsc_shipping_region',''),(31575,1969,'_wpsc_billing_country',''),(31574,1969,'_wpsc_shipping_country',''),(31573,1969,'_wpsc_last_active','1400602916'),(31572,1969,'wp_user_level','0'),(31571,1969,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31570,1969,'show_admin_bar_front','true'),(31569,1969,'use_ssl','0'),(31568,1969,'admin_color','fresh'),(31567,1969,'comment_shortcuts','false'),(31566,1969,'rich_editing','true'),(31565,1969,'description',''),(31564,1969,'nickname','_295itokV'),(31563,1969,'last_name',''),(31562,1969,'first_name',''),(31561,1968,'_wpsc_billing_region',''),(31560,1968,'_wpsc_shipping_region',''),(31559,1968,'_wpsc_billing_country',''),(31558,1968,'_wpsc_shipping_country',''),(31557,1968,'_wpsc_last_active','1400602901'),(31556,1968,'wp_user_level','0'),(31555,1968,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31554,1968,'show_admin_bar_front','true'),(31553,1968,'use_ssl','0'),(31552,1968,'admin_color','fresh'),(31551,1968,'comment_shortcuts','false'),(31550,1968,'rich_editing','true'),(31549,1968,'description',''),(31548,1968,'nickname','_srDwFe6B'),(31547,1968,'last_name',''),(31546,1968,'first_name',''),(31545,1967,'_wpsc_billing_region',''),(31544,1967,'_wpsc_shipping_region',''),(31543,1967,'_wpsc_billing_country',''),(31542,1967,'_wpsc_shipping_country',''),(31541,1967,'_wpsc_last_active','1400602886'),(31540,1967,'wp_user_level','0'),(31539,1967,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31538,1967,'show_admin_bar_front','true'),(31537,1967,'use_ssl','0'),(31536,1967,'admin_color','fresh'),(31535,1967,'comment_shortcuts','false'),(31534,1967,'rich_editing','true'),(31533,1967,'description',''),(31532,1967,'nickname','_l3cxxubW'),(31531,1967,'last_name',''),(31530,1967,'first_name',''),(31529,1966,'_wpsc_billing_region',''),(31528,1966,'_wpsc_shipping_region',''),(31527,1966,'_wpsc_billing_country',''),(31526,1966,'_wpsc_shipping_country',''),(31525,1966,'_wpsc_last_active','1400602871'),(31524,1966,'wp_user_level','0'),(31523,1966,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31522,1966,'show_admin_bar_front','true'),(31521,1966,'use_ssl','0'),(31520,1966,'admin_color','fresh'),(31519,1966,'comment_shortcuts','false'),(31518,1966,'rich_editing','true'),(31517,1966,'description',''),(31516,1966,'nickname','_x1qWEnhT'),(31515,1966,'last_name',''),(31514,1966,'first_name',''),(31513,1965,'_wpsc_billing_region',''),(31512,1965,'_wpsc_shipping_region',''),(31511,1965,'_wpsc_billing_country',''),(31510,1965,'_wpsc_shipping_country',''),(31509,1965,'_wpsc_last_active','1400602856'),(31508,1965,'wp_user_level','0'),(31507,1965,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31506,1965,'show_admin_bar_front','true'),(31505,1965,'use_ssl','0'),(31504,1965,'admin_color','fresh'),(31503,1965,'comment_shortcuts','false'),(31502,1965,'rich_editing','true'),(31501,1965,'description',''),(31500,1965,'nickname','_axT6Fux8'),(31499,1965,'last_name',''),(31498,1965,'first_name',''),(31497,1964,'_wpsc_billing_region',''),(31496,1964,'_wpsc_shipping_region',''),(31495,1964,'_wpsc_billing_country',''),(31494,1964,'_wpsc_shipping_country',''),(31493,1964,'_wpsc_last_active','1400602841'),(31492,1964,'wp_user_level','0'),(31491,1964,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31490,1964,'show_admin_bar_front','true'),(31489,1964,'use_ssl','0'),(31488,1964,'admin_color','fresh'),(31487,1964,'comment_shortcuts','false'),(31486,1964,'rich_editing','true'),(31485,1964,'description',''),(31484,1964,'nickname','_YVOpywLk'),(31483,1964,'last_name',''),(31482,1964,'first_name',''),(31481,1963,'_wpsc_billing_region',''),(31480,1963,'_wpsc_shipping_region',''),(31479,1963,'_wpsc_billing_country',''),(31478,1963,'_wpsc_shipping_country',''),(31477,1963,'_wpsc_last_active','1400602826'),(31476,1963,'wp_user_level','0'),(31475,1963,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31474,1963,'show_admin_bar_front','true'),(31473,1963,'use_ssl','0'),(31472,1963,'admin_color','fresh'),(31471,1963,'comment_shortcuts','false'),(31470,1963,'rich_editing','true'),(31469,1963,'description',''),(31468,1963,'nickname','_ga8g9qkf'),(31467,1963,'last_name',''),(31466,1963,'first_name',''),(31465,1962,'_wpsc_billing_region',''),(31464,1962,'_wpsc_shipping_region',''),(31463,1962,'_wpsc_billing_country',''),(31462,1962,'_wpsc_shipping_country',''),(31461,1962,'_wpsc_last_active','1400602811'),(31460,1962,'wp_user_level','0'),(31459,1962,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31458,1962,'show_admin_bar_front','true'),(31457,1962,'use_ssl','0'),(31456,1962,'admin_color','fresh'),(31455,1962,'comment_shortcuts','false'),(31454,1962,'rich_editing','true'),(31453,1962,'description',''),(31452,1962,'nickname','_ZlnzJANy'),(31451,1962,'last_name',''),(31450,1962,'first_name',''),(31449,1961,'_wpsc_billing_region',''),(31448,1961,'_wpsc_shipping_region',''),(31447,1961,'_wpsc_billing_country',''),(31446,1961,'_wpsc_shipping_country',''),(31445,1961,'_wpsc_last_active','1400602796'),(31444,1961,'wp_user_level','0'),(31443,1961,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31442,1961,'show_admin_bar_front','true'),(31441,1961,'use_ssl','0'),(31440,1961,'admin_color','fresh'),(31439,1961,'comment_shortcuts','false'),(31438,1961,'rich_editing','true'),(31437,1961,'description',''),(31436,1961,'nickname','_OSOTPYoy'),(31435,1961,'last_name',''),(31434,1961,'first_name',''),(31433,1960,'_wpsc_billing_region',''),(31432,1960,'_wpsc_shipping_region',''),(31431,1960,'_wpsc_billing_country',''),(31430,1960,'_wpsc_shipping_country',''),(31429,1960,'_wpsc_last_active','1400602781'),(31428,1960,'wp_user_level','0'),(31427,1960,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31426,1960,'show_admin_bar_front','true'),(31425,1960,'use_ssl','0'),(31424,1960,'admin_color','fresh'),(31423,1960,'comment_shortcuts','false'),(31422,1960,'rich_editing','true'),(31421,1960,'description',''),(31420,1960,'nickname','_sB3WF25r'),(31419,1960,'last_name',''),(31418,1960,'first_name',''),(31417,1959,'_wpsc_billing_region',''),(31416,1959,'_wpsc_shipping_region',''),(31415,1959,'_wpsc_billing_country',''),(31414,1959,'_wpsc_shipping_country',''),(31413,1959,'_wpsc_last_active','1400602766'),(31412,1959,'wp_user_level','0'),(31411,1959,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31410,1959,'show_admin_bar_front','true'),(31409,1959,'use_ssl','0'),(31408,1959,'admin_color','fresh'),(31407,1959,'comment_shortcuts','false'),(31406,1959,'rich_editing','true'),(31405,1959,'description',''),(31404,1959,'nickname','_HOjRKxYd'),(31403,1959,'last_name',''),(31402,1959,'first_name',''),(31401,1958,'_wpsc_billing_region',''),(31400,1958,'_wpsc_shipping_region',''),(31399,1958,'_wpsc_billing_country',''),(31398,1958,'_wpsc_shipping_country',''),(31397,1958,'_wpsc_last_active','1400602751'),(31396,1958,'wp_user_level','0'),(31395,1958,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31394,1958,'show_admin_bar_front','true'),(31393,1958,'use_ssl','0'),(31392,1958,'admin_color','fresh'),(31391,1958,'comment_shortcuts','false'),(31390,1958,'rich_editing','true'),(31389,1958,'description',''),(31388,1958,'nickname','_Q4J67wAV'),(31387,1958,'last_name',''),(31386,1958,'first_name',''),(31385,1957,'_wpsc_billing_region',''),(31384,1957,'_wpsc_shipping_region',''),(31383,1957,'_wpsc_billing_country',''),(31382,1957,'_wpsc_shipping_country',''),(31381,1957,'_wpsc_last_active','1400602736'),(31380,1957,'wp_user_level','0'),(31379,1957,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31378,1957,'show_admin_bar_front','true'),(31377,1957,'use_ssl','0'),(31376,1957,'admin_color','fresh'),(31375,1957,'comment_shortcuts','false'),(31374,1957,'rich_editing','true'),(31373,1957,'description',''),(31372,1957,'nickname','_I83kDob9'),(31371,1957,'last_name',''),(31370,1957,'first_name',''),(31369,1956,'_wpsc_billing_region',''),(31368,1956,'_wpsc_shipping_region',''),(31367,1956,'_wpsc_billing_country',''),(31366,1956,'_wpsc_shipping_country',''),(31365,1956,'_wpsc_last_active','1400602721'),(31364,1956,'wp_user_level','0'),(31363,1956,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31362,1956,'show_admin_bar_front','true'),(31361,1956,'use_ssl','0'),(31360,1956,'admin_color','fresh'),(31359,1956,'comment_shortcuts','false'),(31358,1956,'rich_editing','true'),(31357,1956,'description',''),(31356,1956,'nickname','_5jDRymMX'),(31355,1956,'last_name',''),(31354,1956,'first_name',''),(31353,1955,'_wpsc_billing_region',''),(31352,1955,'_wpsc_shipping_region',''),(31351,1955,'_wpsc_billing_country',''),(31350,1955,'_wpsc_shipping_country',''),(31349,1955,'_wpsc_last_active','1400602706'),(31348,1955,'wp_user_level','0'),(31347,1955,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31346,1955,'show_admin_bar_front','true'),(31345,1955,'use_ssl','0'),(31344,1955,'admin_color','fresh'),(31343,1955,'comment_shortcuts','false'),(31342,1955,'rich_editing','true'),(31341,1955,'description',''),(31340,1955,'nickname','_9TtHnUvH'),(31339,1955,'last_name',''),(31338,1955,'first_name',''),(31337,1954,'_wpsc_billing_region',''),(31336,1954,'_wpsc_shipping_region',''),(31335,1954,'_wpsc_billing_country',''),(31334,1954,'_wpsc_shipping_country',''),(31333,1954,'_wpsc_last_active','1400602692'),(31332,1954,'wp_user_level','0'),(31331,1954,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31330,1954,'show_admin_bar_front','true'),(31329,1954,'use_ssl','0'),(31328,1954,'admin_color','fresh'),(31327,1954,'comment_shortcuts','false'),(31326,1954,'rich_editing','true'),(31325,1954,'description',''),(31324,1954,'nickname','_0c8PMU10'),(31323,1954,'last_name',''),(31322,1954,'first_name',''),(31321,1953,'_wpsc_billing_region',''),(31320,1953,'_wpsc_shipping_region',''),(31319,1953,'_wpsc_billing_country',''),(31318,1953,'_wpsc_shipping_country',''),(31317,1953,'_wpsc_last_active','1400602692'),(31316,1953,'wp_user_level','0'),(31315,1953,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31314,1953,'show_admin_bar_front','true'),(31313,1953,'use_ssl','0'),(31312,1953,'admin_color','fresh'),(31311,1953,'comment_shortcuts','false'),(31310,1953,'rich_editing','true'),(31309,1953,'description',''),(31308,1953,'nickname','_Mz1p5DiT'),(31307,1953,'last_name',''),(31306,1953,'first_name',''),(31305,1952,'_wpsc_billing_region',''),(31304,1952,'_wpsc_shipping_region',''),(31303,1952,'_wpsc_billing_country',''),(31302,1952,'_wpsc_shipping_country',''),(31301,1952,'_wpsc_last_active','1400602691'),(31300,1952,'wp_user_level','0'),(31299,1952,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31298,1952,'show_admin_bar_front','true'),(31297,1952,'use_ssl','0'),(31296,1952,'admin_color','fresh'),(31295,1952,'comment_shortcuts','false'),(31294,1952,'rich_editing','true'),(31293,1952,'description',''),(31292,1952,'nickname','_IiLlm4Ip'),(31291,1952,'last_name',''),(31290,1952,'first_name',''),(31289,1951,'_wpsc_billing_region',''),(31288,1951,'_wpsc_shipping_region',''),(31287,1951,'_wpsc_billing_country',''),(31286,1951,'_wpsc_shipping_country',''),(31285,1951,'_wpsc_last_active','1400602676'),(31284,1951,'wp_user_level','0'),(31283,1951,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31282,1951,'show_admin_bar_front','true'),(31281,1951,'use_ssl','0'),(31280,1951,'admin_color','fresh'),(31279,1951,'comment_shortcuts','false'),(31278,1951,'rich_editing','true'),(31277,1951,'description',''),(31276,1951,'nickname','_oSfiKn2t'),(31275,1951,'last_name',''),(31274,1951,'first_name',''),(31273,1950,'_wpsc_billing_region',''),(31272,1950,'_wpsc_shipping_region',''),(31271,1950,'_wpsc_billing_country',''),(31270,1950,'_wpsc_shipping_country',''),(31269,1950,'_wpsc_last_active','1400602661'),(31268,1950,'wp_user_level','0'),(31267,1950,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31266,1950,'show_admin_bar_front','true'),(31265,1950,'use_ssl','0'),(31264,1950,'admin_color','fresh'),(31263,1950,'comment_shortcuts','false'),(31262,1950,'rich_editing','true'),(31261,1950,'description',''),(31260,1950,'nickname','_mbC9OqN4'),(31259,1950,'last_name',''),(31258,1950,'first_name',''),(31257,1949,'_wpsc_billing_region',''),(31256,1949,'_wpsc_shipping_region',''),(31255,1949,'_wpsc_billing_country',''),(31254,1949,'_wpsc_shipping_country',''),(31253,1949,'_wpsc_last_active','1400602646'),(31252,1949,'wp_user_level','0'),(31251,1949,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31250,1949,'show_admin_bar_front','true'),(31249,1949,'use_ssl','0'),(31248,1949,'admin_color','fresh'),(31247,1949,'comment_shortcuts','false'),(31246,1949,'rich_editing','true'),(31245,1949,'description',''),(31244,1949,'nickname','_JpYjNU72'),(31243,1949,'last_name',''),(31242,1949,'first_name',''),(31241,1948,'_wpsc_billing_region',''),(31240,1948,'_wpsc_shipping_region',''),(31239,1948,'_wpsc_billing_country',''),(31238,1948,'_wpsc_shipping_country',''),(31237,1948,'_wpsc_last_active','1400602631'),(31236,1948,'wp_user_level','0'),(31235,1948,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31234,1948,'show_admin_bar_front','true'),(31233,1948,'use_ssl','0'),(31232,1948,'admin_color','fresh'),(31231,1948,'comment_shortcuts','false'),(31230,1948,'rich_editing','true'),(31229,1948,'description',''),(31228,1948,'nickname','_byxe1lO9'),(31227,1948,'last_name',''),(31226,1948,'first_name',''),(31225,1947,'_wpsc_billing_region',''),(31224,1947,'_wpsc_shipping_region',''),(31223,1947,'_wpsc_billing_country',''),(31222,1947,'_wpsc_shipping_country',''),(31221,1947,'_wpsc_last_active','1400602616'),(31220,1947,'wp_user_level','0'),(31219,1947,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31218,1947,'show_admin_bar_front','true'),(31217,1947,'use_ssl','0'),(31216,1947,'admin_color','fresh'),(31215,1947,'comment_shortcuts','false'),(31214,1947,'rich_editing','true'),(31213,1947,'description',''),(31212,1947,'nickname','_DrH2ubLu'),(31211,1947,'last_name',''),(31210,1947,'first_name',''),(31209,1946,'_wpsc_billing_region',''),(31208,1946,'_wpsc_shipping_region',''),(31207,1946,'_wpsc_billing_country',''),(31206,1946,'_wpsc_shipping_country',''),(31205,1946,'_wpsc_last_active','1400602601'),(31204,1946,'wp_user_level','0'),(31203,1946,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31202,1946,'show_admin_bar_front','true'),(31201,1946,'use_ssl','0'),(31200,1946,'admin_color','fresh'),(31199,1946,'comment_shortcuts','false'),(31198,1946,'rich_editing','true'),(31197,1946,'description',''),(31196,1946,'nickname','_o9lxXUHV'),(31195,1946,'last_name',''),(31194,1946,'first_name',''),(31193,1945,'_wpsc_billing_region',''),(31192,1945,'_wpsc_shipping_region',''),(31191,1945,'_wpsc_billing_country',''),(31190,1945,'_wpsc_shipping_country',''),(31189,1945,'_wpsc_last_active','1400602586'),(31188,1945,'wp_user_level','0'),(31187,1945,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31186,1945,'show_admin_bar_front','true'),(31185,1945,'use_ssl','0'),(31184,1945,'admin_color','fresh'),(31183,1945,'comment_shortcuts','false'),(31182,1945,'rich_editing','true'),(31181,1945,'description',''),(31180,1945,'nickname','_9ktNSqQs'),(31179,1945,'last_name',''),(31178,1945,'first_name',''),(31177,1944,'_wpsc_billing_region',''),(31176,1944,'_wpsc_shipping_region',''),(31175,1944,'_wpsc_billing_country',''),(31174,1944,'_wpsc_shipping_country',''),(31173,1944,'_wpsc_last_active','1400602571'),(31172,1944,'wp_user_level','0'),(31171,1944,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31170,1944,'show_admin_bar_front','true'),(31169,1944,'use_ssl','0'),(31168,1944,'admin_color','fresh'),(31167,1944,'comment_shortcuts','false'),(31166,1944,'rich_editing','true'),(31165,1944,'description',''),(31164,1944,'nickname','_0H9Kk8fb'),(31163,1944,'last_name',''),(31162,1944,'first_name',''),(31161,1943,'_wpsc_billing_region',''),(31160,1943,'_wpsc_shipping_region',''),(31159,1943,'_wpsc_billing_country',''),(31158,1943,'_wpsc_shipping_country',''),(31157,1943,'_wpsc_last_active','1400602554'),(31156,1943,'wp_user_level','0'),(31155,1943,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31154,1943,'show_admin_bar_front','true'),(31153,1943,'use_ssl','0'),(31152,1943,'admin_color','fresh'),(31151,1943,'comment_shortcuts','false'),(31150,1943,'rich_editing','true'),(31149,1943,'description',''),(31148,1943,'nickname','_7vJjWSWQ'),(31147,1943,'last_name',''),(31146,1943,'first_name',''),(31145,1942,'_wpsc_billing_region',''),(31144,1942,'_wpsc_shipping_region',''),(31143,1942,'_wpsc_billing_country',''),(31142,1942,'_wpsc_shipping_country',''),(31141,1942,'_wpsc_last_active','1400602553'),(31140,1942,'wp_user_level','0'),(31139,1942,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31138,1942,'show_admin_bar_front','true'),(31137,1942,'use_ssl','0'),(31136,1942,'admin_color','fresh'),(31135,1942,'comment_shortcuts','false'),(31134,1942,'rich_editing','true'),(31133,1942,'description',''),(31132,1942,'nickname','_vmkBcYoz'),(31131,1942,'last_name',''),(31130,1942,'first_name',''),(31129,1941,'_wpsc_billing_region',''),(31128,1941,'_wpsc_shipping_region',''),(31127,1941,'_wpsc_billing_country',''),(31126,1941,'_wpsc_shipping_country',''),(31125,1941,'_wpsc_last_active','1400602546'),(31124,1941,'wp_user_level','0'),(31123,1941,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31122,1941,'show_admin_bar_front','true'),(31121,1941,'use_ssl','0'),(31120,1941,'admin_color','fresh'),(31119,1941,'comment_shortcuts','false'),(31118,1941,'rich_editing','true'),(31117,1941,'description',''),(31116,1941,'nickname','_YJmOXgs7'),(31115,1941,'last_name',''),(31114,1941,'first_name',''),(31113,1940,'_wpsc_billing_region',''),(31112,1940,'_wpsc_shipping_region',''),(31111,1940,'_wpsc_billing_country',''),(31110,1940,'_wpsc_shipping_country',''),(31109,1940,'_wpsc_last_active','1400602539'),(31108,1940,'wp_user_level','0'),(31107,1940,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31106,1940,'show_admin_bar_front','true'),(31105,1940,'use_ssl','0'),(31104,1940,'admin_color','fresh'),(31103,1940,'comment_shortcuts','false'),(31102,1940,'rich_editing','true'),(31101,1940,'description',''),(31100,1940,'nickname','_6616KxpF'),(31099,1940,'last_name',''),(31098,1940,'first_name',''),(31097,1939,'_wpsc_billing_region',''),(31096,1939,'_wpsc_shipping_region',''),(31095,1939,'_wpsc_billing_country',''),(31094,1939,'_wpsc_shipping_country',''),(31093,1939,'_wpsc_last_active','1400602534'),(31092,1939,'wp_user_level','0'),(31091,1939,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31090,1939,'show_admin_bar_front','true'),(31089,1939,'use_ssl','0'),(31088,1939,'admin_color','fresh'),(31087,1939,'comment_shortcuts','false'),(31086,1939,'rich_editing','true'),(31085,1939,'description',''),(31084,1939,'nickname','_kNQinnQC'),(31083,1939,'last_name',''),(31082,1939,'first_name',''),(31081,1938,'_wpsc_billing_region',''),(31080,1938,'_wpsc_shipping_region',''),(31079,1938,'_wpsc_billing_country',''),(31078,1938,'_wpsc_shipping_country',''),(31077,1938,'_wpsc_last_active','1400602529'),(31076,1938,'wp_user_level','0'),(31075,1938,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31074,1938,'show_admin_bar_front','true'),(31073,1938,'use_ssl','0'),(31072,1938,'admin_color','fresh'),(31071,1938,'comment_shortcuts','false'),(31070,1938,'rich_editing','true'),(31069,1938,'description',''),(31068,1938,'nickname','_MGuOSbq6'),(31067,1938,'last_name',''),(31066,1938,'first_name',''),(31065,1937,'_wpsc_billing_region',''),(31064,1937,'_wpsc_shipping_region',''),(31063,1937,'_wpsc_billing_country',''),(31062,1937,'_wpsc_shipping_country',''),(31061,1937,'_wpsc_last_active','1400602523'),(31060,1937,'wp_user_level','0'),(31059,1937,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31058,1937,'show_admin_bar_front','true'),(31057,1937,'use_ssl','0'),(31056,1937,'admin_color','fresh'),(31055,1937,'comment_shortcuts','false'),(31054,1937,'rich_editing','true'),(31053,1937,'description',''),(31052,1937,'nickname','_yE8YkIiQ'),(31051,1937,'last_name',''),(31050,1937,'first_name',''),(31049,1936,'_wpsc_billing_region',''),(31048,1936,'_wpsc_shipping_region',''),(31047,1936,'_wpsc_billing_country',''),(31046,1936,'_wpsc_shipping_country',''),(31045,1936,'_wpsc_last_active','1400602522'),(31044,1936,'wp_user_level','0'),(31043,1936,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31042,1936,'show_admin_bar_front','true'),(31041,1936,'use_ssl','0'),(31040,1936,'admin_color','fresh'),(31039,1936,'comment_shortcuts','false'),(31038,1936,'rich_editing','true'),(31037,1936,'description',''),(31036,1936,'nickname','_CkVg5KNy'),(31035,1936,'last_name',''),(31034,1936,'first_name',''),(31033,1935,'_wpsc_billing_region',''),(31032,1935,'_wpsc_shipping_region',''),(31031,1935,'_wpsc_billing_country',''),(31030,1935,'_wpsc_shipping_country',''),(31029,1935,'_wpsc_last_active','1400602517'),(31028,1935,'wp_user_level','0'),(31027,1935,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31026,1935,'show_admin_bar_front','true'),(31025,1935,'use_ssl','0'),(31024,1935,'admin_color','fresh'),(31023,1935,'comment_shortcuts','false'),(31022,1935,'rich_editing','true'),(31021,1935,'description',''),(31020,1935,'nickname','_w7pzzh0I'),(31019,1935,'last_name',''),(31018,1935,'first_name',''),(31017,1934,'_wpsc_billing_region',''),(31016,1934,'_wpsc_shipping_region',''),(31015,1934,'_wpsc_billing_country',''),(31014,1934,'_wpsc_shipping_country',''),(31013,1934,'_wpsc_last_active','1400602502'),(31012,1934,'wp_user_level','0'),(31011,1934,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(31010,1934,'show_admin_bar_front','true'),(31009,1934,'use_ssl','0'),(31008,1934,'admin_color','fresh'),(31007,1934,'comment_shortcuts','false'),(31006,1934,'rich_editing','true'),(31005,1934,'description',''),(31004,1934,'nickname','_sN3nXgyQ'),(31003,1934,'last_name',''),(31002,1934,'first_name',''),(31001,1933,'_wpsc_billing_region',''),(31000,1933,'_wpsc_shipping_region',''),(30999,1933,'_wpsc_billing_country',''),(30998,1933,'_wpsc_shipping_country',''),(30997,1933,'_wpsc_last_active','1400602488'),(30996,1933,'wp_user_level','0'),(30995,1933,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30994,1933,'show_admin_bar_front','true'),(30993,1933,'use_ssl','0'),(30992,1933,'admin_color','fresh'),(30991,1933,'comment_shortcuts','false'),(30990,1933,'rich_editing','true'),(30989,1933,'description',''),(30988,1933,'nickname','_tDzCJk4w'),(30987,1933,'last_name',''),(30986,1933,'first_name',''),(30985,1932,'_wpsc_billing_region',''),(30984,1932,'_wpsc_shipping_region',''),(30983,1932,'_wpsc_billing_country',''),(30982,1932,'_wpsc_shipping_country',''),(30981,1932,'_wpsc_last_active','1400602486'),(30980,1932,'wp_user_level','0'),(30979,1932,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30978,1932,'show_admin_bar_front','true'),(30977,1932,'use_ssl','0'),(30976,1932,'admin_color','fresh'),(30975,1932,'comment_shortcuts','false'),(30974,1932,'rich_editing','true'),(30973,1932,'description',''),(30972,1932,'nickname','_6PQNoiUM'),(30971,1932,'last_name',''),(30970,1932,'first_name',''),(30969,1931,'_wpsc_billing_region',''),(30968,1931,'_wpsc_shipping_region',''),(30967,1931,'_wpsc_billing_country',''),(30966,1931,'_wpsc_shipping_country',''),(30965,1931,'_wpsc_last_active','1400602484'),(30964,1931,'wp_user_level','0'),(30963,1931,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30962,1931,'show_admin_bar_front','true'),(30961,1931,'use_ssl','0'),(30936,1929,'_wpsc_shipping_region',''),(30937,1929,'_wpsc_billing_region',''),(30938,1930,'first_name',''),(30939,1930,'last_name',''),(30940,1930,'nickname','_z94u8DqR'),(30941,1930,'description',''),(30942,1930,'rich_editing','true'),(30943,1930,'comment_shortcuts','false'),(30944,1930,'admin_color','fresh'),(30945,1930,'use_ssl','0'),(30946,1930,'show_admin_bar_front','true'),(30947,1930,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30948,1930,'wp_user_level','0'),(30949,1930,'_wpsc_last_active','1400602481'),(30950,1930,'_wpsc_shipping_country',''),(30951,1930,'_wpsc_billing_country',''),(30952,1930,'_wpsc_shipping_region',''),(30953,1930,'_wpsc_billing_region',''),(30954,1931,'first_name',''),(30955,1931,'last_name',''),(30956,1931,'nickname','_XnMmsJbn'),(30957,1931,'description',''),(30958,1931,'rich_editing','true'),(30959,1931,'comment_shortcuts','false'),(30960,1931,'admin_color','fresh'),(30935,1929,'_wpsc_billing_country',''),(30934,1929,'_wpsc_shipping_country',''),(30933,1929,'_wpsc_last_active','1400602480'),(30932,1929,'wp_user_level','0'),(30931,1929,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30930,1929,'show_admin_bar_front','true'),(30929,1929,'use_ssl','0'),(30928,1929,'admin_color','fresh'),(30927,1929,'comment_shortcuts','false'),(30926,1929,'rich_editing','true'),(30925,1929,'description',''),(30924,1929,'nickname','_Itq3ezPW'),(30923,1929,'last_name',''),(30922,1929,'first_name',''),(30921,1928,'_wpsc_billing_region',''),(30920,1928,'_wpsc_shipping_region',''),(30919,1928,'_wpsc_billing_country',''),(30918,1928,'_wpsc_shipping_country',''),(30917,1928,'_wpsc_last_active','1400602466'),(30916,1928,'wp_user_level','0'),(30915,1928,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30914,1928,'show_admin_bar_front','true'),(30913,1928,'use_ssl','0'),(30912,1928,'admin_color','fresh'),(30911,1928,'comment_shortcuts','false'),(30910,1928,'rich_editing','true'),(30909,1928,'description',''),(30908,1928,'nickname','_LDNvMv8L'),(30907,1928,'last_name',''),(30906,1928,'first_name',''),(30905,1927,'_wpsc_billing_region',''),(30904,1927,'_wpsc_shipping_region',''),(30903,1927,'_wpsc_billing_country',''),(30902,1927,'_wpsc_shipping_country',''),(30901,1927,'_wpsc_last_active','1400602451'),(30900,1927,'wp_user_level','0'),(30899,1927,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30898,1927,'show_admin_bar_front','true'),(30897,1927,'use_ssl','0'),(30896,1927,'admin_color','fresh'),(30895,1927,'comment_shortcuts','false'),(30894,1927,'rich_editing','true'),(30893,1927,'description',''),(30892,1927,'nickname','_Fc1YmZvo'),(30891,1927,'last_name',''),(30890,1927,'first_name',''),(30889,1926,'_wpsc_billing_region',''),(30888,1926,'_wpsc_shipping_region',''),(30887,1926,'_wpsc_billing_country',''),(30886,1926,'_wpsc_shipping_country',''),(30885,1926,'_wpsc_last_active','1400602391'),(30884,1926,'wp_user_level','0'),(30883,1926,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30882,1926,'show_admin_bar_front','true'),(30881,1926,'use_ssl','0'),(30880,1926,'admin_color','fresh'),(30879,1926,'comment_shortcuts','false'),(30878,1926,'rich_editing','true'),(30877,1926,'description',''),(30876,1926,'nickname','_RNIdauEN'),(30875,1926,'last_name',''),(30874,1926,'first_name',''),(30873,1925,'_wpsc_billing_region',''),(30872,1925,'_wpsc_shipping_region',''),(30871,1925,'_wpsc_billing_country',''),(30870,1925,'_wpsc_shipping_country',''),(30869,1925,'_wpsc_last_active','1400602390'),(30868,1925,'wp_user_level','0'),(30867,1925,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30866,1925,'show_admin_bar_front','true'),(30865,1925,'use_ssl','0'),(30864,1925,'admin_color','fresh'),(30863,1925,'comment_shortcuts','false'),(30862,1925,'rich_editing','true'),(30861,1925,'description',''),(30860,1925,'nickname','_i2A5pn0g'),(30859,1925,'last_name',''),(30858,1925,'first_name',''),(30857,1924,'_wpsc_billing_region',''),(30856,1924,'_wpsc_shipping_region',''),(30855,1924,'_wpsc_billing_country',''),(30854,1924,'_wpsc_shipping_country',''),(30853,1924,'_wpsc_last_active','1400602389'),(30852,1924,'wp_user_level','0'),(30851,1924,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30850,1924,'show_admin_bar_front','true'),(30849,1924,'use_ssl','0'),(30848,1924,'admin_color','fresh'),(30847,1924,'comment_shortcuts','false'),(30846,1924,'rich_editing','true'),(30845,1924,'description',''),(30844,1924,'nickname','_kLfFMBCg'),(30843,1924,'last_name',''),(30842,1924,'first_name',''),(30841,1923,'_wpsc_billing_region',''),(30840,1923,'_wpsc_shipping_region',''),(30839,1923,'_wpsc_billing_country',''),(30838,1923,'_wpsc_shipping_country',''),(30837,1923,'_wpsc_last_active','1400602383'),(30836,1923,'wp_user_level','0'),(30835,1923,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30834,1923,'show_admin_bar_front','true'),(30833,1923,'use_ssl','0'),(30832,1923,'admin_color','fresh'),(30831,1923,'comment_shortcuts','false'),(30830,1923,'rich_editing','true'),(30829,1923,'description',''),(30828,1923,'nickname','_YhA0qlNb'),(30827,1923,'last_name',''),(30826,1923,'first_name',''),(30825,1922,'_wpsc_billing_region',''),(30824,1922,'_wpsc_shipping_region',''),(30823,1922,'_wpsc_billing_country',''),(30822,1922,'_wpsc_shipping_country',''),(30821,1922,'_wpsc_last_active','1400602368'),(30820,1922,'wp_user_level','0'),(30819,1922,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30818,1922,'show_admin_bar_front','true'),(30817,1922,'use_ssl','0'),(30816,1922,'admin_color','fresh'),(30815,1922,'comment_shortcuts','false'),(30814,1922,'rich_editing','true'),(30813,1922,'description',''),(30812,1922,'nickname','_EYStP7CB'),(30811,1922,'last_name',''),(30810,1922,'first_name',''),(30809,1921,'_wpsc_billing_region',''),(30808,1921,'_wpsc_shipping_region',''),(30807,1921,'_wpsc_billing_country',''),(30806,1921,'_wpsc_shipping_country',''),(30805,1921,'_wpsc_last_active','1400602353'),(30804,1921,'wp_user_level','0'),(30803,1921,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30802,1921,'show_admin_bar_front','true'),(30801,1921,'use_ssl','0'),(30800,1921,'admin_color','fresh'),(30799,1921,'comment_shortcuts','false'),(30798,1921,'rich_editing','true'),(30797,1921,'description',''),(30796,1921,'nickname','_OdAYwS2X'),(30795,1921,'last_name',''),(30794,1921,'first_name',''),(30793,1920,'_wpsc_billing_region',''),(30792,1920,'_wpsc_shipping_region',''),(30791,1920,'_wpsc_billing_country',''),(30790,1920,'_wpsc_shipping_country',''),(30789,1920,'_wpsc_last_active','1400602338'),(30788,1920,'wp_user_level','0'),(30787,1920,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30786,1920,'show_admin_bar_front','true'),(30785,1920,'use_ssl','0'),(30784,1920,'admin_color','fresh'),(30783,1920,'comment_shortcuts','false'),(30782,1920,'rich_editing','true'),(30781,1920,'description',''),(30780,1920,'nickname','_Fi7YtVJD'),(30779,1920,'last_name',''),(30778,1920,'first_name',''),(30777,1919,'_wpsc_billing_region',''),(30776,1919,'_wpsc_shipping_region',''),(30775,1919,'_wpsc_billing_country',''),(30774,1919,'_wpsc_shipping_country',''),(30773,1919,'_wpsc_last_active','1400602322'),(30772,1919,'wp_user_level','0'),(30771,1919,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30770,1919,'show_admin_bar_front','true'),(30769,1919,'use_ssl','0'),(30768,1919,'admin_color','fresh'),(30767,1919,'comment_shortcuts','false'),(30766,1919,'rich_editing','true'),(30765,1919,'description',''),(30764,1919,'nickname','_SzhNVf6Y'),(30763,1919,'last_name',''),(30762,1919,'first_name',''),(30761,1918,'_wpsc_billing_region',''),(30760,1918,'_wpsc_shipping_region',''),(30759,1918,'_wpsc_billing_country',''),(30758,1918,'_wpsc_shipping_country',''),(30757,1918,'_wpsc_last_active','1400602310'),(30756,1918,'wp_user_level','0'),(30755,1918,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30754,1918,'show_admin_bar_front','true'),(30753,1918,'use_ssl','0'),(30752,1918,'admin_color','fresh'),(30751,1918,'comment_shortcuts','false'),(30750,1918,'rich_editing','true'),(30749,1918,'description',''),(30748,1918,'nickname','_NhFFAFST'),(30747,1918,'last_name',''),(30746,1918,'first_name',''),(30745,1917,'_wpsc_billing_region',''),(30744,1917,'_wpsc_shipping_region',''),(30743,1917,'_wpsc_billing_country',''),(30742,1917,'_wpsc_shipping_country',''),(30741,1917,'_wpsc_last_active','1400602295'),(30740,1917,'wp_user_level','0'),(30739,1917,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30738,1917,'show_admin_bar_front','true'),(30737,1917,'use_ssl','0'),(30736,1917,'admin_color','fresh'),(30735,1917,'comment_shortcuts','false'),(30734,1917,'rich_editing','true'),(30733,1917,'description',''),(30732,1917,'nickname','_wIPVKZJO'),(30731,1917,'last_name',''),(30730,1917,'first_name',''),(30729,1916,'_wpsc_billing_region',''),(30728,1916,'_wpsc_shipping_region',''),(30727,1916,'_wpsc_billing_country',''),(30726,1916,'_wpsc_shipping_country',''),(30725,1916,'_wpsc_last_active','1400602280'),(30724,1916,'wp_user_level','0'),(30723,1916,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30722,1916,'show_admin_bar_front','true'),(30721,1916,'use_ssl','0'),(30720,1916,'admin_color','fresh'),(30719,1916,'comment_shortcuts','false'),(30718,1916,'rich_editing','true'),(30717,1916,'description',''),(30716,1916,'nickname','_bzMR8Dc9'),(30715,1916,'last_name',''),(30714,1916,'first_name',''),(30713,1915,'_wpsc_billing_region',''),(30712,1915,'_wpsc_shipping_region',''),(30711,1915,'_wpsc_billing_country',''),(30710,1915,'_wpsc_shipping_country',''),(30709,1915,'_wpsc_last_active','1400602265'),(30708,1915,'wp_user_level','0'),(30707,1915,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30706,1915,'show_admin_bar_front','true'),(30705,1915,'use_ssl','0'),(30704,1915,'admin_color','fresh'),(30703,1915,'comment_shortcuts','false'),(30702,1915,'rich_editing','true'),(30701,1915,'description',''),(30700,1915,'nickname','_hKM8uGIm'),(30699,1915,'last_name',''),(30698,1915,'first_name',''),(30697,1914,'_wpsc_billing_region',''),(30696,1914,'_wpsc_shipping_region',''),(30695,1914,'_wpsc_billing_country',''),(30694,1914,'_wpsc_shipping_country',''),(30693,1914,'_wpsc_last_active','1400602250'),(30692,1914,'wp_user_level','0'),(30691,1914,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30690,1914,'show_admin_bar_front','true'),(30689,1914,'use_ssl','0'),(30688,1914,'admin_color','fresh'),(30687,1914,'comment_shortcuts','false'),(30686,1914,'rich_editing','true'),(30685,1914,'description',''),(30684,1914,'nickname','_KXn9pRnv'),(30683,1914,'last_name',''),(30682,1914,'first_name',''),(30681,1913,'_wpsc_billing_region',''),(30680,1913,'_wpsc_shipping_region',''),(30679,1913,'_wpsc_billing_country',''),(30678,1913,'_wpsc_shipping_country',''),(30677,1913,'_wpsc_last_active','1400602235'),(30676,1913,'wp_user_level','0'),(30675,1913,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30674,1913,'show_admin_bar_front','true'),(30673,1913,'use_ssl','0'),(30672,1913,'admin_color','fresh'),(30671,1913,'comment_shortcuts','false'),(30670,1913,'rich_editing','true'),(30669,1913,'description',''),(30668,1913,'nickname','_i0SwQyue'),(30667,1913,'last_name',''),(30666,1913,'first_name',''),(30665,1912,'_wpsc_billing_region',''),(30664,1912,'_wpsc_shipping_region',''),(30663,1912,'_wpsc_billing_country',''),(30662,1912,'_wpsc_shipping_country',''),(30661,1912,'_wpsc_last_active','1400602220'),(30660,1912,'wp_user_level','0'),(30659,1912,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30658,1912,'show_admin_bar_front','true'),(30657,1912,'use_ssl','0'),(30656,1912,'admin_color','fresh'),(30655,1912,'comment_shortcuts','false'),(30654,1912,'rich_editing','true'),(30653,1912,'description',''),(30652,1912,'nickname','_iVyNceuG'),(30651,1912,'last_name',''),(30650,1912,'first_name',''),(30649,1911,'_wpsc_billing_region',''),(30648,1911,'_wpsc_shipping_region',''),(30647,1911,'_wpsc_billing_country',''),(30646,1911,'_wpsc_shipping_country',''),(30645,1911,'_wpsc_last_active','1400602216'),(30644,1911,'wp_user_level','0'),(30643,1911,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30642,1911,'show_admin_bar_front','true'),(30641,1911,'use_ssl','0'),(30640,1911,'admin_color','fresh'),(30639,1911,'comment_shortcuts','false'),(30638,1911,'rich_editing','true'),(30637,1911,'description',''),(30636,1911,'nickname','_HorfosV6'),(30635,1911,'last_name',''),(30634,1911,'first_name',''),(30633,1910,'_wpsc_billing_region',''),(30632,1910,'_wpsc_shipping_region',''),(30631,1910,'_wpsc_billing_country',''),(30630,1910,'_wpsc_shipping_country',''),(30629,1910,'_wpsc_last_active','1400602204'),(30628,1910,'wp_user_level','0'),(30627,1910,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30626,1910,'show_admin_bar_front','true'),(30625,1910,'use_ssl','0'),(30624,1910,'admin_color','fresh'),(30623,1910,'comment_shortcuts','false'),(30622,1910,'rich_editing','true'),(30621,1910,'description',''),(30620,1910,'nickname','_tH2zTbMr'),(30619,1910,'last_name',''),(30618,1910,'first_name',''),(30617,1909,'_wpsc_billing_region',''),(30616,1909,'_wpsc_shipping_region',''),(30615,1909,'_wpsc_billing_country',''),(30614,1909,'_wpsc_shipping_country',''),(30613,1909,'_wpsc_last_active','1400602192'),(30612,1909,'wp_user_level','0'),(30611,1909,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30610,1909,'show_admin_bar_front','true'),(30609,1909,'use_ssl','0'),(30608,1909,'admin_color','fresh'),(30607,1909,'comment_shortcuts','false'),(30606,1909,'rich_editing','true'),(30605,1909,'description',''),(30604,1909,'nickname','_boERII8u'),(30603,1909,'last_name',''),(30602,1909,'first_name',''),(30601,1908,'_wpsc_billing_region',''),(30600,1908,'_wpsc_shipping_region',''),(30599,1908,'_wpsc_billing_country',''),(30598,1908,'_wpsc_shipping_country',''),(30597,1908,'_wpsc_last_active','1400602189'),(30596,1908,'wp_user_level','0'),(30595,1908,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30594,1908,'show_admin_bar_front','true'),(30593,1908,'use_ssl','0'),(30592,1908,'admin_color','fresh'),(30591,1908,'comment_shortcuts','false'),(30590,1908,'rich_editing','true'),(30589,1908,'description',''),(30588,1908,'nickname','_2ipmcGPI'),(30587,1908,'last_name',''),(30586,1908,'first_name',''),(30585,1907,'_wpsc_billing_region',''),(30584,1907,'_wpsc_shipping_region',''),(30583,1907,'_wpsc_billing_country',''),(30582,1907,'_wpsc_shipping_country',''),(30581,1907,'_wpsc_last_active','1400602187'),(30580,1907,'wp_user_level','0'),(30579,1907,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30578,1907,'show_admin_bar_front','true'),(30577,1907,'use_ssl','0'),(30576,1907,'admin_color','fresh'),(30575,1907,'comment_shortcuts','false'),(30574,1907,'rich_editing','true'),(30573,1907,'description',''),(30572,1907,'nickname','_d79PCdNE'),(30571,1907,'last_name',''),(30570,1907,'first_name',''),(30569,1906,'_wpsc_billing_region',''),(30568,1906,'_wpsc_shipping_region',''),(30567,1906,'_wpsc_billing_country',''),(30566,1906,'_wpsc_shipping_country',''),(30565,1906,'_wpsc_last_active','1400602181'),(30564,1906,'wp_user_level','0'),(30563,1906,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30562,1906,'show_admin_bar_front','true'),(30561,1906,'use_ssl','0'),(30560,1906,'admin_color','fresh'),(30559,1906,'comment_shortcuts','false'),(30558,1906,'rich_editing','true'),(30557,1906,'description',''),(30556,1906,'nickname','_cFpFnyZ7'),(30555,1906,'last_name',''),(30554,1906,'first_name',''),(30553,1905,'_wpsc_billing_region',''),(30552,1905,'_wpsc_shipping_region',''),(30551,1905,'_wpsc_billing_country',''),(30550,1905,'_wpsc_shipping_country',''),(30549,1905,'_wpsc_last_active','1400602172'),(30548,1905,'wp_user_level','0'),(30547,1905,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30546,1905,'show_admin_bar_front','true'),(30545,1905,'use_ssl','0'),(30544,1905,'admin_color','fresh'),(30543,1905,'comment_shortcuts','false'),(30542,1905,'rich_editing','true'),(30541,1905,'description',''),(30540,1905,'nickname','_1CSD65Vc'),(30539,1905,'last_name',''),(30538,1905,'first_name',''),(30537,1904,'_wpsc_billing_region',''),(30536,1904,'_wpsc_shipping_region',''),(30535,1904,'_wpsc_billing_country',''),(30534,1904,'_wpsc_shipping_country',''),(30533,1904,'_wpsc_last_active','1400602170'),(30532,1904,'wp_user_level','0'),(30531,1904,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30530,1904,'show_admin_bar_front','true'),(30529,1904,'use_ssl','0'),(30528,1904,'admin_color','fresh'),(30527,1904,'comment_shortcuts','false'),(30526,1904,'rich_editing','true'),(30525,1904,'description',''),(30524,1904,'nickname','_hxuEKHGd'),(30523,1904,'last_name',''),(30522,1904,'first_name',''),(30521,1903,'_wpsc_billing_region',''),(30520,1903,'_wpsc_shipping_region',''),(30519,1903,'_wpsc_billing_country',''),(30518,1903,'_wpsc_shipping_country',''),(30517,1903,'_wpsc_last_active','1400602158'),(30516,1903,'wp_user_level','0'),(30515,1903,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30514,1903,'show_admin_bar_front','true'),(30513,1903,'use_ssl','0'),(30512,1903,'admin_color','fresh'),(30511,1903,'comment_shortcuts','false'),(30510,1903,'rich_editing','true'),(30509,1903,'description',''),(30508,1903,'nickname','_gtaW5ES4'),(30507,1903,'last_name',''),(30506,1903,'first_name',''),(30505,1902,'_wpsc_billing_region',''),(30504,1902,'_wpsc_shipping_region',''),(30503,1902,'_wpsc_billing_country',''),(30502,1902,'_wpsc_shipping_country',''),(30501,1902,'_wpsc_last_active','1400602157'),(30500,1902,'wp_user_level','0'),(30499,1902,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30498,1902,'show_admin_bar_front','true'),(30497,1902,'use_ssl','0'),(30496,1902,'admin_color','fresh'),(30495,1902,'comment_shortcuts','false'),(30494,1902,'rich_editing','true'),(30493,1902,'description',''),(30492,1902,'nickname','_8YPnQxxk'),(30491,1902,'last_name',''),(30490,1902,'first_name',''),(30489,1901,'_wpsc_billing_region',''),(30488,1901,'_wpsc_shipping_region',''),(30487,1901,'_wpsc_billing_country',''),(30486,1901,'_wpsc_shipping_country',''),(30485,1901,'_wpsc_last_active','1400602155'),(30484,1901,'wp_user_level','0'),(30483,1901,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30482,1901,'show_admin_bar_front','true'),(30481,1901,'use_ssl','0'),(30480,1901,'admin_color','fresh'),(30479,1901,'comment_shortcuts','false'),(30478,1901,'rich_editing','true'),(30477,1901,'description',''),(30476,1901,'nickname','_QgQIb14A'),(30475,1901,'last_name',''),(30474,1901,'first_name',''),(30473,1900,'_wpsc_billing_region',''),(30472,1900,'_wpsc_shipping_region',''),(30471,1900,'_wpsc_billing_country',''),(30470,1900,'_wpsc_shipping_country',''),(30469,1900,'_wpsc_last_active','1400602154'),(30468,1900,'wp_user_level','0'),(30467,1900,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30466,1900,'show_admin_bar_front','true'),(30465,1900,'use_ssl','0'),(30464,1900,'admin_color','fresh'),(30463,1900,'comment_shortcuts','false'),(30462,1900,'rich_editing','true'),(30461,1900,'description',''),(30460,1900,'nickname','_EdR8I18I'),(30459,1900,'last_name',''),(30458,1900,'first_name',''),(30457,1899,'_wpsc_billing_region',''),(30456,1899,'_wpsc_shipping_region',''),(30455,1899,'_wpsc_billing_country',''),(30454,1899,'_wpsc_shipping_country',''),(30453,1899,'_wpsc_last_active','1400602143'),(30452,1899,'wp_user_level','0'),(30451,1899,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30450,1899,'show_admin_bar_front','true'),(30449,1899,'use_ssl','0'),(30448,1899,'admin_color','fresh'),(30447,1899,'comment_shortcuts','false'),(30446,1899,'rich_editing','true'),(30445,1899,'description',''),(30444,1899,'nickname','_GgC0L6bN'),(30443,1899,'last_name',''),(30442,1899,'first_name',''),(30441,1898,'_wpsc_billing_region',''),(30440,1898,'_wpsc_shipping_region',''),(30439,1898,'_wpsc_billing_country',''),(30438,1898,'_wpsc_shipping_country',''),(30437,1898,'_wpsc_last_active','1400602141'),(30436,1898,'wp_user_level','0'),(30435,1898,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30434,1898,'show_admin_bar_front','true'),(30433,1898,'use_ssl','0'),(30432,1898,'admin_color','fresh'),(30431,1898,'comment_shortcuts','false'),(30430,1898,'rich_editing','true'),(30429,1898,'description',''),(30428,1898,'nickname','_BzB068Eb'),(30427,1898,'last_name',''),(30426,1898,'first_name',''),(30425,1897,'_wpsc_billing_region',''),(30424,1897,'_wpsc_shipping_region',''),(30423,1897,'_wpsc_billing_country',''),(30422,1897,'_wpsc_shipping_country',''),(30421,1897,'_wpsc_last_active','1400602139'),(30420,1897,'wp_user_level','0'),(30419,1897,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30418,1897,'show_admin_bar_front','true'),(30417,1897,'use_ssl','0'),(30416,1897,'admin_color','fresh'),(30415,1897,'comment_shortcuts','false'),(30414,1897,'rich_editing','true'),(30413,1897,'description',''),(30412,1897,'nickname','_OjDajZ1O'),(30411,1897,'last_name',''),(30410,1897,'first_name',''),(29491,1839,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29490,1839,'show_admin_bar_front','true'),(29489,1839,'use_ssl','0'),(29450,1837,'first_name',''),(29451,1837,'last_name',''),(29452,1837,'nickname','_xh22Gd7K'),(29453,1837,'description',''),(29454,1837,'rich_editing','true'),(29455,1837,'comment_shortcuts','false'),(29456,1837,'admin_color','fresh'),(29457,1837,'use_ssl','0'),(29458,1837,'show_admin_bar_front','true'),(29459,1837,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29460,1837,'wp_user_level','0'),(29461,1837,'_wpsc_last_active','1400601626'),(29462,1837,'_wpsc_shipping_country',''),(29463,1837,'_wpsc_billing_country',''),(29464,1837,'_wpsc_shipping_region',''),(29465,1837,'_wpsc_billing_region',''),(29466,1838,'first_name',''),(29467,1838,'last_name',''),(29468,1838,'nickname','_IDEY9a7f'),(29469,1838,'description',''),(29470,1838,'rich_editing','true'),(29471,1838,'comment_shortcuts','false'),(29472,1838,'admin_color','fresh'),(29473,1838,'use_ssl','0'),(29474,1838,'show_admin_bar_front','true'),(29475,1838,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29476,1838,'wp_user_level','0'),(29477,1838,'_wpsc_last_active','1400601640'),(29478,1838,'_wpsc_shipping_country',''),(29479,1838,'_wpsc_billing_country',''),(29480,1838,'_wpsc_shipping_region',''),(29481,1838,'_wpsc_billing_region',''),(29482,1839,'first_name',''),(29483,1839,'last_name',''),(29484,1839,'nickname','_DOSJCu1B'),(29485,1839,'description',''),(29486,1839,'rich_editing','true'),(29487,1839,'comment_shortcuts','false'),(29488,1839,'admin_color','fresh'),(30409,1896,'_wpsc_billing_region',''),(30408,1896,'_wpsc_shipping_region',''),(30407,1896,'_wpsc_billing_country',''),(30406,1896,'_wpsc_shipping_country',''),(30405,1896,'_wpsc_last_active','1400602135'),(30404,1896,'wp_user_level','0'),(30403,1896,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30402,1896,'show_admin_bar_front','true'),(30401,1896,'use_ssl','0'),(30400,1896,'admin_color','fresh'),(30399,1896,'comment_shortcuts','false'),(30398,1896,'rich_editing','true'),(30397,1896,'description',''),(30396,1896,'nickname','_Vv3YzYtF'),(30395,1896,'last_name',''),(30394,1896,'first_name',''),(30393,1895,'_wpsc_billing_region',''),(30392,1895,'_wpsc_shipping_region',''),(30391,1895,'_wpsc_billing_country',''),(30390,1895,'_wpsc_shipping_country',''),(30389,1895,'_wpsc_last_active','1400602126'),(30388,1895,'wp_user_level','0'),(30387,1895,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30386,1895,'show_admin_bar_front','true'),(30385,1895,'use_ssl','0'),(30384,1895,'admin_color','fresh'),(30383,1895,'comment_shortcuts','false'),(30382,1895,'rich_editing','true'),(30381,1895,'description',''),(30380,1895,'nickname','_GcmXjwaK'),(30379,1895,'last_name',''),(30378,1895,'first_name',''),(30377,1894,'_wpsc_billing_region',''),(30376,1894,'_wpsc_shipping_region',''),(30375,1894,'_wpsc_billing_country',''),(30374,1894,'_wpsc_shipping_country',''),(30373,1894,'_wpsc_last_active','1400602124'),(30372,1894,'wp_user_level','0'),(30371,1894,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30370,1894,'show_admin_bar_front','true'),(30369,1894,'use_ssl','0'),(30368,1894,'admin_color','fresh'),(30367,1894,'comment_shortcuts','false'),(30366,1894,'rich_editing','true'),(30365,1894,'description',''),(30364,1894,'nickname','_3RvhVf07'),(30363,1894,'last_name',''),(30362,1894,'first_name',''),(30361,1893,'_wpsc_billing_region',''),(30360,1893,'_wpsc_shipping_region',''),(30359,1893,'_wpsc_billing_country',''),(30358,1893,'_wpsc_shipping_country',''),(30357,1893,'_wpsc_last_active','1400602111'),(30356,1893,'wp_user_level','0'),(30355,1893,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30354,1893,'show_admin_bar_front','true'),(30353,1893,'use_ssl','0'),(30352,1893,'admin_color','fresh'),(30351,1893,'comment_shortcuts','false'),(30350,1893,'rich_editing','true'),(30349,1893,'description',''),(30348,1893,'nickname','_4Zt1RhSO'),(30347,1893,'last_name',''),(30346,1893,'first_name',''),(30345,1892,'_wpsc_billing_region',''),(30344,1892,'_wpsc_shipping_region',''),(30343,1892,'_wpsc_billing_country',''),(30342,1892,'_wpsc_shipping_country',''),(30341,1892,'_wpsc_last_active','1400602109'),(30340,1892,'wp_user_level','0'),(30339,1892,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30338,1892,'show_admin_bar_front','true'),(30337,1892,'use_ssl','0'),(30336,1892,'admin_color','fresh'),(30335,1892,'comment_shortcuts','false'),(30334,1892,'rich_editing','true'),(30333,1892,'description',''),(30332,1892,'nickname','_s3cd6H1r'),(30331,1892,'last_name',''),(30330,1892,'first_name',''),(30329,1891,'_wpsc_billing_region',''),(30328,1891,'_wpsc_shipping_region',''),(30327,1891,'_wpsc_billing_country',''),(30326,1891,'_wpsc_shipping_country',''),(30325,1891,'_wpsc_last_active','1400602096'),(30324,1891,'wp_user_level','0'),(30323,1891,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30322,1891,'show_admin_bar_front','true'),(30321,1891,'use_ssl','0'),(30320,1891,'admin_color','fresh'),(30319,1891,'comment_shortcuts','false'),(30318,1891,'rich_editing','true'),(30317,1891,'description',''),(30316,1891,'nickname','_FcBQfH3g'),(30315,1891,'last_name',''),(30314,1891,'first_name',''),(30313,1890,'_wpsc_billing_region',''),(30312,1890,'_wpsc_shipping_region',''),(30311,1890,'_wpsc_billing_country',''),(30310,1890,'_wpsc_shipping_country',''),(30309,1890,'_wpsc_last_active','1400602094'),(30308,1890,'wp_user_level','0'),(30307,1890,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30306,1890,'show_admin_bar_front','true'),(30305,1890,'use_ssl','0'),(30304,1890,'admin_color','fresh'),(30303,1890,'comment_shortcuts','false'),(30302,1890,'rich_editing','true'),(30301,1890,'description',''),(30300,1890,'nickname','_wGySaDN7'),(30299,1890,'last_name',''),(30298,1890,'first_name',''),(30297,1889,'_wpsc_billing_region',''),(30296,1889,'_wpsc_shipping_region',''),(30295,1889,'_wpsc_billing_country',''),(30294,1889,'_wpsc_shipping_country',''),(30293,1889,'_wpsc_last_active','1400602081'),(30292,1889,'wp_user_level','0'),(30291,1889,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30290,1889,'show_admin_bar_front','true'),(30289,1889,'use_ssl','0'),(30288,1889,'admin_color','fresh'),(30287,1889,'comment_shortcuts','false'),(30286,1889,'rich_editing','true'),(30285,1889,'description',''),(30284,1889,'nickname','_bhbJwxc2'),(30283,1889,'last_name',''),(30282,1889,'first_name',''),(30281,1888,'_wpsc_billing_region',''),(30280,1888,'_wpsc_shipping_region',''),(30279,1888,'_wpsc_billing_country',''),(30278,1888,'_wpsc_shipping_country',''),(30277,1888,'_wpsc_last_active','1400602079'),(30276,1888,'wp_user_level','0'),(30275,1888,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30274,1888,'show_admin_bar_front','true'),(30273,1888,'use_ssl','0'),(30272,1888,'admin_color','fresh'),(30271,1888,'comment_shortcuts','false'),(30270,1888,'rich_editing','true'),(30269,1888,'description',''),(30268,1888,'nickname','_aGtTES8Z'),(30267,1888,'last_name',''),(30266,1888,'first_name',''),(30265,1887,'_wpsc_billing_region',''),(30264,1887,'_wpsc_shipping_region',''),(30263,1887,'_wpsc_billing_country',''),(30262,1887,'_wpsc_shipping_country',''),(30261,1887,'_wpsc_last_active','1400602065'),(30260,1887,'wp_user_level','0'),(30259,1887,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30258,1887,'show_admin_bar_front','true'),(30257,1887,'use_ssl','0'),(30256,1887,'admin_color','fresh'),(30255,1887,'comment_shortcuts','false'),(30254,1887,'rich_editing','true'),(30253,1887,'description',''),(30252,1887,'nickname','_6DMBYERC'),(30251,1887,'last_name',''),(30250,1887,'first_name',''),(30249,1886,'_wpsc_billing_region',''),(30248,1886,'_wpsc_shipping_region',''),(30247,1886,'_wpsc_billing_country',''),(30246,1886,'_wpsc_shipping_country',''),(30245,1886,'_wpsc_last_active','1400602063'),(30244,1886,'wp_user_level','0'),(30243,1886,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30242,1886,'show_admin_bar_front','true'),(30241,1886,'use_ssl','0'),(30240,1886,'admin_color','fresh'),(30239,1886,'comment_shortcuts','false'),(30238,1886,'rich_editing','true'),(30237,1886,'description',''),(30236,1886,'nickname','_v55cfAGh'),(30235,1886,'last_name',''),(30234,1886,'first_name',''),(30233,1885,'_wpsc_billing_region',''),(30232,1885,'_wpsc_shipping_region',''),(30231,1885,'_wpsc_billing_country',''),(30230,1885,'_wpsc_shipping_country',''),(30229,1885,'_wpsc_last_active','1400602062'),(30228,1885,'wp_user_level','0'),(30227,1885,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30226,1885,'show_admin_bar_front','true'),(30225,1885,'use_ssl','0'),(30224,1885,'admin_color','fresh'),(30223,1885,'comment_shortcuts','false'),(30222,1885,'rich_editing','true'),(30221,1885,'description',''),(30220,1885,'nickname','_9vyme0YH'),(30219,1885,'last_name',''),(30218,1885,'first_name',''),(30217,1884,'_wpsc_billing_region',''),(30216,1884,'_wpsc_shipping_region',''),(30215,1884,'_wpsc_billing_country',''),(30214,1884,'_wpsc_shipping_country',''),(30213,1884,'_wpsc_last_active','1400602052'),(30212,1884,'wp_user_level','0'),(30211,1884,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30210,1884,'show_admin_bar_front','true'),(30209,1884,'use_ssl','0'),(30208,1884,'admin_color','fresh'),(30207,1884,'comment_shortcuts','false'),(30206,1884,'rich_editing','true'),(30205,1884,'description',''),(30204,1884,'nickname','_4Js3CuLE'),(30203,1884,'last_name',''),(30202,1884,'first_name',''),(30201,1883,'_wpsc_billing_region',''),(30200,1883,'_wpsc_shipping_region',''),(30199,1883,'_wpsc_billing_country',''),(30198,1883,'_wpsc_shipping_country',''),(30197,1883,'_wpsc_last_active','1400602051'),(30196,1883,'wp_user_level','0'),(30195,1883,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30194,1883,'show_admin_bar_front','true'),(30193,1883,'use_ssl','0'),(30192,1883,'admin_color','fresh'),(30191,1883,'comment_shortcuts','false'),(30190,1883,'rich_editing','true'),(30189,1883,'description',''),(30188,1883,'nickname','_RlQtL8EN'),(30187,1883,'last_name',''),(30186,1883,'first_name',''),(30185,1882,'_wpsc_billing_region',''),(30184,1882,'_wpsc_shipping_region',''),(30183,1882,'_wpsc_billing_country',''),(30182,1882,'_wpsc_shipping_country',''),(30181,1882,'_wpsc_last_active','1400602049'),(30180,1882,'wp_user_level','0'),(30179,1882,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30178,1882,'show_admin_bar_front','true'),(30177,1882,'use_ssl','0'),(30176,1882,'admin_color','fresh'),(30175,1882,'comment_shortcuts','false'),(30174,1882,'rich_editing','true'),(30173,1882,'description',''),(30172,1882,'nickname','_qOIQbhba'),(30171,1882,'last_name',''),(30170,1882,'first_name',''),(30169,1881,'_wpsc_billing_region',''),(30168,1881,'_wpsc_shipping_region',''),(30167,1881,'_wpsc_billing_country',''),(30166,1881,'_wpsc_shipping_country',''),(30165,1881,'_wpsc_last_active','1400602048'),(30164,1881,'wp_user_level','0'),(30163,1881,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30162,1881,'show_admin_bar_front','true'),(30161,1881,'use_ssl','0'),(30160,1881,'admin_color','fresh'),(30159,1881,'comment_shortcuts','false'),(30158,1881,'rich_editing','true'),(30157,1881,'description',''),(30156,1881,'nickname','_4GDYYCxs'),(30155,1881,'last_name',''),(30154,1881,'first_name',''),(30153,1880,'_wpsc_billing_region',''),(30152,1880,'_wpsc_shipping_region',''),(30151,1880,'_wpsc_billing_country',''),(30150,1880,'_wpsc_shipping_country',''),(30149,1880,'_wpsc_last_active','1400602039'),(30148,1880,'wp_user_level','0'),(30147,1880,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30146,1880,'show_admin_bar_front','true'),(30145,1880,'use_ssl','0'),(30144,1880,'admin_color','fresh'),(30143,1880,'comment_shortcuts','false'),(30142,1880,'rich_editing','true'),(30141,1880,'description',''),(30140,1880,'nickname','_5clLUKe9'),(30139,1880,'last_name',''),(30138,1880,'first_name',''),(30137,1879,'_wpsc_billing_region',''),(30136,1879,'_wpsc_shipping_region',''),(30135,1879,'_wpsc_billing_country',''),(30134,1879,'_wpsc_shipping_country',''),(30133,1879,'_wpsc_last_active','1400602035'),(30132,1879,'wp_user_level','0'),(30131,1879,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30130,1879,'show_admin_bar_front','true'),(30129,1879,'use_ssl','0'),(30128,1879,'admin_color','fresh'),(30127,1879,'comment_shortcuts','false'),(30126,1879,'rich_editing','true'),(30125,1879,'description',''),(30124,1879,'nickname','_hBtJUCBP'),(30123,1879,'last_name',''),(30122,1879,'first_name',''),(30121,1878,'_wpsc_billing_region',''),(30120,1878,'_wpsc_shipping_region',''),(30119,1878,'_wpsc_billing_country',''),(30118,1878,'_wpsc_shipping_country',''),(30117,1878,'_wpsc_last_active','1400602021'),(30116,1878,'wp_user_level','0'),(30115,1878,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30114,1878,'show_admin_bar_front','true'),(30113,1878,'use_ssl','0'),(30112,1878,'admin_color','fresh'),(30111,1878,'comment_shortcuts','false'),(30110,1878,'rich_editing','true'),(30109,1878,'description',''),(30108,1878,'nickname','_Ly5qyVGz'),(30107,1878,'last_name',''),(30106,1878,'first_name',''),(30105,1877,'_wpsc_billing_region',''),(30104,1877,'_wpsc_shipping_region',''),(30103,1877,'_wpsc_billing_country',''),(30102,1877,'_wpsc_shipping_country',''),(30101,1877,'_wpsc_last_active','1400602019'),(30100,1877,'wp_user_level','0'),(30099,1877,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30098,1877,'show_admin_bar_front','true'),(30097,1877,'use_ssl','0'),(30096,1877,'admin_color','fresh'),(30095,1877,'comment_shortcuts','false'),(30094,1877,'rich_editing','true'),(30093,1877,'description',''),(30092,1877,'nickname','_NV5UAGQD'),(30091,1877,'last_name',''),(30090,1877,'first_name',''),(30089,1876,'_wpsc_billing_region',''),(30088,1876,'_wpsc_shipping_region',''),(30087,1876,'_wpsc_billing_country',''),(30086,1876,'_wpsc_shipping_country',''),(30085,1876,'_wpsc_last_active','1400602018'),(30084,1876,'wp_user_level','0'),(30083,1876,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30082,1876,'show_admin_bar_front','true'),(30081,1876,'use_ssl','0'),(30080,1876,'admin_color','fresh'),(30079,1876,'comment_shortcuts','false'),(30078,1876,'rich_editing','true'),(30077,1876,'description',''),(30076,1876,'nickname','_7WZZTVP2'),(30075,1876,'last_name',''),(30074,1876,'first_name',''),(30073,1875,'_wpsc_billing_region',''),(30072,1875,'_wpsc_shipping_region',''),(30071,1875,'_wpsc_billing_country',''),(30070,1875,'_wpsc_shipping_country',''),(30069,1875,'_wpsc_last_active','1400602009'),(30068,1875,'wp_user_level','0'),(30067,1875,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30066,1875,'show_admin_bar_front','true'),(30065,1875,'use_ssl','0'),(30064,1875,'admin_color','fresh'),(30063,1875,'comment_shortcuts','false'),(30062,1875,'rich_editing','true'),(30061,1875,'description',''),(30060,1875,'nickname','_AdgzH9YH'),(30059,1875,'last_name',''),(30058,1875,'first_name',''),(30057,1874,'_wpsc_billing_region',''),(30056,1874,'_wpsc_shipping_region',''),(30055,1874,'_wpsc_billing_country',''),(30054,1874,'_wpsc_shipping_country',''),(30053,1874,'_wpsc_last_active','1400601985'),(30052,1874,'wp_user_level','0'),(30051,1874,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30050,1874,'show_admin_bar_front','true'),(30049,1874,'use_ssl','0'),(30048,1874,'admin_color','fresh'),(30047,1874,'comment_shortcuts','false'),(30046,1874,'rich_editing','true'),(30045,1874,'description',''),(30044,1874,'nickname','_baeThCY5'),(30043,1874,'last_name',''),(30042,1874,'first_name',''),(30041,1873,'_wpsc_billing_region',''),(30040,1873,'_wpsc_shipping_region',''),(30039,1873,'_wpsc_billing_country',''),(30038,1873,'_wpsc_shipping_country',''),(30037,1873,'_wpsc_last_active','1400601963'),(30036,1873,'wp_user_level','0'),(30035,1873,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30034,1873,'show_admin_bar_front','true'),(30033,1873,'use_ssl','0'),(30032,1873,'admin_color','fresh'),(30031,1873,'comment_shortcuts','false'),(30030,1873,'rich_editing','true'),(30029,1873,'description',''),(30028,1873,'nickname','_P9JsXrjE'),(30027,1873,'last_name',''),(30026,1873,'first_name',''),(30025,1872,'_wpsc_billing_region',''),(30024,1872,'_wpsc_shipping_region',''),(30023,1872,'_wpsc_billing_country',''),(30022,1872,'_wpsc_shipping_country',''),(30021,1872,'_wpsc_last_active','1400601948'),(30020,1872,'wp_user_level','0'),(30019,1872,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30018,1872,'show_admin_bar_front','true'),(30017,1872,'use_ssl','0'),(30016,1872,'admin_color','fresh'),(30015,1872,'comment_shortcuts','false'),(30014,1872,'rich_editing','true'),(30013,1872,'description',''),(30012,1872,'nickname','_8RnTtEr3'),(30011,1872,'last_name',''),(30010,1872,'first_name',''),(30009,1871,'_wpsc_billing_region',''),(30008,1871,'_wpsc_shipping_region',''),(30007,1871,'_wpsc_billing_country',''),(30006,1871,'_wpsc_shipping_country',''),(30005,1871,'_wpsc_last_active','1400601946'),(30004,1871,'wp_user_level','0'),(30003,1871,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(30002,1871,'show_admin_bar_front','true'),(30001,1871,'use_ssl','0'),(30000,1871,'admin_color','fresh'),(29999,1871,'comment_shortcuts','false'),(29998,1871,'rich_editing','true'),(29997,1871,'description',''),(29996,1871,'nickname','_UKNy8Tx3'),(29995,1871,'last_name',''),(29994,1871,'first_name',''),(29993,1870,'_wpsc_billing_region',''),(29992,1870,'_wpsc_shipping_region',''),(29991,1870,'_wpsc_billing_country',''),(29990,1870,'_wpsc_shipping_country',''),(29989,1870,'_wpsc_last_active','1400601945'),(29988,1870,'wp_user_level','0'),(29987,1870,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29986,1870,'show_admin_bar_front','true'),(29985,1870,'use_ssl','0'),(29984,1870,'admin_color','fresh'),(29983,1870,'comment_shortcuts','false'),(29982,1870,'rich_editing','true'),(29981,1870,'description',''),(29980,1870,'nickname','_1DBUWqsO'),(29979,1870,'last_name',''),(29978,1870,'first_name',''),(29977,1869,'_wpsc_billing_region',''),(29976,1869,'_wpsc_shipping_region',''),(29975,1869,'_wpsc_billing_country',''),(29974,1869,'_wpsc_shipping_country',''),(29973,1869,'_wpsc_last_active','1400601925'),(29972,1869,'wp_user_level','0'),(29971,1869,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29970,1869,'show_admin_bar_front','true'),(29969,1869,'use_ssl','0'),(29968,1869,'admin_color','fresh'),(29967,1869,'comment_shortcuts','false'),(29966,1869,'rich_editing','true'),(29965,1869,'description',''),(29964,1869,'nickname','_clCP6L89'),(29963,1869,'last_name',''),(29962,1869,'first_name',''),(29961,1868,'_wpsc_billing_region',''),(29960,1868,'_wpsc_shipping_region',''),(29959,1868,'_wpsc_billing_country',''),(29958,1868,'_wpsc_shipping_country',''),(29957,1868,'_wpsc_last_active','1400601915'),(29956,1868,'wp_user_level','0'),(29955,1868,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29954,1868,'show_admin_bar_front','true'),(29953,1868,'use_ssl','0'),(29952,1868,'admin_color','fresh'),(29951,1868,'comment_shortcuts','false'),(29950,1868,'rich_editing','true'),(29949,1868,'description',''),(29948,1868,'nickname','_gpv9iQ4z'),(29947,1868,'last_name',''),(29946,1868,'first_name',''),(29945,1867,'_wpsc_billing_region',''),(29944,1867,'_wpsc_shipping_region',''),(29943,1867,'_wpsc_billing_country',''),(29942,1867,'_wpsc_shipping_country',''),(29941,1867,'_wpsc_last_active','1400601909'),(29940,1867,'wp_user_level','0'),(29939,1867,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29938,1867,'show_admin_bar_front','true'),(29937,1867,'use_ssl','0'),(29936,1867,'admin_color','fresh'),(29935,1867,'comment_shortcuts','false'),(29934,1867,'rich_editing','true'),(29933,1867,'description',''),(29932,1867,'nickname','_vECmGpM7'),(29931,1867,'last_name',''),(29930,1867,'first_name',''),(29929,1866,'_wpsc_billing_region',''),(29928,1866,'_wpsc_shipping_region',''),(29927,1866,'_wpsc_billing_country',''),(29926,1866,'_wpsc_shipping_country',''),(29925,1866,'_wpsc_last_active','1400601893'),(29924,1866,'wp_user_level','0'),(29923,1866,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29922,1866,'show_admin_bar_front','true'),(29921,1866,'use_ssl','0'),(29920,1866,'admin_color','fresh'),(29919,1866,'comment_shortcuts','false'),(29918,1866,'rich_editing','true'),(29917,1866,'description',''),(29916,1866,'nickname','_fQcUgLQu'),(29915,1866,'last_name',''),(29914,1866,'first_name',''),(29913,1865,'_wpsc_billing_region',''),(29912,1865,'_wpsc_shipping_region',''),(29911,1865,'_wpsc_billing_country',''),(29910,1865,'_wpsc_shipping_country',''),(29909,1865,'_wpsc_last_active','1400601892'),(29908,1865,'wp_user_level','0'),(29907,1865,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29906,1865,'show_admin_bar_front','true'),(29905,1865,'use_ssl','0'),(29904,1865,'admin_color','fresh'),(29903,1865,'comment_shortcuts','false'),(29902,1865,'rich_editing','true'),(29901,1865,'description',''),(29900,1865,'nickname','_MqlKKD32'),(29899,1865,'last_name',''),(29898,1865,'first_name',''),(29897,1864,'_wpsc_billing_region',''),(29896,1864,'_wpsc_shipping_region',''),(29895,1864,'_wpsc_billing_country',''),(29894,1864,'_wpsc_shipping_country',''),(29893,1864,'_wpsc_last_active','1400601883'),(29892,1864,'wp_user_level','0'),(29891,1864,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29890,1864,'show_admin_bar_front','true'),(29889,1864,'use_ssl','0'),(29888,1864,'admin_color','fresh'),(29887,1864,'comment_shortcuts','false'),(29886,1864,'rich_editing','true'),(29885,1864,'description',''),(29884,1864,'nickname','_YzO6V9I0'),(29883,1864,'last_name',''),(29882,1864,'first_name',''),(29881,1863,'_wpsc_billing_region',''),(29880,1863,'_wpsc_shipping_region',''),(29879,1863,'_wpsc_billing_country',''),(29878,1863,'_wpsc_shipping_country',''),(29877,1863,'_wpsc_last_active','1400601868'),(29876,1863,'wp_user_level','0'),(29875,1863,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29874,1863,'show_admin_bar_front','true'),(29873,1863,'use_ssl','0'),(29872,1863,'admin_color','fresh'),(29871,1863,'comment_shortcuts','false'),(29870,1863,'rich_editing','true'),(29869,1863,'description',''),(29868,1863,'nickname','_LhTXqXf4'),(29867,1863,'last_name',''),(29866,1863,'first_name',''),(29865,1862,'_wpsc_billing_region',''),(29864,1862,'_wpsc_shipping_region',''),(29863,1862,'_wpsc_billing_country',''),(29862,1862,'_wpsc_shipping_country',''),(29861,1862,'_wpsc_last_active','1400601851'),(29860,1862,'wp_user_level','0'),(29859,1862,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29858,1862,'show_admin_bar_front','true'),(29857,1862,'use_ssl','0'),(29856,1862,'admin_color','fresh'),(29855,1862,'comment_shortcuts','false'),(29854,1862,'rich_editing','true'),(29853,1862,'description',''),(29852,1862,'nickname','_ApIBojwB'),(29851,1862,'last_name',''),(29850,1862,'first_name',''),(29849,1861,'_wpsc_billing_region',''),(29848,1861,'_wpsc_shipping_region',''),(29847,1861,'_wpsc_billing_country',''),(29846,1861,'_wpsc_shipping_country',''),(29845,1861,'_wpsc_last_active','1400601850'),(29844,1861,'wp_user_level','0'),(29843,1861,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29842,1861,'show_admin_bar_front','true'),(29841,1861,'use_ssl','0'),(29840,1861,'admin_color','fresh'),(29839,1861,'comment_shortcuts','false'),(29838,1861,'rich_editing','true'),(29837,1861,'description',''),(29836,1861,'nickname','_FkMd2NO9'),(29835,1861,'last_name',''),(29834,1861,'first_name',''),(29833,1860,'_wpsc_billing_region',''),(29832,1860,'_wpsc_shipping_region',''),(29831,1860,'_wpsc_billing_country',''),(29830,1860,'_wpsc_shipping_country',''),(29829,1860,'_wpsc_last_active','1400601841'),(29828,1860,'wp_user_level','0'),(29827,1860,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29826,1860,'show_admin_bar_front','true'),(29825,1860,'use_ssl','0'),(29824,1860,'admin_color','fresh'),(29823,1860,'comment_shortcuts','false'),(29822,1860,'rich_editing','true'),(29821,1860,'description',''),(29820,1860,'nickname','_Y3Kv1gIj'),(29819,1860,'last_name',''),(29818,1860,'first_name',''),(29817,1859,'_wpsc_billing_region',''),(29816,1859,'_wpsc_shipping_region',''),(29815,1859,'_wpsc_billing_country',''),(29814,1859,'_wpsc_shipping_country',''),(29813,1859,'_wpsc_last_active','1400601826'),(29812,1859,'wp_user_level','0'),(29811,1859,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29810,1859,'show_admin_bar_front','true'),(29809,1859,'use_ssl','0'),(29808,1859,'admin_color','fresh'),(29807,1859,'comment_shortcuts','false'),(29806,1859,'rich_editing','true'),(29805,1859,'description',''),(29804,1859,'nickname','_I3aEMjqA'),(29803,1859,'last_name',''),(29802,1859,'first_name',''),(29801,1858,'_wpsc_billing_region',''),(29800,1858,'_wpsc_shipping_region',''),(29799,1858,'_wpsc_billing_country',''),(29798,1858,'_wpsc_shipping_country',''),(29797,1858,'_wpsc_last_active','1400601811'),(29796,1858,'wp_user_level','0'),(29795,1858,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29794,1858,'show_admin_bar_front','true'),(29793,1858,'use_ssl','0'),(29792,1858,'admin_color','fresh'),(29791,1858,'comment_shortcuts','false'),(29790,1858,'rich_editing','true'),(29789,1858,'description',''),(29788,1858,'nickname','_PxjrFvfC'),(29787,1858,'last_name',''),(29786,1858,'first_name',''),(29785,1857,'_wpsc_billing_region',''),(29784,1857,'_wpsc_shipping_region',''),(29783,1857,'_wpsc_billing_country',''),(29782,1857,'_wpsc_shipping_country',''),(29781,1857,'_wpsc_last_active','1400601796'),(29780,1857,'wp_user_level','0'),(29779,1857,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29778,1857,'show_admin_bar_front','true'),(29777,1857,'use_ssl','0'),(29776,1857,'admin_color','fresh'),(29775,1857,'comment_shortcuts','false'),(29774,1857,'rich_editing','true'),(29773,1857,'description',''),(29772,1857,'nickname','_qKGPpaWs'),(29771,1857,'last_name',''),(29770,1857,'first_name',''),(29769,1856,'_wpsc_billing_region',''),(29768,1856,'_wpsc_shipping_region',''),(29767,1856,'_wpsc_billing_country',''),(29766,1856,'_wpsc_shipping_country',''),(29765,1856,'_wpsc_last_active','1400601781'),(29764,1856,'wp_user_level','0'),(29763,1856,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29762,1856,'show_admin_bar_front','true'),(29761,1856,'use_ssl','0'),(29760,1856,'admin_color','fresh'),(29759,1856,'comment_shortcuts','false'),(29758,1856,'rich_editing','true'),(29757,1856,'description',''),(29756,1856,'nickname','_PRBSfNCa'),(29755,1856,'last_name',''),(29754,1856,'first_name',''),(29753,1855,'_wpsc_billing_region',''),(29752,1855,'_wpsc_shipping_region',''),(29751,1855,'_wpsc_billing_country',''),(29750,1855,'_wpsc_shipping_country',''),(29749,1855,'_wpsc_last_active','1400601766'),(29748,1855,'wp_user_level','0'),(29747,1855,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29746,1855,'show_admin_bar_front','true'),(29745,1855,'use_ssl','0'),(29744,1855,'admin_color','fresh'),(29743,1855,'comment_shortcuts','false'),(29742,1855,'rich_editing','true'),(29741,1855,'description',''),(29740,1855,'nickname','_yAlbMKXJ'),(29739,1855,'last_name',''),(29738,1855,'first_name',''),(29737,1854,'_wpsc_billing_region',''),(29736,1854,'_wpsc_shipping_region',''),(29735,1854,'_wpsc_billing_country',''),(29734,1854,'_wpsc_shipping_country',''),(29733,1854,'_wpsc_last_active','1400601751'),(29732,1854,'wp_user_level','0'),(29731,1854,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29730,1854,'show_admin_bar_front','true'),(29729,1854,'use_ssl','0'),(29728,1854,'admin_color','fresh'),(29727,1854,'comment_shortcuts','false'),(29726,1854,'rich_editing','true'),(29725,1854,'description',''),(29724,1854,'nickname','_4Y9U8DEw'),(29723,1854,'last_name',''),(29722,1854,'first_name',''),(29721,1853,'_wpsc_billing_region',''),(29720,1853,'_wpsc_shipping_region',''),(29719,1853,'_wpsc_billing_country',''),(29718,1853,'_wpsc_shipping_country',''),(29717,1853,'_wpsc_last_active','1400601735'),(29716,1853,'wp_user_level','0'),(29715,1853,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29714,1853,'show_admin_bar_front','true'),(29713,1853,'use_ssl','0'),(29712,1853,'admin_color','fresh'),(29711,1853,'comment_shortcuts','false'),(29710,1853,'rich_editing','true'),(29709,1853,'description',''),(29708,1853,'nickname','_a1Syncwc'),(29707,1853,'last_name',''),(29706,1853,'first_name',''),(29705,1852,'_wpsc_billing_region',''),(29704,1852,'_wpsc_shipping_region',''),(29703,1852,'_wpsc_billing_country',''),(29702,1852,'_wpsc_shipping_country',''),(29701,1852,'_wpsc_last_active','1400601720'),(29700,1852,'wp_user_level','0'),(29699,1852,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29698,1852,'show_admin_bar_front','true'),(29697,1852,'use_ssl','0'),(29696,1852,'admin_color','fresh'),(29695,1852,'comment_shortcuts','false'),(29694,1852,'rich_editing','true'),(29693,1852,'description',''),(29692,1852,'nickname','_6iRY56GW'),(29691,1852,'last_name',''),(29690,1852,'first_name',''),(29689,1851,'_wpsc_billing_region',''),(29688,1851,'_wpsc_shipping_region',''),(29687,1851,'_wpsc_billing_country',''),(29686,1851,'_wpsc_shipping_country',''),(29685,1851,'_wpsc_last_active','1400601715'),(29684,1851,'wp_user_level','0'),(29683,1851,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29682,1851,'show_admin_bar_front','true'),(29681,1851,'use_ssl','0'),(29680,1851,'admin_color','fresh'),(29679,1851,'comment_shortcuts','false'),(29678,1851,'rich_editing','true'),(29677,1851,'description',''),(29676,1851,'nickname','_j4c0ZgZK'),(29675,1851,'last_name',''),(29674,1851,'first_name',''),(29673,1850,'_wpsc_billing_region',''),(29672,1850,'_wpsc_shipping_region',''),(29671,1850,'_wpsc_billing_country',''),(29670,1850,'_wpsc_shipping_country',''),(29669,1850,'_wpsc_last_active','1400601705'),(29668,1850,'wp_user_level','0'),(29667,1850,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29666,1850,'show_admin_bar_front','true'),(29665,1850,'use_ssl','0'),(29664,1850,'admin_color','fresh'),(29663,1850,'comment_shortcuts','false'),(29662,1850,'rich_editing','true'),(29661,1850,'description',''),(29660,1850,'nickname','_oMpw2g8a'),(29659,1850,'last_name',''),(29658,1850,'first_name',''),(29657,1849,'_wpsc_billing_region',''),(29656,1849,'_wpsc_shipping_region',''),(29655,1849,'_wpsc_billing_country',''),(29654,1849,'_wpsc_shipping_country',''),(29653,1849,'_wpsc_last_active','1400601704'),(29652,1849,'wp_user_level','0'),(29651,1849,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29650,1849,'show_admin_bar_front','true'),(29649,1849,'use_ssl','0'),(29648,1849,'admin_color','fresh'),(29647,1849,'comment_shortcuts','false'),(29646,1849,'rich_editing','true'),(29645,1849,'description',''),(29644,1849,'nickname','_LgUHeN3l'),(29643,1849,'last_name',''),(29642,1849,'first_name',''),(29641,1848,'_wpsc_billing_region',''),(29640,1848,'_wpsc_shipping_region',''),(29639,1848,'_wpsc_billing_country',''),(29638,1848,'_wpsc_shipping_country',''),(29637,1848,'_wpsc_last_active','1400601690'),(29636,1848,'wp_user_level','0'),(29635,1848,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29634,1848,'show_admin_bar_front','true'),(29633,1848,'use_ssl','0'),(29632,1848,'admin_color','fresh'),(29631,1848,'comment_shortcuts','false'),(29630,1848,'rich_editing','true'),(29629,1848,'description',''),(29628,1848,'nickname','_rD5hud0g'),(29627,1848,'last_name',''),(29626,1848,'first_name',''),(29625,1847,'_wpsc_billing_region',''),(29624,1847,'_wpsc_shipping_region',''),(29623,1847,'_wpsc_billing_country',''),(29622,1847,'_wpsc_shipping_country',''),(29621,1847,'_wpsc_last_active','1400601675'),(29620,1847,'wp_user_level','0'),(29619,1847,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29618,1847,'show_admin_bar_front','true'),(29617,1847,'use_ssl','0'),(29616,1847,'admin_color','fresh'),(29615,1847,'comment_shortcuts','false'),(29614,1847,'rich_editing','true'),(29613,1847,'description',''),(29612,1847,'nickname','_ujfDjo9q'),(29611,1847,'last_name',''),(29610,1847,'first_name',''),(29609,1846,'_wpsc_billing_region',''),(29608,1846,'_wpsc_shipping_region',''),(29607,1846,'_wpsc_billing_country',''),(29606,1846,'_wpsc_shipping_country',''),(29605,1846,'_wpsc_last_active','1400601664'),(29604,1846,'wp_user_level','0'),(29603,1846,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29602,1846,'show_admin_bar_front','true'),(29601,1846,'use_ssl','0'),(29600,1846,'admin_color','fresh'),(29599,1846,'comment_shortcuts','false'),(29598,1846,'rich_editing','true'),(29597,1846,'description',''),(29596,1846,'nickname','_8XZHySrf'),(29595,1846,'last_name',''),(29594,1846,'first_name',''),(29593,1845,'_wpsc_billing_region',''),(29592,1845,'_wpsc_shipping_region',''),(29591,1845,'_wpsc_billing_country',''),(29590,1845,'_wpsc_shipping_country',''),(29589,1845,'_wpsc_last_active','1400601659'),(29588,1845,'wp_user_level','0'),(29587,1845,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29586,1845,'show_admin_bar_front','true'),(29585,1845,'use_ssl','0'),(29584,1845,'admin_color','fresh'),(29583,1845,'comment_shortcuts','false'),(29582,1845,'rich_editing','true'),(29581,1845,'description',''),(29580,1845,'nickname','_Y99gPeit'),(29579,1845,'last_name',''),(29578,1845,'first_name',''),(29577,1844,'_wpsc_billing_region',''),(29576,1844,'_wpsc_shipping_region',''),(29575,1844,'_wpsc_billing_country',''),(29574,1844,'_wpsc_shipping_country',''),(29573,1844,'_wpsc_last_active','1400601659'),(29572,1844,'wp_user_level','0'),(29571,1844,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29570,1844,'show_admin_bar_front','true'),(29569,1844,'use_ssl','0'),(29568,1844,'admin_color','fresh'),(29567,1844,'comment_shortcuts','false'),(29566,1844,'rich_editing','true'),(29565,1844,'description',''),(29564,1844,'nickname','_NeZMgCzd'),(29563,1844,'last_name',''),(29562,1844,'first_name',''),(29561,1843,'_wpsc_billing_region',''),(29560,1843,'_wpsc_shipping_region',''),(29559,1843,'_wpsc_billing_country',''),(29558,1843,'_wpsc_shipping_country',''),(29557,1843,'_wpsc_last_active','1400601658'),(29556,1843,'wp_user_level','0'),(29555,1843,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29554,1843,'show_admin_bar_front','true'),(29553,1843,'use_ssl','0'),(29552,1843,'admin_color','fresh'),(29551,1843,'comment_shortcuts','false'),(29550,1843,'rich_editing','true'),(29549,1843,'description',''),(29548,1843,'nickname','_m8TDQJDf'),(29547,1843,'last_name',''),(29546,1843,'first_name',''),(29545,1842,'_wpsc_billing_region',''),(29544,1842,'_wpsc_shipping_region',''),(29543,1842,'_wpsc_billing_country',''),(29542,1842,'_wpsc_shipping_country',''),(29541,1842,'_wpsc_last_active','1400601657'),(29540,1842,'wp_user_level','0'),(29539,1842,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29538,1842,'show_admin_bar_front','true'),(29537,1842,'use_ssl','0'),(29536,1842,'admin_color','fresh'),(29535,1842,'comment_shortcuts','false'),(29534,1842,'rich_editing','true'),(29533,1842,'description',''),(29532,1842,'nickname','_bGIQejB5'),(29531,1842,'last_name',''),(29530,1842,'first_name',''),(29529,1841,'_wpsc_billing_region',''),(29528,1841,'_wpsc_shipping_region',''),(29527,1841,'_wpsc_billing_country',''),(29526,1841,'_wpsc_shipping_country',''),(29525,1841,'_wpsc_last_active','1400601646'),(29524,1841,'wp_user_level','0'),(29523,1841,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29522,1841,'show_admin_bar_front','true'),(29521,1841,'use_ssl','0'),(29520,1841,'admin_color','fresh'),(29519,1841,'comment_shortcuts','false'),(29518,1841,'rich_editing','true'),(29517,1841,'description',''),(29516,1841,'nickname','_y0LFmFeS'),(29515,1841,'last_name',''),(29514,1841,'first_name',''),(29513,1840,'_wpsc_billing_region',''),(29512,1840,'_wpsc_shipping_region',''),(29511,1840,'_wpsc_billing_country',''),(29510,1840,'_wpsc_shipping_country',''),(29509,1840,'_wpsc_last_active','1400601644'),(29508,1840,'wp_user_level','0'),(29507,1840,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29506,1840,'show_admin_bar_front','true'),(29505,1840,'use_ssl','0'),(29504,1840,'admin_color','fresh'),(29503,1840,'comment_shortcuts','false'),(29502,1840,'rich_editing','true'),(29501,1840,'description',''),(29500,1840,'nickname','_94RbUtrA'),(29499,1840,'last_name',''),(29498,1840,'first_name',''),(29497,1839,'_wpsc_billing_region',''),(29496,1839,'_wpsc_shipping_region',''),(29495,1839,'_wpsc_billing_country',''),(29494,1839,'_wpsc_shipping_country',''),(29493,1839,'_wpsc_last_active','1400601643'),(29492,1839,'wp_user_level','0'),(29449,1836,'_wpsc_billing_region',''),(29448,1836,'_wpsc_shipping_region',''),(29447,1836,'_wpsc_billing_country',''),(29446,1836,'_wpsc_shipping_country',''),(29445,1836,'_wpsc_last_active','1400601624'),(29444,1836,'wp_user_level','0'),(29443,1836,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29442,1836,'show_admin_bar_front','true'),(29441,1836,'use_ssl','0'),(29440,1836,'admin_color','fresh'),(29439,1836,'comment_shortcuts','false'),(29438,1836,'rich_editing','true'),(29437,1836,'description',''),(29436,1836,'nickname','_3RKPsHp4'),(29435,1836,'last_name',''),(29434,1836,'first_name',''),(29433,1835,'_wpsc_billing_region',''),(29432,1835,'_wpsc_shipping_region',''),(29431,1835,'_wpsc_billing_country',''),(29430,1835,'_wpsc_shipping_country',''),(29429,1835,'_wpsc_last_active','1400601622'),(29428,1835,'wp_user_level','0'),(29427,1835,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29426,1835,'show_admin_bar_front','true'),(29425,1835,'use_ssl','0'),(29424,1835,'admin_color','fresh'),(29423,1835,'comment_shortcuts','false'),(29422,1835,'rich_editing','true'),(29421,1835,'description',''),(29420,1835,'nickname','_RsXzpBAs'),(29419,1835,'last_name',''),(29418,1835,'first_name',''),(29417,1834,'_wpsc_billing_region',''),(29416,1834,'_wpsc_shipping_region',''),(29415,1834,'_wpsc_billing_country',''),(29414,1834,'_wpsc_shipping_country',''),(29413,1834,'_wpsc_last_active','1400601609'),(29412,1834,'wp_user_level','0'),(29411,1834,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29410,1834,'show_admin_bar_front','true'),(29409,1834,'use_ssl','0'),(29408,1834,'admin_color','fresh'),(29407,1834,'comment_shortcuts','false'),(29406,1834,'rich_editing','true'),(29405,1834,'description',''),(29404,1834,'nickname','_TsWDgdA9'),(29403,1834,'last_name',''),(29402,1834,'first_name',''),(29401,1833,'_wpsc_billing_region',''),(29400,1833,'_wpsc_shipping_region',''),(29399,1833,'_wpsc_billing_country',''),(29398,1833,'_wpsc_shipping_country',''),(29397,1833,'_wpsc_last_active','1400601594'),(29396,1833,'wp_user_level','0'),(29395,1833,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29394,1833,'show_admin_bar_front','true'),(29393,1833,'use_ssl','0'),(29392,1833,'admin_color','fresh'),(29391,1833,'comment_shortcuts','false'),(29390,1833,'rich_editing','true'),(29389,1833,'description',''),(29388,1833,'nickname','_vrGQ96gL'),(29387,1833,'last_name',''),(29386,1833,'first_name',''),(29385,1832,'_wpsc_billing_region',''),(29384,1832,'_wpsc_shipping_region',''),(29383,1832,'_wpsc_billing_country',''),(29382,1832,'_wpsc_shipping_country',''),(29381,1832,'_wpsc_last_active','1400601592'),(29380,1832,'wp_user_level','0'),(29379,1832,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29378,1832,'show_admin_bar_front','true'),(29377,1832,'use_ssl','0'),(29376,1832,'admin_color','fresh'),(29375,1832,'comment_shortcuts','false'),(29374,1832,'rich_editing','true'),(29373,1832,'description',''),(29372,1832,'nickname','_GcuWl0DX'),(29371,1832,'last_name',''),(29370,1832,'first_name',''),(29369,1831,'_wpsc_billing_region',''),(29368,1831,'_wpsc_shipping_region',''),(29367,1831,'_wpsc_billing_country',''),(29366,1831,'_wpsc_shipping_country',''),(29365,1831,'_wpsc_last_active','1400601592'),(29364,1831,'wp_user_level','0'),(29363,1831,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29362,1831,'show_admin_bar_front','true'),(29361,1831,'use_ssl','0'),(29360,1831,'admin_color','fresh'),(29359,1831,'comment_shortcuts','false'),(29358,1831,'rich_editing','true'),(29357,1831,'description',''),(29356,1831,'nickname','_rhPONS7W'),(29355,1831,'last_name',''),(29354,1831,'first_name',''),(29353,1830,'_wpsc_billing_region',''),(29352,1830,'_wpsc_shipping_region',''),(29351,1830,'_wpsc_billing_country',''),(29350,1830,'_wpsc_shipping_country',''),(29349,1830,'_wpsc_last_active','1400601587'),(29348,1830,'wp_user_level','0'),(29347,1830,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29346,1830,'show_admin_bar_front','true'),(29345,1830,'use_ssl','0'),(29344,1830,'admin_color','fresh'),(29343,1830,'comment_shortcuts','false'),(29342,1830,'rich_editing','true'),(29341,1830,'description',''),(29340,1830,'nickname','_UZ5xGxkR'),(29339,1830,'last_name',''),(29338,1830,'first_name',''),(29337,1829,'_wpsc_billing_region',''),(29336,1829,'_wpsc_shipping_region',''),(29335,1829,'_wpsc_billing_country',''),(29334,1829,'_wpsc_shipping_country',''),(29333,1829,'_wpsc_last_active','1400601572'),(29332,1829,'wp_user_level','0'),(29331,1829,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29330,1829,'show_admin_bar_front','true'),(29329,1829,'use_ssl','0'),(29328,1829,'admin_color','fresh'),(29327,1829,'comment_shortcuts','false'),(29326,1829,'rich_editing','true'),(29325,1829,'description',''),(29324,1829,'nickname','_Y7tPXRm8'),(29323,1829,'last_name',''),(29322,1829,'first_name',''),(29321,1828,'_wpsc_billing_region',''),(29320,1828,'_wpsc_shipping_region',''),(29319,1828,'_wpsc_billing_country',''),(29318,1828,'_wpsc_shipping_country',''),(29317,1828,'_wpsc_last_active','1400601570'),(29316,1828,'wp_user_level','0'),(29315,1828,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29314,1828,'show_admin_bar_front','true'),(29313,1828,'use_ssl','0'),(29312,1828,'admin_color','fresh'),(29311,1828,'comment_shortcuts','false'),(29310,1828,'rich_editing','true'),(29309,1828,'description',''),(29308,1828,'nickname','_QXa0YNYw'),(29307,1828,'last_name',''),(29306,1828,'first_name',''),(29305,1827,'_wpsc_billing_region',''),(29304,1827,'_wpsc_shipping_region',''),(29303,1827,'_wpsc_billing_country',''),(29302,1827,'_wpsc_shipping_country',''),(29301,1827,'_wpsc_last_active','1400601569'),(29300,1827,'wp_user_level','0'),(29299,1827,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29298,1827,'show_admin_bar_front','true'),(29297,1827,'use_ssl','0'),(29296,1827,'admin_color','fresh'),(29295,1827,'comment_shortcuts','false'),(29294,1827,'rich_editing','true'),(29293,1827,'description',''),(29292,1827,'nickname','_L52uMUCY'),(29291,1827,'last_name',''),(29290,1827,'first_name',''),(29289,1826,'_wpsc_billing_region',''),(29288,1826,'_wpsc_shipping_region',''),(29287,1826,'_wpsc_billing_country',''),(29286,1826,'_wpsc_shipping_country',''),(29285,1826,'_wpsc_last_active','1400601559'),(29284,1826,'wp_user_level','0'),(29283,1826,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29282,1826,'show_admin_bar_front','true'),(29281,1826,'use_ssl','0'),(29280,1826,'admin_color','fresh'),(29279,1826,'comment_shortcuts','false'),(29278,1826,'rich_editing','true'),(29277,1826,'description',''),(29276,1826,'nickname','_N98yldkz'),(29275,1826,'last_name',''),(29274,1826,'first_name',''),(29273,1825,'_wpsc_billing_region',''),(29272,1825,'_wpsc_shipping_region',''),(29271,1825,'_wpsc_billing_country',''),(29270,1825,'_wpsc_shipping_country',''),(29269,1825,'_wpsc_last_active','1400601542'),(29268,1825,'wp_user_level','0'),(29267,1825,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29266,1825,'show_admin_bar_front','true'),(29265,1825,'use_ssl','0'),(29264,1825,'admin_color','fresh'),(29263,1825,'comment_shortcuts','false'),(29262,1825,'rich_editing','true'),(29261,1825,'description',''),(29260,1825,'nickname','_ayFJxzaC'),(29259,1825,'last_name',''),(29258,1825,'first_name',''),(29257,1824,'_wpsc_billing_region',''),(29256,1824,'_wpsc_shipping_region',''),(29255,1824,'_wpsc_billing_country',''),(29254,1824,'_wpsc_shipping_country',''),(29253,1824,'_wpsc_last_active','1400601542'),(29252,1824,'wp_user_level','0'),(29251,1824,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29250,1824,'show_admin_bar_front','true'),(29249,1824,'use_ssl','0'),(29248,1824,'admin_color','fresh'),(29247,1824,'comment_shortcuts','false'),(29246,1824,'rich_editing','true'),(29245,1824,'description',''),(29244,1824,'nickname','_6oSv7Ilm'),(29243,1824,'last_name',''),(29242,1824,'first_name',''),(29241,1823,'_wpsc_billing_region',''),(29240,1823,'_wpsc_shipping_region',''),(29239,1823,'_wpsc_billing_country',''),(29238,1823,'_wpsc_shipping_country',''),(29237,1823,'_wpsc_last_active','1400601536'),(29236,1823,'wp_user_level','0'),(29235,1823,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29234,1823,'show_admin_bar_front','true'),(29233,1823,'use_ssl','0'),(29232,1823,'admin_color','fresh'),(29231,1823,'comment_shortcuts','false'),(29230,1823,'rich_editing','true'),(29229,1823,'description',''),(29228,1823,'nickname','_36WgUi8K'),(29227,1823,'last_name',''),(29226,1823,'first_name',''),(29225,1822,'_wpsc_billing_region',''),(29224,1822,'_wpsc_shipping_region',''),(29223,1822,'_wpsc_billing_country',''),(29222,1822,'_wpsc_shipping_country',''),(29221,1822,'_wpsc_last_active','1400601521'),(29220,1822,'wp_user_level','0'),(29219,1822,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29218,1822,'show_admin_bar_front','true'),(29217,1822,'use_ssl','0'),(29216,1822,'admin_color','fresh'),(29215,1822,'comment_shortcuts','false'),(29214,1822,'rich_editing','true'),(29213,1822,'description',''),(29212,1822,'nickname','_lSKI4SUV'),(29211,1822,'last_name',''),(29210,1822,'first_name',''),(29209,1821,'_wpsc_billing_region',''),(29208,1821,'_wpsc_shipping_region',''),(29207,1821,'_wpsc_billing_country',''),(29206,1821,'_wpsc_shipping_country',''),(29205,1821,'_wpsc_last_active','1400601507'),(29204,1821,'wp_user_level','0'),(29203,1821,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29202,1821,'show_admin_bar_front','true'),(29201,1821,'use_ssl','0'),(29200,1821,'admin_color','fresh'),(29199,1821,'comment_shortcuts','false'),(29198,1821,'rich_editing','true'),(29197,1821,'description',''),(29196,1821,'nickname','_pdK3kFGK'),(29195,1821,'last_name',''),(29194,1821,'first_name',''),(29193,1820,'_wpsc_billing_region',''),(29192,1820,'_wpsc_shipping_region',''),(29191,1820,'_wpsc_billing_country',''),(29190,1820,'_wpsc_shipping_country',''),(29189,1820,'_wpsc_last_active','1400601504'),(29188,1820,'wp_user_level','0'),(29187,1820,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29186,1820,'show_admin_bar_front','true'),(29185,1820,'use_ssl','0'),(29184,1820,'admin_color','fresh'),(29183,1820,'comment_shortcuts','false'),(29182,1820,'rich_editing','true'),(29181,1820,'description',''),(29180,1820,'nickname','_DXPSMVCn'),(29179,1820,'last_name',''),(29178,1820,'first_name',''),(29177,1819,'_wpsc_billing_region',''),(29176,1819,'_wpsc_shipping_region',''),(29175,1819,'_wpsc_billing_country',''),(29174,1819,'_wpsc_shipping_country',''),(29173,1819,'_wpsc_last_active','1400601502'),(29172,1819,'wp_user_level','0'),(29171,1819,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29170,1819,'show_admin_bar_front','true'),(29169,1819,'use_ssl','0'),(29168,1819,'admin_color','fresh'),(29167,1819,'comment_shortcuts','false'),(29166,1819,'rich_editing','true'),(29165,1819,'description',''),(29164,1819,'nickname','_MCZDqW06'),(29163,1819,'last_name',''),(29162,1819,'first_name',''),(29161,1818,'_wpsc_billing_region',''),(29160,1818,'_wpsc_shipping_region',''),(29159,1818,'_wpsc_billing_country',''),(29158,1818,'_wpsc_shipping_country',''),(29157,1818,'_wpsc_last_active','1400601499'),(29156,1818,'wp_user_level','0'),(29155,1818,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29154,1818,'show_admin_bar_front','true'),(29153,1818,'use_ssl','0'),(29152,1818,'admin_color','fresh'),(29151,1818,'comment_shortcuts','false'),(29150,1818,'rich_editing','true'),(29149,1818,'description',''),(29148,1818,'nickname','_aU0Rf2Mn'),(29147,1818,'last_name',''),(29146,1818,'first_name',''),(29145,1817,'_wpsc_billing_region',''),(29144,1817,'_wpsc_shipping_region',''),(29143,1817,'_wpsc_billing_country',''),(29142,1817,'_wpsc_shipping_country',''),(29141,1817,'_wpsc_last_active','1400601484'),(29140,1817,'wp_user_level','0'),(29139,1817,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29138,1817,'show_admin_bar_front','true'),(29137,1817,'use_ssl','0'),(29136,1817,'admin_color','fresh'),(29135,1817,'comment_shortcuts','false'),(29134,1817,'rich_editing','true'),(29133,1817,'description',''),(29132,1817,'nickname','_bDFFLwPY'),(29131,1817,'last_name',''),(29130,1817,'first_name',''),(29129,1816,'_wpsc_billing_region',''),(29128,1816,'_wpsc_shipping_region',''),(29127,1816,'_wpsc_billing_country',''),(29126,1816,'_wpsc_shipping_country',''),(29125,1816,'_wpsc_last_active','1400601469'),(29124,1816,'wp_user_level','0'),(29123,1816,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29122,1816,'show_admin_bar_front','true'),(29121,1816,'use_ssl','0'),(29120,1816,'admin_color','fresh'),(29119,1816,'comment_shortcuts','false'),(29118,1816,'rich_editing','true'),(29117,1816,'description',''),(29116,1816,'nickname','_fMfqQ7y7'),(29115,1816,'last_name',''),(29114,1816,'first_name',''),(29113,1815,'_wpsc_billing_region',''),(29112,1815,'_wpsc_shipping_region',''),(29111,1815,'_wpsc_billing_country',''),(29110,1815,'_wpsc_shipping_country',''),(29109,1815,'_wpsc_last_active','1400601468'),(29108,1815,'wp_user_level','0'),(29107,1815,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(29106,1815,'show_admin_bar_front','true'),(29105,1815,'use_ssl','0'),(29104,1815,'admin_color','fresh'),(29103,1815,'comment_shortcuts','false'),(29102,1815,'rich_editing','true'),(29101,1815,'description',''),(29100,1815,'nickname','_alMfoHzx'),(29099,1815,'last_name',''),(29098,1815,'first_name',''),(29097,1814,'_wpsc_billing_region',''),(29096,1814,'_wpsc_shipping_region',''),(29095,1814,'_wpsc_billing_country',''),(29094,1814,'_wpsc_shipping_country',''),(29093,1814,'_wpsc_last_active','1400601459'),(29092,1814,'wp_user_level','0'),(29091,1814,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27328,1704,'_wpsc_billing_region',''),(27327,1704,'_wpsc_shipping_region',''),(27326,1704,'_wpsc_billing_country',''),(27325,1704,'_wpsc_shipping_country',''),(27324,1704,'_wpsc_last_active','1400504572'),(27323,1704,'wp_user_level','0'),(27322,1704,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27321,1704,'show_admin_bar_front','true'),(27320,1704,'use_ssl','0'),(27319,1704,'admin_color','fresh'),(27318,1704,'comment_shortcuts','false'),(27317,1704,'rich_editing','true'),(27316,1704,'description',''),(27315,1704,'nickname','_3hAr9PV0'),(27314,1704,'last_name',''),(27313,1704,'first_name',''),(37620,2347,'wp_user_level','0'),(37619,2347,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37617,2347,'use_ssl','0'),(37618,2347,'show_admin_bar_front','true'),(37616,2347,'admin_color','fresh'),(37615,2347,'comment_shortcuts','false'),(37613,2347,'description',''),(37614,2347,'rich_editing','true'),(37611,2347,'last_name',''),(37612,2347,'nickname','_nZX1MzY4'),(37610,2347,'first_name',''),(37609,2346,'_wpsc_billing_region',''),(37608,2346,'_wpsc_shipping_region',''),(37607,2346,'_wpsc_billing_country',''),(37606,2346,'_wpsc_shipping_country',''),(27925,1741,'_wpsc_last_active','1400600528'),(27924,1741,'wp_user_level','0'),(27923,1741,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27921,1741,'use_ssl','0'),(27922,1741,'show_admin_bar_front','true'),(27920,1741,'admin_color','fresh'),(27919,1741,'comment_shortcuts','false'),(27918,1741,'rich_editing','true'),(27917,1741,'description',''),(27916,1741,'nickname','_XhhS3Xx4'),(27914,1741,'first_name',''),(27915,1741,'last_name',''),(27913,1740,'_wpsc_billing_region',''),(27912,1740,'_wpsc_shipping_region',''),(27911,1740,'_wpsc_billing_country',''),(27910,1740,'_wpsc_shipping_country',''),(27909,1740,'_wpsc_last_active','1400600515'),(27908,1740,'wp_user_level','0'),(27907,1740,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27906,1740,'show_admin_bar_front','true'),(27905,1740,'use_ssl','0'),(27904,1740,'admin_color','fresh'),(27902,1740,'rich_editing','true'),(27903,1740,'comment_shortcuts','false'),(27901,1740,'description',''),(27899,1740,'last_name',''),(27900,1740,'nickname','_76NyxPdv'),(27898,1740,'first_name',''),(27897,1739,'_wpsc_billing_region',''),(27896,1739,'_wpsc_shipping_region',''),(27895,1739,'_wpsc_billing_country',''),(27894,1739,'_wpsc_shipping_country',''),(27862,1737,'_wpsc_shipping_country',''),(27863,1737,'_wpsc_billing_country',''),(27864,1737,'_wpsc_shipping_region',''),(27865,1737,'_wpsc_billing_region',''),(27866,1738,'first_name',''),(27867,1738,'last_name',''),(27868,1738,'nickname','_uoTxgZJT'),(27869,1738,'description',''),(27870,1738,'rich_editing','true'),(27871,1738,'comment_shortcuts','false'),(27872,1738,'admin_color','fresh'),(27873,1738,'use_ssl','0'),(27874,1738,'show_admin_bar_front','true'),(27875,1738,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27876,1738,'wp_user_level','0'),(27877,1738,'_wpsc_last_active','1400600511'),(27878,1738,'_wpsc_shipping_country',''),(27879,1738,'_wpsc_billing_country',''),(27880,1738,'_wpsc_shipping_region',''),(27881,1738,'_wpsc_billing_region',''),(27882,1739,'first_name',''),(27883,1739,'last_name',''),(27884,1739,'nickname','_kDfAM74L'),(27885,1739,'description',''),(27886,1739,'rich_editing','true'),(27887,1739,'comment_shortcuts','false'),(27888,1739,'admin_color','fresh'),(27889,1739,'use_ssl','0'),(27890,1739,'show_admin_bar_front','true'),(27891,1739,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27892,1739,'wp_user_level','0'),(27893,1739,'_wpsc_last_active','1400600512'),(27861,1737,'_wpsc_last_active','1400600510'),(27860,1737,'wp_user_level','0'),(27859,1737,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27858,1737,'show_admin_bar_front','true'),(27857,1737,'use_ssl','0'),(27856,1737,'admin_color','fresh'),(27854,1737,'rich_editing','true'),(27855,1737,'comment_shortcuts','false'),(27853,1737,'description',''),(27852,1737,'nickname','_ICbb5xeZ'),(27850,1737,'first_name',''),(27851,1737,'last_name',''),(27849,1736,'_wpsc_billing_region',''),(27848,1736,'_wpsc_shipping_region',''),(27847,1736,'_wpsc_billing_country',''),(27846,1736,'_wpsc_shipping_country',''),(27817,1734,'_wpsc_billing_region',''),(27818,1735,'first_name',''),(27819,1735,'last_name',''),(27820,1735,'nickname','_EPWKNYNI'),(27821,1735,'description',''),(27822,1735,'rich_editing','true'),(27815,1734,'_wpsc_billing_country',''),(27845,1736,'_wpsc_last_active','1400600493'),(27844,1736,'wp_user_level','0'),(27823,1735,'comment_shortcuts','false'),(27824,1735,'admin_color','fresh'),(27825,1735,'use_ssl','0'),(27826,1735,'show_admin_bar_front','true'),(27827,1735,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27828,1735,'wp_user_level','0'),(27829,1735,'_wpsc_last_active','1400600492'),(27830,1735,'_wpsc_shipping_country',''),(27831,1735,'_wpsc_billing_country',''),(27832,1735,'_wpsc_shipping_region',''),(27833,1735,'_wpsc_billing_region',''),(27834,1736,'first_name',''),(27835,1736,'last_name',''),(27836,1736,'nickname','_vpyy3e5S'),(27837,1736,'description',''),(27838,1736,'rich_editing','true'),(27839,1736,'comment_shortcuts','false'),(27840,1736,'admin_color','fresh'),(27841,1736,'use_ssl','0'),(27842,1736,'show_admin_bar_front','true'),(27843,1736,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27816,1734,'_wpsc_shipping_region',''),(27814,1734,'_wpsc_shipping_country',''),(27813,1734,'_wpsc_last_active','1400600480'),(27812,1734,'wp_user_level','0'),(27811,1734,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27810,1734,'show_admin_bar_front','true'),(27809,1734,'use_ssl','0'),(27808,1734,'admin_color','fresh'),(27807,1734,'comment_shortcuts','false'),(27806,1734,'rich_editing','true'),(27805,1734,'description',''),(27804,1734,'nickname','_i7KllSTI'),(27803,1734,'last_name',''),(27802,1734,'first_name',''),(27801,1733,'_wpsc_billing_region',''),(27800,1733,'_wpsc_shipping_region',''),(27799,1733,'_wpsc_billing_country',''),(27798,1733,'_wpsc_shipping_country',''),(27797,1733,'_wpsc_last_active','1400600465'),(27796,1733,'wp_user_level','0'),(27795,1733,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27794,1733,'show_admin_bar_front','true'),(27793,1733,'use_ssl','0'),(27792,1733,'admin_color','fresh'),(27791,1733,'comment_shortcuts','false'),(27790,1733,'rich_editing','true'),(27789,1733,'description',''),(27788,1733,'nickname','_iyWNaxFw'),(27787,1733,'last_name',''),(27786,1733,'first_name',''),(27785,1732,'_wpsc_billing_region',''),(27784,1732,'_wpsc_shipping_region',''),(27783,1732,'_wpsc_billing_country',''),(27782,1732,'_wpsc_shipping_country',''),(27781,1732,'_wpsc_last_active','1400600450'),(27780,1732,'wp_user_level','0'),(27779,1732,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27778,1732,'show_admin_bar_front','true'),(27777,1732,'use_ssl','0'),(27776,1732,'admin_color','fresh'),(27775,1732,'comment_shortcuts','false'),(27774,1732,'rich_editing','true'),(27773,1732,'description',''),(27772,1732,'nickname','_rq3lpgXB'),(27771,1732,'last_name',''),(27770,1732,'first_name',''),(27769,1731,'_wpsc_billing_region',''),(27768,1731,'_wpsc_shipping_region',''),(27767,1731,'_wpsc_billing_country',''),(27766,1731,'_wpsc_shipping_country',''),(27765,1731,'_wpsc_last_active','1400600435'),(27764,1731,'wp_user_level','0'),(27763,1731,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27762,1731,'show_admin_bar_front','true'),(27761,1731,'use_ssl','0'),(27760,1731,'admin_color','fresh'),(27759,1731,'comment_shortcuts','false'),(27758,1731,'rich_editing','true'),(27757,1731,'description',''),(27756,1731,'nickname','_lLvMCI7N'),(27755,1731,'last_name',''),(27754,1731,'first_name',''),(27753,1730,'_wpsc_billing_region',''),(27752,1730,'_wpsc_shipping_region',''),(27751,1730,'_wpsc_billing_country',''),(27750,1730,'_wpsc_shipping_country',''),(27749,1730,'_wpsc_last_active','1400600421'),(27748,1730,'wp_user_level','0'),(27722,1729,'first_name',''),(27723,1729,'last_name',''),(27724,1729,'nickname','_b8wEvlBm'),(27725,1729,'description',''),(27726,1729,'rich_editing','true'),(27727,1729,'comment_shortcuts','false'),(27728,1729,'admin_color','fresh'),(27729,1729,'use_ssl','0'),(27730,1729,'show_admin_bar_front','true'),(27731,1729,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27732,1729,'wp_user_level','0'),(27733,1729,'_wpsc_last_active','1400600418'),(27734,1729,'_wpsc_shipping_country',''),(27735,1729,'_wpsc_billing_country',''),(27736,1729,'_wpsc_shipping_region',''),(27737,1729,'_wpsc_billing_region',''),(27738,1730,'first_name',''),(27739,1730,'last_name',''),(27740,1730,'nickname','_ItuKmdCi'),(27741,1730,'description',''),(27742,1730,'rich_editing','true'),(27743,1730,'comment_shortcuts','false'),(27744,1730,'admin_color','fresh'),(27745,1730,'use_ssl','0'),(27746,1730,'show_admin_bar_front','true'),(27747,1730,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27721,1728,'_wpsc_billing_region',''),(27720,1728,'_wpsc_shipping_region',''),(27719,1728,'_wpsc_billing_country',''),(27718,1728,'_wpsc_shipping_country',''),(27717,1728,'_wpsc_last_active','1400600418'),(27716,1728,'wp_user_level','0'),(27715,1728,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27714,1728,'show_admin_bar_front','true'),(27713,1728,'use_ssl','0'),(27712,1728,'admin_color','fresh'),(27711,1728,'comment_shortcuts','false'),(27645,1724,'description',''),(27646,1724,'rich_editing','true'),(27647,1724,'comment_shortcuts','false'),(27648,1724,'admin_color','fresh'),(27649,1724,'use_ssl','0'),(27650,1724,'show_admin_bar_front','true'),(27651,1724,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27652,1724,'wp_user_level','0'),(27653,1724,'_wpsc_last_active','1400597304'),(27654,1724,'_wpsc_shipping_country',''),(27655,1724,'_wpsc_billing_country',''),(27656,1724,'_wpsc_shipping_region',''),(27657,1724,'_wpsc_billing_region',''),(27700,1727,'wp_user_level','0'),(27701,1727,'_wpsc_last_active','1400600403'),(27702,1727,'_wpsc_shipping_country',''),(27703,1727,'_wpsc_billing_country',''),(27704,1727,'_wpsc_shipping_region',''),(27705,1727,'_wpsc_billing_region',''),(27706,1728,'first_name',''),(27707,1728,'last_name',''),(27708,1728,'nickname','_05ZkmXS6'),(27709,1728,'description',''),(27710,1728,'rich_editing','true'),(27644,1724,'nickname','_vO86tbZv'),(27643,1724,'last_name',''),(27642,1724,'first_name',''),(27641,1723,'_wpsc_billing_region',''),(27640,1723,'_wpsc_shipping_region',''),(27639,1723,'_wpsc_billing_country',''),(27638,1723,'_wpsc_shipping_country',''),(27637,1723,'_wpsc_last_active','1400597295'),(27636,1723,'wp_user_level','0'),(27635,1723,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27634,1723,'show_admin_bar_front','true'),(27633,1723,'use_ssl','0'),(27632,1723,'admin_color','fresh'),(27631,1723,'comment_shortcuts','false'),(27630,1723,'rich_editing','true'),(27629,1723,'description',''),(27628,1723,'nickname','_GqUI0qSH'),(27627,1723,'last_name',''),(27626,1723,'first_name',''),(27625,1722,'_wpsc_billing_region',''),(27624,1722,'_wpsc_shipping_region',''),(27623,1722,'_wpsc_billing_country',''),(27622,1722,'_wpsc_shipping_country',''),(27621,1722,'_wpsc_last_active','1400597289'),(27597,1721,'description',''),(27598,1721,'rich_editing','true'),(27599,1721,'comment_shortcuts','false'),(27600,1721,'admin_color','fresh'),(27601,1721,'use_ssl','0'),(27602,1721,'show_admin_bar_front','true'),(27603,1721,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27604,1721,'wp_user_level','0'),(27605,1721,'_wpsc_last_active','1400597288'),(27606,1721,'_wpsc_shipping_country',''),(27607,1721,'_wpsc_billing_country',''),(27608,1721,'_wpsc_shipping_region',''),(27609,1721,'_wpsc_billing_region',''),(27610,1722,'first_name',''),(27611,1722,'last_name',''),(27612,1722,'nickname','_StrWtwbL'),(27613,1722,'description',''),(27614,1722,'rich_editing','true'),(27615,1722,'comment_shortcuts','false'),(27616,1722,'admin_color','fresh'),(27617,1722,'use_ssl','0'),(27618,1722,'show_admin_bar_front','true'),(27619,1722,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27620,1722,'wp_user_level','0'),(27596,1721,'nickname','_4Yh00eSd'),(27595,1721,'last_name',''),(27594,1721,'first_name',''),(27593,1720,'_wpsc_billing_region',''),(27592,1720,'_wpsc_shipping_region',''),(27591,1720,'_wpsc_billing_country',''),(27590,1720,'_wpsc_shipping_country',''),(27589,1720,'_wpsc_last_active','1400596217'),(27588,1720,'wp_user_level','0'),(27587,1720,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27586,1720,'show_admin_bar_front','true'),(27585,1720,'use_ssl','0'),(27584,1720,'admin_color','fresh'),(27583,1720,'comment_shortcuts','false'),(27582,1720,'rich_editing','true'),(27581,1720,'description',''),(27580,1720,'nickname','_xLeGUkjh'),(27579,1720,'last_name',''),(27578,1720,'first_name',''),(27577,1719,'_wpsc_billing_region',''),(27576,1719,'_wpsc_shipping_region',''),(27575,1719,'_wpsc_billing_country',''),(27574,1719,'_wpsc_shipping_country',''),(27573,1719,'_wpsc_last_active','1400555358'),(27549,1718,'description',''),(27550,1718,'rich_editing','true'),(27551,1718,'comment_shortcuts','false'),(27552,1718,'admin_color','fresh'),(27553,1718,'use_ssl','0'),(27554,1718,'show_admin_bar_front','true'),(27555,1718,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27556,1718,'wp_user_level','0'),(27557,1718,'_wpsc_last_active','1400555358'),(27558,1718,'_wpsc_shipping_country',''),(27559,1718,'_wpsc_billing_country',''),(27560,1718,'_wpsc_shipping_region',''),(27561,1718,'_wpsc_billing_region',''),(27562,1719,'first_name',''),(27563,1719,'last_name',''),(27564,1719,'nickname','_XwCPQJYN'),(27565,1719,'description',''),(27566,1719,'rich_editing','true'),(27567,1719,'comment_shortcuts','false'),(27568,1719,'admin_color','fresh'),(27569,1719,'use_ssl','0'),(27570,1719,'show_admin_bar_front','true'),(27571,1719,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27572,1719,'wp_user_level','0'),(27548,1718,'nickname','_jY5fKUQY'),(27547,1718,'last_name',''),(27546,1718,'first_name',''),(27545,1717,'_wpsc_billing_region',''),(27544,1717,'_wpsc_shipping_region',''),(27543,1717,'_wpsc_billing_country',''),(27542,1717,'_wpsc_shipping_country',''),(27541,1717,'_wpsc_last_active','1400529214'),(27540,1717,'wp_user_level','0'),(27539,1717,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27538,1717,'show_admin_bar_front','true'),(27537,1717,'use_ssl','0'),(27674,1726,'first_name',''),(27675,1726,'last_name',''),(27676,1726,'nickname','_WDjVuqaK'),(27677,1726,'description',''),(27678,1726,'rich_editing','true'),(27679,1726,'comment_shortcuts','false'),(27680,1726,'admin_color','fresh'),(27681,1726,'use_ssl','0'),(27682,1726,'show_admin_bar_front','true'),(27683,1726,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27684,1726,'wp_user_level','0'),(27685,1726,'_wpsc_last_active','1400600386'),(27686,1726,'_wpsc_shipping_country',''),(27687,1726,'_wpsc_billing_country',''),(27688,1726,'_wpsc_shipping_region',''),(27689,1726,'_wpsc_billing_region',''),(27690,1727,'first_name',''),(27530,1717,'first_name',''),(27531,1717,'last_name',''),(27532,1717,'nickname','_eTrawguJ'),(27533,1717,'description',''),(27534,1717,'rich_editing','true'),(27535,1717,'comment_shortcuts','false'),(27536,1717,'admin_color','fresh'),(27691,1727,'last_name',''),(27692,1727,'nickname','_PIgV0b2i'),(27693,1727,'description',''),(27694,1727,'rich_editing','true'),(27695,1727,'comment_shortcuts','false'),(27696,1727,'admin_color','fresh'),(27697,1727,'use_ssl','0'),(27698,1727,'show_admin_bar_front','true'),(27699,1727,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27528,1716,'_wpsc_billing_region',''),(27527,1716,'_wpsc_shipping_region',''),(27526,1716,'_wpsc_billing_country',''),(27525,1716,'_wpsc_shipping_country',''),(27673,1725,'_wpsc_billing_region',''),(27672,1725,'_wpsc_shipping_region',''),(27671,1725,'_wpsc_billing_country',''),(27670,1725,'_wpsc_shipping_country',''),(27669,1725,'_wpsc_last_active','1400600190'),(27668,1725,'wp_user_level','0'),(27667,1725,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27666,1725,'show_admin_bar_front','true'),(27665,1725,'use_ssl','0'),(27664,1725,'admin_color','fresh'),(27663,1725,'comment_shortcuts','false'),(27662,1725,'rich_editing','true'),(27513,1716,'first_name',''),(27514,1716,'last_name',''),(27515,1716,'nickname','_Qtwplszr'),(27516,1716,'description',''),(27517,1716,'rich_editing','true'),(27518,1716,'comment_shortcuts','false'),(27519,1716,'admin_color','fresh'),(27520,1716,'use_ssl','0'),(27521,1716,'show_admin_bar_front','true'),(27522,1716,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27523,1716,'wp_user_level','0'),(27524,1716,'_wpsc_last_active','1400524494'),(27661,1725,'description',''),(27660,1725,'nickname','_DOVRClBt'),(27659,1725,'last_name',''),(27658,1725,'first_name',''),(27490,1714,'wp_user_level','0'),(27491,1714,'_wpsc_last_active','1400513520'),(27492,1714,'_wpsc_shipping_country',''),(27493,1714,'_wpsc_billing_country',''),(27494,1714,'_wpsc_shipping_region',''),(27495,1714,'_wpsc_billing_region',''),(27496,1714,'_wpsc_cart','Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtiOjA7czoxNjoic2VsZWN0ZWRfY291bnRyeSI7YjowO3M6MTU6ImRlbGl2ZXJ5X3JlZ2lvbiI7YjowO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7YjowO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX21ldGhvZCI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19vcHRpb24iO047czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfYW1vdW50IjtOO3M6NjoiY291cG9uIjtOO3M6MTQ6InRheF9wZXJjZW50YWdlIjtOO3M6OToidW5pcXVlX2lkIjtzOjQwOiI1M2FmMmE1NjAxZDcyMjYwNzgzM2E2MjEwMGJjODA3YTQzOWY5YWFmIjtzOjY6ImVycm9ycyI7YTowOnt9czo5OiJ0b3RhbF90YXgiO047czoxMzoiYmFzZV9zaGlwcGluZyI7TjtzOjE5OiJ0b3RhbF9pdGVtX3NoaXBwaW5nIjtOO3M6MTQ6InRvdGFsX3NoaXBwaW5nIjtOO3M6ODoic3VidG90YWwiO047czoxMToidG90YWxfcHJpY2UiO047czoxMzoidXNlc19zaGlwcGluZyI7TjtzOjEzOiJpc19pbmNvbXBsZXRlIjtiOjE7czoxMDoiY2FydF9pdGVtcyI7YTowOnt9czo5OiJjYXJ0X2l0ZW0iO047czoxNToiY2FydF9pdGVtX2NvdW50IjtpOjA7czoxNzoiY3VycmVudF9jYXJ0X2l0ZW0iO2k6LTE7czoxMToiaW5fdGhlX2xvb3AiO2I6MDtzOjE2OiJzaGlwcGluZ19tZXRob2RzIjtiOjA7czoxNToic2hpcHBpbmdfbWV0aG9kIjtOO3M6MjE6InNoaXBwaW5nX21ldGhvZF9jb3VudCI7aToxO3M6MjM6ImN1cnJlbnRfc2hpcHBpbmdfbWV0aG9kIjtpOi0xO3M6MTg6ImluX3RoZV9tZXRob2RfbG9vcCI7YjowO3M6MTU6InNoaXBwaW5nX3F1b3RlcyI7YTowOnt9czoxNDoic2hpcHBpbmdfcXVvdGUiO047czoyMDoic2hpcHBpbmdfcXVvdGVfY291bnQiO2k6MDtzOjIyOiJjdXJyZW50X3NoaXBwaW5nX3F1b3RlIjtpOi0xO3M6MTc6ImluX3RoZV9xdW90ZV9sb29wIjtiOjA7czoxMjoiY291cG9uc19uYW1lIjtzOjA6IiI7czoxNDoiY291cG9uc19hbW91bnQiO2k6MDtzOjE1OiJzaGlwcGluZ19vcHRpb24iO047fQ=='),(27489,1714,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27488,1714,'show_admin_bar_front','true'),(27487,1714,'use_ssl','0'),(27486,1714,'admin_color','fresh'),(27485,1714,'comment_shortcuts','false'),(27484,1714,'rich_editing','true'),(27483,1714,'description',''),(27482,1714,'nickname','_FI2r5kuM'),(27481,1714,'last_name',''),(27480,1714,'first_name',''),(27478,1713,'_wpsc_billing_region',''),(27479,1713,'_wpsc_cart','Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtiOjA7czoxNjoic2VsZWN0ZWRfY291bnRyeSI7YjowO3M6MTU6ImRlbGl2ZXJ5X3JlZ2lvbiI7YjowO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7YjowO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX21ldGhvZCI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19vcHRpb24iO047czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfYW1vdW50IjtOO3M6NjoiY291cG9uIjtOO3M6MTQ6InRheF9wZXJjZW50YWdlIjtOO3M6OToidW5pcXVlX2lkIjtzOjQwOiJjMTlmMDQ3MmMzYzI1OGJmZGIwZDM4ZWViZTU1YTFlZjIwZGQ4MzdkIjtzOjY6ImVycm9ycyI7YTowOnt9czo5OiJ0b3RhbF90YXgiO047czoxMzoiYmFzZV9zaGlwcGluZyI7TjtzOjE5OiJ0b3RhbF9pdGVtX3NoaXBwaW5nIjtOO3M6MTQ6InRvdGFsX3NoaXBwaW5nIjtOO3M6ODoic3VidG90YWwiO047czoxMToidG90YWxfcHJpY2UiO047czoxMzoidXNlc19zaGlwcGluZyI7TjtzOjEzOiJpc19pbmNvbXBsZXRlIjtiOjE7czoxMDoiY2FydF9pdGVtcyI7YTowOnt9czo5OiJjYXJ0X2l0ZW0iO047czoxNToiY2FydF9pdGVtX2NvdW50IjtpOjA7czoxNzoiY3VycmVudF9jYXJ0X2l0ZW0iO2k6LTE7czoxMToiaW5fdGhlX2xvb3AiO2I6MDtzOjE2OiJzaGlwcGluZ19tZXRob2RzIjtiOjA7czoxNToic2hpcHBpbmdfbWV0aG9kIjtOO3M6MjE6InNoaXBwaW5nX21ldGhvZF9jb3VudCI7aToxO3M6MjM6ImN1cnJlbnRfc2hpcHBpbmdfbWV0aG9kIjtpOi0xO3M6MTg6ImluX3RoZV9tZXRob2RfbG9vcCI7YjowO3M6MTU6InNoaXBwaW5nX3F1b3RlcyI7YTowOnt9czoxNDoic2hpcHBpbmdfcXVvdGUiO047czoyMDoic2hpcHBpbmdfcXVvdGVfY291bnQiO2k6MDtzOjIyOiJjdXJyZW50X3NoaXBwaW5nX3F1b3RlIjtpOi0xO3M6MTc6ImluX3RoZV9xdW90ZV9sb29wIjtiOjA7czoxMjoiY291cG9uc19uYW1lIjtzOjA6IiI7czoxNDoiY291cG9uc19hbW91bnQiO2k6MDtzOjE1OiJzaGlwcGluZ19vcHRpb24iO047fQ=='),(27477,1713,'_wpsc_shipping_region',''),(27476,1713,'_wpsc_billing_country',''),(27475,1713,'_wpsc_shipping_country',''),(27474,1713,'_wpsc_last_active','1400513235'),(27473,1713,'wp_user_level','0'),(27472,1713,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27471,1713,'show_admin_bar_front','true'),(27470,1713,'use_ssl','0'),(27469,1713,'admin_color','fresh'),(27468,1713,'comment_shortcuts','false'),(27467,1713,'rich_editing','true'),(27447,1712,'first_name',''),(27448,1712,'last_name',''),(27449,1712,'nickname','_W9PExDDK'),(27450,1712,'description',''),(27451,1712,'rich_editing','true'),(27452,1712,'comment_shortcuts','false'),(27453,1712,'admin_color','fresh'),(27454,1712,'use_ssl','0'),(27455,1712,'show_admin_bar_front','true'),(27456,1712,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27457,1712,'wp_user_level','0'),(27458,1712,'_wpsc_last_active','1400513161'),(27459,1712,'_wpsc_shipping_country',''),(27460,1712,'_wpsc_billing_country',''),(27461,1712,'_wpsc_shipping_region',''),(27462,1712,'_wpsc_billing_region',''),(27463,1713,'first_name',''),(27464,1713,'last_name',''),(27465,1713,'nickname','_fSeBNUWY'),(27466,1713,'description',''),(27433,1711,'description',''),(27434,1711,'rich_editing','true'),(27435,1711,'comment_shortcuts','false'),(27436,1711,'admin_color','fresh'),(27437,1711,'use_ssl','0'),(27438,1711,'show_admin_bar_front','true'),(27439,1711,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27440,1711,'wp_user_level','0'),(27441,1711,'_wpsc_last_active','1400511170'),(27442,1711,'_wpsc_shipping_country',''),(27443,1711,'_wpsc_billing_country',''),(27444,1711,'_wpsc_shipping_region',''),(27445,1711,'_wpsc_billing_region',''),(27446,1711,'_wpsc_cart','Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtiOjA7czoxNjoic2VsZWN0ZWRfY291bnRyeSI7YjowO3M6MTU6ImRlbGl2ZXJ5X3JlZ2lvbiI7YjowO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7YjowO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX21ldGhvZCI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19vcHRpb24iO047czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfYW1vdW50IjtOO3M6NjoiY291cG9uIjtOO3M6MTQ6InRheF9wZXJjZW50YWdlIjtOO3M6OToidW5pcXVlX2lkIjtzOjQwOiJiYWVmZTAyNTZjNDMyNmVmZTFjNGZlYmM4NzEwNjYxMGIzMTA4MTEzIjtzOjY6ImVycm9ycyI7YTowOnt9czo5OiJ0b3RhbF90YXgiO047czoxMzoiYmFzZV9zaGlwcGluZyI7TjtzOjE5OiJ0b3RhbF9pdGVtX3NoaXBwaW5nIjtOO3M6MTQ6InRvdGFsX3NoaXBwaW5nIjtOO3M6ODoic3VidG90YWwiO047czoxMToidG90YWxfcHJpY2UiO047czoxMzoidXNlc19zaGlwcGluZyI7TjtzOjEzOiJpc19pbmNvbXBsZXRlIjtiOjE7czoxMDoiY2FydF9pdGVtcyI7YTowOnt9czo5OiJjYXJ0X2l0ZW0iO047czoxNToiY2FydF9pdGVtX2NvdW50IjtpOjA7czoxNzoiY3VycmVudF9jYXJ0X2l0ZW0iO2k6LTE7czoxMToiaW5fdGhlX2xvb3AiO2I6MDtzOjE2OiJzaGlwcGluZ19tZXRob2RzIjtiOjA7czoxNToic2hpcHBpbmdfbWV0aG9kIjtOO3M6MjE6InNoaXBwaW5nX21ldGhvZF9jb3VudCI7aToxO3M6MjM6ImN1cnJlbnRfc2hpcHBpbmdfbWV0aG9kIjtpOi0xO3M6MTg6ImluX3RoZV9tZXRob2RfbG9vcCI7YjowO3M6MTU6InNoaXBwaW5nX3F1b3RlcyI7YTowOnt9czoxNDoic2hpcHBpbmdfcXVvdGUiO047czoyMDoic2hpcHBpbmdfcXVvdGVfY291bnQiO2k6MDtzOjIyOiJjdXJyZW50X3NoaXBwaW5nX3F1b3RlIjtpOi0xO3M6MTc6ImluX3RoZV9xdW90ZV9sb29wIjtiOjA7czoxMjoiY291cG9uc19uYW1lIjtzOjA6IiI7czoxNDoiY291cG9uc19hbW91bnQiO2k6MDtzOjE1OiJzaGlwcGluZ19vcHRpb24iO047fQ=='),(27432,1711,'nickname','_IQjszl1i'),(27431,1711,'last_name',''),(27430,1711,'first_name',''),(27423,1710,'wp_user_level','0'),(27424,1710,'_wpsc_last_active','1400511023'),(27425,1710,'_wpsc_shipping_country',''),(27426,1710,'_wpsc_billing_country',''),(27427,1710,'_wpsc_shipping_region',''),(27428,1710,'_wpsc_billing_region',''),(27429,1710,'_wpsc_cart','Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtiOjA7czoxNjoic2VsZWN0ZWRfY291bnRyeSI7YjowO3M6MTU6ImRlbGl2ZXJ5X3JlZ2lvbiI7YjowO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7YjowO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX21ldGhvZCI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19vcHRpb24iO047czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfYW1vdW50IjtOO3M6NjoiY291cG9uIjtOO3M6MTQ6InRheF9wZXJjZW50YWdlIjtOO3M6OToidW5pcXVlX2lkIjtzOjQwOiI0NzVmMTNjZTA0ZGEzM2NjODlkZjNiODkxYWRhY2MwNGY1MmJhNzM2IjtzOjY6ImVycm9ycyI7YTowOnt9czo5OiJ0b3RhbF90YXgiO047czoxMzoiYmFzZV9zaGlwcGluZyI7TjtzOjE5OiJ0b3RhbF9pdGVtX3NoaXBwaW5nIjtOO3M6MTQ6InRvdGFsX3NoaXBwaW5nIjtOO3M6ODoic3VidG90YWwiO047czoxMToidG90YWxfcHJpY2UiO047czoxMzoidXNlc19zaGlwcGluZyI7TjtzOjEzOiJpc19pbmNvbXBsZXRlIjtiOjE7czoxMDoiY2FydF9pdGVtcyI7YTowOnt9czo5OiJjYXJ0X2l0ZW0iO047czoxNToiY2FydF9pdGVtX2NvdW50IjtpOjA7czoxNzoiY3VycmVudF9jYXJ0X2l0ZW0iO2k6LTE7czoxMToiaW5fdGhlX2xvb3AiO2I6MDtzOjE2OiJzaGlwcGluZ19tZXRob2RzIjtiOjA7czoxNToic2hpcHBpbmdfbWV0aG9kIjtOO3M6MjE6InNoaXBwaW5nX21ldGhvZF9jb3VudCI7aToxO3M6MjM6ImN1cnJlbnRfc2hpcHBpbmdfbWV0aG9kIjtpOi0xO3M6MTg6ImluX3RoZV9tZXRob2RfbG9vcCI7YjowO3M6MTU6InNoaXBwaW5nX3F1b3RlcyI7YTowOnt9czoxNDoic2hpcHBpbmdfcXVvdGUiO047czoyMDoic2hpcHBpbmdfcXVvdGVfY291bnQiO2k6MDtzOjIyOiJjdXJyZW50X3NoaXBwaW5nX3F1b3RlIjtpOi0xO3M6MTc6ImluX3RoZV9xdW90ZV9sb29wIjtiOjA7czoxMjoiY291cG9uc19uYW1lIjtzOjA6IiI7czoxNDoiY291cG9uc19hbW91bnQiO2k6MDtzOjE1OiJzaGlwcGluZ19vcHRpb24iO047fQ=='),(27422,1710,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27421,1710,'show_admin_bar_front','true'),(27420,1710,'use_ssl','0'),(27419,1710,'admin_color','fresh'),(27418,1710,'comment_shortcuts','false'),(27417,1710,'rich_editing','true'),(27416,1710,'description',''),(27415,1710,'nickname','_wgvxYcNF'),(27414,1710,'last_name',''),(27413,1710,'first_name',''),(27409,1709,'_wpsc_billing_country',''),(27410,1709,'_wpsc_shipping_region',''),(27411,1709,'_wpsc_billing_region',''),(27412,1708,'_wpsc_cart','Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtiOjA7czoxNjoic2VsZWN0ZWRfY291bnRyeSI7YjowO3M6MTU6ImRlbGl2ZXJ5X3JlZ2lvbiI7YjowO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7YjowO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX21ldGhvZCI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19vcHRpb24iO047czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfYW1vdW50IjtOO3M6NjoiY291cG9uIjtOO3M6MTQ6InRheF9wZXJjZW50YWdlIjtOO3M6OToidW5pcXVlX2lkIjtzOjQwOiIyODViZGFjZDFjMWEwNTRlNTI2ZmUzNzM4MDhjY2IyMjQ4ZDQzNzg1IjtzOjY6ImVycm9ycyI7YTowOnt9czo5OiJ0b3RhbF90YXgiO047czoxMzoiYmFzZV9zaGlwcGluZyI7TjtzOjE5OiJ0b3RhbF9pdGVtX3NoaXBwaW5nIjtOO3M6MTQ6InRvdGFsX3NoaXBwaW5nIjtOO3M6ODoic3VidG90YWwiO047czoxMToidG90YWxfcHJpY2UiO047czoxMzoidXNlc19zaGlwcGluZyI7TjtzOjEzOiJpc19pbmNvbXBsZXRlIjtiOjE7czoxMDoiY2FydF9pdGVtcyI7YTowOnt9czo5OiJjYXJ0X2l0ZW0iO047czoxNToiY2FydF9pdGVtX2NvdW50IjtpOjA7czoxNzoiY3VycmVudF9jYXJ0X2l0ZW0iO2k6LTE7czoxMToiaW5fdGhlX2xvb3AiO2I6MDtzOjE2OiJzaGlwcGluZ19tZXRob2RzIjtiOjA7czoxNToic2hpcHBpbmdfbWV0aG9kIjtOO3M6MjE6InNoaXBwaW5nX21ldGhvZF9jb3VudCI7aToxO3M6MjM6ImN1cnJlbnRfc2hpcHBpbmdfbWV0aG9kIjtpOi0xO3M6MTg6ImluX3RoZV9tZXRob2RfbG9vcCI7YjowO3M6MTU6InNoaXBwaW5nX3F1b3RlcyI7YTowOnt9czoxNDoic2hpcHBpbmdfcXVvdGUiO047czoyMDoic2hpcHBpbmdfcXVvdGVfY291bnQiO2k6MDtzOjIyOiJjdXJyZW50X3NoaXBwaW5nX3F1b3RlIjtpOi0xO3M6MTc6ImluX3RoZV9xdW90ZV9sb29wIjtiOjA7czoxMjoiY291cG9uc19uYW1lIjtzOjA6IiI7czoxNDoiY291cG9uc19hbW91bnQiO2k6MDtzOjE1OiJzaGlwcGluZ19vcHRpb24iO047fQ=='),(27408,1709,'_wpsc_shipping_country',''),(27407,1709,'_wpsc_last_active','1400510980'),(27406,1709,'wp_user_level','0'),(27405,1709,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27404,1709,'show_admin_bar_front','true'),(27403,1709,'use_ssl','0'),(27402,1709,'admin_color','fresh'),(27401,1709,'comment_shortcuts','false'),(27400,1709,'rich_editing','true'),(27399,1709,'description',''),(27398,1709,'nickname','_8XogXyYs'),(27374,1707,'wp_user_level','0'),(27375,1707,'_wpsc_last_active','1400505132'),(27376,1707,'_wpsc_shipping_country',''),(27377,1707,'_wpsc_billing_country',''),(27378,1707,'_wpsc_shipping_region',''),(27379,1707,'_wpsc_billing_region',''),(27380,1708,'first_name',''),(27381,1708,'last_name',''),(27382,1708,'nickname','_ATTVFraG'),(27383,1708,'description',''),(27384,1708,'rich_editing','true'),(27385,1708,'comment_shortcuts','false'),(27386,1708,'admin_color','fresh'),(27387,1708,'use_ssl','0'),(27388,1708,'show_admin_bar_front','true'),(27389,1708,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27390,1708,'wp_user_level','0'),(27391,1708,'_wpsc_last_active','1400510980'),(27392,1708,'_wpsc_shipping_country',''),(27393,1708,'_wpsc_billing_country',''),(27394,1708,'_wpsc_shipping_region',''),(27395,1708,'_wpsc_billing_region',''),(27396,1709,'first_name',''),(27397,1709,'last_name',''),(27373,1707,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27372,1707,'show_admin_bar_front','true'),(27371,1707,'use_ssl','0'),(27370,1707,'admin_color','fresh'),(27369,1707,'comment_shortcuts','false'),(27368,1707,'rich_editing','true'),(27367,1707,'description',''),(27366,1707,'nickname','_vUVUwiha'),(27365,1707,'last_name',''),(27364,1707,'first_name',''),(27362,1706,'_wpsc_billing_region',''),(27363,1706,'_wpsc_cart','Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtiOjA7czoxNjoic2VsZWN0ZWRfY291bnRyeSI7YjowO3M6MTU6ImRlbGl2ZXJ5X3JlZ2lvbiI7YjowO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7YjowO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX21ldGhvZCI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19vcHRpb24iO047czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfYW1vdW50IjtOO3M6NjoiY291cG9uIjtOO3M6MTQ6InRheF9wZXJjZW50YWdlIjtOO3M6OToidW5pcXVlX2lkIjtzOjQwOiIzNGFjYWQzNDJlYjEzNjhkOTg3ZDU5ZTQzMmM3YWU5Y2UzYTA4NmQxIjtzOjY6ImVycm9ycyI7YTowOnt9czo5OiJ0b3RhbF90YXgiO047czoxMzoiYmFzZV9zaGlwcGluZyI7TjtzOjE5OiJ0b3RhbF9pdGVtX3NoaXBwaW5nIjtOO3M6MTQ6InRvdGFsX3NoaXBwaW5nIjtOO3M6ODoic3VidG90YWwiO047czoxMToidG90YWxfcHJpY2UiO047czoxMzoidXNlc19zaGlwcGluZyI7TjtzOjEzOiJpc19pbmNvbXBsZXRlIjtiOjE7czoxMDoiY2FydF9pdGVtcyI7YTowOnt9czo5OiJjYXJ0X2l0ZW0iO047czoxNToiY2FydF9pdGVtX2NvdW50IjtpOjA7czoxNzoiY3VycmVudF9jYXJ0X2l0ZW0iO2k6LTE7czoxMToiaW5fdGhlX2xvb3AiO2I6MDtzOjE2OiJzaGlwcGluZ19tZXRob2RzIjtiOjA7czoxNToic2hpcHBpbmdfbWV0aG9kIjtOO3M6MjE6InNoaXBwaW5nX21ldGhvZF9jb3VudCI7aToxO3M6MjM6ImN1cnJlbnRfc2hpcHBpbmdfbWV0aG9kIjtpOi0xO3M6MTg6ImluX3RoZV9tZXRob2RfbG9vcCI7YjowO3M6MTU6InNoaXBwaW5nX3F1b3RlcyI7YTowOnt9czoxNDoic2hpcHBpbmdfcXVvdGUiO047czoyMDoic2hpcHBpbmdfcXVvdGVfY291bnQiO2k6MDtzOjIyOiJjdXJyZW50X3NoaXBwaW5nX3F1b3RlIjtpOi0xO3M6MTc6ImluX3RoZV9xdW90ZV9sb29wIjtiOjA7czoxMjoiY291cG9uc19uYW1lIjtzOjA6IiI7czoxNDoiY291cG9uc19hbW91bnQiO2k6MDtzOjE1OiJzaGlwcGluZ19vcHRpb24iO047fQ=='),(27361,1706,'_wpsc_shipping_region',''),(27360,1706,'_wpsc_billing_country',''),(27359,1706,'_wpsc_shipping_country',''),(27358,1706,'_wpsc_last_active','1400504865'),(27357,1706,'wp_user_level','0'),(27356,1706,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(27355,1706,'show_admin_bar_front','true'),(27354,1706,'use_ssl','0'),(27353,1706,'admin_color','fresh'),(27352,1706,'comment_shortcuts','false'),(27351,1706,'rich_editing','true'),(27347,1706,'first_name',''),(27348,1706,'last_name',''),(27349,1706,'nickname','_wIddO6HZ'),(27350,1706,'description',''),(27346,1705,'_wpsc_cart','Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtiOjA7czoxNjoic2VsZWN0ZWRfY291bnRyeSI7YjowO3M6MTU6ImRlbGl2ZXJ5X3JlZ2lvbiI7YjowO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7YjowO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX21ldGhvZCI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19vcHRpb24iO047czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfYW1vdW50IjtOO3M6NjoiY291cG9uIjtOO3M6MTQ6InRheF9wZXJjZW50YWdlIjtOO3M6OToidW5pcXVlX2lkIjtzOjQwOiIzNDUwNzY4ZjcxNTE3MDA2NTg3YWY4ODQ3Zjg0MjkxZTg0NGI3ZTg3IjtzOjY6ImVycm9ycyI7YTowOnt9czo5OiJ0b3RhbF90YXgiO047czoxMzoiYmFzZV9zaGlwcGluZyI7TjtzOjE5OiJ0b3RhbF9pdGVtX3NoaXBwaW5nIjtOO3M6MTQ6InRvdGFsX3NoaXBwaW5nIjtOO3M6ODoic3VidG90YWwiO047czoxMToidG90YWxfcHJpY2UiO047czoxMzoidXNlc19zaGlwcGluZyI7TjtzOjEzOiJpc19pbmNvbXBsZXRlIjtiOjE7czoxMDoiY2FydF9pdGVtcyI7YTowOnt9czo5OiJjYXJ0X2l0ZW0iO047czoxNToiY2FydF9pdGVtX2NvdW50IjtpOjA7czoxNzoiY3VycmVudF9jYXJ0X2l0ZW0iO2k6LTE7czoxMToiaW5fdGhlX2xvb3AiO2I6MDtzOjE2OiJzaGlwcGluZ19tZXRob2RzIjtiOjA7czoxNToic2hpcHBpbmdfbWV0aG9kIjtOO3M6MjE6InNoaXBwaW5nX21ldGhvZF9jb3VudCI7aToxO3M6MjM6ImN1cnJlbnRfc2hpcHBpbmdfbWV0aG9kIjtpOi0xO3M6MTg6ImluX3RoZV9tZXRob2RfbG9vcCI7YjowO3M6MTU6InNoaXBwaW5nX3F1b3RlcyI7YTowOnt9czoxNDoic2hpcHBpbmdfcXVvdGUiO047czoyMDoic2hpcHBpbmdfcXVvdGVfY291bnQiO2k6MDtzOjIyOiJjdXJyZW50X3NoaXBwaW5nX3F1b3RlIjtpOi0xO3M6MTc6ImluX3RoZV9xdW90ZV9sb29wIjtiOjA7czoxMjoiY291cG9uc19uYW1lIjtzOjA6IiI7czoxNDoiY291cG9uc19hbW91bnQiO2k6MDtzOjE1OiJzaGlwcGluZ19vcHRpb24iO047fQ=='),(27345,1705,'_wpsc_billing_region',''),(27344,1705,'_wpsc_shipping_region',''),(27343,1705,'_wpsc_billing_country',''),(27342,1705,'_wpsc_shipping_country',''),(27341,1705,'_wpsc_last_active','1400504864'),(27340,1705,'wp_user_level','0'),(37578,2345,'first_name',''),(37579,2345,'last_name',''),(37580,2345,'nickname','_HYRRRTY9'),(37581,2345,'description',''),(37582,2345,'rich_editing','true'),(37583,2345,'comment_shortcuts','false'),(37584,2345,'admin_color','fresh'),(37585,2345,'use_ssl','0'),(37586,2345,'show_admin_bar_front','true'),(37587,2345,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37588,2345,'wp_user_level','0'),(37589,2345,'_wpsc_last_active','1400608253'),(37590,2345,'_wpsc_shipping_country',''),(37591,2345,'_wpsc_billing_country',''),(37592,2345,'_wpsc_shipping_region',''),(27330,1705,'first_name',''),(27331,1705,'last_name',''),(27332,1705,'nickname','_keGcZtH9'),(27333,1705,'description',''),(27334,1705,'rich_editing','true'),(27335,1705,'comment_shortcuts','false'),(27336,1705,'admin_color','fresh'),(27337,1705,'use_ssl','0'),(27338,1705,'show_admin_bar_front','true'),(27339,1705,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37593,2345,'_wpsc_billing_region',''),(37594,2346,'first_name',''),(37595,2346,'last_name',''),(37596,2346,'nickname','_bKp2Xxux'),(37597,2346,'description',''),(37598,2346,'rich_editing','true'),(37599,2346,'comment_shortcuts','false'),(37600,2346,'admin_color','fresh'),(37601,2346,'use_ssl','0'),(37602,2346,'show_admin_bar_front','true'),(37603,2346,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37604,2346,'wp_user_level','0'),(37605,2346,'_wpsc_last_active','1400608256'),(37140,2317,'wp_user_level','0'),(37141,2317,'_wpsc_last_active','1400608107'),(37142,2317,'_wpsc_shipping_country',''),(37143,2317,'_wpsc_billing_country',''),(37144,2317,'_wpsc_shipping_region',''),(37145,2317,'_wpsc_billing_region',''),(37146,2318,'first_name',''),(37147,2318,'last_name',''),(37148,2318,'nickname','_bpoYCbBl'),(37149,2318,'description',''),(37150,2318,'rich_editing','true'),(37151,2318,'comment_shortcuts','false'),(37152,2318,'admin_color','fresh'),(37153,2318,'use_ssl','0'),(37154,2318,'show_admin_bar_front','true'),(37155,2318,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37156,2318,'wp_user_level','0'),(37157,2318,'_wpsc_last_active','1400608108'),(37158,2318,'_wpsc_shipping_country',''),(37159,2318,'_wpsc_billing_country',''),(37160,2318,'_wpsc_shipping_region',''),(37161,2318,'_wpsc_billing_region',''),(37162,2319,'first_name',''),(37163,2319,'last_name',''),(37164,2319,'nickname','_oN8rg2Zg'),(37165,2319,'description',''),(37166,2319,'rich_editing','true'),(37167,2319,'comment_shortcuts','false'),(37168,2319,'admin_color','fresh'),(37169,2319,'use_ssl','0'),(37170,2319,'show_admin_bar_front','true'),(37171,2319,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37172,2319,'wp_user_level','0'),(37173,2319,'_wpsc_last_active','1400608110'),(37174,2319,'_wpsc_shipping_country',''),(37175,2319,'_wpsc_billing_country',''),(37176,2319,'_wpsc_shipping_region',''),(37177,2319,'_wpsc_billing_region',''),(37178,2320,'first_name',''),(37179,2320,'last_name',''),(37180,2320,'nickname','_A1eyP0ym'),(37181,2320,'description',''),(37182,2320,'rich_editing','true'),(37183,2320,'comment_shortcuts','false'),(37184,2320,'admin_color','fresh'),(37185,2320,'use_ssl','0'),(37186,2320,'show_admin_bar_front','true'),(37187,2320,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37188,2320,'wp_user_level','0'),(37189,2320,'_wpsc_last_active','1400608125'),(37190,2320,'_wpsc_shipping_country',''),(37191,2320,'_wpsc_billing_country',''),(37192,2320,'_wpsc_shipping_region',''),(37193,2320,'_wpsc_billing_region',''),(37194,2321,'first_name',''),(37195,2321,'last_name',''),(37196,2321,'nickname','_xGncZkce'),(37197,2321,'description',''),(37198,2321,'rich_editing','true'),(37199,2321,'comment_shortcuts','false'),(37200,2321,'admin_color','fresh'),(37201,2321,'use_ssl','0'),(37202,2321,'show_admin_bar_front','true'),(37203,2321,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37204,2321,'wp_user_level','0'),(37205,2321,'_wpsc_last_active','1400608128'),(37206,2321,'_wpsc_shipping_country',''),(37207,2321,'_wpsc_billing_country',''),(37208,2321,'_wpsc_shipping_region',''),(37209,2321,'_wpsc_billing_region',''),(37210,2322,'first_name',''),(37211,2322,'last_name',''),(37212,2322,'nickname','_JK0ph5wc'),(37213,2322,'description',''),(37214,2322,'rich_editing','true'),(37215,2322,'comment_shortcuts','false'),(37216,2322,'admin_color','fresh'),(37217,2322,'use_ssl','0'),(37218,2322,'show_admin_bar_front','true'),(37219,2322,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37220,2322,'wp_user_level','0'),(37221,2322,'_wpsc_last_active','1400608139'),(37222,2322,'_wpsc_shipping_country',''),(37223,2322,'_wpsc_billing_country',''),(37224,2322,'_wpsc_shipping_region',''),(37225,2322,'_wpsc_billing_region',''),(37226,2323,'first_name',''),(37227,2323,'last_name',''),(37228,2323,'nickname','_khN9WM04'),(37229,2323,'description',''),(37230,2323,'rich_editing','true'),(37231,2323,'comment_shortcuts','false'),(37232,2323,'admin_color','fresh'),(37233,2323,'use_ssl','0'),(37234,2323,'show_admin_bar_front','true'),(37235,2323,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37236,2323,'wp_user_level','0'),(37237,2323,'_wpsc_last_active','1400608140'),(37238,2323,'_wpsc_shipping_country',''),(37239,2323,'_wpsc_billing_country',''),(37240,2323,'_wpsc_shipping_region',''),(37241,2323,'_wpsc_billing_region',''),(37242,2324,'first_name',''),(37243,2324,'last_name',''),(37244,2324,'nickname','_lL3Nx7IK'),(37245,2324,'description',''),(37246,2324,'rich_editing','true'),(37247,2324,'comment_shortcuts','false'),(37248,2324,'admin_color','fresh'),(37249,2324,'use_ssl','0'),(37250,2324,'show_admin_bar_front','true'),(37251,2324,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37252,2324,'wp_user_level','0'),(37253,2324,'_wpsc_last_active','1400608140'),(37254,2324,'_wpsc_shipping_country',''),(37255,2324,'_wpsc_billing_country',''),(37256,2324,'_wpsc_shipping_region',''),(37257,2324,'_wpsc_billing_region',''),(37258,2325,'first_name',''),(37259,2325,'last_name',''),(37260,2325,'nickname','_47NrwWpo'),(37261,2325,'description',''),(37262,2325,'rich_editing','true'),(37263,2325,'comment_shortcuts','false'),(37264,2325,'admin_color','fresh'),(37265,2325,'use_ssl','0'),(37266,2325,'show_admin_bar_front','true'),(37267,2325,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37268,2325,'wp_user_level','0'),(37269,2325,'_wpsc_last_active','1400608141'),(37270,2325,'_wpsc_shipping_country',''),(37271,2325,'_wpsc_billing_country',''),(37272,2325,'_wpsc_shipping_region',''),(37273,2325,'_wpsc_billing_region',''),(37274,2326,'first_name',''),(37275,2326,'last_name',''),(37276,2326,'nickname','_hT2lp5kY'),(37277,2326,'description',''),(37278,2326,'rich_editing','true'),(37279,2326,'comment_shortcuts','false'),(37280,2326,'admin_color','fresh'),(37281,2326,'use_ssl','0'),(37282,2326,'show_admin_bar_front','true'),(37283,2326,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37284,2326,'wp_user_level','0'),(37285,2326,'_wpsc_last_active','1400608147'),(37286,2326,'_wpsc_shipping_country',''),(37287,2326,'_wpsc_billing_country',''),(37288,2326,'_wpsc_shipping_region',''),(37289,2326,'_wpsc_billing_region',''),(37290,2327,'first_name',''),(37291,2327,'last_name',''),(37292,2327,'nickname','_0v3wmVhS'),(37293,2327,'description',''),(37294,2327,'rich_editing','true'),(37295,2327,'comment_shortcuts','false'),(37296,2327,'admin_color','fresh'),(37297,2327,'use_ssl','0'),(37298,2327,'show_admin_bar_front','true'),(37299,2327,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37300,2327,'wp_user_level','0'),(37301,2327,'_wpsc_last_active','1400608155'),(37302,2327,'_wpsc_shipping_country',''),(37303,2327,'_wpsc_billing_country',''),(37304,2327,'_wpsc_shipping_region',''),(37305,2327,'_wpsc_billing_region',''),(37306,2328,'first_name',''),(37307,2328,'last_name',''),(37308,2328,'nickname','_tJRqok8c'),(37309,2328,'description',''),(37310,2328,'rich_editing','true'),(37311,2328,'comment_shortcuts','false'),(37312,2328,'admin_color','fresh'),(37313,2328,'use_ssl','0'),(37314,2328,'show_admin_bar_front','true'),(37315,2328,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37316,2328,'wp_user_level','0'),(37317,2328,'_wpsc_last_active','1400608157'),(37318,2328,'_wpsc_shipping_country',''),(37319,2328,'_wpsc_billing_country',''),(37320,2328,'_wpsc_shipping_region',''),(37321,2328,'_wpsc_billing_region',''),(37322,2329,'first_name',''),(37323,2329,'last_name',''),(37324,2329,'nickname','_Ug3Vx3im'),(37325,2329,'description',''),(37326,2329,'rich_editing','true'),(37327,2329,'comment_shortcuts','false'),(37328,2329,'admin_color','fresh'),(37329,2329,'use_ssl','0'),(37330,2329,'show_admin_bar_front','true'),(37331,2329,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37332,2329,'wp_user_level','0'),(37333,2329,'_wpsc_last_active','1400608158'),(37334,2329,'_wpsc_shipping_country',''),(37335,2329,'_wpsc_billing_country',''),(37336,2329,'_wpsc_shipping_region',''),(37337,2329,'_wpsc_billing_region',''),(37338,2330,'first_name',''),(37339,2330,'last_name',''),(37340,2330,'nickname','_092ZUN8y'),(37341,2330,'description',''),(37342,2330,'rich_editing','true'),(37343,2330,'comment_shortcuts','false'),(37344,2330,'admin_color','fresh'),(37345,2330,'use_ssl','0'),(37346,2330,'show_admin_bar_front','true'),(37347,2330,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37348,2330,'wp_user_level','0'),(37349,2330,'_wpsc_last_active','1400608167'),(37350,2330,'_wpsc_shipping_country',''),(37351,2330,'_wpsc_billing_country',''),(37352,2330,'_wpsc_shipping_region',''),(37353,2330,'_wpsc_billing_region',''),(37354,2331,'first_name',''),(37355,2331,'last_name',''),(37356,2331,'nickname','_uoImh2cb'),(37357,2331,'description',''),(37358,2331,'rich_editing','true'),(37359,2331,'comment_shortcuts','false'),(37360,2331,'admin_color','fresh'),(37361,2331,'use_ssl','0'),(37362,2331,'show_admin_bar_front','true'),(37363,2331,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37364,2331,'wp_user_level','0'),(37365,2331,'_wpsc_last_active','1400608168'),(37366,2331,'_wpsc_shipping_country',''),(37367,2331,'_wpsc_billing_country',''),(37368,2331,'_wpsc_shipping_region',''),(37369,2331,'_wpsc_billing_region',''),(37370,2332,'first_name',''),(37371,2332,'last_name',''),(37372,2332,'nickname','_2wggSyU8'),(37373,2332,'description',''),(37374,2332,'rich_editing','true'),(37375,2332,'comment_shortcuts','false'),(37376,2332,'admin_color','fresh'),(37377,2332,'use_ssl','0'),(37378,2332,'show_admin_bar_front','true'),(37379,2332,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37380,2332,'wp_user_level','0'),(37381,2332,'_wpsc_last_active','1400608170'),(37382,2332,'_wpsc_shipping_country',''),(37383,2332,'_wpsc_billing_country',''),(37384,2332,'_wpsc_shipping_region',''),(37385,2332,'_wpsc_billing_region',''),(37386,2333,'first_name',''),(37387,2333,'last_name',''),(37388,2333,'nickname','_lGWnEMH1'),(37389,2333,'description',''),(37390,2333,'rich_editing','true'),(37391,2333,'comment_shortcuts','false'),(37392,2333,'admin_color','fresh'),(37393,2333,'use_ssl','0'),(37394,2333,'show_admin_bar_front','true'),(37395,2333,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37396,2333,'wp_user_level','0'),(37397,2333,'_wpsc_last_active','1400608185'),(37398,2333,'_wpsc_shipping_country',''),(37399,2333,'_wpsc_billing_country',''),(37400,2333,'_wpsc_shipping_region',''),(37401,2333,'_wpsc_billing_region',''),(37402,2334,'first_name',''),(37403,2334,'last_name',''),(37404,2334,'nickname','_kYJe29UE'),(37405,2334,'description',''),(37406,2334,'rich_editing','true'),(37407,2334,'comment_shortcuts','false'),(37408,2334,'admin_color','fresh'),(37409,2334,'use_ssl','0'),(37410,2334,'show_admin_bar_front','true'),(37411,2334,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37412,2334,'wp_user_level','0'),(37413,2334,'_wpsc_last_active','1400608187'),(37414,2334,'_wpsc_shipping_country',''),(37415,2334,'_wpsc_billing_country',''),(37416,2334,'_wpsc_shipping_region',''),(37417,2334,'_wpsc_billing_region',''),(37418,2335,'first_name',''),(37419,2335,'last_name',''),(37420,2335,'nickname','_ShirVO3O'),(37421,2335,'description',''),(37422,2335,'rich_editing','true'),(37423,2335,'comment_shortcuts','false'),(37424,2335,'admin_color','fresh'),(37425,2335,'use_ssl','0'),(37426,2335,'show_admin_bar_front','true'),(37427,2335,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37428,2335,'wp_user_level','0'),(37429,2335,'_wpsc_last_active','1400608192'),(37430,2335,'_wpsc_shipping_country',''),(37431,2335,'_wpsc_billing_country',''),(37432,2335,'_wpsc_shipping_region',''),(37433,2335,'_wpsc_billing_region',''),(37434,2336,'first_name',''),(37435,2336,'last_name',''),(37436,2336,'nickname','_pRJ3h4f8'),(37437,2336,'description',''),(37438,2336,'rich_editing','true'),(37439,2336,'comment_shortcuts','false'),(37440,2336,'admin_color','fresh'),(37441,2336,'use_ssl','0'),(37442,2336,'show_admin_bar_front','true'),(37443,2336,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37444,2336,'wp_user_level','0'),(37445,2336,'_wpsc_last_active','1400608193'),(37446,2336,'_wpsc_shipping_country',''),(37447,2336,'_wpsc_billing_country',''),(37448,2336,'_wpsc_shipping_region',''),(37449,2336,'_wpsc_billing_region',''),(37450,2337,'first_name',''),(37451,2337,'last_name',''),(37452,2337,'nickname','_ZVxoAaao'),(37453,2337,'description',''),(37454,2337,'rich_editing','true'),(37455,2337,'comment_shortcuts','false'),(37456,2337,'admin_color','fresh'),(37457,2337,'use_ssl','0'),(37458,2337,'show_admin_bar_front','true'),(37459,2337,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37460,2337,'wp_user_level','0'),(37461,2337,'_wpsc_last_active','1400608193'),(37462,2337,'_wpsc_shipping_country',''),(37463,2337,'_wpsc_billing_country',''),(37464,2337,'_wpsc_shipping_region',''),(37465,2337,'_wpsc_billing_region',''),(37466,2338,'first_name',''),(37467,2338,'last_name',''),(37468,2338,'nickname','_hCEveUd9'),(37469,2338,'description',''),(37470,2338,'rich_editing','true'),(37471,2338,'comment_shortcuts','false'),(37472,2338,'admin_color','fresh'),(37473,2338,'use_ssl','0'),(37474,2338,'show_admin_bar_front','true'),(37475,2338,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37476,2338,'wp_user_level','0'),(37477,2338,'_wpsc_last_active','1400608194'),(37478,2338,'_wpsc_shipping_country',''),(37479,2338,'_wpsc_billing_country',''),(37480,2338,'_wpsc_shipping_region',''),(37481,2338,'_wpsc_billing_region',''),(37482,2339,'first_name',''),(37483,2339,'last_name',''),(37484,2339,'nickname','_jhCQUlqE'),(37485,2339,'description',''),(37486,2339,'rich_editing','true'),(37487,2339,'comment_shortcuts','false'),(37488,2339,'admin_color','fresh'),(37489,2339,'use_ssl','0'),(37490,2339,'show_admin_bar_front','true'),(37491,2339,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37492,2339,'wp_user_level','0'),(37493,2339,'_wpsc_last_active','1400608199'),(37494,2339,'_wpsc_shipping_country',''),(37495,2339,'_wpsc_billing_country',''),(37496,2339,'_wpsc_shipping_region',''),(37497,2339,'_wpsc_billing_region',''),(37498,2340,'first_name',''),(37499,2340,'last_name',''),(37500,2340,'nickname','_yPRnxLZU'),(37501,2340,'description',''),(37502,2340,'rich_editing','true'),(37503,2340,'comment_shortcuts','false'),(37504,2340,'admin_color','fresh'),(37505,2340,'use_ssl','0'),(37506,2340,'show_admin_bar_front','true'),(37507,2340,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37508,2340,'wp_user_level','0'),(37509,2340,'_wpsc_last_active','1400608200'),(37510,2340,'_wpsc_shipping_country',''),(37511,2340,'_wpsc_billing_country',''),(37512,2340,'_wpsc_shipping_region',''),(37513,2340,'_wpsc_billing_region',''),(37514,2341,'first_name',''),(37515,2341,'last_name',''),(37516,2341,'nickname','_mcX98yEC'),(37517,2341,'description',''),(37518,2341,'rich_editing','true'),(37519,2341,'comment_shortcuts','false'),(37520,2341,'admin_color','fresh'),(37521,2341,'use_ssl','0'),(37522,2341,'show_admin_bar_front','true'),(37523,2341,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37524,2341,'wp_user_level','0'),(37525,2341,'_wpsc_last_active','1400608215'),(37526,2341,'_wpsc_shipping_country',''),(37527,2341,'_wpsc_billing_country',''),(37528,2341,'_wpsc_shipping_region',''),(37529,2341,'_wpsc_billing_region',''),(37530,2342,'first_name',''),(37531,2342,'last_name',''),(37532,2342,'nickname','_o6mkvbmp'),(37533,2342,'description',''),(37534,2342,'rich_editing','true'),(37535,2342,'comment_shortcuts','false'),(37536,2342,'admin_color','fresh'),(37537,2342,'use_ssl','0'),(37538,2342,'show_admin_bar_front','true'),(37539,2342,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37540,2342,'wp_user_level','0'),(37541,2342,'_wpsc_last_active','1400608230'),(37542,2342,'_wpsc_shipping_country',''),(37543,2342,'_wpsc_billing_country',''),(37544,2342,'_wpsc_shipping_region',''),(37545,2342,'_wpsc_billing_region',''),(37546,2343,'first_name',''),(37547,2343,'last_name',''),(37548,2343,'nickname','_Aa42nnDk'),(37549,2343,'description',''),(37550,2343,'rich_editing','true'),(37551,2343,'comment_shortcuts','false'),(37552,2343,'admin_color','fresh'),(37553,2343,'use_ssl','0'),(37554,2343,'show_admin_bar_front','true'),(37555,2343,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37556,2343,'wp_user_level','0'),(37557,2343,'_wpsc_last_active','1400608236'),(37558,2343,'_wpsc_shipping_country',''),(37559,2343,'_wpsc_billing_country',''),(37560,2343,'_wpsc_shipping_region',''),(37561,2343,'_wpsc_billing_region',''),(37562,2344,'first_name',''),(37563,2344,'last_name',''),(37564,2344,'nickname','_aUlfKQac'),(37565,2344,'description',''),(37566,2344,'rich_editing','true'),(37567,2344,'comment_shortcuts','false'),(37568,2344,'admin_color','fresh'),(37569,2344,'use_ssl','0'),(37570,2344,'show_admin_bar_front','true'),(37571,2344,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37572,2344,'wp_user_level','0'),(37573,2344,'_wpsc_last_active','1400608245'),(37574,2344,'_wpsc_shipping_country',''),(37575,2344,'_wpsc_billing_country',''),(37576,2344,'_wpsc_shipping_region',''),(37577,2344,'_wpsc_billing_region',''),(37621,2347,'_wpsc_last_active','1400608270'),(37622,2347,'_wpsc_shipping_country',''),(37623,2347,'_wpsc_billing_country',''),(37624,2347,'_wpsc_shipping_region',''),(37625,2347,'_wpsc_billing_region',''),(37626,2348,'first_name',''),(37627,2348,'last_name',''),(37628,2348,'nickname','_FUCDCUI0'),(37629,2348,'description',''),(37630,2348,'rich_editing','true'),(37631,2348,'comment_shortcuts','false'),(37632,2348,'admin_color','fresh'),(37633,2348,'use_ssl','0'),(37634,2348,'show_admin_bar_front','true'),(37635,2348,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37636,2348,'wp_user_level','0'),(37637,2348,'_wpsc_last_active','1400608275'),(37638,2348,'_wpsc_shipping_country',''),(37639,2348,'_wpsc_billing_country',''),(37640,2348,'_wpsc_shipping_region',''),(37641,2348,'_wpsc_billing_region',''),(37642,2349,'first_name',''),(37643,2349,'last_name',''),(37644,2349,'nickname','_XlBE8t9L'),(37645,2349,'description',''),(37646,2349,'rich_editing','true'),(37647,2349,'comment_shortcuts','false'),(37648,2349,'admin_color','fresh'),(37649,2349,'use_ssl','0'),(37650,2349,'show_admin_bar_front','true'),(37651,2349,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37652,2349,'wp_user_level','0'),(37653,2349,'_wpsc_last_active','1400608276'),(37654,2349,'_wpsc_shipping_country',''),(37655,2349,'_wpsc_billing_country',''),(37656,2349,'_wpsc_shipping_region',''),(37657,2349,'_wpsc_billing_region',''),(37658,2350,'first_name',''),(37659,2350,'last_name',''),(37660,2350,'nickname','_QhSiNf8N'),(37661,2350,'description',''),(37662,2350,'rich_editing','true'),(37663,2350,'comment_shortcuts','false'),(37664,2350,'admin_color','fresh'),(37665,2350,'use_ssl','0'),(37666,2350,'show_admin_bar_front','true'),(37667,2350,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37668,2350,'wp_user_level','0'),(37669,2350,'_wpsc_last_active','1400608279'),(37670,2350,'_wpsc_shipping_country',''),(37671,2350,'_wpsc_billing_country',''),(37672,2350,'_wpsc_shipping_region',''),(37673,2350,'_wpsc_billing_region',''),(37674,2351,'first_name',''),(37675,2351,'last_name',''),(37676,2351,'nickname','_259PyqS5'),(37677,2351,'description',''),(37678,2351,'rich_editing','true'),(37679,2351,'comment_shortcuts','false'),(37680,2351,'admin_color','fresh'),(37681,2351,'use_ssl','0'),(37682,2351,'show_admin_bar_front','true'),(37683,2351,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37684,2351,'wp_user_level','0'),(37685,2351,'_wpsc_last_active','1400608280'),(37686,2351,'_wpsc_shipping_country',''),(37687,2351,'_wpsc_billing_country',''),(37688,2351,'_wpsc_shipping_region',''),(37689,2351,'_wpsc_billing_region',''),(37690,2352,'first_name',''),(37691,2352,'last_name',''),(37692,2352,'nickname','_oXx7JSgL'),(37693,2352,'description',''),(37694,2352,'rich_editing','true'),(37695,2352,'comment_shortcuts','false'),(37696,2352,'admin_color','fresh'),(37697,2352,'use_ssl','0'),(37698,2352,'show_admin_bar_front','true'),(37699,2352,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37700,2352,'wp_user_level','0'),(37701,2352,'_wpsc_last_active','1400608285'),(37702,2352,'_wpsc_shipping_country',''),(37703,2352,'_wpsc_billing_country',''),(37704,2352,'_wpsc_shipping_region',''),(37705,2352,'_wpsc_billing_region',''),(37706,2353,'first_name',''),(37707,2353,'last_name',''),(37708,2353,'nickname','_SbUXjTuM'),(37709,2353,'description',''),(37710,2353,'rich_editing','true'),(37711,2353,'comment_shortcuts','false'),(37712,2353,'admin_color','fresh'),(37713,2353,'use_ssl','0'),(37714,2353,'show_admin_bar_front','true'),(37715,2353,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37716,2353,'wp_user_level','0'),(37717,2353,'_wpsc_last_active','1400608301'),(37718,2353,'_wpsc_shipping_country',''),(37719,2353,'_wpsc_billing_country',''),(37720,2353,'_wpsc_shipping_region',''),(37721,2353,'_wpsc_billing_region',''),(37722,2354,'first_name',''),(37723,2354,'last_name',''),(37724,2354,'nickname','_ITf3SFHQ'),(37725,2354,'description',''),(37726,2354,'rich_editing','true'),(37727,2354,'comment_shortcuts','false'),(37728,2354,'admin_color','fresh'),(37729,2354,'use_ssl','0'),(37730,2354,'show_admin_bar_front','true'),(37731,2354,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37732,2354,'wp_user_level','0'),(37733,2354,'_wpsc_last_active','1400608305'),(37734,2354,'_wpsc_shipping_country',''),(37735,2354,'_wpsc_billing_country',''),(37736,2354,'_wpsc_shipping_region',''),(37737,2354,'_wpsc_billing_region',''),(37738,2355,'first_name',''),(37739,2355,'last_name',''),(37740,2355,'nickname','_Aum3ewzi'),(37741,2355,'description',''),(37742,2355,'rich_editing','true'),(37743,2355,'comment_shortcuts','false'),(37744,2355,'admin_color','fresh'),(37745,2355,'use_ssl','0'),(37746,2355,'show_admin_bar_front','true'),(37747,2355,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37748,2355,'wp_user_level','0'),(37749,2355,'_wpsc_last_active','1400608306'),(37750,2355,'_wpsc_shipping_country',''),(37751,2355,'_wpsc_billing_country',''),(37752,2355,'_wpsc_shipping_region',''),(37753,2355,'_wpsc_billing_region',''),(37754,2356,'first_name',''),(37755,2356,'last_name',''),(37756,2356,'nickname','_lWCfjulo'),(37757,2356,'description',''),(37758,2356,'rich_editing','true'),(37759,2356,'comment_shortcuts','false'),(37760,2356,'admin_color','fresh'),(37761,2356,'use_ssl','0'),(37762,2356,'show_admin_bar_front','true'),(37763,2356,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37764,2356,'wp_user_level','0'),(37765,2356,'_wpsc_last_active','1400608308'),(37766,2356,'_wpsc_shipping_country',''),(37767,2356,'_wpsc_billing_country',''),(37768,2356,'_wpsc_shipping_region',''),(37769,2356,'_wpsc_billing_region',''),(37770,2357,'first_name',''),(37771,2357,'last_name',''),(37772,2357,'nickname','_rL0LtE8a'),(37773,2357,'description',''),(37774,2357,'rich_editing','true'),(37775,2357,'comment_shortcuts','false'),(37776,2357,'admin_color','fresh'),(37777,2357,'use_ssl','0'),(37778,2357,'show_admin_bar_front','true'),(37779,2357,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37780,2357,'wp_user_level','0'),(37781,2357,'_wpsc_last_active','1400608309'),(37782,2357,'_wpsc_shipping_country',''),(37783,2357,'_wpsc_billing_country',''),(37784,2357,'_wpsc_shipping_region',''),(37785,2357,'_wpsc_billing_region',''),(37786,2358,'first_name',''),(37787,2358,'last_name',''),(37788,2358,'nickname','_lMDCsukD'),(37789,2358,'description',''),(37790,2358,'rich_editing','true'),(37791,2358,'comment_shortcuts','false'),(37792,2358,'admin_color','fresh'),(37793,2358,'use_ssl','0'),(37794,2358,'show_admin_bar_front','true'),(37795,2358,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37796,2358,'wp_user_level','0'),(37797,2358,'_wpsc_last_active','1400608313'),(37798,2358,'_wpsc_shipping_country',''),(37799,2358,'_wpsc_billing_country',''),(37800,2358,'_wpsc_shipping_region',''),(37801,2358,'_wpsc_billing_region',''),(37802,2359,'first_name',''),(37803,2359,'last_name',''),(37804,2359,'nickname','_45XHiCUt'),(37805,2359,'description',''),(37806,2359,'rich_editing','true'),(37807,2359,'comment_shortcuts','false'),(37808,2359,'admin_color','fresh'),(37809,2359,'use_ssl','0'),(37810,2359,'show_admin_bar_front','true'),(37811,2359,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37812,2359,'wp_user_level','0'),(37813,2359,'_wpsc_last_active','1400608330'),(37814,2359,'_wpsc_shipping_country',''),(37815,2359,'_wpsc_billing_country',''),(37816,2359,'_wpsc_shipping_region',''),(37817,2359,'_wpsc_billing_region',''),(37818,2360,'first_name',''),(37819,2360,'last_name',''),(37820,2360,'nickname','_mqZubo98'),(37821,2360,'description',''),(37822,2360,'rich_editing','true'),(37823,2360,'comment_shortcuts','false'),(37824,2360,'admin_color','fresh'),(37825,2360,'use_ssl','0'),(37826,2360,'show_admin_bar_front','true'),(37827,2360,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37828,2360,'wp_user_level','0'),(37829,2360,'_wpsc_last_active','1400608331'),(37830,2360,'_wpsc_shipping_country',''),(37831,2360,'_wpsc_billing_country',''),(37832,2360,'_wpsc_shipping_region',''),(37833,2360,'_wpsc_billing_region',''),(37834,2361,'first_name',''),(37835,2361,'last_name',''),(37836,2361,'nickname','_n0mgQm8K'),(37837,2361,'description',''),(37838,2361,'rich_editing','true'),(37839,2361,'comment_shortcuts','false'),(37840,2361,'admin_color','fresh'),(37841,2361,'use_ssl','0'),(37842,2361,'show_admin_bar_front','true'),(37843,2361,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37844,2361,'wp_user_level','0'),(37845,2361,'_wpsc_last_active','1400608345'),(37846,2361,'_wpsc_shipping_country',''),(37847,2361,'_wpsc_billing_country',''),(37848,2361,'_wpsc_shipping_region',''),(37849,2361,'_wpsc_billing_region',''),(37850,2362,'first_name',''),(37851,2362,'last_name',''),(37852,2362,'nickname','_bgBj3Rov'),(37853,2362,'description',''),(37854,2362,'rich_editing','true'),(37855,2362,'comment_shortcuts','false'),(37856,2362,'admin_color','fresh'),(37857,2362,'use_ssl','0'),(37858,2362,'show_admin_bar_front','true'),(37859,2362,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37860,2362,'wp_user_level','0'),(37861,2362,'_wpsc_last_active','1400608363'),(37862,2362,'_wpsc_shipping_country',''),(37863,2362,'_wpsc_billing_country',''),(37864,2362,'_wpsc_shipping_region',''),(37865,2362,'_wpsc_billing_region',''),(37866,2363,'first_name',''),(37867,2363,'last_name',''),(37868,2363,'nickname','_opAAFFHi'),(37869,2363,'description',''),(37870,2363,'rich_editing','true'),(37871,2363,'comment_shortcuts','false'),(37872,2363,'admin_color','fresh'),(37873,2363,'use_ssl','0'),(37874,2363,'show_admin_bar_front','true'),(37875,2363,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37876,2363,'wp_user_level','0'),(37877,2363,'_wpsc_last_active','1400608378'),(37878,2363,'_wpsc_shipping_country',''),(37879,2363,'_wpsc_billing_country',''),(37880,2363,'_wpsc_shipping_region',''),(37881,2363,'_wpsc_billing_region',''),(37882,2364,'first_name',''),(37883,2364,'last_name',''),(37884,2364,'nickname','_tDk6IEAq'),(37885,2364,'description',''),(37886,2364,'rich_editing','true'),(37887,2364,'comment_shortcuts','false'),(37888,2364,'admin_color','fresh'),(37889,2364,'use_ssl','0'),(37890,2364,'show_admin_bar_front','true'),(37891,2364,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37892,2364,'wp_user_level','0'),(37893,2364,'_wpsc_last_active','1400608387'),(37894,2364,'_wpsc_shipping_country',''),(37895,2364,'_wpsc_billing_country',''),(37896,2364,'_wpsc_shipping_region',''),(37897,2364,'_wpsc_billing_region',''),(37898,2365,'first_name',''),(37899,2365,'last_name',''),(37900,2365,'nickname','_DuEEP6Sg'),(37901,2365,'description',''),(37902,2365,'rich_editing','true'),(37903,2365,'comment_shortcuts','false'),(37904,2365,'admin_color','fresh'),(37905,2365,'use_ssl','0'),(37906,2365,'show_admin_bar_front','true'),(37907,2365,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37908,2365,'wp_user_level','0'),(37909,2365,'_wpsc_last_active','1400608388'),(37910,2365,'_wpsc_shipping_country',''),(37911,2365,'_wpsc_billing_country',''),(37912,2365,'_wpsc_shipping_region',''),(37913,2365,'_wpsc_billing_region',''),(37914,2366,'first_name',''),(37915,2366,'last_name',''),(37916,2366,'nickname','_GrF10olR'),(37917,2366,'description',''),(37918,2366,'rich_editing','true'),(37919,2366,'comment_shortcuts','false'),(37920,2366,'admin_color','fresh'),(37921,2366,'use_ssl','0'),(37922,2366,'show_admin_bar_front','true'),(37923,2366,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37924,2366,'wp_user_level','0'),(37925,2366,'_wpsc_last_active','1400608391'),(37926,2366,'_wpsc_shipping_country',''),(37927,2366,'_wpsc_billing_country',''),(37928,2366,'_wpsc_shipping_region',''),(37929,2366,'_wpsc_billing_region',''),(37930,2367,'first_name',''),(37931,2367,'last_name',''),(37932,2367,'nickname','_OWheY81L'),(37933,2367,'description',''),(37934,2367,'rich_editing','true'),(37935,2367,'comment_shortcuts','false'),(37936,2367,'admin_color','fresh'),(37937,2367,'use_ssl','0'),(37938,2367,'show_admin_bar_front','true'),(37939,2367,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37940,2367,'wp_user_level','0'),(37941,2367,'_wpsc_last_active','1400608394'),(37942,2367,'_wpsc_shipping_country',''),(37943,2367,'_wpsc_billing_country',''),(37944,2367,'_wpsc_shipping_region',''),(37945,2367,'_wpsc_billing_region',''),(37946,2368,'first_name',''),(37947,2368,'last_name',''),(37948,2368,'nickname','_yyXsDAsE'),(37949,2368,'description',''),(37950,2368,'rich_editing','true'),(37951,2368,'comment_shortcuts','false'),(37952,2368,'admin_color','fresh'),(37953,2368,'use_ssl','0'),(37954,2368,'show_admin_bar_front','true'),(37955,2368,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37956,2368,'wp_user_level','0'),(37957,2368,'_wpsc_last_active','1400608402'),(37958,2368,'_wpsc_shipping_country',''),(37959,2368,'_wpsc_billing_country',''),(37960,2368,'_wpsc_shipping_region',''),(37961,2368,'_wpsc_billing_region',''),(37962,2369,'first_name',''),(37963,2369,'last_name',''),(37964,2369,'nickname','_RH9tSjyv'),(37965,2369,'description',''),(37966,2369,'rich_editing','true'),(37967,2369,'comment_shortcuts','false'),(37968,2369,'admin_color','fresh'),(37969,2369,'use_ssl','0'),(37970,2369,'show_admin_bar_front','true'),(37971,2369,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37972,2369,'wp_user_level','0'),(37973,2369,'_wpsc_last_active','1400608414'),(37974,2369,'_wpsc_shipping_country',''),(37975,2369,'_wpsc_billing_country',''),(37976,2369,'_wpsc_shipping_region',''),(37977,2369,'_wpsc_billing_region',''),(37978,2370,'first_name',''),(37979,2370,'last_name',''),(37980,2370,'nickname','_ifNeuutD'),(37981,2370,'description',''),(37982,2370,'rich_editing','true'),(37983,2370,'comment_shortcuts','false'),(37984,2370,'admin_color','fresh'),(37985,2370,'use_ssl','0'),(37986,2370,'show_admin_bar_front','true'),(37987,2370,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(37988,2370,'wp_user_level','0'),(37989,2370,'_wpsc_last_active','1400608415'),(37990,2370,'_wpsc_shipping_country',''),(37991,2370,'_wpsc_billing_country',''),(37992,2370,'_wpsc_shipping_region',''),(37993,2370,'_wpsc_billing_region',''),(37994,2371,'first_name',''),(37995,2371,'last_name',''),(37996,2371,'nickname','_9ETbwapW'),(37997,2371,'description',''),(37998,2371,'rich_editing','true'),(37999,2371,'comment_shortcuts','false'),(38000,2371,'admin_color','fresh'),(38001,2371,'use_ssl','0'),(38002,2371,'show_admin_bar_front','true'),(38003,2371,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38004,2371,'wp_user_level','0'),(38005,2371,'_wpsc_last_active','1400608417'),(38006,2371,'_wpsc_shipping_country',''),(38007,2371,'_wpsc_billing_country',''),(38008,2371,'_wpsc_shipping_region',''),(38009,2371,'_wpsc_billing_region',''),(38010,2372,'first_name',''),(38011,2372,'last_name',''),(38012,2372,'nickname','_DsdKYb87'),(38013,2372,'description',''),(38014,2372,'rich_editing','true'),(38015,2372,'comment_shortcuts','false'),(38016,2372,'admin_color','fresh'),(38017,2372,'use_ssl','0'),(38018,2372,'show_admin_bar_front','true'),(38019,2372,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38020,2372,'wp_user_level','0'),(38021,2372,'_wpsc_last_active','1400608418'),(38022,2372,'_wpsc_shipping_country',''),(38023,2372,'_wpsc_billing_country',''),(38024,2372,'_wpsc_shipping_region',''),(38025,2372,'_wpsc_billing_region',''),(38026,2373,'first_name',''),(38027,2373,'last_name',''),(38028,2373,'nickname','_EDs2z6uB'),(38029,2373,'description',''),(38030,2373,'rich_editing','true'),(38031,2373,'comment_shortcuts','false'),(38032,2373,'admin_color','fresh'),(38033,2373,'use_ssl','0'),(38034,2373,'show_admin_bar_front','true'),(38035,2373,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38036,2373,'wp_user_level','0'),(38037,2373,'_wpsc_last_active','1400608422'),(38038,2373,'_wpsc_shipping_country',''),(38039,2373,'_wpsc_billing_country',''),(38040,2373,'_wpsc_shipping_region',''),(38041,2373,'_wpsc_billing_region',''),(38042,2374,'first_name',''),(38043,2374,'last_name',''),(38044,2374,'nickname','_U4opmBay'),(38045,2374,'description',''),(38046,2374,'rich_editing','true'),(38047,2374,'comment_shortcuts','false'),(38048,2374,'admin_color','fresh'),(38049,2374,'use_ssl','0'),(38050,2374,'show_admin_bar_front','true'),(38051,2374,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38052,2374,'wp_user_level','0'),(38053,2374,'_wpsc_last_active','1400608439'),(38054,2374,'_wpsc_shipping_country',''),(38055,2374,'_wpsc_billing_country',''),(38056,2374,'_wpsc_shipping_region',''),(38057,2374,'_wpsc_billing_region',''),(38058,2375,'first_name',''),(38059,2375,'last_name',''),(38060,2375,'nickname','_aAjSGcQc'),(38061,2375,'description',''),(38062,2375,'rich_editing','true'),(38063,2375,'comment_shortcuts','false'),(38064,2375,'admin_color','fresh'),(38065,2375,'use_ssl','0'),(38066,2375,'show_admin_bar_front','true'),(38067,2375,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38068,2375,'wp_user_level','0'),(38069,2375,'_wpsc_last_active','1400608449'),(38070,2375,'_wpsc_shipping_country',''),(38071,2375,'_wpsc_billing_country',''),(38072,2375,'_wpsc_shipping_region',''),(38073,2375,'_wpsc_billing_region',''),(38074,2376,'first_name',''),(38075,2376,'last_name',''),(38076,2376,'nickname','_xn8vibKQ'),(38077,2376,'description',''),(38078,2376,'rich_editing','true'),(38079,2376,'comment_shortcuts','false'),(38080,2376,'admin_color','fresh'),(38081,2376,'use_ssl','0'),(38082,2376,'show_admin_bar_front','true'),(38083,2376,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38084,2376,'wp_user_level','0'),(38085,2376,'_wpsc_last_active','1400608450'),(38086,2376,'_wpsc_shipping_country',''),(38087,2376,'_wpsc_billing_country',''),(38088,2376,'_wpsc_shipping_region',''),(38089,2376,'_wpsc_billing_region',''),(38090,2377,'first_name',''),(38091,2377,'last_name',''),(38092,2377,'nickname','_BGxPrE9E'),(38093,2377,'description',''),(38094,2377,'rich_editing','true'),(38095,2377,'comment_shortcuts','false'),(38096,2377,'admin_color','fresh'),(38097,2377,'use_ssl','0'),(38098,2377,'show_admin_bar_front','true'),(38099,2377,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38100,2377,'wp_user_level','0'),(38101,2377,'_wpsc_last_active','1400608452'),(38102,2377,'_wpsc_shipping_country',''),(38103,2377,'_wpsc_billing_country',''),(38104,2377,'_wpsc_shipping_region',''),(38105,2377,'_wpsc_billing_region',''),(38106,2378,'first_name',''),(38107,2378,'last_name',''),(38108,2378,'nickname','_Zg6yy6hS'),(38109,2378,'description',''),(38110,2378,'rich_editing','true'),(38111,2378,'comment_shortcuts','false'),(38112,2378,'admin_color','fresh'),(38113,2378,'use_ssl','0'),(38114,2378,'show_admin_bar_front','true'),(38115,2378,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38116,2378,'wp_user_level','0'),(38117,2378,'_wpsc_last_active','1400608453'),(38118,2378,'_wpsc_shipping_country',''),(38119,2378,'_wpsc_billing_country',''),(38120,2378,'_wpsc_shipping_region',''),(38121,2378,'_wpsc_billing_region',''),(38122,2379,'first_name',''),(38123,2379,'last_name',''),(38124,2379,'nickname','_u9TNMJKQ'),(38125,2379,'description',''),(38126,2379,'rich_editing','true'),(38127,2379,'comment_shortcuts','false'),(38128,2379,'admin_color','fresh'),(38129,2379,'use_ssl','0'),(38130,2379,'show_admin_bar_front','true'),(38131,2379,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38132,2379,'wp_user_level','0'),(38133,2379,'_wpsc_last_active','1400608456'),(38134,2379,'_wpsc_shipping_country',''),(38135,2379,'_wpsc_billing_country',''),(38136,2379,'_wpsc_shipping_region',''),(38137,2379,'_wpsc_billing_region',''),(38138,2380,'first_name',''),(38139,2380,'last_name',''),(38140,2380,'nickname','_HYrv8Tjp'),(38141,2380,'description',''),(38142,2380,'rich_editing','true'),(38143,2380,'comment_shortcuts','false'),(38144,2380,'admin_color','fresh'),(38145,2380,'use_ssl','0'),(38146,2380,'show_admin_bar_front','true'),(38147,2380,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38148,2380,'wp_user_level','0'),(38149,2380,'_wpsc_last_active','1400608462'),(38150,2380,'_wpsc_shipping_country',''),(38151,2380,'_wpsc_billing_country',''),(38152,2380,'_wpsc_shipping_region',''),(38153,2380,'_wpsc_billing_region',''),(38154,1,'closedpostboxes_page','a:0:{}'),(38155,1,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(38156,2381,'first_name',''),(38157,2381,'last_name',''),(38158,2381,'nickname','_U2843BJa'),(38159,2381,'description',''),(38160,2381,'rich_editing','true'),(38161,2381,'comment_shortcuts','false'),(38162,2381,'admin_color','fresh'),(38163,2381,'use_ssl','0'),(38164,2381,'show_admin_bar_front','true'),(38165,2381,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38166,2381,'wp_user_level','0'),(38167,2381,'_wpsc_last_active','1400608466'),(38168,2381,'_wpsc_shipping_country',''),(38169,2381,'_wpsc_billing_country',''),(38170,2381,'_wpsc_shipping_region',''),(38171,2381,'_wpsc_billing_region',''),(38172,2382,'first_name',''),(38173,2382,'last_name',''),(38174,2382,'nickname','_mm2FQcdL'),(38175,2382,'description',''),(38176,2382,'rich_editing','true'),(38177,2382,'comment_shortcuts','false'),(38178,2382,'admin_color','fresh'),(38179,2382,'use_ssl','0'),(38180,2382,'show_admin_bar_front','true'),(38181,2382,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38182,2382,'wp_user_level','0'),(38183,2382,'_wpsc_last_active','1400608467'),(38184,2382,'_wpsc_shipping_country',''),(38185,2382,'_wpsc_billing_country',''),(38186,2382,'_wpsc_shipping_region',''),(38187,2382,'_wpsc_billing_region',''),(38188,2383,'first_name',''),(38189,2383,'last_name',''),(38190,2383,'nickname','_PEKTGNP5'),(38191,2383,'description',''),(38192,2383,'rich_editing','true'),(38193,2383,'comment_shortcuts','false'),(38194,2383,'admin_color','fresh'),(38195,2383,'use_ssl','0'),(38196,2383,'show_admin_bar_front','true'),(38197,2383,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38198,2383,'wp_user_level','0'),(38199,2383,'_wpsc_last_active','1400608468'),(38200,2383,'_wpsc_shipping_country',''),(38201,2383,'_wpsc_billing_country',''),(38202,2383,'_wpsc_shipping_region',''),(38203,2383,'_wpsc_billing_region',''),(38204,2384,'first_name',''),(38205,2384,'last_name',''),(38206,2384,'nickname','_qhxvx8nh'),(38207,2384,'description',''),(38208,2384,'rich_editing','true'),(38209,2384,'comment_shortcuts','false'),(38210,2384,'admin_color','fresh'),(38211,2384,'use_ssl','0'),(38212,2384,'show_admin_bar_front','true'),(38213,2384,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38214,2384,'wp_user_level','0'),(38215,2384,'_wpsc_last_active','1400608469'),(38216,2384,'_wpsc_shipping_country',''),(38217,2384,'_wpsc_billing_country',''),(38218,2384,'_wpsc_shipping_region',''),(38219,2384,'_wpsc_billing_region',''),(38220,2385,'first_name',''),(38221,2385,'last_name',''),(38222,2385,'nickname','_dXBJ87Bf'),(38223,2385,'description',''),(38224,2385,'rich_editing','true'),(38225,2385,'comment_shortcuts','false'),(38226,2385,'admin_color','fresh'),(38227,2385,'use_ssl','0'),(38228,2385,'show_admin_bar_front','true'),(38229,2385,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38230,2385,'wp_user_level','0'),(38231,2385,'_wpsc_last_active','1400608470'),(38232,2385,'_wpsc_shipping_country',''),(38233,2385,'_wpsc_billing_country',''),(38234,2385,'_wpsc_shipping_region',''),(38235,2385,'_wpsc_billing_region',''),(38236,2386,'first_name',''),(38237,2386,'last_name',''),(38238,2386,'nickname','_aMFayE1j'),(38239,2386,'description',''),(38240,2386,'rich_editing','true'),(38241,2386,'comment_shortcuts','false'),(38242,2386,'admin_color','fresh'),(38243,2386,'use_ssl','0'),(38244,2386,'show_admin_bar_front','true'),(38245,2386,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38246,2386,'wp_user_level','0'),(38247,2386,'_wpsc_last_active','1400608471'),(38248,2386,'_wpsc_shipping_country',''),(38249,2386,'_wpsc_billing_country',''),(38250,2386,'_wpsc_shipping_region',''),(38251,2386,'_wpsc_billing_region',''),(38252,2387,'first_name',''),(38253,2387,'last_name',''),(38254,2387,'nickname','_ph9hhXZk'),(38255,2387,'description',''),(38256,2387,'rich_editing','true'),(38257,2387,'comment_shortcuts','false'),(38258,2387,'admin_color','fresh'),(38259,2387,'use_ssl','0'),(38260,2387,'show_admin_bar_front','true'),(38261,2387,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38262,2387,'wp_user_level','0'),(38263,2387,'_wpsc_last_active','1400612896'),(38264,2387,'_wpsc_shipping_country',''),(38265,2387,'_wpsc_billing_country',''),(38266,2387,'_wpsc_shipping_region',''),(38267,2387,'_wpsc_billing_region',''),(38268,2388,'first_name',''),(38269,2388,'last_name',''),(38270,2388,'nickname','_0tXSv0et'),(38271,2388,'description',''),(38272,2388,'rich_editing','true'),(38273,2388,'comment_shortcuts','false'),(38274,2388,'admin_color','fresh'),(38275,2388,'use_ssl','0'),(38276,2388,'show_admin_bar_front','true'),(38277,2388,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38278,2388,'wp_user_level','0'),(38279,2388,'_wpsc_last_active','1400612896'),(38280,2388,'_wpsc_shipping_country',''),(38281,2388,'_wpsc_billing_country',''),(38282,2388,'_wpsc_shipping_region',''),(38283,2388,'_wpsc_billing_region',''),(38284,2387,'_wpsc_cart','Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtiOjA7czoxNjoic2VsZWN0ZWRfY291bnRyeSI7YjowO3M6MTU6ImRlbGl2ZXJ5X3JlZ2lvbiI7YjowO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7YjowO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX21ldGhvZCI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19vcHRpb24iO047czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfYW1vdW50IjtOO3M6NjoiY291cG9uIjtOO3M6MTQ6InRheF9wZXJjZW50YWdlIjtOO3M6OToidW5pcXVlX2lkIjtzOjQwOiIzMWFiYjFkZGNkOWUwNWIwMTgzZWI4NDUxODU0NTllZWVkNGQ2NGNhIjtzOjY6ImVycm9ycyI7YTowOnt9czo5OiJ0b3RhbF90YXgiO047czoxMzoiYmFzZV9zaGlwcGluZyI7TjtzOjE5OiJ0b3RhbF9pdGVtX3NoaXBwaW5nIjtOO3M6MTQ6InRvdGFsX3NoaXBwaW5nIjtOO3M6ODoic3VidG90YWwiO047czoxMToidG90YWxfcHJpY2UiO047czoxMzoidXNlc19zaGlwcGluZyI7TjtzOjEzOiJpc19pbmNvbXBsZXRlIjtiOjE7czoxMDoiY2FydF9pdGVtcyI7YTowOnt9czo5OiJjYXJ0X2l0ZW0iO047czoxNToiY2FydF9pdGVtX2NvdW50IjtpOjA7czoxNzoiY3VycmVudF9jYXJ0X2l0ZW0iO2k6LTE7czoxMToiaW5fdGhlX2xvb3AiO2I6MDtzOjE2OiJzaGlwcGluZ19tZXRob2RzIjtiOjA7czoxNToic2hpcHBpbmdfbWV0aG9kIjtOO3M6MjE6InNoaXBwaW5nX21ldGhvZF9jb3VudCI7aToxO3M6MjM6ImN1cnJlbnRfc2hpcHBpbmdfbWV0aG9kIjtpOi0xO3M6MTg6ImluX3RoZV9tZXRob2RfbG9vcCI7YjowO3M6MTU6InNoaXBwaW5nX3F1b3RlcyI7YTowOnt9czoxNDoic2hpcHBpbmdfcXVvdGUiO047czoyMDoic2hpcHBpbmdfcXVvdGVfY291bnQiO2k6MDtzOjIyOiJjdXJyZW50X3NoaXBwaW5nX3F1b3RlIjtpOi0xO3M6MTc6ImluX3RoZV9xdW90ZV9sb29wIjtiOjA7czoxMjoiY291cG9uc19uYW1lIjtzOjA6IiI7czoxNDoiY291cG9uc19hbW91bnQiO2k6MDtzOjE1OiJzaGlwcGluZ19vcHRpb24iO047fQ=='),(38285,2389,'first_name',''),(38286,2389,'last_name',''),(38287,2389,'nickname','_RMCyG33v'),(38288,2389,'description',''),(38289,2389,'rich_editing','true'),(38290,2389,'comment_shortcuts','false'),(38291,2389,'admin_color','fresh'),(38292,2389,'use_ssl','0'),(38293,2389,'show_admin_bar_front','true'),(38294,2389,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38295,2389,'wp_user_level','0'),(38296,2389,'_wpsc_last_active','1400612897'),(38297,2389,'_wpsc_shipping_country',''),(38298,2389,'_wpsc_billing_country',''),(38299,2389,'_wpsc_shipping_region',''),(38300,2389,'_wpsc_billing_region',''),(38301,2390,'first_name',''),(38302,2390,'last_name',''),(38303,2390,'nickname','_dD98VNzh'),(38304,2390,'description',''),(38305,2390,'rich_editing','true'),(38306,2390,'comment_shortcuts','false'),(38307,2390,'admin_color','fresh'),(38308,2390,'use_ssl','0'),(38309,2390,'show_admin_bar_front','true'),(38310,2390,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38311,2390,'wp_user_level','0'),(38312,2390,'_wpsc_last_active','1400612897'),(38313,2390,'_wpsc_shipping_country',''),(38314,2390,'_wpsc_billing_country',''),(38315,2390,'_wpsc_shipping_region',''),(38316,2390,'_wpsc_billing_region',''),(38317,2390,'_wpsc_cart','Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtiOjA7czoxNjoic2VsZWN0ZWRfY291bnRyeSI7YjowO3M6MTU6ImRlbGl2ZXJ5X3JlZ2lvbiI7YjowO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7YjowO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX21ldGhvZCI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19vcHRpb24iO047czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfYW1vdW50IjtOO3M6NjoiY291cG9uIjtOO3M6MTQ6InRheF9wZXJjZW50YWdlIjtOO3M6OToidW5pcXVlX2lkIjtzOjQwOiJiMWUzNzk2MTZkYWI0MzRjYmI4NWVmZjRkMmFmMWE3OWIzY2Y0NGU5IjtzOjY6ImVycm9ycyI7YTowOnt9czo5OiJ0b3RhbF90YXgiO047czoxMzoiYmFzZV9zaGlwcGluZyI7TjtzOjE5OiJ0b3RhbF9pdGVtX3NoaXBwaW5nIjtOO3M6MTQ6InRvdGFsX3NoaXBwaW5nIjtOO3M6ODoic3VidG90YWwiO047czoxMToidG90YWxfcHJpY2UiO047czoxMzoidXNlc19zaGlwcGluZyI7TjtzOjEzOiJpc19pbmNvbXBsZXRlIjtiOjE7czoxMDoiY2FydF9pdGVtcyI7YTowOnt9czo5OiJjYXJ0X2l0ZW0iO047czoxNToiY2FydF9pdGVtX2NvdW50IjtpOjA7czoxNzoiY3VycmVudF9jYXJ0X2l0ZW0iO2k6LTE7czoxMToiaW5fdGhlX2xvb3AiO2I6MDtzOjE2OiJzaGlwcGluZ19tZXRob2RzIjtiOjA7czoxNToic2hpcHBpbmdfbWV0aG9kIjtOO3M6MjE6InNoaXBwaW5nX21ldGhvZF9jb3VudCI7aToxO3M6MjM6ImN1cnJlbnRfc2hpcHBpbmdfbWV0aG9kIjtpOi0xO3M6MTg6ImluX3RoZV9tZXRob2RfbG9vcCI7YjowO3M6MTU6InNoaXBwaW5nX3F1b3RlcyI7YTowOnt9czoxNDoic2hpcHBpbmdfcXVvdGUiO047czoyMDoic2hpcHBpbmdfcXVvdGVfY291bnQiO2k6MDtzOjIyOiJjdXJyZW50X3NoaXBwaW5nX3F1b3RlIjtpOi0xO3M6MTc6ImluX3RoZV9xdW90ZV9sb29wIjtiOjA7czoxMjoiY291cG9uc19uYW1lIjtzOjA6IiI7czoxNDoiY291cG9uc19hbW91bnQiO2k6MDtzOjE1OiJzaGlwcGluZ19vcHRpb24iO047fQ=='),(38318,2391,'first_name',''),(38319,2391,'last_name',''),(38320,2391,'nickname','_ZxzGkqg8'),(38321,2391,'description',''),(38322,2391,'rich_editing','true'),(38323,2391,'comment_shortcuts','false'),(38324,2391,'admin_color','fresh'),(38325,2391,'use_ssl','0'),(38326,2391,'show_admin_bar_front','true'),(38327,2391,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38328,2391,'wp_user_level','0'),(38329,2391,'_wpsc_last_active','1400612898'),(38330,2391,'_wpsc_shipping_country',''),(38331,2391,'_wpsc_billing_country',''),(38332,2391,'_wpsc_shipping_region',''),(38333,2391,'_wpsc_billing_region',''),(38334,2391,'_wpsc_cart','Tzo5OiJ3cHNjX2NhcnQiOjM3OntzOjE2OiJkZWxpdmVyeV9jb3VudHJ5IjtiOjA7czoxNjoic2VsZWN0ZWRfY291bnRyeSI7YjowO3M6MTU6ImRlbGl2ZXJ5X3JlZ2lvbiI7YjowO3M6MTU6InNlbGVjdGVkX3JlZ2lvbiI7YjowO3M6MjQ6InNlbGVjdGVkX3NoaXBwaW5nX21ldGhvZCI7TjtzOjI0OiJzZWxlY3RlZF9zaGlwcGluZ19vcHRpb24iO047czoyNDoic2VsZWN0ZWRfc2hpcHBpbmdfYW1vdW50IjtOO3M6NjoiY291cG9uIjtOO3M6MTQ6InRheF9wZXJjZW50YWdlIjtOO3M6OToidW5pcXVlX2lkIjtzOjQwOiI5ODViZjE0YTQ4YjUzZmJmOWUzZDA3NjgyZDY0OTdiNGZlYmMzODU5IjtzOjY6ImVycm9ycyI7YTowOnt9czo5OiJ0b3RhbF90YXgiO047czoxMzoiYmFzZV9zaGlwcGluZyI7TjtzOjE5OiJ0b3RhbF9pdGVtX3NoaXBwaW5nIjtOO3M6MTQ6InRvdGFsX3NoaXBwaW5nIjtOO3M6ODoic3VidG90YWwiO047czoxMToidG90YWxfcHJpY2UiO047czoxMzoidXNlc19zaGlwcGluZyI7TjtzOjEzOiJpc19pbmNvbXBsZXRlIjtiOjE7czoxMDoiY2FydF9pdGVtcyI7YTowOnt9czo5OiJjYXJ0X2l0ZW0iO047czoxNToiY2FydF9pdGVtX2NvdW50IjtpOjA7czoxNzoiY3VycmVudF9jYXJ0X2l0ZW0iO2k6LTE7czoxMToiaW5fdGhlX2xvb3AiO2I6MDtzOjE2OiJzaGlwcGluZ19tZXRob2RzIjtiOjA7czoxNToic2hpcHBpbmdfbWV0aG9kIjtOO3M6MjE6InNoaXBwaW5nX21ldGhvZF9jb3VudCI7aToxO3M6MjM6ImN1cnJlbnRfc2hpcHBpbmdfbWV0aG9kIjtpOi0xO3M6MTg6ImluX3RoZV9tZXRob2RfbG9vcCI7YjowO3M6MTU6InNoaXBwaW5nX3F1b3RlcyI7YTowOnt9czoxNDoic2hpcHBpbmdfcXVvdGUiO047czoyMDoic2hpcHBpbmdfcXVvdGVfY291bnQiO2k6MDtzOjIyOiJjdXJyZW50X3NoaXBwaW5nX3F1b3RlIjtpOi0xO3M6MTc6ImluX3RoZV9xdW90ZV9sb29wIjtiOjA7czoxMjoiY291cG9uc19uYW1lIjtzOjA6IiI7czoxNDoiY291cG9uc19hbW91bnQiO2k6MDtzOjE1OiJzaGlwcGluZ19vcHRpb24iO047fQ=='),(38335,2392,'first_name',''),(38336,2392,'last_name',''),(38337,2392,'nickname','_9LXMMLc6'),(38338,2392,'description',''),(38339,2392,'rich_editing','true'),(38340,2392,'comment_shortcuts','false'),(38341,2392,'admin_color','fresh'),(38342,2392,'use_ssl','0'),(38343,2392,'show_admin_bar_front','true'),(38344,2392,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38345,2392,'wp_user_level','0'),(38346,2392,'_wpsc_last_active','1400612921'),(38347,2392,'_wpsc_shipping_country',''),(38348,2392,'_wpsc_billing_country',''),(38349,2392,'_wpsc_shipping_region',''),(38350,2392,'_wpsc_billing_region',''),(38351,2393,'first_name',''),(38352,2393,'last_name',''),(38353,2393,'nickname','_IUuA3i33'),(38354,2393,'description',''),(38355,2393,'rich_editing','true'),(38356,2393,'comment_shortcuts','false'),(38357,2393,'admin_color','fresh'),(38358,2393,'use_ssl','0'),(38359,2393,'show_admin_bar_front','true'),(38360,2393,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38361,2393,'wp_user_level','0'),(38362,2393,'_wpsc_last_active','1400612921'),(38363,2393,'_wpsc_shipping_country',''),(38364,2393,'_wpsc_billing_country',''),(38365,2393,'_wpsc_shipping_region',''),(38366,2393,'_wpsc_billing_region',''),(38367,2394,'first_name',''),(38368,2394,'last_name',''),(38369,2394,'nickname','_Bq3erZF7'),(38370,2394,'description',''),(38371,2394,'rich_editing','true'),(38372,2394,'comment_shortcuts','false'),(38373,2394,'admin_color','fresh'),(38374,2394,'use_ssl','0'),(38375,2394,'show_admin_bar_front','true'),(38376,2394,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38377,2394,'wp_user_level','0'),(38378,2394,'_wpsc_last_active','1400612923'),(38379,2394,'_wpsc_shipping_country',''),(38380,2394,'_wpsc_billing_country',''),(38381,2394,'_wpsc_shipping_region',''),(38382,2394,'_wpsc_billing_region',''),(38383,2395,'first_name',''),(38384,2395,'last_name',''),(38385,2395,'nickname','_oTO59sKM'),(38386,2395,'description',''),(38387,2395,'rich_editing','true'),(38388,2395,'comment_shortcuts','false'),(38389,2395,'admin_color','fresh'),(38390,2395,'use_ssl','0'),(38391,2395,'show_admin_bar_front','true'),(38392,2395,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38393,2395,'wp_user_level','0'),(38394,2395,'_wpsc_last_active','1400612923'),(38395,2395,'_wpsc_shipping_country',''),(38396,2395,'_wpsc_billing_country',''),(38397,2395,'_wpsc_shipping_region',''),(38398,2395,'_wpsc_billing_region',''),(38399,2396,'first_name',''),(38400,2396,'last_name',''),(38401,2396,'nickname','_pqOHQoLv'),(38402,2396,'description',''),(38403,2396,'rich_editing','true'),(38404,2396,'comment_shortcuts','false'),(38405,2396,'admin_color','fresh'),(38406,2396,'use_ssl','0'),(38407,2396,'show_admin_bar_front','true'),(38408,2396,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38409,2396,'wp_user_level','0'),(38410,2396,'_wpsc_last_active','1400613085'),(38411,2396,'_wpsc_shipping_country',''),(38412,2396,'_wpsc_billing_country',''),(38413,2396,'_wpsc_shipping_region',''),(38414,2396,'_wpsc_billing_region',''),(38415,2397,'first_name',''),(38416,2397,'last_name',''),(38417,2397,'nickname','_Jrpaffw1'),(38418,2397,'description',''),(38419,2397,'rich_editing','true'),(38420,2397,'comment_shortcuts','false'),(38421,2397,'admin_color','fresh'),(38422,2397,'use_ssl','0'),(38423,2397,'show_admin_bar_front','true'),(38424,2397,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38425,2397,'wp_user_level','0'),(38426,2397,'_wpsc_last_active','1400613113'),(38427,2397,'_wpsc_shipping_country',''),(38428,2397,'_wpsc_billing_country',''),(38429,2397,'_wpsc_shipping_region',''),(38430,2397,'_wpsc_billing_region',''),(38431,2398,'first_name',''),(38432,2398,'last_name',''),(38433,2398,'nickname','_Ta9WT5Mq'),(38434,2398,'description',''),(38435,2398,'rich_editing','true'),(38436,2398,'comment_shortcuts','false'),(38437,2398,'admin_color','fresh'),(38438,2398,'use_ssl','0'),(38439,2398,'show_admin_bar_front','true'),(38440,2398,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38441,2398,'wp_user_level','0'),(38442,2398,'_wpsc_last_active','1400613120'),(38443,2398,'_wpsc_shipping_country',''),(38444,2398,'_wpsc_billing_country',''),(38445,2398,'_wpsc_shipping_region',''),(38446,2398,'_wpsc_billing_region',''),(38447,2399,'first_name',''),(38448,2399,'last_name',''),(38449,2399,'nickname','_Pb5nazew'),(38450,2399,'description',''),(38451,2399,'rich_editing','true'),(38452,2399,'comment_shortcuts','false'),(38453,2399,'admin_color','fresh'),(38454,2399,'use_ssl','0'),(38455,2399,'show_admin_bar_front','true'),(38456,2399,'wp_capabilities','a:1:{s:14:\"wpsc_anonymous\";b:1;}'),(38457,2399,'wp_user_level','0'),(38458,2399,'_wpsc_last_active','1400613120'),(38459,2399,'_wpsc_shipping_country',''),(38460,2399,'_wpsc_billing_country',''),(38461,2399,'_wpsc_shipping_region',''),(38462,2399,'_wpsc_billing_region',''); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; 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=2400 DEFAULT CHARSET=utf8; 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,'ontarget','$P$BqQmH5mgji3mPijsPQHN5YOxEnW9nC0','ontarget','rick@ontargetwebsolutions.com','','2014-04-25 18:04:23','',0,'ontarget'),(2338,'_hCEveUd9','$P$BbrhRupiJmL07h08.hYUHKjDODzXkm.','_hceveud9','','','2014-05-20 17:49:54','',0,'_hCEveUd9'),(3,'_wpsc_bot','$P$B8o6eF7C6t8aQroaW4UNNvkEaAwUyL/','_wpsc_bot','','','2014-04-28 16:11:55','',0,'_wpsc_bot'),(2321,'_xGncZkce','$P$B8ES0zDYpg5JY/NpxuB6piD2DXbfVe1','_xgnczkce','','','2014-05-20 17:48:48','',0,'_xGncZkce'),(2322,'_JK0ph5wc','$P$BAmfKE8dPlOu0ZRXq/iocBSB9xoQvI1','_jk0ph5wc','','','2014-05-20 17:48:59','',0,'_JK0ph5wc'),(2323,'_khN9WM04','$P$BUr/371zbw6wG/TPFOSs10E1lymnwc.','_khn9wm04','','','2014-05-20 17:49:00','',0,'_khN9WM04'),(2324,'_lL3Nx7IK','$P$B7klLZAdHyc69ucNYVUux1MW6OJO8t/','_ll3nx7ik','','','2014-05-20 17:49:00','',0,'_lL3Nx7IK'),(2325,'_47NrwWpo','$P$BtIsgHBK2aLBViCIltaZIc.mcf.qZw1','_47nrwwpo','','','2014-05-20 17:49:01','',0,'_47NrwWpo'),(2326,'_hT2lp5kY','$P$BSu0bLPIaAQijD.X3TyVgKL2vpnh.x1','_ht2lp5ky','','','2014-05-20 17:49:07','',0,'_hT2lp5kY'),(2327,'_0v3wmVhS','$P$B8B55gSRfNKVh8jG2VXd0yKLmnMz9Q1','_0v3wmvhs','','','2014-05-20 17:49:15','',0,'_0v3wmVhS'),(2328,'_tJRqok8c','$P$BcgXSnK9t1JIFTY8vT7.okT3CDJF2i/','_tjrqok8c','','','2014-05-20 17:49:17','',0,'_tJRqok8c'),(2329,'_Ug3Vx3im','$P$Be3ttGvaTo5DuUPIgDfLY0kEyGYIXi/','_ug3vx3im','','','2014-05-20 17:49:18','',0,'_Ug3Vx3im'),(2330,'_092ZUN8y','$P$BNe4DknVNlJzrElqymkRD/xEeognlR.','_092zun8y','','','2014-05-20 17:49:27','',0,'_092ZUN8y'),(2331,'_uoImh2cb','$P$BWEpJ24GvG5EkrL5iuMpuodI63hLDh0','_uoimh2cb','','','2014-05-20 17:49:28','',0,'_uoImh2cb'),(2332,'_2wggSyU8','$P$BAnOWu4bWJ3u.mMgxFp198SwlMAhGh0','_2wggsyu8','','','2014-05-20 17:49:30','',0,'_2wggSyU8'),(2333,'_lGWnEMH1','$P$B3MqMWz1eo9aPe2QnNb6J.stretMVG.','_lgwnemh1','','','2014-05-20 17:49:45','',0,'_lGWnEMH1'),(2334,'_kYJe29UE','$P$BuXat6SpoxcfN5xxkbh3gJn89jvU.U/','_kyje29ue','','','2014-05-20 17:49:47','',0,'_kYJe29UE'),(2335,'_ShirVO3O','$P$BGXyKkX5ZnobHUZnIfDGKLS4tpPvwT.','_shirvo3o','','','2014-05-20 17:49:52','',0,'_ShirVO3O'),(2336,'_pRJ3h4f8','$P$BzLzZNbP7R9FQHUecpdi8qfNvio70W1','_prj3h4f8','','','2014-05-20 17:49:53','',0,'_pRJ3h4f8'),(2337,'_ZVxoAaao','$P$BZ5wIl.b6URdGyY7F8v5iI6Q0f2nkz0','_zvxoaaao','','','2014-05-20 17:49:53','',0,'_ZVxoAaao'),(1733,'_iyWNaxFw','$P$Bmk0padz4lYdbEl/IZF5OyfqqM6Jyk.','_iywnaxfw','','','2014-05-20 15:41:05','',0,'_iyWNaxFw'),(1734,'_i7KllSTI','$P$BxEiStgyilBug8YcDB6Jz7sTqzoZjY.','_i7kllsti','','','2014-05-20 15:41:20','',0,'_i7KllSTI'),(1735,'_EPWKNYNI','$P$Bymm8wtshO9DxoKq4pNxGOlHamcdxP1','_epwknyni','','','2014-05-20 15:41:32','',0,'_EPWKNYNI'),(1736,'_vpyy3e5S','$P$Bc3BQ7mu3mWpVvlsG9kH0O6WtIKNQ80','_vpyy3e5s','','','2014-05-20 15:41:33','',0,'_vpyy3e5S'),(1737,'_ICbb5xeZ','$P$B2LeeLOeGKfTOd61w0SrWURxgseev9.','_icbb5xez','','','2014-05-20 15:41:50','',0,'_ICbb5xeZ'),(1738,'_uoTxgZJT','$P$B4o8KTONOOV5uMyx3Eiv1nxh0KCgYS/','_uotxgzjt','','','2014-05-20 15:41:51','',0,'_uoTxgZJT'),(1739,'_kDfAM74L','$P$BZb1AOOcH.CcMU.i0OOAJR8ArJ4R9y/','_kdfam74l','','','2014-05-20 15:41:52','',0,'_kDfAM74L'),(1740,'_76NyxPdv','$P$Be2ZgsTBjdkRLz4BbRJC9WptLCl692/','_76nyxpdv','','','2014-05-20 15:41:55','',0,'_76NyxPdv'),(1741,'_XhhS3Xx4','$P$Bo5B7JFNH0hug1nkXYhAcHEcYPradC1','_xhhs3xx4','','','2014-05-20 15:42:08','',0,'_XhhS3Xx4'),(1742,'_WpfmHeyR','$P$Bc6xLxo5dLetKqEihGa740Ucev9Paz.','_wpfmheyr','','','2014-05-20 15:42:23','',0,'_WpfmHeyR'),(1743,'_RFGMB9sM','$P$BeWCMq4Dv6sb0C/dN42k56eJW2q.ro1','_rfgmb9sm','','','2014-05-20 15:42:38','',0,'_RFGMB9sM'),(1744,'_Z6VEdhOk','$P$Bgu260D68RREbe3.ys0EqvySbUaUMn1','_z6vedhok','','','2014-05-20 15:42:53','',0,'_Z6VEdhOk'),(1745,'_a6YENlxM','$P$Bbprtwu3DHqa5BpvssSUWC0TLuHZxF0','_a6yenlxm','','','2014-05-20 15:43:08','',0,'_a6YENlxM'),(1746,'_jq6DdbtP','$P$BmSsGi3cY.cvW6uSb7Yvhd4iBvJH4P/','_jq6ddbtp','','','2014-05-20 15:43:23','',0,'_jq6DdbtP'),(1747,'_hJpyu82W','$P$B3o6uh0saTjHKQkH12Vo0tNySipK7A/','_hjpyu82w','','','2014-05-20 15:43:38','',0,'_hJpyu82W'),(1748,'_mIJ17Wd9','$P$BfvkmlaVs.SN7VVDNHgLBiqiQia0iC1','_mij17wd9','','','2014-05-20 15:43:53','',0,'_mIJ17Wd9'),(1749,'_qtPsai0f','$P$BEWeYsdvg.F8OZCvQQprcAplJ4x62g0','_qtpsai0f','','','2014-05-20 15:44:08','',0,'_qtPsai0f'),(1750,'_wksaQ84K','$P$BnqKHzwn/qEDkju3iKVu0Ll3CRGae70','_wksaq84k','','','2014-05-20 15:44:23','',0,'_wksaQ84K'),(1751,'_VXwT3VUF','$P$B81BpkkIDGykGvKawvzk5sFR4BaX0l/','_vxwt3vuf','','','2014-05-20 15:44:38','',0,'_VXwT3VUF'),(1752,'_XkkkFeGT','$P$BzNx/355Tf1NJEwEVpXpxO.jodQ2io.','_xkkkfegt','','','2014-05-20 15:44:42','',0,'_XkkkFeGT'),(1753,'_uRQu21f4','$P$BSAfA/LCVIPVLUl486SgbvTN4iKezq/','_urqu21f4','','','2014-05-20 15:44:53','',0,'_uRQu21f4'),(1754,'_PUbR1Vw2','$P$B.dlvovcu4nTwZlmJ0wsPJnUmd.ISQ/','_pubr1vw2','','','2014-05-20 15:45:02','',0,'_PUbR1Vw2'),(1755,'_ZrX3mn1i','$P$Bx2DZrcORcYwmGkxkR6Onf2TttASPM1','_zrx3mn1i','','','2014-05-20 15:45:08','',0,'_ZrX3mn1i'),(1756,'_LmQM1XXd','$P$B0vY/rM6U56qGZqQCpXOxqwef2hwHs.','_lmqm1xxd','','','2014-05-20 15:45:12','',0,'_LmQM1XXd'),(1757,'_esgO5DZm','$P$BQB7Uqtvyf5..puEv7T9wSacMK27sD/','_esgo5dzm','','','2014-05-20 15:45:12','',0,'_esgO5DZm'),(1758,'_En4tY8tU','$P$BPEARN/5zUbyIjY1Qb81VpHrCGi7Zg/','_en4ty8tu','','','2014-05-20 15:46:23','',0,'_En4tY8tU'),(1759,'_zXim9Apu','$P$BasvaVRBor.mOnXCCfw9CFjDlO9VJR/','_zxim9apu','','','2014-05-20 15:46:24','',0,'_zXim9Apu'),(1760,'_ixUEKh7B','$P$Bf.IwwAPVZxyBjp7DXhDx8d6DjO6At0','_ixuekh7b','','','2014-05-20 15:46:26','',0,'_ixUEKh7B'),(1761,'_Z5Rtd7wi','$P$B9dM4pRnpW.JF.n49ZhBuLx8EcP1Vf0','_z5rtd7wi','','','2014-05-20 15:46:41','',0,'_Z5Rtd7wi'),(1762,'_48ZYDFeP','$P$BT0eG.scwVB2AP6BDqr4agmTkU.d9o.','_48zydfep','','','2014-05-20 15:46:42','',0,'_48ZYDFeP'),(1763,'_XmyLrUsB','$P$BekCIaEmeE11VNyuiz6ZQ2NriawtoN/','_xmylrusb','','','2014-05-20 15:46:43','',0,'_XmyLrUsB'),(1764,'_9IJlKf9W','$P$BuxqaMXc18FKPHWtfI69CZqXTfMGpA1','_9ijlkf9w','','','2014-05-20 15:46:56','',0,'_9IJlKf9W'),(1765,'_oy1rz3DG','$P$Buj9OgtZ/AMyAMPjkr9SIMmIvLGHuw/','_oy1rz3dg','','','2014-05-20 15:48:02','',0,'_oy1rz3DG'),(1766,'_lFRgkWd4','$P$BUSJBdATwkF3C.xd/InThHFrWCQhI61','_lfrgkwd4','','','2014-05-20 15:48:17','',0,'_lFRgkWd4'),(1767,'_ZtXJkwP4','$P$BrklNhZOIzfIhuyENoUGAYq.qYQvf61','_ztxjkwp4','','','2014-05-20 15:49:22','',0,'_ZtXJkwP4'),(1768,'_bpFkMRlL','$P$B3VEqfRrtcFAA76dwaLofzJ1ZqOZfz/','_bpfkmrll','','','2014-05-20 15:49:30','',0,'_bpFkMRlL'),(1769,'_qnVa0BSb','$P$BNPgq32ATyQ3tuwx9j5aUpJzaPsP/J/','_qnva0bsb','','','2014-05-20 15:49:31','',0,'_qnVa0BSb'),(1770,'_s2f3cQVz','$P$Bd5PHpG.WEWh9sOnvN2zmOfm8jmPEB1','_s2f3cqvz','','','2014-05-20 15:49:46','',0,'_s2f3cQVz'),(1771,'_gwpTvSpA','$P$Blu6g7q4wf1UJZhTRetwwPrE/eo0MZ/','_gwptvspa','','','2014-05-20 15:49:47','',0,'_gwpTvSpA'),(1772,'_5oVsMCNZ','$P$B9MPoAU7uSJ4Y2I1ofq8BSuX7XSxVn0','_5ovsmcnz','','','2014-05-20 15:49:48','',0,'_5oVsMCNZ'),(1773,'_u2Kuz6xl','$P$BfEbRwe04o9BLtz2xc1HcQKrgqYcB6.','_u2kuz6xl','','','2014-05-20 15:50:49','',0,'_u2Kuz6xl'),(1774,'_w2ZPebhc','$P$BeQ392PBJjU7R.M7UpdCxgdbdnbHBU0','_w2zpebhc','','','2014-05-20 15:50:58','',0,'_w2ZPebhc'),(1775,'_tBUzPnSU','$P$BMlsJT9Oi7FyI84MgJVqdAdlteoi3r.','_tbuzpnsu','','','2014-05-20 15:50:59','',0,'_tBUzPnSU'),(1776,'_Wo8QYK9o','$P$BPq2DDP2LsdDLDWdC4XA2Pv/SAB8Ax/','_wo8qyk9o','','','2014-05-20 15:51:15','',0,'_Wo8QYK9o'),(1777,'_nSpOJMVR','$P$Bml013f3B01HvX6IecckiU.I6WVed5.','_nspojmvr','','','2014-05-20 15:51:30','',0,'_nSpOJMVR'),(1778,'_dvUtoMFq','$P$B5GdqMRJ152XZvw9FJP4UGJ/V97kjs/','_dvutomfq','','','2014-05-20 15:51:45','',0,'_dvUtoMFq'),(1779,'_wIJRIE0d','$P$B9yca.xJK0RNE02yW4owloRUlSj.cM0','_wijrie0d','','','2014-05-20 15:52:00','',0,'_wIJRIE0d'),(1780,'_xZXXWr9b','$P$BMheJ5IG5HZJntJgrmapLmM4Hj2vId0','_xzxxwr9b','','','2014-05-20 15:52:09','',0,'_xZXXWr9b'),(1781,'_mHsJHOWV','$P$BQheHi1sPkzmaRVbxsLZxbmnWp1DD./','_mhsjhowv','','','2014-05-20 15:52:10','',0,'_mHsJHOWV'),(1782,'_sJkwqM5J','$P$BE6V.S52/lhZ2WXZA61BJS5x8pObk..','_sjkwqm5j','','','2014-05-20 15:52:26','',0,'_sJkwqM5J'),(1783,'_SjfGMpQh','$P$BvYUGb4hIyT/dheawNrZfYcbmONM/H/','_sjfgmpqh','','','2014-05-20 15:52:34','',0,'_SjfGMpQh'),(1784,'_drTRTtH5','$P$BeHjh8Oes35apZDc4il1FG9isrDNZc.','_drtrtth5','','','2014-05-20 15:52:35','',0,'_drTRTtH5'),(1785,'_MNW4AGF6','$P$B0imM9BqngXIVpX8iDIifFvb72iKzt0','_mnw4agf6','','','2014-05-20 15:52:37','',0,'_MNW4AGF6'),(1786,'_HWKXtP9V','$P$BbVVIO4xWwUx9NTi0x8iLsa1fqCfIP1','_hwkxtp9v','','','2014-05-20 15:52:52','',0,'_HWKXtP9V'),(1787,'_pYyrBhfC','$P$BdbqDu2JwpP01.ziDRWxpdj8f5gbz2/','_pyyrbhfc','','','2014-05-20 15:53:07','',0,'_pYyrBhfC'),(1788,'_2qpxU19F','$P$Bngdf/HqsMv225gkONK3XEzx170YUl0','_2qpxu19f','','','2014-05-20 15:53:22','',0,'_2qpxU19F'),(1789,'_1MJ0rJd9','$P$B7xOOQHHkTYvjYwj7S.5OnUroUs2YN0','_1mj0rjd9','','','2014-05-20 15:53:26','',0,'_1MJ0rJd9'),(1790,'_NayFQLme','$P$BqzfQPxqGWoTzmTAx/YPQ3K.LiRJ4h.','_nayfqlme','','','2014-05-20 15:53:37','',0,'_NayFQLme'),(1791,'_QQPJUkT4','$P$B9QqMpJElreWwpYebA7FsMbc5/WTF51','_qqpjukt4','','','2014-05-20 15:53:52','',0,'_QQPJUkT4'),(1792,'_RJ8sMRlj','$P$B1rMlMaI03n35t3avoArt25SHQzwFX.','_rj8smrlj','','','2014-05-20 15:54:07','',0,'_RJ8sMRlj'),(1793,'_yBOiGUg8','$P$BmzeZkwhWCGRC8seTXYbKVWHpvNrJt1','_yboigug8','','','2014-05-20 15:54:11','',0,'_yBOiGUg8'),(1794,'_pT11LSU8','$P$B9agMqTQsvZ5rjI05cbkuN0AX2FljW1','_pt11lsu8','','','2014-05-20 15:54:22','',0,'_pT11LSU8'),(1795,'_k8X0Z2tJ','$P$BH0nrG7qhhOTGqhhZbwprCrbTSWdVw1','_k8x0z2tj','','','2014-05-20 15:54:23','',0,'_k8X0Z2tJ'),(1796,'_66eaiT4n','$P$BR/bTZvhpjoqtyweWmHZoTFCTCT41c.','_66eait4n','','','2014-05-20 15:54:37','',0,'_66eaiT4n'),(1797,'_iE4qJpbx','$P$Bnaa1vJRIC2b9UxMaMn09p6GKdODl6.','_ie4qjpbx','','','2014-05-20 15:54:47','',0,'_iE4qJpbx'),(1798,'_CuGExlAL','$P$BKu5BI2lnuW1RQmY6csF6V5NwtsBU80','_cugexlal','','','2014-05-20 15:54:48','',0,'_CuGExlAL'),(1799,'_ml6kdwWL','$P$Bu0errQSPgpP4vehbMwL8kDAjHsSgw/','_ml6kdwwl','','','2014-05-20 15:54:48','',0,'_ml6kdwWL'),(1800,'_Zssw2lln','$P$B5zL7MHe.duDsQylrgOUW/KmzwR3tC/','_zssw2lln','','','2014-05-20 15:54:49','',0,'_Zssw2lln'),(1801,'_cSk3trkc','$P$B9lJTkEdzd67vSMXHP4W0Sq.46LNuT0','_csk3trkc','','','2014-05-20 15:54:52','',0,'_cSk3trkc'),(1802,'_15IF5bpZ','$P$BZnVV1vFUBxfbj64u/KzC8yN8jipvI0','_15if5bpz','','','2014-05-20 15:54:59','',0,'_15IF5bpZ'),(1803,'_JhvPR7dp','$P$B5NMAV8bQClYDBOGAc1mDrKGGq9d5L/','_jhvpr7dp','','','2014-05-20 15:55:09','',0,'_JhvPR7dp'),(1804,'_rIHXRkll','$P$BIIsvlB.vaxXrbePooli.TwJVUQkGa/','_rihxrkll','','','2014-05-20 15:55:24','',0,'_rIHXRkll'),(1805,'_AruoKU17','$P$BnnqfwpDRrv0V0enP1O66ksJ.UQj0M.','_aruoku17','','','2014-05-20 15:55:33','',0,'_AruoKU17'),(1806,'_MObyIpIQ','$P$BrejFdP7HsHv6Vs2pinsH4CHF.sC5j/','_mobyipiq','','','2014-05-20 15:55:39','',0,'_MObyIpIQ'),(1807,'_aFr5Jbuo','$P$BGvLsfACmjGhrrF616CGArXG6esMBx1','_afr5jbuo','','','2014-05-20 15:55:41','',0,'_aFr5Jbuo'),(1808,'_IkF0cDgP','$P$BZl6Qvu0bsjSnCcYkDM2bhwMKv977u.','_ikf0cdgp','','','2014-05-20 15:55:53','',0,'_IkF0cDgP'),(1809,'_QxWfUddn','$P$BglWNR6HvBuo.xgWLMqAbypJBlfE6D0','_qxwfuddn','','','2014-05-20 15:55:54','',0,'_QxWfUddn'),(1810,'_VBb8v6Ju','$P$BnN8Mqds3NaUhgYgagfVlM44H/UsLN/','_vbb8v6ju','','','2014-05-20 15:55:54','',0,'_VBb8v6Ju'),(1811,'_UuYwH9BW','$P$BESkcr.xhvRNPZ0XVX81F8vN1ry.mj1','_uuywh9bw','','','2014-05-20 15:57:03','',0,'_UuYwH9BW'),(1812,'_VRU3gko2','$P$BfkHeoEjxac5rkxVkIci1mPOfMFFrQ1','_vru3gko2','','','2014-05-20 15:57:19','',0,'_VRU3gko2'),(1813,'_AIBcuxHC','$P$B8tUbgwpFxQ9IIqCdc4lGUJOMmRBNQ1','_aibcuxhc','','','2014-05-20 15:57:34','',0,'_AIBcuxHC'),(1814,'_krwP6MbQ','$P$BCMN.WX.YfbJBn5x6lnqVC8sYtK.eu1','_krwp6mbq','','','2014-05-20 15:57:39','',0,'_krwP6MbQ'),(1815,'_alMfoHzx','$P$B9u06sCzvw0c8RQUXlTl1gTaXDHBot/','_almfohzx','','','2014-05-20 15:57:48','',0,'_alMfoHzx'),(1816,'_fMfqQ7y7','$P$BFBLglRipjJj4xoRaRl9nLw/HglcVJ.','_fmfqq7y7','','','2014-05-20 15:57:49','',0,'_fMfqQ7y7'),(1817,'_bDFFLwPY','$P$Bq6BMjN2XSlAw5hTlmP2xXIwCXJC7k0','_bdfflwpy','','','2014-05-20 15:58:04','',0,'_bDFFLwPY'),(1818,'_aU0Rf2Mn','$P$BztXtBlXtt/Kbp4HxVqkxjci7WIIm8.','_au0rf2mn','','','2014-05-20 15:58:19','',0,'_aU0Rf2Mn'),(1819,'_MCZDqW06','$P$B/IsBzpmOQOzk4MvL1jxHfxHDVC/U1/','_mczdqw06','','','2014-05-20 15:58:22','',0,'_MCZDqW06'),(1820,'_DXPSMVCn','$P$BShO8d1C298lF.N0q8xuZAaDbzhlOf0','_dxpsmvcn','','','2014-05-20 15:58:24','',0,'_DXPSMVCn'),(1821,'_pdK3kFGK','$P$BqOIw5N3RRgue10H8z8kOOBC5Vlzky1','_pdk3kfgk','','','2014-05-20 15:58:27','',0,'_pdK3kFGK'),(1822,'_lSKI4SUV','$P$BsVHewSPZ1a61OJxfD29UGXYU5T7GB.','_lski4suv','','','2014-05-20 15:58:41','',0,'_lSKI4SUV'),(1823,'_36WgUi8K','$P$BhS.XrPd60bdxkzyq2NwNEC6hFkAcs1','_36wgui8k','','','2014-05-20 15:58:56','',0,'_36WgUi8K'),(1824,'_6oSv7Ilm','$P$BfmSvTYhd.9UBoprJF2B8wB7NJcKGz/','_6osv7ilm','','','2014-05-20 15:59:02','',0,'_6oSv7Ilm'),(1825,'_ayFJxzaC','$P$BSBMXyoF1QifuGo8sdvXjFOCfSmE5z.','_ayfjxzac','','','2014-05-20 15:59:02','',0,'_ayFJxzaC'),(1826,'_N98yldkz','$P$BqwTxb0qwmURMEJs7900A7E2jq3cpH/','_n98yldkz','','','2014-05-20 15:59:19','',0,'_N98yldkz'),(1827,'_L52uMUCY','$P$BgatRM.oEoxyzmNsv0ubCth3fLQlR31','_l52umucy','','','2014-05-20 15:59:29','',0,'_L52uMUCY'),(1828,'_QXa0YNYw','$P$BZtVIWPHsYshB1UKhCnA841oF.eU9r.','_qxa0ynyw','','','2014-05-20 15:59:30','',0,'_QXa0YNYw'),(1829,'_Y7tPXRm8','$P$BaiHrSdw8LPHj2Ql5Kml2dK9i2FwFF.','_y7tpxrm8','','','2014-05-20 15:59:32','',0,'_Y7tPXRm8'),(1830,'_UZ5xGxkR','$P$BFG0VwrwNtKNkjUXCo1bD.4dsAMzfA0','_uz5xgxkr','','','2014-05-20 15:59:47','',0,'_UZ5xGxkR'),(1831,'_rhPONS7W','$P$B5ugy/8I25FDy9S1oGYHpcPv0aHC7F0','_rhpons7w','','','2014-05-20 15:59:52','',0,'_rhPONS7W'),(1832,'_GcuWl0DX','$P$BBQpQTS/7G7Owc91tEsF6BwenQT2l/1','_gcuwl0dx','','','2014-05-20 15:59:52','',0,'_GcuWl0DX'),(1833,'_vrGQ96gL','$P$BGwOOl3YAAbpCsbUn9zeTotzkhGqX1.','_vrgq96gl','','','2014-05-20 15:59:54','',0,'_vrGQ96gL'),(1834,'_TsWDgdA9','$P$B8j303aFQzR6/eljUVb4.Td7iqc1se.','_tswdgda9','','','2014-05-20 16:00:09','',0,'_TsWDgdA9'),(1835,'_RsXzpBAs','$P$BUklrdCqumY2fLjHvq51WPe/F4nDwx1','_rsxzpbas','','','2014-05-20 16:00:22','',0,'_RsXzpBAs'),(1836,'_3RKPsHp4','$P$ByTFEVk0GvI6kdnoDPi0tbJYJL8/0t.','_3rkpshp4','','','2014-05-20 16:00:24','',0,'_3RKPsHp4'),(1837,'_xh22Gd7K','$P$BdJZsCJg1U.eBDQbSoR8KyM3Sh41z01','_xh22gd7k','','','2014-05-20 16:00:26','',0,'_xh22Gd7K'),(1838,'_IDEY9a7f','$P$Bm77zztJt80w5KJ133Ha1Dv/OlLD1j.','_idey9a7f','','','2014-05-20 16:00:40','',0,'_IDEY9a7f'),(1839,'_DOSJCu1B','$P$BSaWD8bZQwBsOLf8zo0PBiPTHh.kad0','_dosjcu1b','','','2014-05-20 16:00:43','',0,'_DOSJCu1B'),(1840,'_94RbUtrA','$P$BV/uFB5.tlhr/QA37eKDfC3QxT7oN81','_94rbutra','','','2014-05-20 16:00:44','',0,'_94RbUtrA'),(1841,'_y0LFmFeS','$P$BHhJbyKcZBrJKZKrnEkKLJy0UWz3c1.','_y0lfmfes','','','2014-05-20 16:00:46','',0,'_y0LFmFeS'),(1842,'_bGIQejB5','$P$BTvbex4t.SEerHypxSoljFX78qWbyY1','_bgiqejb5','','','2014-05-20 16:00:57','',0,'_bGIQejB5'),(1843,'_m8TDQJDf','$P$B8kflAhYXpHROI3xj4H6FL6ni73X3L.','_m8tdqjdf','','','2014-05-20 16:00:58','',0,'_m8TDQJDf'),(1844,'_NeZMgCzd','$P$B/8iAmoOG71j4RfaIiL/BAhe4mg/o/0','_nezmgczd','','','2014-05-20 16:00:59','',0,'_NeZMgCzd'),(1845,'_Y99gPeit','$P$B1U8FL.JCWwQBQvJxgIPw4TG3vPG7c.','_y99gpeit','','','2014-05-20 16:00:59','',0,'_Y99gPeit'),(1846,'_8XZHySrf','$P$BwRqn4r6PrRJ.QVP71VCXceg7bmsoX1','_8xzhysrf','','','2014-05-20 16:01:04','',0,'_8XZHySrf'),(1847,'_ujfDjo9q','$P$Brbs6u6BwaLV27Uv.siKuBipsNs/gA.','_ujfdjo9q','','','2014-05-20 16:01:15','',0,'_ujfDjo9q'),(1848,'_rD5hud0g','$P$BBZYISzHYrYkmwYLJ24f3KBOokxEIZ0','_rd5hud0g','','','2014-05-20 16:01:30','',0,'_rD5hud0g'),(1849,'_LgUHeN3l','$P$BU1K51CrWF6InVPNLnztZDF9hh4zcX0','_lguhen3l','','','2014-05-20 16:01:44','',0,'_LgUHeN3l'),(1850,'_oMpw2g8a','$P$ByU1S3fuu9yaNijWnaYk.CffJ13ljq1','_ompw2g8a','','','2014-05-20 16:01:45','',0,'_oMpw2g8a'),(1851,'_j4c0ZgZK','$P$B3fmXYcDcSk1VBTaN/HP3psOXHAGBr/','_j4c0zgzk','','','2014-05-20 16:01:55','',0,'_j4c0ZgZK'),(1852,'_6iRY56GW','$P$By3kImSc3E1bgCGkpBswcX5JArpaxB.','_6iry56gw','','','2014-05-20 16:02:00','',0,'_6iRY56GW'),(1853,'_a1Syncwc','$P$BBzytCTbCHvvoQ2AyWGviZX0keQjbU1','_a1syncwc','','','2014-05-20 16:02:15','',0,'_a1Syncwc'),(1854,'_4Y9U8DEw','$P$BVew7R2HbZfV1cE4YHd65QL2MP/ec8.','_4y9u8dew','','','2014-05-20 16:02:31','',0,'_4Y9U8DEw'),(1855,'_yAlbMKXJ','$P$Bla3/2hs4xemUmn0RvdIsCECHNuaY2.','_yalbmkxj','','','2014-05-20 16:02:46','',0,'_yAlbMKXJ'),(1856,'_PRBSfNCa','$P$Bj6uqIcQbPvDsn0FTjEhsSgAMr/k3D.','_prbsfnca','','','2014-05-20 16:03:01','',0,'_PRBSfNCa'),(1857,'_qKGPpaWs','$P$BK4DcpPZB5BStuB0FbW8kOjS8XNDGC.','_qkgppaws','','','2014-05-20 16:03:16','',0,'_qKGPpaWs'),(1858,'_PxjrFvfC','$P$BA4NYvkphP3zeq3uau/NkIbbgy/qYY0','_pxjrfvfc','','','2014-05-20 16:03:31','',0,'_PxjrFvfC'),(1859,'_I3aEMjqA','$P$Bq6pgZuib/zAQu84HF/LWGzpLT1uXe0','_i3aemjqa','','','2014-05-20 16:03:46','',0,'_I3aEMjqA'),(1860,'_Y3Kv1gIj','$P$BLwCNwUthl1YnBBUJNmCn5M9ziXpbs.','_y3kv1gij','','','2014-05-20 16:04:01','',0,'_Y3Kv1gIj'),(1861,'_FkMd2NO9','$P$BKA1uUwSwYWuVQVYwnI/V4dT4pxKQS/','_fkmd2no9','','','2014-05-20 16:04:10','',0,'_FkMd2NO9'),(1862,'_ApIBojwB','$P$Bogl1b/FGbzFknpa0JUSs7q6QlPL3C/','_apibojwb','','','2014-05-20 16:04:11','',0,'_ApIBojwB'),(1863,'_LhTXqXf4','$P$BxYt3VA6ND7hbSivekn6YIfan3NN3Q.','_lhtxqxf4','','','2014-05-20 16:04:28','',0,'_LhTXqXf4'),(1864,'_YzO6V9I0','$P$BLHojKsxzAj2zQqd/VwsRXWXt.mZDJ/','_yzo6v9i0','','','2014-05-20 16:04:43','',0,'_YzO6V9I0'),(1865,'_MqlKKD32','$P$B14B/AtYJQizU.oqvOXtrsd3v7.ltk1','_mqlkkd32','','','2014-05-20 16:04:52','',0,'_MqlKKD32'),(1866,'_fQcUgLQu','$P$Bo54UndqgwD8On0iKUqr.KG70lQlkj0','_fqcuglqu','','','2014-05-20 16:04:53','',0,'_fQcUgLQu'),(1867,'_vECmGpM7','$P$B0VKAEsr2x2cKRZZmHwFlzUZEJmnbF/','_vecmgpm7','','','2014-05-20 16:05:09','',0,'_vECmGpM7'),(1868,'_gpv9iQ4z','$P$BD3rDdXXcZHf/VzrMvh/PzZsL8fFUT.','_gpv9iq4z','','','2014-05-20 16:05:15','',0,'_gpv9iQ4z'),(1869,'_clCP6L89','$P$B4M9uEA2JUGohnycdC.nFfNay8ppvK.','_clcp6l89','','','2014-05-20 16:05:25','',0,'_clCP6L89'),(1870,'_1DBUWqsO','$P$BZ7PCYPlhFHCPPLe/B40UxZhfRmg3U1','_1dbuwqso','','','2014-05-20 16:05:45','',0,'_1DBUWqsO'),(1871,'_UKNy8Tx3','$P$BZb43Zb7hTkisFMSTi9Pj8WwBN1hym.','_ukny8tx3','','','2014-05-20 16:05:46','',0,'_UKNy8Tx3'),(1872,'_8RnTtEr3','$P$BSupiUtu/gE3WP1jb..czPytmcxEMz1','_8rntter3','','','2014-05-20 16:05:48','',0,'_8RnTtEr3'),(1873,'_P9JsXrjE','$P$BlGM6j9otniYxkGUS9YiOa8EiSy/9w1','_p9jsxrje','','','2014-05-20 16:06:03','',0,'_P9JsXrjE'),(1874,'_baeThCY5','$P$BMzXfB0jw7qT1UjMDGV9/eBfJW36k0.','_baethcy5','','','2014-05-20 16:06:25','',0,'_baeThCY5'),(1875,'_AdgzH9YH','$P$BRF4kLZZvI7mjHP.AhQ8ukFWRJQwy50','_adgzh9yh','','','2014-05-20 16:06:49','',0,'_AdgzH9YH'),(1876,'_7WZZTVP2','$P$BS43ALiW7j3KhMWvYW85aaWB3GnyeJ.','_7wzztvp2','','','2014-05-20 16:06:58','',0,'_7WZZTVP2'),(1877,'_NV5UAGQD','$P$BeZZX0IUHqnUjq92wLH0K11ocHuna01','_nv5uagqd','','','2014-05-20 16:06:59','',0,'_NV5UAGQD'),(1878,'_Ly5qyVGz','$P$BS9AwdnkSnhLiJ9axaVV4s8vPlutIW.','_ly5qyvgz','','','2014-05-20 16:07:01','',0,'_Ly5qyVGz'),(1879,'_hBtJUCBP','$P$Bsw65s1U2ZqzorEfteLL69DwA97zak1','_hbtjucbp','','','2014-05-20 16:07:15','',0,'_hBtJUCBP'),(1880,'_5clLUKe9','$P$Bu4rINeBqnqp1mRmx8tNHAdVUk9dmu1','_5clluke9','','','2014-05-20 16:07:19','',0,'_5clLUKe9'),(1881,'_4GDYYCxs','$P$BxgTFIlMlervb1Ep.imgfMQuuz7wpT0','_4gdyycxs','','','2014-05-20 16:07:28','',0,'_4GDYYCxs'),(1882,'_qOIQbhba','$P$BtFwr.xfYMlX9o3AHVvnqO.U3nzPNO0','_qoiqbhba','','','2014-05-20 16:07:29','',0,'_qOIQbhba'),(1883,'_RlQtL8EN','$P$BP87J5HysVqC8PyEC2Z1D8PV9fA0ed0','_rlqtl8en','','','2014-05-20 16:07:31','',0,'_RlQtL8EN'),(1884,'_4Js3CuLE','$P$BHrrdkIFCpOTDnUPm6lV.y2z4QQ6KF0','_4js3cule','','','2014-05-20 16:07:32','',0,'_4Js3CuLE'),(1885,'_9vyme0YH','$P$BRX5wGNDZdXo5LMNH7u1Wq/84oeyyI/','_9vyme0yh','','','2014-05-20 16:07:42','',0,'_9vyme0YH'),(1886,'_v55cfAGh','$P$BCu.7r08i4.Z60EW6WDtQwjbo70.nN0','_v55cfagh','','','2014-05-20 16:07:43','',0,'_v55cfAGh'),(1887,'_6DMBYERC','$P$BzwZmx4OLlDqvUslaBAGmJoyoAIQCJ/','_6dmbyerc','','','2014-05-20 16:07:45','',0,'_6DMBYERC'),(1888,'_aGtTES8Z','$P$B2I97bf4Ik7VmowfxTk.HJ9x/.sWj00','_agttes8z','','','2014-05-20 16:07:59','',0,'_aGtTES8Z'),(1889,'_bhbJwxc2','$P$Btl7C/.qffIcIoD0IqW493OGeyLH1w1','_bhbjwxc2','','','2014-05-20 16:08:01','',0,'_bhbJwxc2'),(1890,'_wGySaDN7','$P$BwszDFQ2ZF2xXoi7NsnN2IGx5zFjDo1','_wgysadn7','','','2014-05-20 16:08:14','',0,'_wGySaDN7'),(1891,'_FcBQfH3g','$P$BGrFehYZihVGjkzfjaDqmnFV3gVP2i.','_fcbqfh3g','','','2014-05-20 16:08:16','',0,'_FcBQfH3g'),(1892,'_s3cd6H1r','$P$Bk2kkxovAiLjFRFnNpg1Umsjvt1NAR1','_s3cd6h1r','','','2014-05-20 16:08:29','',0,'_s3cd6H1r'),(1893,'_4Zt1RhSO','$P$BrgnumWHKjiB1KeLG.vsSBQODlaSeZ1','_4zt1rhso','','','2014-05-20 16:08:31','',0,'_4Zt1RhSO'),(1894,'_3RvhVf07','$P$BH0kQHavyUxlFskgRicbqBiqT8N8lV.','_3rvhvf07','','','2014-05-20 16:08:44','',0,'_3RvhVf07'),(1895,'_GcmXjwaK','$P$Bujd/RJ9.AoC29NJWcdb3GXFFvJP3u1','_gcmxjwak','','','2014-05-20 16:08:46','',0,'_GcmXjwaK'),(1896,'_Vv3YzYtF','$P$B2Dgu6tiHJQ.FpRmnZIQvj0SbX9d.g0','_vv3yzytf','','','2014-05-20 16:08:55','',0,'_Vv3YzYtF'),(1897,'_OjDajZ1O','$P$BEK26vBQniHsinVSoBUAImCQXbkuri0','_ojdajz1o','','','2014-05-20 16:08:59','',0,'_OjDajZ1O'),(1898,'_BzB068Eb','$P$B.2DoeilTl5LH5GnzJUHKeHJxxGR9H/','_bzb068eb','','','2014-05-20 16:09:01','',0,'_BzB068Eb'),(1899,'_GgC0L6bN','$P$BXI9g7eWKbNiEpGTDOmToE3r.CoO6i/','_ggc0l6bn','','','2014-05-20 16:09:03','',0,'_GgC0L6bN'),(1900,'_EdR8I18I','$P$BqOrwb5SWuvhIUsidXIoB0T0/XhbGv.','_edr8i18i','','','2014-05-20 16:09:14','',0,'_EdR8I18I'),(1901,'_QgQIb14A','$P$B37mFm4lqEdXRnH1ws6.a0JJj.xQfC1','_qgqib14a','','','2014-05-20 16:09:15','',0,'_QgQIb14A'),(1902,'_8YPnQxxk','$P$BhEgOlujq7gUet5tGcS..yCC061XHe1','_8ypnqxxk','','','2014-05-20 16:09:17','',0,'_8YPnQxxk'),(1903,'_gtaW5ES4','$P$BMbvRQZvVP5vg1XbOj3r2swn5A7iUC0','_gtaw5es4','','','2014-05-20 16:09:18','',0,'_gtaW5ES4'),(1904,'_hxuEKHGd','$P$B8jFYQ5CwM1o1PmFMsTMS9K2.kqs39.','_hxuekhgd','','','2014-05-20 16:09:30','',0,'_hxuEKHGd'),(1905,'_1CSD65Vc','$P$B30Tw43fXI7r3KMImnCTZLsvdq5jKj0','_1csd65vc','','','2014-05-20 16:09:32','',0,'_1CSD65Vc'),(1906,'_cFpFnyZ7','$P$BDSCekrxgejh.w02F3T3JnjNfcLK0H1','_cfpfnyz7','','','2014-05-20 16:09:41','',0,'_cFpFnyZ7'),(1907,'_d79PCdNE','$P$BxmvtPIcli7BjmnGvNMwCM5xit/ht9/','_d79pcdne','','','2014-05-20 16:09:47','',0,'_d79PCdNE'),(1908,'_2ipmcGPI','$P$BUMfWMCZ5avw21yFNKFgeygXmtGDdK/','_2ipmcgpi','','','2014-05-20 16:09:49','',0,'_2ipmcGPI'),(1909,'_boERII8u','$P$B/321pxg.IbdS0Bleh7jD3FUMtlZIA/','_boerii8u','','','2014-05-20 16:09:52','',0,'_boERII8u'),(1910,'_tH2zTbMr','$P$BZkAfST1x9qDy1ZUIKNOQk.L4/YGXn/','_th2ztbmr','','','2014-05-20 16:10:04','',0,'_tH2zTbMr'),(1911,'_HorfosV6','$P$BT.ydNL1fvmY/VTwpMQ2v2sQP7aF0R0','_horfosv6','','','2014-05-20 16:10:16','',0,'_HorfosV6'),(1912,'_iVyNceuG','$P$BAclydM7PufTbuh8mmJIguLHSuARt3/','_ivynceug','','','2014-05-20 16:10:20','',0,'_iVyNceuG'),(1913,'_i0SwQyue','$P$BOU7SdMVr5jtz1zDJWhGQRVSjh9KiC.','_i0swqyue','','','2014-05-20 16:10:35','',0,'_i0SwQyue'),(1914,'_KXn9pRnv','$P$BdrA6OQCnY6Sl50ieDmxBKNAfXSGoZ/','_kxn9prnv','','','2014-05-20 16:10:50','',0,'_KXn9pRnv'),(1915,'_hKM8uGIm','$P$BatFB0pUX1fVrMCQlWcbvHcqyzOmxG/','_hkm8ugim','','','2014-05-20 16:11:05','',0,'_hKM8uGIm'),(1916,'_bzMR8Dc9','$P$BX2zvpfh9MoVo/CtRLOA.6lt0wnIiT/','_bzmr8dc9','','','2014-05-20 16:11:20','',0,'_bzMR8Dc9'),(1917,'_wIPVKZJO','$P$BliaVVeGi4VmY53b1o3tooqCxmhUnp1','_wipvkzjo','','','2014-05-20 16:11:35','',0,'_wIPVKZJO'),(1918,'_NhFFAFST','$P$BpFqiQUS.KjCpd6dHDQMt2.XsW87tg.','_nhffafst','','','2014-05-20 16:11:50','',0,'_NhFFAFST'),(1919,'_SzhNVf6Y','$P$BMM/bJiDDQdPNZw/UtbphPu/cOokfk/','_szhnvf6y','','','2014-05-20 16:12:02','',0,'_SzhNVf6Y'),(1920,'_Fi7YtVJD','$P$BaQYf0FinmcdLwd3XDDrFi1c0xcduS1','_fi7ytvjd','','','2014-05-20 16:12:18','',0,'_Fi7YtVJD'),(1921,'_OdAYwS2X','$P$B8eCC920ihVT6fJ.wh1MyihKitgvCn0','_odayws2x','','','2014-05-20 16:12:33','',0,'_OdAYwS2X'),(1922,'_EYStP7CB','$P$BIEx6bubrVBoZnP/jNo/Z7VKUa35r4/','_eystp7cb','','','2014-05-20 16:12:48','',0,'_EYStP7CB'),(1923,'_YhA0qlNb','$P$BV9PoQQ3ooO6Q.0C6Qo7wuglg4MBu40','_yha0qlnb','','','2014-05-20 16:13:03','',0,'_YhA0qlNb'),(1924,'_kLfFMBCg','$P$B.zxtVhp7HomxH0gbXsyWWOrWIS7us0','_klffmbcg','','','2014-05-20 16:13:09','',0,'_kLfFMBCg'),(1925,'_i2A5pn0g','$P$BvzcaPTNam22KpqKlbj5BtvtE1Mltp.','_i2a5pn0g','','','2014-05-20 16:13:10','',0,'_i2A5pn0g'),(1926,'_RNIdauEN','$P$BoCViNj17ohOROoqDLaLX.U6qEatmz/','_rnidauen','','','2014-05-20 16:13:11','',0,'_RNIdauEN'),(1927,'_Fc1YmZvo','$P$Bc/cB2r7Kt7u0.UiQvbODYfEN9jQrT1','_fc1ymzvo','','','2014-05-20 16:14:11','',0,'_Fc1YmZvo'),(1928,'_LDNvMv8L','$P$BIbmw.Xyv/PTKH.oiuOWjlCcqUPmE20','_ldnvmv8l','','','2014-05-20 16:14:26','',0,'_LDNvMv8L'),(1929,'_Itq3ezPW','$P$BoaO/WowTOSvRBscv5KrxY5k5LCvv20','_itq3ezpw','','','2014-05-20 16:14:40','',0,'_Itq3ezPW'),(1930,'_z94u8DqR','$P$B1VPeb0gFGRhcRWyAsP6FAiafa3TCO1','_z94u8dqr','','','2014-05-20 16:14:41','',0,'_z94u8DqR'),(1931,'_XnMmsJbn','$P$BSeB7H8D66hOgoUjK9rLKCoU1IEsvg0','_xnmmsjbn','','','2014-05-20 16:14:44','',0,'_XnMmsJbn'),(1932,'_6PQNoiUM','$P$BE0uiqcl6K1mqIcU9JuB9beAmhgirI/','_6pqnoium','','','2014-05-20 16:14:46','',0,'_6PQNoiUM'),(1933,'_tDzCJk4w','$P$B4aOIzoaC6qOIbOQsSWGoWi.CuUkhI0','_tdzcjk4w','','','2014-05-20 16:14:48','',0,'_tDzCJk4w'),(1934,'_sN3nXgyQ','$P$B3YZoTiDIvzMy/B1Ic7eP8Uevxqo320','_sn3nxgyq','','','2014-05-20 16:15:02','',0,'_sN3nXgyQ'),(1935,'_w7pzzh0I','$P$BzYblnFK.M4yz1wqgDQCMNG6aF5ooL.','_w7pzzh0i','','','2014-05-20 16:15:17','',0,'_w7pzzh0I'),(1936,'_CkVg5KNy','$P$B4HhqOuteLQT0K1LB3h0LAT6fuOHx41','_ckvg5kny','','','2014-05-20 16:15:22','',0,'_CkVg5KNy'),(1937,'_yE8YkIiQ','$P$BG7EBakF.PZZsj6St.Ks3WaAg5Joa9/','_ye8ykiiq','','','2014-05-20 16:15:23','',0,'_yE8YkIiQ'),(1938,'_MGuOSbq6','$P$BaD1.wTZ04obsrEu3btKTNGJzpjvGw0','_mguosbq6','','','2014-05-20 16:15:29','',0,'_MGuOSbq6'),(1939,'_kNQinnQC','$P$Bo7CtAZp4y1HCAV8prqv9LmAZgBPLQ0','_knqinnqc','','','2014-05-20 16:15:33','',0,'_kNQinnQC'),(1940,'_6616KxpF','$P$BfJGWk1iO41vBi1H1856TJwhccCv/J1','_6616kxpf','','','2014-05-20 16:15:39','',0,'_6616KxpF'),(1941,'_YJmOXgs7','$P$B.JH9aMIMsHmIZr8XkITRr9Kr3Xjer1','_yjmoxgs7','','','2014-05-20 16:15:46','',0,'_YJmOXgs7'),(1942,'_vmkBcYoz','$P$B.XjCgdIjvXiL0DIEkR7fn4Xe3JeHU/','_vmkbcyoz','','','2014-05-20 16:15:53','',0,'_vmkBcYoz'),(1943,'_7vJjWSWQ','$P$BGbA1iJOcCxgZ4KtbpxNlQ2.50gTgf0','_7vjjwswq','','','2014-05-20 16:15:54','',0,'_7vJjWSWQ'),(1944,'_0H9Kk8fb','$P$B4G38QW4lqiUuLJmX3hD/7bjo.aA5M0','_0h9kk8fb','','','2014-05-20 16:16:11','',0,'_0H9Kk8fb'),(1945,'_9ktNSqQs','$P$B.7f.7zvmZtscOE/tVse5ylklKvK2i1','_9ktnsqqs','','','2014-05-20 16:16:26','',0,'_9ktNSqQs'),(1946,'_o9lxXUHV','$P$B3Um50PcX2d3z3uwd0AxLCsTWN/GER.','_o9lxxuhv','','','2014-05-20 16:16:41','',0,'_o9lxXUHV'),(1947,'_DrH2ubLu','$P$B3TgmPn/Sa.VpFE2xUo5XMqlt5x.WP0','_drh2ublu','','','2014-05-20 16:16:56','',0,'_DrH2ubLu'),(1948,'_byxe1lO9','$P$BzBS4pjDka4YfdBUA1i6K812RNSOsj/','_byxe1lo9','','','2014-05-20 16:17:11','',0,'_byxe1lO9'),(1949,'_JpYjNU72','$P$BKpxhncfZTTFflc7EaqMD1iZ0KhMbb.','_jpyjnu72','','','2014-05-20 16:17:26','',0,'_JpYjNU72'),(1950,'_mbC9OqN4','$P$BHLquBegDiznGE.0d1GEwZmJZ5zRi91','_mbc9oqn4','','','2014-05-20 16:17:41','',0,'_mbC9OqN4'),(1951,'_oSfiKn2t','$P$BNpIhmlOey8ZpL3qM5UoBdEDvgoEpy.','_osfikn2t','','','2014-05-20 16:17:56','',0,'_oSfiKn2t'),(1952,'_IiLlm4Ip','$P$BwJCUeYWJKORSs5QwPWoRzuEicJ145.','_iillm4ip','','','2014-05-20 16:18:11','',0,'_IiLlm4Ip'),(1953,'_Mz1p5DiT','$P$BbtysnhKBfHmLm5qLm1lc6hxaNX80H.','_mz1p5dit','','','2014-05-20 16:18:12','',0,'_Mz1p5DiT'),(1954,'_0c8PMU10','$P$BKQIHbiOa8GXLSnNOGZLpksQtiLn4m.','_0c8pmu10','','','2014-05-20 16:18:12','',0,'_0c8PMU10'),(1955,'_9TtHnUvH','$P$BFD5L5bgo5dcFlsfpZcuX0renA85aR1','_9tthnuvh','','','2014-05-20 16:18:26','',0,'_9TtHnUvH'),(1956,'_5jDRymMX','$P$Bi5cXUNiy0TceYxPQHxfS3agSLGU.90','_5jdrymmx','','','2014-05-20 16:18:41','',0,'_5jDRymMX'),(1957,'_I83kDob9','$P$BNxZw.A366Ms0o0T9A2wpym3niDlkw0','_i83kdob9','','','2014-05-20 16:18:56','',0,'_I83kDob9'),(1958,'_Q4J67wAV','$P$B.cns73g.7YMSqrhZepbyYUHJRqgfo1','_q4j67wav','','','2014-05-20 16:19:11','',0,'_Q4J67wAV'),(1959,'_HOjRKxYd','$P$BKqZ0.VAFMvGjxfzVuidFbq/gYNCt6.','_hojrkxyd','','','2014-05-20 16:19:26','',0,'_HOjRKxYd'),(1960,'_sB3WF25r','$P$BbmZQOE0wG2mX6n5O/GlprpxUj4CSH/','_sb3wf25r','','','2014-05-20 16:19:41','',0,'_sB3WF25r'),(1961,'_OSOTPYoy','$P$BtciLwSX0IZuMXtuou4ggxpt55ch8W0','_osotpyoy','','','2014-05-20 16:19:56','',0,'_OSOTPYoy'),(1962,'_ZlnzJANy','$P$BA6MlZEJ4.UHDGCaarzxtxZZAt0oBQ/','_zlnzjany','','','2014-05-20 16:20:11','',0,'_ZlnzJANy'),(1963,'_ga8g9qkf','$P$B3pvHjAqRCGWvv5GwsSoNVnJGTko5I.','_ga8g9qkf','','','2014-05-20 16:20:26','',0,'_ga8g9qkf'),(1964,'_YVOpywLk','$P$BamFd1OwRTbU99PyBOS1fjJ761Cbyx.','_yvopywlk','','','2014-05-20 16:20:41','',0,'_YVOpywLk'),(1965,'_axT6Fux8','$P$BoEzZ1PZKKKObJVtHbz8SibFuChHmE/','_axt6fux8','','','2014-05-20 16:20:56','',0,'_axT6Fux8'),(1966,'_x1qWEnhT','$P$BLkjKXWZmO9zkjLqFZrSJXWcnfKJAV/','_x1qwenht','','','2014-05-20 16:21:11','',0,'_x1qWEnhT'),(1967,'_l3cxxubW','$P$B6IzQ1.mpWi.Ay6TELpB0lUQ1p7Uqa0','_l3cxxubw','','','2014-05-20 16:21:26','',0,'_l3cxxubW'),(1968,'_srDwFe6B','$P$B834CmK3FpsqIHDLB2byVJjkEMqWR80','_srdwfe6b','','','2014-05-20 16:21:41','',0,'_srDwFe6B'),(1969,'_295itokV','$P$BjgQ5yts6qmN4Y4zo1pGnn9umr1Zrp1','_295itokv','','','2014-05-20 16:21:56','',0,'_295itokV'),(1970,'_g4fr1oB5','$P$BH.FhoK3q0lHJ4wacffwGqNOtonuVP0','_g4fr1ob5','','','2014-05-20 16:22:06','',0,'_g4fr1oB5'),(1971,'_TUSp9TCQ','$P$Bde8wJPQFZ4M5J3ivqOqbpPxKq2.y80','_tusp9tcq','','','2014-05-20 16:22:11','',0,'_TUSp9TCQ'),(1972,'_K2Lk4d1V','$P$BjjKTiEtccDeDY3hrxGwgztiF4QROn0','_k2lk4d1v','','','2014-05-20 16:22:15','',0,'_K2Lk4d1V'),(1973,'_zqn5Jiyj','$P$B48O3ha7AY8mrrCcidligCbt3FDlpF1','_zqn5jiyj','','','2014-05-20 16:22:26','',0,'_zqn5Jiyj'),(1974,'_wrA6N43t','$P$BeTDA3CJbUNW6rgNRrKlkNXVWodsrB0','_wra6n43t','','','2014-05-20 16:22:34','',0,'_wrA6N43t'),(1975,'_oUgM1FsZ','$P$B/VXNM/4G/EClSf6brlejPUBD3KpIF1','_ougm1fsz','','','2014-05-20 16:22:41','',0,'_oUgM1FsZ'),(1976,'_EYRHlfev','$P$Bsfdp7Hp2zQM8E.kWlRyEALmbOwigY1','_eyrhlfev','','','2014-05-20 16:22:56','',0,'_EYRHlfev'),(1977,'_X3NuoKMr','$P$BF0MZDs6a5y2H9MnAopxCtk1hLP7ZS0','_x3nuokmr','','','2014-05-20 16:23:11','',0,'_X3NuoKMr'),(1978,'_5gYWM663','$P$BPNrZBFcfI7xzrtjmc2QJnpJ4jyuUz/','_5gywm663','','','2014-05-20 16:23:20','',0,'_5gYWM663'),(1979,'_Ff5ex1Ut','$P$BkLsEun2LBFKB.rz1XuzRL/6e/GSnq.','_ff5ex1ut','','','2014-05-20 16:23:28','',0,'_Ff5ex1Ut'),(1980,'_65PUeCc9','$P$BgYGKOdKeUmpgfJ14zCwS1ZChkx3Qw1','_65puecc9','','','2014-05-20 16:23:45','',0,'_65PUeCc9'),(1981,'_Hev1QBil','$P$Bo6b8XBftmoIm4XuDCJM7SH6l5dwxm1','_hev1qbil','','','2014-05-20 16:23:54','',0,'_Hev1QBil'),(1982,'_ZcmgBcxu','$P$BxIPvx6ibxOWHQYJgHHzVflQVqtOM5/','_zcmgbcxu','','','2014-05-20 16:23:59','',0,'_ZcmgBcxu'),(1983,'_6ZSjaELf','$P$BoSQkNWP9TOOnCrL1l7c9E620skjv41','_6zsjaelf','','','2014-05-20 16:24:00','',0,'_6ZSjaELf'),(1984,'_O9gvrN5J','$P$B4Pk1kAQXRmMHV03.svl.9S37X0kxR.','_o9gvrn5j','','','2014-05-20 16:24:15','',0,'_O9gvrN5J'),(1985,'_RahjSbP0','$P$BUCI50A0A.FRdmMp5Js9nkfnD0pvGh1','_rahjsbp0','','','2014-05-20 16:24:30','',0,'_RahjSbP0'),(1986,'_VkIlkaZN','$P$B5ro5fCDNCzGK7axUGJDv121uLnLIr/','_vkilkazn','','','2014-05-20 16:24:32','',0,'_VkIlkaZN'),(1987,'_pP1QqHXj','$P$BcpMnU0n4qdyoNkUFzoqfWxz0/we/L/','_pp1qqhxj','','','2014-05-20 16:24:33','',0,'_pP1QqHXj'),(1988,'_BRPGbgFb','$P$BMzY5SQUk0Kpu8FCw/R75DGbXoFARI.','_brpgbgfb','','','2014-05-20 16:24:49','',0,'_BRPGbgFb'),(1989,'_CzI6NLns','$P$BCT7vvrnGEdnnSwK1lbeYzlQqTqA2W/','_czi6nlns','','','2014-05-20 16:24:53','',0,'_CzI6NLns'),(1990,'_a1SZBWF5','$P$BVkp3/0AKg3QjwoKcR6rSmTmexCE8a/','_a1szbwf5','','','2014-05-20 16:24:54','',0,'_a1SZBWF5'),(1991,'_343VpgUy','$P$BIzSbyv/6cgSg2s2oPhx/aiRUX08Iq.','_343vpguy','','','2014-05-20 16:24:56','',0,'_343VpgUy'),(1992,'_CpkqCehi','$P$B.YCR.6CXqu3snKRa94D7jhHTRZ2g3/','_cpkqcehi','','','2014-05-20 16:25:04','',0,'_CpkqCehi'),(1993,'_5IydoJ6y','$P$BVMPSJiSNxsSt5KLZISlwYLafN44KI1','_5iydoj6y','','','2014-05-20 16:25:05','',0,'_5IydoJ6y'),(1994,'_QeNzsOx9','$P$BLTWF5gFXVVU7RKNsh57mFRG2R5ZBa.','_qenzsox9','','','2014-05-20 16:25:12','',0,'_QeNzsOx9'),(1995,'_FxHYu5mL','$P$BMXx.60oHCWvWCfE5a.PUMOUmj5WIS0','_fxhyu5ml','','','2014-05-20 16:25:13','',0,'_FxHYu5mL'),(1996,'_hOf9fT9O','$P$BZh1e2gfxqXOxH7jcU3yn5wIgrsKoi.','_hof9ft9o','','','2014-05-20 16:25:21','',0,'_hOf9fT9O'),(1997,'_HmywfcgK','$P$B/0gsaHiNSUrrmKyLpJQ.d9hprVO5z.','_hmywfcgk','','','2014-05-20 16:25:22','',0,'_HmywfcgK'),(1998,'_0YNKtCWP','$P$BwrnRShVneRnRGSM5x7DQpwFYdU4761','_0ynktcwp','','','2014-05-20 16:25:39','',0,'_0YNKtCWP'),(1999,'_3gsEggjo','$P$Bm3wheBZuSIhNpK/QCS6wav3kDmUrc/','_3gseggjo','','','2014-05-20 16:25:40','',0,'_3gsEggjo'),(2000,'_l0mvlFY7','$P$BHroQLZi8Kg0jB1ztFfpz2gB8ncWoE/','_l0mvlfy7','','','2014-05-20 16:25:43','',0,'_l0mvlFY7'),(2001,'_P3Y090Ki','$P$Bkk/3DxgtY/Hx9Ea4HVPHtGi9Dsdap1','_p3y090ki','','','2014-05-20 16:25:53','',0,'_P3Y090Ki'),(2002,'_o7pjHfNc','$P$B7FE.Jxr7J83X1lUxZ9VXT8mNV5f/v1','_o7pjhfnc','','','2014-05-20 16:26:08','',0,'_o7pjHfNc'),(2003,'_OUn1nwxL','$P$Bfii6DaEdVzQ4spQ3P2kIBeGBj.aBB0','_oun1nwxl','','','2014-05-20 16:26:09','',0,'_OUn1nwxL'),(2004,'_KBBC6i8u','$P$BEGDzqfelKxzNkKlkgfSFY3t.qCk.g.','_kbbc6i8u','','','2014-05-20 16:26:25','',0,'_KBBC6i8u'),(2005,'_Shdx8513','$P$BQKXMstAsGfPEM0pdnYZW1vriojX2b/','_shdx8513','','','2014-05-20 16:26:37','',0,'_Shdx8513'),(2006,'_BGCXohSA','$P$B1OvL3EMam0RSluEwXGw/ifsKRB2Yg/','_bgcxohsa','','','2014-05-20 16:26:38','',0,'_BGCXohSA'),(2007,'_Csd4csMe','$P$BTcpNn4/kLVxZxSTsswcQtowR0AQ2p1','_csd4csme','','','2014-05-20 16:26:40','',0,'_Csd4csMe'),(2008,'_IujeZDI7','$P$BtHPPwmVWkaCKUVqnOKtl2PHTq.OKx1','_iujezdi7','','','2014-05-20 16:26:50','',0,'_IujeZDI7'),(2009,'_h2APnHJA','$P$BgRpeu6l2/nR.b7qveduCPI5HPQRRA.','_h2apnhja','','','2014-05-20 16:26:54','',0,'_h2APnHJA'),(2010,'_NLbWKF7e','$P$BAi0rPp9jC6Bn/wB65IkCU0IZibmAr0','_nlbwkf7e','','','2014-05-20 16:26:58','',0,'_NLbWKF7e'),(2011,'_56nKKpcc','$P$BSkMdg6ZFi38IQCV83zybb3/hF29ey.','_56nkkpcc','','','2014-05-20 16:27:09','',0,'_56nKKpcc'),(2012,'_6koVXXTl','$P$BowghFpfLpha8reRxCiPP/SUQaqs1j1','_6kovxxtl','','','2014-05-20 16:27:24','',0,'_6koVXXTl'),(2013,'_eK1VWfV7','$P$B2TfpLxCEeYvVGSYSa0.XkuO.PQ6ru/','_ek1vwfv7','','','2014-05-20 16:27:33','',0,'_eK1VWfV7'),(2014,'_glIOk5IR','$P$By6Uuoi91hnBp3S1tG3v8SwyiuzjLA.','_gliok5ir','','','2014-05-20 16:27:34','',0,'_glIOk5IR'),(2015,'_yAERi2my','$P$BwDYmTr0QS/qT8faPzMOE90/VklV3J0','_yaeri2my','','','2014-05-20 16:27:34','',0,'_yAERi2my'),(2016,'_ssfj9enZ','$P$BJPwpN07bo4/euZv0NtT3G2k/uOOJz/','_ssfj9enz','','','2014-05-20 16:27:35','',0,'_ssfj9enZ'),(2017,'_DPCEUeDS','$P$Bha7JXyXT.n0QE5O5JQ3p5q4RmnQQP.','_dpceueds','','','2014-05-20 16:27:47','',0,'_DPCEUeDS'),(2018,'_Ecq4HxvS','$P$Bb/r3YXjw69gErP8mPkGQqKrr6UbzZ/','_ecq4hxvs','','','2014-05-20 16:27:50','',0,'_Ecq4HxvS'),(2019,'_Q1wMP8Le','$P$B53/ZMj.rOwFc/FNB3QWMVCsxmNIHt1','_q1wmp8le','','','2014-05-20 16:27:53','',0,'_Q1wMP8Le'),(2020,'_4Hu5lwr8','$P$By6BxGSz79Snx5TCJ195wsw1ITCC2//','_4hu5lwr8','','','2014-05-20 16:27:56','',0,'_4Hu5lwr8'),(2021,'_3N4eOGxH','$P$B0qq6sWmP7KS8dHmCR7OU6GCCg7lEL.','_3n4eogxh','','','2014-05-20 16:27:57','',0,'_3N4eOGxH'),(2022,'_hqbJ771k','$P$Bqy/7NdQiaXsGEVUo86cTeBZSh4CgN0','_hqbj771k','','','2014-05-20 16:28:14','',0,'_hqbJ771k'),(2023,'_hFteVDOK','$P$BaEQcDxzadFEgfbm.us99jP3MXn.bI/','_hftevdok','','','2014-05-20 16:28:29','',0,'_hFteVDOK'),(2024,'_Jz7r8Yp8','$P$B.ovbRUB.aMx0iKG0yEdB3gWRBmHTP/','_jz7r8yp8','','','2014-05-20 16:28:43','',0,'_Jz7r8Yp8'),(2025,'_VugM9oxx','$P$BX2CUYrC2Qolu59rSbGHE5/kuY94Uy/','_vugm9oxx','','','2014-05-20 16:28:45','',0,'_VugM9oxx'),(2026,'_YUceq4xs','$P$BPO/pBqb31QaxPE1W6ApnYqXpzzxkm0','_yuceq4xs','','','2014-05-20 16:29:00','',0,'_YUceq4xs'),(2027,'_COgyGbpB','$P$BDY32jnbbgwGOVCTi.Upc6WKXxemQ9.','_cogygbpb','','','2014-05-20 16:29:01','',0,'_COgyGbpB'),(2028,'_sv9J5ynD','$P$B8Bec0olCzqmvtYW1WbeuQGajMI5Ow1','_sv9j5ynd','','','2014-05-20 16:29:04','',0,'_sv9J5ynD'),(2029,'_ebqezkE8','$P$BjPDOcbHBJaHsn2YwUk9q68z.e2FDk/','_ebqezke8','','','2014-05-20 16:29:13','',0,'_ebqezkE8'),(2030,'_GoVxIJSH','$P$B/xb.BmR9ROKs8Al59zKk6LCtg95pL.','_govxijsh','','','2014-05-20 16:29:15','',0,'_GoVxIJSH'),(2031,'_HlmqLL9Z','$P$BRezWAzqIyymuOTo56IJy3Fa/USULc/','_hlmqll9z','','','2014-05-20 16:29:16','',0,'_HlmqLL9Z'),(2032,'_ZjfmBnMK','$P$BTth1mQR.sMTvZzoNpcAE6MPUAG/i2/','_zjfmbnmk','','','2014-05-20 16:29:17','',0,'_ZjfmBnMK'),(2033,'_PUQiHBkG','$P$BmdWFbjXDuQ7RPb3he6nw2gmfnQAqV.','_puqihbkg','','','2014-05-20 16:29:18','',0,'_PUQiHBkG'),(2034,'_dldyZd2x','$P$BNHmhkSUQwO3WCeyMuYTK4T.zqPKt4/','_dldyzd2x','','','2014-05-20 16:29:33','',0,'_dldyZd2x'),(2035,'_iqWdH6XQ','$P$BfHHLENtya.4h3YOhZfuMl.NJeytny0','_iqwdh6xq','','','2014-05-20 16:29:48','',0,'_iqWdH6XQ'),(2036,'_q9utmUXi','$P$BIKfzZhxvPOirfcHJrroWbsao.eoYG0','_q9utmuxi','','','2014-05-20 16:30:04','',0,'_q9utmUXi'),(2037,'_XNA0pA7h','$P$BGrHec8k4j.UeFd7M/TpB5tRTisUYw.','_xna0pa7h','','','2014-05-20 16:30:19','',0,'_XNA0pA7h'),(2038,'_TYrAWLVy','$P$BkkGwBeUN.Blg79I6ZGnktpgzYS7Gq.','_tyrawlvy','','','2014-05-20 16:30:30','',0,'_TYrAWLVy'),(2039,'_nGZOAFfU','$P$BvRisIk9V7E31PCAQ06r2j7qmluPy4.','_ngzoaffu','','','2014-05-20 16:30:37','',0,'_nGZOAFfU'),(2040,'_dHfiRn40','$P$B9r9HvlQP8xxqW.4k4BjrP8dwsl3ss0','_dhfirn40','','','2014-05-20 16:30:50','',0,'_dHfiRn40'),(2041,'_PE6flO4U','$P$BKsNYfHdbFdIjPBGP9rFMXg9xKMF/N1','_pe6flo4u','','','2014-05-20 16:30:59','',0,'_PE6flO4U'),(2042,'_j91PYpSq','$P$Bdls/NzscIW.UDwCLaQUDTvtl7ukn71','_j91pypsq','','','2014-05-20 16:31:24','',0,'_j91PYpSq'),(2043,'_tDs5l4TW','$P$BHpXNJeiEuHY8VN2Ph9JlUU1bS2pl2.','_tds5l4tw','','','2014-05-20 16:31:27','',0,'_tDs5l4TW'),(2044,'_jT8sZGX4','$P$BAWNoC7WGZQKqcZ0S7vpibNoekEoA5/','_jt8szgx4','','','2014-05-20 16:32:29','',0,'_jT8sZGX4'),(2045,'_eeL1R28H','$P$Bl8p3acUyXH6DU/8TuDK2mm3F3jh25.','_eel1r28h','','','2014-05-20 16:33:02','',0,'_eeL1R28H'),(2046,'_MlGQzd6G','$P$BVuhnT2bIZN1ev51I6E0OLfKO/4Zj81','_mlgqzd6g','','','2014-05-20 16:33:03','',0,'_MlGQzd6G'),(2047,'_SC7kIaWL','$P$B.Yf9pbmPaQG0vaQJE8hrtIsU499/n1','_sc7kiawl','','','2014-05-20 16:33:29','',0,'_SC7kIaWL'),(2048,'_G6SGAUsr','$P$ByiKT0vWb9HJ7aCwXQQMECVHAbDUvb.','_g6sgausr','','','2014-05-20 16:33:35','',0,'_G6SGAUsr'),(2049,'_FmHVCana','$P$ByoFGMfv9PiNh9IXGgtI7g1GrNuwbJ/','_fmhvcana','','','2014-05-20 16:33:52','',0,'_FmHVCana'),(2050,'_2SunLl5D','$P$BqnX8clcTfhgKlA67UhgmDovLk6Rlp0','_2sunll5d','','','2014-05-20 16:33:53','',0,'_2SunLl5D'),(2051,'_gBlDUEvu','$P$B3EJl0Du9NAHbS/u.u6aRk9scJhHbM1','_gblduevu','','','2014-05-20 16:34:02','',0,'_gBlDUEvu'),(2052,'_CKH9oRg8','$P$BJbVOyMgzcj0Chvt/igZ73DGgw5tud/','_ckh9org8','','','2014-05-20 16:34:04','',0,'_CKH9oRg8'),(2053,'_tq6kEyBo','$P$BfYGL9jiKNwWah56EOtDjaTKHZWyIn0','_tq6keybo','','','2014-05-20 16:34:30','',0,'_tq6kEyBo'),(2054,'_803Gyimh','$P$BoUOAvNNTkFSCp76W0CYe0tAKxZX6S0','_803gyimh','','','2014-05-20 16:35:04','',0,'_803Gyimh'),(2055,'_m996cjqT','$P$BWMS9zByCQ5QOgIAv14qBK3x.wk.PM/','_m996cjqt','','','2014-05-20 16:35:30','',0,'_m996cjqT'),(2056,'_IRf2Ajne','$P$BlLRHJJJwPWKUDMwnohGBq7jOGDH6v/','_irf2ajne','','','2014-05-20 16:36:04','',0,'_IRf2Ajne'),(2057,'_ghyCMRhN','$P$B2pDDpWwCtmd1q/upSsEzL6LxSH64P0','_ghycmrhn','','','2014-05-20 16:36:05','',0,'_ghyCMRhN'),(2058,'_3yh0V0il','$P$BGAU6YenCF4NJWSqkpXoJ3jJXG69Qc.','_3yh0v0il','','','2014-05-20 16:36:30','',0,'_3yh0V0il'),(2059,'_NEus1MXa','$P$BXLhBpuX.uM99lzpWUZ5YGC4b5XPGC.','_neus1mxa','','','2014-05-20 16:37:04','',0,'_NEus1MXa'),(2060,'_D9SVhCNr','$P$B5GZ545cdxKJWT1Q4/vvNBKh/aXuyB1','_d9svhcnr','','','2014-05-20 16:37:30','',0,'_D9SVhCNr'),(2061,'_i9YPLnnm','$P$BAOPBFimU/FI3owaLngqlZIEPX9DgI.','_i9yplnnm','','','2014-05-20 16:38:04','',0,'_i9YPLnnm'),(2062,'_WXNEcT8S','$P$BO2Gb3whTmaLiTA4599.VduDqp4pfy0','_wxnect8s','','','2014-05-20 16:38:05','',0,'_WXNEcT8S'),(2063,'_PL1fXquZ','$P$B9XQrmFVBbBT4cWENx2PA5PtWAg82k1','_pl1fxquz','','','2014-05-20 16:38:30','',0,'_PL1fXquZ'),(2064,'_Zz5Z3OkD','$P$Bxw7MqdFoaChNnvCKKBP80LWrITws51','_zz5z3okd','','','2014-05-20 16:39:04','',0,'_Zz5Z3OkD'),(2065,'_HPKcLk05','$P$BQIXURWdsqWZfTGNP4HFwuMLvMBVq21','_hpkclk05','','','2014-05-20 16:40:04','',0,'_HPKcLk05'),(2066,'_4MLo9WW3','$P$BPr2fO4jl.AJGxNYdWI9gAPKfMXAcy1','_4mlo9ww3','','','2014-05-20 16:40:05','',0,'_4MLo9WW3'),(2067,'_pAU37dWN','$P$BjxUGnpW7Qu3n9OSdRH.vUtbRnITnF.','_pau37dwn','','','2014-05-20 16:40:30','',0,'_pAU37dWN'),(2068,'_IExEFpAq','$P$Bv2vOjodM.VqYCffXK8qPZfFqDVxqB.','_iexefpaq','','','2014-05-20 16:42:04','',0,'_IExEFpAq'),(2069,'_0mLkBaTR','$P$BZZ.MEUNsyKQdficniwsLXQJyjJ1Ur1','_0mlkbatr','','','2014-05-20 16:42:05','',0,'_0mLkBaTR'),(2070,'_smi7Eaxw','$P$B5XC24L5/FfmM15jkkkDh0xq4C5Ppd.','_smi7eaxw','','','2014-05-20 16:42:30','',0,'_smi7Eaxw'),(2071,'_SyP4MRJ7','$P$BnRaOzpIJiysZ/MMlnRhxq0w/13eZa.','_syp4mrj7','','','2014-05-20 16:44:04','',0,'_SyP4MRJ7'),(2072,'_fpkHsBq3','$P$B.imlvkdI4MBx..UsQHP8mOTaRXYeh/','_fpkhsbq3','','','2014-05-20 16:44:05','',0,'_fpkHsBq3'),(2073,'_L0SvO5xG','$P$BxePj0ITxQ5O.Fhg44LO3eNo1pqqd4/','_l0svo5xg','','','2014-05-20 16:44:30','',0,'_L0SvO5xG'),(2074,'_vHWlapLA','$P$BNxrIYtXHOU1S9MgN2g5oOB1aZ9Bvi0','_vhwlapla','','','2014-05-20 16:45:04','',0,'_vHWlapLA'),(2075,'_iILq2UZg','$P$BKbOtZx4wBo4kD1fTkkj61H2nthCiL0','_iilq2uzg','','','2014-05-20 16:45:05','',0,'_iILq2UZg'),(2076,'_nEs3TNni','$P$B0sRjY.X/FRP1RSnkqtmgTFUOqQol4/','_nes3tnni','','','2014-05-20 16:45:30','',0,'_nEs3TNni'),(2077,'_DAkxhXnI','$P$BqR3SmRi81AzvdA560PE9RmL.oVCjn1','_dakxhxni','','','2014-05-20 16:46:05','',0,'_DAkxhXnI'),(2078,'_tqCDtrkr','$P$BMw3DPXOqBs8OcKKBSY4N5qP.ai9d01','_tqcdtrkr','','','2014-05-20 16:46:30','',0,'_tqCDtrkr'),(2079,'_LLdgT94u','$P$BIe8rocOEcOc2ehjKGXybNONlpoC4p1','_lldgt94u','','','2014-05-20 16:47:04','',0,'_LLdgT94u'),(2080,'_gqDPKY3q','$P$B40.tll5KEBAml0NrcG95g6ku.tMpx/','_gqdpky3q','','','2014-05-20 16:47:05','',0,'_gqDPKY3q'),(2081,'_bBbxHdss','$P$BsmaLeOUxRlNwngC7CgxAu8T4UuM5u/','_bbbxhdss','','','2014-05-20 16:47:30','',0,'_bBbxHdss'),(2082,'_vgBVXCoD','$P$BOlxlWfTe6FfoL/glCG6jNMKobYhmx/','_vgbvxcod','','','2014-05-20 16:48:05','',0,'_vgBVXCoD'),(2083,'_fWO2bcRH','$P$BIsoLOOMrRZLzJe.Bm2yKuchfr6VDA.','_fwo2bcrh','','','2014-05-20 16:48:30','',0,'_fWO2bcRH'),(2084,'_XyWwOpgx','$P$BrpUBgJQHwai2QzmUhOjJu74ZCqfiS.','_xywwopgx','','','2014-05-20 16:49:04','',0,'_XyWwOpgx'),(2085,'_BNvuxKgk','$P$BAeS4/.qqF0XIiqIPR9olMVsqw9GjP.','_bnvuxkgk','','','2014-05-20 16:49:05','',0,'_BNvuxKgk'),(2086,'_yMoCm8Di','$P$BCenvrPMhKKb0nCj5QCZswrVAyPpUq1','_ymocm8di','','','2014-05-20 16:49:30','',0,'_yMoCm8Di'),(2087,'_Rdx7MUVu','$P$B4lPZY.WsUtdsT2foowEbNGmLZH.vU/','_rdx7muvu','','','2014-05-20 16:50:06','',0,'_Rdx7MUVu'),(2088,'_oHKo7ZPt','$P$Bevq8BL.jizHFIfu6cbnOr6NRv9tXD/','_ohko7zpt','','','2014-05-20 16:50:16','',0,'_oHKo7ZPt'),(2089,'_rZtot3bE','$P$B54S1IHNdp1W434GLjJ2n90j1yjbiP/','_rztot3be','','','2014-05-20 16:50:27','',0,'_rZtot3bE'),(2090,'_tYCKDBAN','$P$BEhXQsiRTjTbxOsxhLyxPamaiTg/EE/','_tyckdban','','','2014-05-20 16:50:35','',0,'_tYCKDBAN'),(2091,'_6d5hM0eY','$P$BnL0JYQU7Fjlia9G0f3QQheBar2o0L/','_6d5hm0ey','','','2014-05-20 16:50:44','',0,'_6d5hM0eY'),(2092,'_TfQgvHJ4','$P$BJklVop3elK1waH.X2SD3JFcpZYdQ8.','_tfqgvhj4','','','2014-05-20 16:51:37','',0,'_TfQgvHJ4'),(2093,'_lgztlLeF','$P$B5Jz3gKQE8zTlUn1V1mpjZ/4M5bVlx1','_lgztllef','','','2014-05-20 16:51:44','',0,'_lgztlLeF'),(2094,'_2azq92rA','$P$BhKtow8aeFdG4jxNNTyheAuEvH8.IR1','_2azq92ra','','','2014-05-20 16:52:06','',0,'_2azq92rA'),(2095,'_QPB22U2e','$P$Bm3HxRN7krmJkKEDVkBL5XKObYoOSz/','_qpb22u2e','','','2014-05-20 16:53:37','',0,'_QPB22U2e'),(2096,'_zL7yahXW','$P$BD9f0xYT2S5O5RXZgcTVcoxzdJjEwK1','_zl7yahxw','','','2014-05-20 16:53:44','',0,'_zL7yahXW'),(2097,'_DhUsW1OL','$P$Bm.bs.pRHNbMAVRZqRnkXuVQ2e2bSF.','_dhusw1ol','','','2014-05-20 16:54:06','',0,'_DhUsW1OL'),(2098,'_Fg9FSYVt','$P$B6YsqeV61BDdWpW1d7P7b0.eB8Fv.V0','_fg9fsyvt','','','2014-05-20 16:54:14','',0,'_Fg9FSYVt'),(2099,'_KaFzp3KB','$P$Bgn7kcqyDeH.MrlgbJDP5d7eegpyFw1','_kafzp3kb','','','2014-05-20 16:54:15','',0,'_KaFzp3KB'),(2100,'_XQ13xevj','$P$BjAfGoNHfTkx9KcBJ5u2Ny4dgcZE9d0','_xq13xevj','','','2014-05-20 16:54:17','',0,'_XQ13xevj'),(2101,'_En1Oo4t5','$P$BeIL/adcYX0tuF9nQKwFWlhRJ/VE1l0','_en1oo4t5','','','2014-05-20 16:55:17','',0,'_En1Oo4t5'),(2102,'_OIae2GNz','$P$B5.lL9LVker.TqfILk9LrtvuyimbQH1','_oiae2gnz','','','2014-05-20 16:55:32','',0,'_OIae2GNz'),(2103,'_kNyN06Ny','$P$BigK5ijmwl9N8POlaB0UxBxnhtIVI80','_knyn06ny','','','2014-05-20 16:55:33','',0,'_kNyN06Ny'),(2104,'_9GXkA4mH','$P$B6AWplXTZgbwiKKZv2Uu7wghZwYwdK.','_9gxka4mh','','','2014-05-20 16:55:34','',0,'_9GXkA4mH'),(2105,'_51wA8SAW','$P$BGxfZ/6BS5jQzfzDIjdaoSda/r7NMp.','_51wa8saw','','','2014-05-20 16:55:37','',0,'_51wA8SAW'),(2106,'_pg4iNbLO','$P$Bfx9UPrTyvipPWI8Lcn3IGa6EUJ3uQ1','_pg4inblo','','','2014-05-20 16:55:45','',0,'_pg4iNbLO'),(2107,'_UWomHp9k','$P$BS6Ubn8j2d6YmMYiN2rMpYq4DrG90h1','_uwomhp9k','','','2014-05-20 16:56:06','',0,'_UWomHp9k'),(2108,'_0zPSQqGE','$P$BYuhDnLMO.uAhhbhhWK51x9jN7hUo1.','_0zpsqqge','','','2014-05-20 16:56:14','',0,'_0zPSQqGE'),(2109,'_3As350kz','$P$BDb.jxJDs3onDcnOrNO6b1fDAoedVF/','_3as350kz','','','2014-05-20 16:56:30','',0,'_3As350kz'),(2110,'_hkZLdSqN','$P$Bf8Q3UxlyAhDVZ58NQnPkMw6mbFRN4.','_hkzldsqn','','','2014-05-20 16:56:34','',0,'_hkZLdSqN'),(2111,'_dLcFYJey','$P$BM8EAs5VXoJMCd7xTRkIqlEEos3oMt.','_dlcfyjey','','','2014-05-20 16:56:45','',0,'_dLcFYJey'),(2112,'_i1Y4McB7','$P$Beo.IGweZ67BIEsCrV2ODRU9Fh3f960','_i1y4mcb7','','','2014-05-20 16:56:57','',0,'_i1Y4McB7'),(2113,'_VZPDwC8I','$P$B16zu9QzK3xhDzO3OONO1IFs39rt.10','_vzpdwc8i','','','2014-05-20 16:56:59','',0,'_VZPDwC8I'),(2114,'_hd5Ysf8c','$P$BkcMM6o1ennf0KsAWcGd/rPu2SYJxS.','_hd5ysf8c','','','2014-05-20 16:57:15','',0,'_hd5Ysf8c'),(2115,'_LE2SIRXO','$P$BdJCrNDEY8GtoYMdH//Q6yg3VKOwJY1','_le2sirxo','','','2014-05-20 16:57:20','',0,'_LE2SIRXO'),(2116,'_VFVCKU8e','$P$BNO6jJusnjAIyhkcMQ/2Ef5Le6xGDN0','_vfvcku8e','','','2014-05-20 16:57:21','',0,'_VFVCKU8e'),(2117,'_mAonXxP8','$P$BuRcmHuNfvcM07KGz03eSdDrzOALqP1','_maonxxp8','','','2014-05-20 16:57:24','',0,'_mAonXxP8'),(2118,'_vLTDhyj9','$P$BbVZVxb2fqRkQtk3i.p0m98Zs4F1vU.','_vltdhyj9','','','2014-05-20 16:57:34','',0,'_vLTDhyj9'),(2119,'_ZdfIez2D','$P$BlK8njl.0VjJYyr.dG/QZQdme7kZta/','_zdfiez2d','','','2014-05-20 16:57:37','',0,'_ZdfIez2D'),(2120,'_4EHBqJia','$P$B6nDDbmqnF56zAl56uLyjmzfpWjTAl0','_4ehbqjia','','','2014-05-20 16:57:38','',0,'_4EHBqJia'),(2121,'_V7bZrg6v','$P$BAXhsHIcJ0NaJg9HwPkJKa.c0eDR2F/','_v7bzrg6v','','','2014-05-20 16:57:53','',0,'_V7bZrg6v'),(2122,'_Di8S9GLt','$P$BSq7yZj1uWx52WfjkYskUyZV76ZNzE.','_di8s9glt','','','2014-05-20 16:58:06','',0,'_Di8S9GLt'),(2123,'_cHZpywho','$P$Bt/K2Ky9jp7ehQBAc4vurzJi90nzf11','_chzpywho','','','2014-05-20 16:58:08','',0,'_cHZpywho'),(2124,'_zvpeglCt','$P$BYThDY4mZWZyy46hU79/w8XAGfyNJz1','_zvpeglct','','','2014-05-20 16:58:23','',0,'_zvpeglCt'),(2125,'_fXYdO52Y','$P$B8AezORZR55DXIK1C9nT5tpk1/MT9W/','_fxydo52y','','','2014-05-20 16:58:34','',0,'_fXYdO52Y'),(2126,'_69WZqDFG','$P$BJn1TV05Fsq1W5JCOKAZ3Ml0YvyEMK/','_69wzqdfg','','','2014-05-20 16:58:37','',0,'_69WZqDFG'),(2127,'_GwYarc3m','$P$BcvhBlBj0q86sCYT0efrx52qyfAfQC/','_gwyarc3m','','','2014-05-20 16:58:38','',0,'_GwYarc3m'),(2128,'_qTqlr4Pq','$P$BhqnI4Lr6iqsnxvOCUf4M7PG2iIi.m0','_qtqlr4pq','','','2014-05-20 17:00:06','',0,'_qTqlr4Pq'),(2129,'_hCylr34U','$P$BbHvMOTNg1mdyYVXG74Fz76yN4OC451','_hcylr34u','','','2014-05-20 17:00:20','',0,'_hCylr34U'),(2130,'_o7AohqDj','$P$BUSOX09tW4JNmSGmLUGODMXMWb4f7O1','_o7aohqdj','','','2014-05-20 17:00:34','',0,'_o7AohqDj'),(2131,'_T1XhbEMh','$P$BmQLraKcF5./4FvygTBk1KOCgiZUDv0','_t1xhbemh','','','2014-05-20 17:00:36','',0,'_T1XhbEMh'),(2132,'_imPHCvuE','$P$BxWBZ6GNCwQ7ZFnSvQ3Na9itLIfCIs0','_imphcvue','','','2014-05-20 17:00:37','',0,'_imPHCvuE'),(2133,'_ZdjJmLeL','$P$BiKMq11NXXttlvnTyW/CqLfxLeStHM1','_zdjjmlel','','','2014-05-20 17:00:46','',0,'_ZdjJmLeL'),(2134,'_ChwrhrtU','$P$BfChgDokQMLZuIEFv1RJyJTbWSafAJ.','_chwrhrtu','','','2014-05-20 17:00:50','',0,'_ChwrhrtU'),(2135,'_BfCWqKCV','$P$BSD8L1vNgn.z2IMZJegBHWRsFx5KyS/','_bfcwqkcv','','','2014-05-20 17:00:51','',0,'_BfCWqKCV'),(2136,'_bYJVOxJQ','$P$Bfd4WuGZtjciowWrWAvwbDpZ/E.9Va1','_byjvoxjq','','','2014-05-20 17:01:08','',0,'_bYJVOxJQ'),(2137,'_m9OjctMW','$P$B6aCEwNJSa6crmpzD6Aa16PpjE3cvu/','_m9ojctmw','','','2014-05-20 17:01:18','',0,'_m9OjctMW'),(2138,'_ruKOgq7a','$P$Brt2cj8qMV8boQliCJ/Dl.XqfhDV8S/','_rukogq7a','','','2014-05-20 17:01:23','',0,'_ruKOgq7a'),(2139,'_k1j0Qsxk','$P$BQPWwMflxyDudrgfL7.T9.KbAW.Bpm0','_k1j0qsxk','','','2014-05-20 17:01:28','',0,'_k1j0Qsxk'),(2140,'_lmavsJ15','$P$BWTXTGA2AJ67cR6hN6DX8SgZu1aKCx.','_lmavsj15','','','2014-05-20 17:01:29','',0,'_lmavsJ15'),(2141,'_HwvBgUFs','$P$BiEK3G.aDTut6dLD6OY.MgDi8i5sG41','_hwvbgufs','','','2014-05-20 17:01:33','',0,'_HwvBgUFs'),(2142,'_CKv9aRNQ','$P$Bd9RqClo0kQIULPBFjGcgsQT6stUOA1','_ckv9arnq','','','2014-05-20 17:01:46','',0,'_CKv9aRNQ'),(2143,'_SVTe8i1v','$P$BYdgvefdvfwfR39KGuG1e8jFlvEtJ01','_svte8i1v','','','2014-05-20 17:01:47','',0,'_SVTe8i1v'),(2144,'_IuAuCQkn','$P$BugNbXz9.gn1ENcxrgn1zLhKIO907I.','_iuaucqkn','','','2014-05-20 17:02:06','',0,'_IuAuCQkn'),(2145,'_CaYJTVRX','$P$BD1rlIEkkBs4S9CLfGj44rn/8do888.','_cayjtvrx','','','2014-05-20 17:02:07','',0,'_CaYJTVRX'),(2146,'_3xPNuFVk','$P$BXJiVrVSvGsBnPqAmPEG0tH7U4OmyB.','_3xpnufvk','','','2014-05-20 17:02:08','',0,'_3xPNuFVk'),(2147,'_48sbRm7m','$P$BiJxPwTNO24LCbUhZ9NOL8ohqVf6ZF0','_48sbrm7m','','','2014-05-20 17:02:34','',0,'_48sbRm7m'),(2148,'_unypjhZA','$P$Bs2CS4SHClDDGti9dOeoLPLfioR/eT/','_unypjhza','','','2014-05-20 17:02:36','',0,'_unypjhZA'),(2149,'_4CFU9bT0','$P$BDjQjxH/BbWFujJEPI/A67ZBD6SZEI0','_4cfu9bt0','','','2014-05-20 17:02:37','',0,'_4CFU9bT0'),(2150,'_Wn8ollDh','$P$B94ZOVO/S0qgqHtfZJjxA.ifiYXCJw.','_wn8olldh','','','2014-05-20 17:03:46','',0,'_Wn8ollDh'),(2151,'_o9iwJV74','$P$BTQogwh54ThVkrWdQzSg3spg/1.Pod/','_o9iwjv74','','','2014-05-20 17:04:06','',0,'_o9iwJV74'),(2152,'_SToz1I9T','$P$BCYJ4iYWd/aWqJQHNAhBVe8sPMLSE./','_stoz1i9t','','','2014-05-20 17:04:17','',0,'_SToz1I9T'),(2153,'_AtSXMxDI','$P$BNUUBsrulS.EVD.qsMQmCf6LqlHmUP/','_atsxmxdi','','','2014-05-20 17:04:34','',0,'_AtSXMxDI'),(2154,'_bUrBL27U','$P$B686MDAIKd42qM1nYRUm1DHBLjbVmh1','_burbl27u','','','2014-05-20 17:04:36','',0,'_bUrBL27U'),(2155,'_v0WoR9Va','$P$BmPchneh5TpCONdDTZqv8Gy.zRVWt71','_v0wor9va','','','2014-05-20 17:04:37','',0,'_v0WoR9Va'),(2156,'_Hm2OYJf2','$P$BmhwDJH0/9pRf07ksR123x3SpygaDN0','_hm2oyjf2','','','2014-05-20 17:05:46','',0,'_Hm2OYJf2'),(2157,'_sJY3NKEn','$P$BhNE66yI0OzhG/Dl9io7TxYED9zPIY0','_sjy3nken','','','2014-05-20 17:06:06','',0,'_sJY3NKEn'),(2158,'_9e3wXl5u','$P$BIBJqriW/m/NLXR.f.Kl3JVxHAmSSw/','_9e3wxl5u','','','2014-05-20 17:06:34','',0,'_9e3wXl5u'),(2159,'_1gHoN9Hg','$P$BBZAnf1wRinHNcRVRbLeAc0jZ3WiCY/','_1ghon9hg','','','2014-05-20 17:06:35','',0,'_1gHoN9Hg'),(2160,'_XdlZf6yY','$P$BOsJe4e88C9lQoxDfsP4uOyMoPgZsD/','_xdlzf6yy','','','2014-05-20 17:06:36','',0,'_XdlZf6yY'),(2161,'_609mXDln','$P$BhosMZ0XTkcCz0hoci3oKMFeZ5mQxL/','_609mxdln','','','2014-05-20 17:06:37','',0,'_609mXDln'),(2162,'_IOciLFNw','$P$BbRhkPaegOsuz4EWUoWtXciy57K.t41','_iocilfnw','','','2014-05-20 17:06:39','',0,'_IOciLFNw'),(2163,'_OIM0LJ4d','$P$B1J6yWviTyofNFFbhKyNhdNqBgQgEt.','_oim0lj4d','','','2014-05-20 17:06:51','',0,'_OIM0LJ4d'),(2164,'_41fDGVgv','$P$B.ap7GA3B/7nddl3t4BBsW80SqrufS1','_41fdgvgv','','','2014-05-20 17:07:03','',0,'_41fDGVgv'),(2165,'_6J5a5bpB','$P$Bc1Wr/R6cuC8MpN8C.4TjrMEt1aLJV1','_6j5a5bpb','','','2014-05-20 17:07:06','',0,'_6J5a5bpB'),(2166,'_RURDoSZa','$P$B2/Y.syuTX4kD4dfJPM28mb6GE72ZR0','_rurdosza','','','2014-05-20 17:07:06','',0,'_RURDoSZa'),(2167,'_dJqg87UV','$P$BMux6Vy7TTqobPE0q..kkVLdNzdNAQ.','_djqg87uv','','','2014-05-20 17:07:07','',0,'_dJqg87UV'),(2168,'_kt83Cser','$P$Bu7GiXutiEwQzZneQTMFYFhYNubpIt.','_kt83cser','','','2014-05-20 17:08:08','',0,'_kt83Cser'),(2169,'_NvtzRMUn','$P$BWblbktiG2DDCuRxyBNODmYsTC2v/L.','_nvtzrmun','','','2014-05-20 17:08:37','',0,'_NvtzRMUn'),(2170,'_ePVS7XGn','$P$B/ILGQyVCS.DwdW9JzsYE/vQyoPVxl0','_epvs7xgn','','','2014-05-20 17:09:06','',0,'_ePVS7XGn'),(2171,'_LabGD8H4','$P$BnJc10dayjCiv34EBCSQ1Ak2lG1ftp/','_labgd8h4','','','2014-05-20 17:09:08','',0,'_LabGD8H4'),(2172,'_zcZtwBlY','$P$BeIkWZO/D8.XTPNMdK/HvruqSF27KJ/','_zcztwbly','','','2014-05-20 17:10:06','',0,'_zcZtwBlY'),(2173,'_aza09stB','$P$BRIhiS0NlRtpDYsttOihHzV0msEOl71','_aza09stb','','','2014-05-20 17:10:08','',0,'_aza09stB'),(2174,'_qOTi1Fcw','$P$BH7SlQdBDtw2nCatYqWPVlxVsYFPlq0','_qoti1fcw','','','2014-05-20 17:10:12','',0,'_qOTi1Fcw'),(2175,'_bt0tq5zs','$P$B0ME9NlEEo6wQizEFlvJ7fSwB9GSOB.','_bt0tq5zs','','','2014-05-20 17:10:16','',0,'_bt0tq5zs'),(2176,'_SZwDdQEj','$P$BsawLa.LsUckcd9T4PTbpQBpoyUjPh0','_szwddqej','','','2014-05-20 17:10:17','',0,'_SZwDdQEj'),(2177,'_mz0BMSX0','$P$B9FnzMEJrap7iRp8oJgONWxOB1JmmW/','_mz0bmsx0','','','2014-05-20 17:10:32','',0,'_mz0BMSX0'),(2178,'_OUW6ngky','$P$BKyDTwV1vr2q/DeIvHnWZssZ183zZH0','_ouw6ngky','','','2014-05-20 17:10:37','',0,'_OUW6ngky'),(2179,'_vE2yRp6z','$P$BM7I3BaKodtfBV5QKnKWZIrvHIdhFj1','_ve2yrp6z','','','2014-05-20 17:10:48','',0,'_vE2yRp6z'),(2180,'_7QUgGqtd','$P$Br1MLofQsZYQw.5JW3KhHfoEW0v7IM0','_7quggqtd','','','2014-05-20 17:11:03','',0,'_7QUgGqtd'),(2181,'_otbFIbne','$P$BfABHNpNkjh6/SNB8kAkkpBtKzwmOr0','_otbfibne','','','2014-05-20 17:11:16','',0,'_otbFIbne'),(2182,'_NnWBPNZF','$P$Bk96MeEojYIelHY3IKsPS9m8hevpl7/','_nnwbpnzf','','','2014-05-20 17:11:17','',0,'_NnWBPNZF'),(2183,'_pFbQf7Wf','$P$BIo0fOqsYsdJV4Ze6Iz727vvq4hlDD.','_pfbqf7wf','','','2014-05-20 17:11:18','',0,'_pFbQf7Wf'),(2184,'_90gwvc0F','$P$BjEW0B.X2KnXkrN.1g5wTQidsH18kx0','_90gwvc0f','','','2014-05-20 17:11:19','',0,'_90gwvc0F'),(2185,'_WEZ0I9Oe','$P$BlOnS/pn4ILkRS7W8sinZXyJFdpfYg/','_wez0i9oe','','','2014-05-20 17:11:34','',0,'_WEZ0I9Oe'),(2186,'_DlmKjniu','$P$B222St6sY1LbKr7cSe4uNGVgTlFZIN.','_dlmkjniu','','','2014-05-20 17:11:49','',0,'_DlmKjniu'),(2187,'_1fqnxXGI','$P$BN0DvKwdjjjcMScUQTCILWo6kA5JMa1','_1fqnxxgi','','','2014-05-20 17:11:49','',0,'_1fqnxXGI'),(2188,'_AIGo5vMw','$P$BI7DrE5j/0iZLYTdnRg3IHNvfE3zSV.','_aigo5vmw','','','2014-05-20 17:12:53','',0,'_AIGo5vMw'),(2189,'_WoVFQCX1','$P$BE1RXyLfDB.xiP/MaTtJU0bZGKOHoz/','_wovfqcx1','','','2014-05-20 17:13:08','',0,'_WoVFQCX1'),(2190,'_4vocbnmK','$P$B83m4jk0H/yi0/.z8Wfdtgp6VRb7DH/','_4vocbnmk','','','2014-05-20 17:13:23','',0,'_4vocbnmK'),(2191,'_oSbrNVUD','$P$BPCB8mN2RuY3DQCi6fC5VcRYh/8XYR0','_osbrnvud','','','2014-05-20 17:13:38','',0,'_oSbrNVUD'),(2192,'_TQ2mrYbF','$P$B0Nz8lrzmugLmzzqe1DmBKqz3gQUJT/','_tq2mrybf','','','2014-05-20 17:13:53','',0,'_TQ2mrYbF'),(2193,'_23Q83zbL','$P$BWFpheOQywkFqXg.12HeHKb2kAAo8j0','_23q83zbl','','','2014-05-20 17:14:08','',0,'_23Q83zbL'),(2194,'_oOfy6Pfx','$P$ByyPRY6s.wuWOUMCScf9calKxmkMBh0','_oofy6pfx','','','2014-05-20 17:14:23','',0,'_oOfy6Pfx'),(2195,'_3MaGJnYl','$P$BfSq0NsWrau85XcmJALsj49elofUrL.','_3magjnyl','','','2014-05-20 17:14:37','',0,'_3MaGJnYl'),(2196,'_kWuukPew','$P$BVs57yVDB.c/UH4kp8rCvEiCAUgHpR0','_kwuukpew','','','2014-05-20 17:14:38','',0,'_kWuukPew'),(2197,'_EWGblDar','$P$BdE8B2EDvwPbzR6c.hRCq9uMkgEpsd.','_ewgbldar','','','2014-05-20 17:14:53','',0,'_EWGblDar'),(2198,'_sOZzdWNw','$P$BKzlM7beVJvarizpmEjigKnF9A/AqD0','_sozzdwnw','','','2014-05-20 17:15:08','',0,'_sOZzdWNw'),(2199,'_QrMVHzO2','$P$B0yjwAv8gR9bzT2Zb53riyePMXa29y1','_qrmvhzo2','','','2014-05-20 17:15:23','',0,'_QrMVHzO2'),(2200,'_BeNnpOVb','$P$BRPP3VIgJE.0E05D.GoR7C4e5cqj9D/','_bennpovb','','','2014-05-20 17:15:38','',0,'_BeNnpOVb'),(2201,'_9gKw4F4i','$P$B.hDLnH/RxVVgaGILt9xSh6F2.aStx0','_9gkw4f4i','','','2014-05-20 17:15:53','',0,'_9gKw4F4i'),(2202,'_nzY1WsWh','$P$BI5fA0vwfmG1GGAsvp9Y.YBeFoubAk/','_nzy1wswh','','','2014-05-20 17:16:08','',0,'_nzY1WsWh'),(2203,'_SDZJTRcl','$P$BWzss6k5ewUVlsrN42tWwqgNzR6SPS0','_sdzjtrcl','','','2014-05-20 17:16:23','',0,'_SDZJTRcl'),(2204,'_rZu7nEad','$P$BRK1oGfbHsHnB5lXJH6pbSKO84v5.j/','_rzu7nead','','','2014-05-20 17:16:24','',0,'_rZu7nEad'),(2205,'_btHfla8o','$P$BK15n17.Gloj3IpUAzbNEMTRfKlNjg.','_bthfla8o','','','2014-05-20 17:16:25','',0,'_btHfla8o'),(2206,'_1UTnBdBt','$P$B98yqbFFlP0IT9h3xDd8Y0iolPfPit/','_1utnbdbt','','','2014-05-20 17:16:37','',0,'_1UTnBdBt'),(2207,'_W2XME28t','$P$BSjWnDr6PCL4sF7nZwrCwQG2lSbkph.','_w2xme28t','','','2014-05-20 17:16:38','',0,'_W2XME28t'),(2208,'_jPlcx6vi','$P$B8ULehpiUNz96e1wfK6J8tAEljIAg10','_jplcx6vi','','','2014-05-20 17:16:53','',0,'_jPlcx6vi'),(2209,'_Xl0mWqjv','$P$ButUQz8kPzvXP.rUAELhhW97ynqp9l1','_xl0mwqjv','','','2014-05-20 17:17:08','',0,'_Xl0mWqjv'),(2210,'_f0UivK3I','$P$Bf07AWE26IRKx7XlRoLirQfoCaPcYZ1','_f0uivk3i','','','2014-05-20 17:17:23','',0,'_f0UivK3I'),(2211,'_9F4AvdDi','$P$Begq6.ZGr.fz1uYQpz36Hnw3yT76K4.','_9f4avddi','','','2014-05-20 17:17:38','',0,'_9F4AvdDi'),(2212,'_oRLIoHUh','$P$BwjR3uTgpr.oF0wrpEDyxFS7iOr6ZB.','_orliohuh','','','2014-05-20 17:17:53','',0,'_oRLIoHUh'),(2213,'_LXWBVxze','$P$BtQ1AxOcBAeFWf3kcbESG.cySH5c9L/','_lxwbvxze','','','2014-05-20 17:18:08','',0,'_LXWBVxze'),(2214,'_fPslMjEz','$P$BO0.3IJjiaREFbeO5uEJPo69erayDG1','_fpslmjez','','','2014-05-20 17:18:23','',0,'_fPslMjEz'),(2215,'_WNjZHqzl','$P$BelgTIGHdxFptl7YLrcVC/J.NXBVBj/','_wnjzhqzl','','','2014-05-20 17:18:37','',0,'_WNjZHqzl'),(2216,'_bzIN2kdT','$P$BQWCeYCtYV40IiLvJb87x8w/0w62QC.','_bzin2kdt','','','2014-05-20 17:18:38','',0,'_bzIN2kdT'),(2217,'_mQN2hMYO','$P$BmkTouZaPPS83pg/2rVFppsxLWqG8A/','_mqn2hmyo','','','2014-05-20 17:18:53','',0,'_mQN2hMYO'),(2218,'_YMyGJNcT','$P$BBKOsPeh16RN0D7RIDx/nNKzMfrskw1','_ymygjnct','','','2014-05-20 17:19:08','',0,'_YMyGJNcT'),(2219,'_yltnMPWW','$P$BGJGGyx5sGUaoEThXlpR.TZmYR8yMT1','_yltnmpww','','','2014-05-20 17:19:23','',0,'_yltnMPWW'),(2220,'_sEgZxRjK','$P$ByBJM86IMCKD/tqs77C.pFe.I8CChj1','_segzxrjk','','','2014-05-20 17:19:38','',0,'_sEgZxRjK'),(2221,'_EaI119rw','$P$B6k4hwCGhemjp1Zs8UlPfHahiRObh11','_eai119rw','','','2014-05-20 17:19:53','',0,'_EaI119rw'),(2222,'_qOn3mAdk','$P$Blfs0Ft/NILRgsWLM40GPSs7snNzGF1','_qon3madk','','','2014-05-20 17:20:08','',0,'_qOn3mAdk'),(2223,'_E8BJKbwr','$P$BL7f6RZefoU4zm/OrD7e9Ybn2/wuWF1','_e8bjkbwr','','','2014-05-20 17:20:23','',0,'_E8BJKbwr'),(2224,'_bBhJLClX','$P$BeJ.dAGESt45ApJGMRFeK5RDxEAZ5h/','_bbhjlclx','','','2014-05-20 17:20:38','',0,'_bBhJLClX'),(2225,'_Aoim2fLU','$P$B/PQ5oDr18u..ojNhc9g3a2Ycxal6W/','_aoim2flu','','','2014-05-20 17:20:53','',0,'_Aoim2fLU'),(2226,'_oDCbeSwV','$P$BW9I26Hzxejv3wJY8ymWJEYL4tkO.B1','_odcbeswv','','','2014-05-20 17:21:08','',0,'_oDCbeSwV'),(2227,'_mAgIEIvB','$P$ByTvDBYkx4kPWNmRHpp7/iYT8ihPBs.','_magieivb','','','2014-05-20 17:21:13','',0,'_mAgIEIvB'),(2228,'_5nfUlc8D','$P$BQoDfNG/NOkh2PfPKLwgiz9.u9oO4D1','_5nfulc8d','','','2014-05-20 17:21:14','',0,'_5nfUlc8D'),(2229,'_cG5TqMjL','$P$B/ATsD0lU9oBdEDMQlt3mrJimsvr5p.','_cg5tqmjl','','','2014-05-20 17:21:17','',0,'_cG5TqMjL'),(2230,'_3AhhRLHd','$P$BZkuv4EN56/esV.DfWK2Zjwljn.Ug6.','_3ahhrlhd','','','2014-05-20 17:21:45','',0,'_3AhhRLHd'),(2231,'_rbNWGGBW','$P$BjimcNw1fD2JL7qoLntrKUOiCuPIat0','_rbnwggbw','','','2014-05-20 17:21:49','',0,'_rbNWGGBW'),(2232,'_7xe8SJGV','$P$BUE1H9Vpbr6LMDzx/5ETY321n/NqjF0','_7xe8sjgv','','','2014-05-20 17:21:58','',0,'_7xe8SJGV'),(2233,'_eRgx3QEe','$P$BvyfknhV0ije9gYUKB9EBzY6vtsDan.','_ergx3qee','','','2014-05-20 17:21:59','',0,'_eRgx3QEe'),(2234,'_cXoAC5et','$P$B/etM90PwdiTtL4Kk1ZosdsMvWI29g1','_cxoac5et','','','2014-05-20 17:22:45','',0,'_cXoAC5et'),(2235,'_et7O6qDZ','$P$BBtqRAorP7MdLcwu6cB3atvh9hgYTi1','_et7o6qdz','','','2014-05-20 17:23:01','',0,'_et7O6qDZ'),(2236,'_gONCfiUO','$P$BgN1Aifmg4CtqAr9ui1L/WD.pdYCev0','_goncfiuo','','','2014-05-20 17:24:01','',0,'_gONCfiUO'),(2237,'_WgrXBNuQ','$P$B2UaQq/VXtX/1L6vPfAn2GHgG6XGX20','_wgrxbnuq','','','2014-05-20 17:24:14','',0,'_WgrXBNuQ'),(2238,'_Y9PTzftX','$P$BZhbvHyYNq8T6p8GssdD2kypIExdIo/','_y9ptzftx','','','2014-05-20 17:24:15','',0,'_Y9PTzftX'),(2239,'_RGAy6nXm','$P$BuUtjnq5OLBc8RkIV0gPmIZJdtTQ0n1','_rgay6nxm','','','2014-05-20 17:24:18','',0,'_RGAy6nXm'),(2240,'_otg15awd','$P$Bxoaeotp0JdTx6BWmlbENXEdJSM1Qg0','_otg15awd','','','2014-05-20 17:24:35','',0,'_otg15awd'),(2241,'_gA0HJOs6','$P$B711gXL/SmyclSzrPomUtHWv.xCxLK0','_ga0hjos6','','','2014-05-20 17:25:08','',0,'_gA0HJOs6'),(2242,'_diof9a1b','$P$BeTI2bNoY2MUuJsDvvSpUkazoCTdNY1','_diof9a1b','','','2014-05-20 17:25:36','',0,'_diof9a1b'),(2243,'_zR22cnyi','$P$BaZL8okuMpNubiFnf5oZTZXMcS0oWB.','_zr22cnyi','','','2014-05-20 17:25:50','',0,'_zR22cnyi'),(2244,'_i8UqRF68','$P$BzZYXh4nW9Ij2f6hPc1nL/Z3xh0oWm0','_i8uqrf68','','','2014-05-20 17:26:09','',0,'_i8UqRF68'),(2245,'_4NyXMY8d','$P$BQ6rlhxfU6ui6Lk/I6Uu9N8fCgp2k.0','_4nyxmy8d','','','2014-05-20 17:26:36','',0,'_4NyXMY8d'),(2246,'_eDVkz48i','$P$B5snJ01L68dBdBRtWiL5u45grS.ebg0','_edvkz48i','','','2014-05-20 17:26:50','',0,'_eDVkz48i'),(2247,'_wZDxTv0C','$P$BcWT7JBO.xp51mEJYww5aWYp.E/1ng/','_wzdxtv0c','','','2014-05-20 17:27:09','',0,'_wZDxTv0C'),(2248,'_lWodhhIr','$P$BEHdydt0j17F9jidKbK26KwqvZvAGm.','_lwodhhir','','','2014-05-20 17:27:37','',0,'_lWodhhIr'),(2249,'_fAwF1TzZ','$P$BJ7jTs3GJ7sziHCWOE/9dUzYEEK7zF0','_fawf1tzz','','','2014-05-20 17:27:39','',0,'_fAwF1TzZ'),(2250,'_nuXcK4Ow','$P$BgKBtCU66QCHRh2FrdSNqh931VErAL0','_nuxck4ow','','','2014-05-20 17:27:45','',0,'_nuXcK4Ow'),(2251,'_KZeq9KGA','$P$BviUNLVSioqVi.tEfYEj1Pdf1ZkyXI0','_kzeq9kga','','','2014-05-20 17:28:32','',0,'_KZeq9KGA'),(2252,'_TCTwEaBB','$P$BkC7XSNZd1XzbQYqkkTZC7jWRGy5Ti/','_tctweabb','','','2014-05-20 17:28:39','',0,'_TCTwEaBB'),(2253,'_1memwWYN','$P$B1SzqE7cYo5Y1GwfvNZNqvPsk40cEn/','_1memwwyn','','','2014-05-20 17:28:53','',0,'_1memwWYN'),(2254,'_6aofnOha','$P$BGw3KjCBdTT2GGSb6tAJFhoDtQ//b3.','_6aofnoha','','','2014-05-20 17:29:18','',0,'_6aofnOha'),(2255,'_ciIXneTB','$P$BYXpSMPuuJhM2CRMDuiSx4c5JypVNH0','_ciixnetb','','','2014-05-20 17:29:23','',0,'_ciIXneTB'),(2256,'_naLnfouJ','$P$Bc1VUkmL1MKY30d5./2HnEtQuC4auS0','_nalnfouj','','','2014-05-20 17:29:24','',0,'_naLnfouJ'),(2257,'_v6YyQuRC','$P$BAnMCcd71bngz69W7tORbUkR7L7zdZ.','_v6yyqurc','','','2014-05-20 17:29:37','',0,'_v6YyQuRC'),(2258,'_0XzMLbM2','$P$BRx2JlYBZgAsWkXFs.As/Dn/sUCIUk.','_0xzmlbm2','','','2014-05-20 17:29:38','',0,'_0XzMLbM2'),(2259,'_nk6hwyh9','$P$BPed0nEsJB1iGFDaxq1D7IQoCrMh7x1','_nk6hwyh9','','','2014-05-20 17:29:47','',0,'_nk6hwyh9'),(2260,'_El4Bx5lb','$P$B0Gli66Qeaq1bIysDnYIyllP/XCokr1','_el4bx5lb','','','2014-05-20 17:29:52','',0,'_El4Bx5lb'),(2261,'_OqpwjmJ8','$P$BQsAgqnTZRTZORPNnWVEuRRKzV7gfn/','_oqpwjmj8','','','2014-05-20 17:29:55','',0,'_OqpwjmJ8'),(2262,'_3Kra9VdG','$P$BgnettiPF48rBVVUi51cRLVGzgJqkk/','_3kra9vdg','','','2014-05-20 17:30:48','',0,'_3Kra9VdG'),(2263,'_JjjCejIm','$P$BSTFevi88K7Z/X1.JKbhL9sGhocbsO0','_jjjcejim','','','2014-05-20 17:30:51','',0,'_JjjCejIm'),(2264,'_VuK5vgYc','$P$BIzIqTa9QB/mwDH0SAapsy/L9o88RZ1','_vuk5vgyc','','','2014-05-20 17:31:06','',0,'_VuK5vgYc'),(2265,'_g8UXKbtX','$P$BDpneuCK5ZulzTn9mGMvEyOlvTL.Vj.','_g8uxkbtx','','','2014-05-20 17:31:11','',0,'_g8UXKbtX'),(2266,'_fbhr8Nwl','$P$Bflh4ygU/U3Y86Zdb1X58yuHTwQ4kR1','_fbhr8nwl','','','2014-05-20 17:31:49','',0,'_fbhr8Nwl'),(2267,'_28Ckwk1N','$P$B4Qdswr2DnFinll35etoZ.UVPn.Bc30','_28ckwk1n','','','2014-05-20 17:31:52','',0,'_28Ckwk1N'),(2268,'_unsnSgnu','$P$BTiELNd51QWKCKuR9JJ.rvnUZmNkWk/','_unsnsgnu','','','2014-05-20 17:32:40','',0,'_unsnSgnu'),(2269,'_1Zm6OrCS','$P$BSJyum9IsrDQDySuo6QI.5oufkJY5a0','_1zm6orcs','','','2014-05-20 17:32:41','',0,'_1Zm6OrCS'),(2270,'_5VOHrnFe','$P$BykvBcNHzQMZi0OudRmjLxxMWZ/aCv0','_5vohrnfe','','','2014-05-20 17:33:49','',0,'_5VOHrnFe'),(2271,'_LrTUl7HC','$P$BGFRtE3yOMG3a.i8lchQrMn86yD5oA.','_lrtul7hc','','','2014-05-20 17:34:53','',0,'_LrTUl7HC'),(2272,'_rB8vrchb','$P$BO9B.SOZswVnBF00Qd8NK0Y0WmL89i1','_rb8vrchb','','','2014-05-20 17:35:54','',0,'_rB8vrchb'),(2273,'_Qbf1HrLB','$P$BmYXmNkeOQ7AirTD3EntFl4JxhYS3n/','_qbf1hrlb','','','2014-05-20 17:35:59','',0,'_Qbf1HrLB'),(2274,'_gQzU8f45','$P$BhNyVxVycfWPprjd6kxTNz1YaJ4BpM1','_gqzu8f45','','','2014-05-20 17:37:04','',0,'_gQzU8f45'),(2275,'_rYFfarmp','$P$Bnqcp8opQOWovKXmkLGnGHKXi4Brql.','_ryffarmp','','','2014-05-20 17:37:17','',0,'_rYFfarmp'),(2276,'_ucqkcjLW','$P$BgIlcTSdtmGqMoaeCMVrO6Dh1nU4eg.','_ucqkcjlw','','','2014-05-20 17:37:18','',0,'_ucqkcjLW'),(2277,'_KeHkdxJE','$P$BdvoKeDSxzYH.Zv8wMjC2u8kYF5/fo.','_kehkdxje','','','2014-05-20 17:37:18','',0,'_KeHkdxJE'),(2278,'_9fo7yDUT','$P$B3.I9eTBepwAJuu0ZFTEpMCr2KjPoz0','_9fo7ydut','','','2014-05-20 17:38:23','',0,'_9fo7yDUT'),(2279,'_yfkUa2sm','$P$BdEe7pRM2ROGkCNE9.LLrrj.niPVz8.','_yfkua2sm','','','2014-05-20 17:38:26','',0,'_yfkUa2sm'),(2280,'_ckwshUTJ','$P$BNbh9NiRaCJO0mECsWMzaCyq9sTLfE0','_ckwshutj','','','2014-05-20 17:38:27','',0,'_ckwshUTJ'),(2281,'_NsF7iaAX','$P$BeYuUu0tPEy70FMdkuUE/xPbYmU9z30','_nsf7iaax','','','2014-05-20 17:38:34','',0,'_NsF7iaAX'),(2282,'_vZuHI6ea','$P$B9eC8mY17l0KW4DzHytbw9451MefEH0','_vzuhi6ea','','','2014-05-20 17:38:39','',0,'_vZuHI6ea'),(2283,'_INCFlw9u','$P$BaDUMEjTY1a9VtHwMbYixAqavZN7Zq1','_incflw9u','','','2014-05-20 17:39:29','',0,'_INCFlw9u'),(2284,'_HtEGKQaB','$P$Bl0DX67cBSaBDSDQAV9urGB488Xmg71','_htegkqab','','','2014-05-20 17:40:29','',0,'_HtEGKQaB'),(2285,'_3DpARuDl','$P$BiMgJmPpNpoHWkNUTAMx./GFZL1N3j1','_3dparudl','','','2014-05-20 17:41:29','',0,'_3DpARuDl'),(2286,'_9kEu7qZV','$P$B/gfz7o8dr.h3tQXoPTsT.Cf2xhXX7/','_9keu7qzv','','','2014-05-20 17:42:29','',0,'_9kEu7qZV'),(2287,'_QAJDs6Mm','$P$BLx5sToQN8zsFpBsw02lqAcUf.1pWL1','_qajds6mm','','','2014-05-20 17:42:30','',0,'_QAJDs6Mm'),(2288,'_LAZpcZ5L','$P$BZQM0KrifAZVJ5jK65owyQt9DbiuL1/','_lazpcz5l','','','2014-05-20 17:43:26','',0,'_LAZpcZ5L'),(2289,'_yjghK3xp','$P$BYyuiJE1mqk/R4CmMwq.F5rVnTru3R1','_yjghk3xp','','','2014-05-20 17:43:27','',0,'_yjghK3xp'),(2290,'_qVq98YGl','$P$B5IAuIMUHxz.2yzjzdaiQBKWenAK3..','_qvq98ygl','','','2014-05-20 17:44:22','',0,'_qVq98YGl'),(2291,'_mOOFBVr6','$P$BuwRqCJPEeOG3UA3Gm16XMCYkLZ6ye0','_moofbvr6','','','2014-05-20 17:44:24','',0,'_mOOFBVr6'),(2292,'_EZd1L3Ep','$P$BEzRrSVkrtXUx53IgyUlYF.vFbJtxi1','_ezd1l3ep','','','2014-05-20 17:45:08','',0,'_EZd1L3Ep'),(2293,'_Vi88FMGD','$P$BkvMrVW5hfMFVUGMXA06bk1DAXWrDp0','_vi88fmgd','','','2014-05-20 17:45:09','',0,'_Vi88FMGD'),(2294,'_an0tvoP8','$P$B5x7GgDY6IbXl5WG5AjqhhNadUQLpW.','_an0tvop8','','','2014-05-20 17:45:26','',0,'_an0tvoP8'),(2295,'_IED4tUxn','$P$B2ry/iSIBNoapx3DPpxxbGsSeqmvOT1','_ied4tuxn','','','2014-05-20 17:45:27','',0,'_IED4tUxn'),(2296,'_SObKbYVY','$P$B0yar.5OHrFpmYdhraaGGWTb/GU3m4.','_sobkbyvy','','','2014-05-20 17:45:43','',0,'_SObKbYVY'),(2297,'_iIO57CUQ','$P$Bf.xejcxHBm5eBJvyj1tbsGRbZltNM1','_iio57cuq','','','2014-05-20 17:45:45','',0,'_iIO57CUQ'),(2298,'_nXpfKXZU','$P$BzKXdBg67gjdlXE61KRTj9lYKaMa2h/','_nxpfkxzu','','','2014-05-20 17:45:56','',0,'_nXpfKXZU'),(2299,'_BpVhrTzi','$P$BiQSFdshJq0x.1H6tW.nnKoA1NVTE60','_bpvhrtzi','','','2014-05-20 17:45:58','',0,'_BpVhrTzi'),(2300,'_EdsxBwSX','$P$BYKb3.ZvLh.Ylv/DlNR21bTWSLYQOJ/','_edsxbwsx','','','2014-05-20 17:46:24','',0,'_EdsxBwSX'),(2301,'_RjxtUJA6','$P$BluC9FGFL.LN.Epay11XJ0PCQW6TxU1','_rjxtuja6','','','2014-05-20 17:46:41','',0,'_RjxtUJA6'),(2302,'_VCPAWkad','$P$BlEM62QGtPQNpQkGUtkLs62B2rOYU1.','_vcpawkad','','','2014-05-20 17:46:56','',0,'_VCPAWkad'),(2303,'_x8K9ArWv','$P$BjxYJf8VP0TbGOmu9AYY/Dyn.rBJBF0','_x8k9arwv','','','2014-05-20 17:46:59','',0,'_x8K9ArWv'),(2304,'_VUPp6na6','$P$B9e3m5ChVXkvok8miqXzUsORDJqihq0','_vupp6na6','','','2014-05-20 17:47:06','',0,'_VUPp6na6'),(2305,'_oximCV4h','$P$BNPMJt6ZEBQzw0OoRt0dYK61sae7qO.','_oximcv4h','','','2014-05-20 17:47:07','',0,'_oximCV4h'),(2306,'_vrQB5Vqk','$P$B2gCzBJCQu/u66st7D7PMblOPK9.fv0','_vrqb5vqk','','','2014-05-20 17:47:20','',0,'_vrQB5Vqk'),(2307,'_neX97BWE','$P$Bpu1eZeuAc4L2.qOoW4M1Yvi6ekLDy0','_nex97bwe','','','2014-05-20 17:47:23','',0,'_neX97BWE'),(2308,'_Kd8BDtNe','$P$BeASPGdoTUAllGtLESC/qskr4mIGVP0','_kd8bdtne','','','2014-05-20 17:47:25','',0,'_Kd8BDtNe'),(2309,'_D59QkYkL','$P$BOCtP7Xbqn3QX6bhV/LO84BMO/QWZa.','_d59qkykl','','','2014-05-20 17:47:31','',0,'_D59QkYkL'),(2310,'_Z1CTZR72','$P$BUkbKwlcKXSx7AhBJrfIQ7hWrl0FU31','_z1ctzr72','','','2014-05-20 17:47:38','',0,'_Z1CTZR72'),(2311,'_IsC2FOG3','$P$BJTSxro7voqVk8wyML6CJG1O8XCCvY.','_isc2fog3','','','2014-05-20 17:47:53','',0,'_IsC2FOG3'),(2312,'_O61603Zf','$P$BwWBSefwUAWDlY/WMOlaQCYem2CBfT/','_o61603zf','','','2014-05-20 17:47:59','',0,'_O61603Zf'),(2313,'_csxpAvBt','$P$B0ERTZsO/Jr3HFWdxAqrWiL.8p8m.L0','_csxpavbt','','','2014-05-20 17:48:01','',0,'_csxpAvBt'),(2314,'_38S8ABZl','$P$BW52Ok85qFyVkxeIMSvpDzx5X3yRtX0','_38s8abzl','','','2014-05-20 17:48:02','',0,'_38S8ABZl'),(2315,'_tBnttV6I','$P$BC1oVYl3yUaRTGKAXEC3whDZ3zy7qY/','_tbnttv6i','','','2014-05-20 17:48:04','',0,'_tBnttV6I'),(2316,'_TFP1nUHJ','$P$BGpwPEfS5C0.dlzSfNwSRMAlLMynuX.','_tfp1nuhj','','','2014-05-20 17:48:18','',0,'_TFP1nUHJ'),(2317,'_UnEZceIA','$P$BHJJ59X9pNqvx8LCRHokWRZs8HjEo21','_unezceia','','','2014-05-20 17:48:27','',0,'_UnEZceIA'),(2318,'_bpoYCbBl','$P$BqV84zAOcSJD92icyBc5f8iPGjLaQC0','_bpoycbbl','','','2014-05-20 17:48:28','',0,'_bpoYCbBl'),(2319,'_oN8rg2Zg','$P$BVLHvAwCvR/zxSIoM.9CLimu7acY4F.','_on8rg2zg','','','2014-05-20 17:48:30','',0,'_oN8rg2Zg'),(2320,'_A1eyP0ym','$P$BSREGslZyV59FQRjXw7KlouvJFhFgQ1','_a1eyp0ym','','','2014-05-20 17:48:45','',0,'_A1eyP0ym'),(1704,'_3hAr9PV0','$P$BWvMDX7DlxX1FjEYUKVdirW3QIBAsX.','_3har9pv0','','','2014-05-19 13:02:52','',0,'_3hAr9PV0'),(2345,'_HYRRRTY9','$P$B1xQVZI/EyDMBtEeZqpWyBDskt7xTb/','_hyrrrty9','','','2014-05-20 17:50:53','',0,'_HYRRRTY9'),(1732,'_rq3lpgXB','$P$BLoCaYfYLBeq3oVFnseLNUHkjSUu8j/','_rq3lpgxb','','','2014-05-20 15:40:50','',0,'_rq3lpgXB'),(1731,'_lLvMCI7N','$P$BF7HACUdEP0XSEuZ3Mnu2dVH5mXahf0','_llvmci7n','','','2014-05-20 15:40:35','',0,'_lLvMCI7N'),(1730,'_ItuKmdCi','$P$BJuF2K1d7ogMl8TbAhl5uEr9NRIcxN.','_itukmdci','','','2014-05-20 15:40:21','',0,'_ItuKmdCi'),(1729,'_b8wEvlBm','$P$Ba6/z3Ve0pPhEg/6CmZC1dZDBZVh6Y/','_b8wevlbm','','','2014-05-20 15:40:18','',0,'_b8wEvlBm'),(1728,'_05ZkmXS6','$P$BEM6Af6cMrhc2WWs9G4qYOYwdkMlsX.','_05zkmxs6','','','2014-05-20 15:40:17','',0,'_05ZkmXS6'),(1727,'_PIgV0b2i','$P$BsWTVLbP.sZ7XELyXOipefSbFXeB5c1','_pigv0b2i','','','2014-05-20 15:40:03','',0,'_PIgV0b2i'),(1726,'_WDjVuqaK','$P$BWY/rGkv4bi20KSfAGX9bxY06x4pDC0','_wdjvuqak','','','2014-05-20 15:39:46','',0,'_WDjVuqaK'),(1724,'_vO86tbZv','$P$BRO4ge36Em0XPZ9IbOd4B4mndw6skx0','_vo86tbzv','','','2014-05-20 14:48:24','',0,'_vO86tbZv'),(1723,'_GqUI0qSH','$P$BHbiloGPvCHowvhYokzvDeAm7O4rrq1','_gqui0qsh','','','2014-05-20 14:48:15','',0,'_GqUI0qSH'),(1722,'_StrWtwbL','$P$B/fqz4Q4oEin7SkabpTUjdQbK9ZpUf/','_strwtwbl','','','2014-05-20 14:48:09','',0,'_StrWtwbL'),(1721,'_4Yh00eSd','$P$Bhy4iUwQRqMjKGM/MelciIKaunHjmu1','_4yh00esd','','','2014-05-20 14:48:08','',0,'_4Yh00eSd'),(1720,'_xLeGUkjh','$P$BZZo9NlEOhj6kC8LqsD4.TYuuuvkxO1','_xlegukjh','','','2014-05-20 14:30:17','',0,'_xLeGUkjh'),(1719,'_XwCPQJYN','$P$B99.fKf8i3V2IZwvh6uKlLPEQxrveM1','_xwcpqjyn','','','2014-05-20 03:09:18','',0,'_XwCPQJYN'),(1718,'_jY5fKUQY','$P$B5eCsTOgsMES/fg.rijKxro78Qv5dh.','_jy5fkuqy','','','2014-05-20 03:09:18','',0,'_jY5fKUQY'),(1717,'_eTrawguJ','$P$BAIuUsXoWAPJcfG4ZaO5mKgsOCfRuK/','_etrawguj','','','2014-05-19 19:53:34','',0,'_eTrawguJ'),(1716,'_Qtwplszr','$P$ByoasfZBI7hRsFq7J7wfP0.qkFjikC.','_qtwplszr','','','2014-05-19 18:34:54','',0,'_Qtwplszr'),(1725,'_DOVRClBt','$P$BWUPyO2LF6Hzq/YltIdnxtslDk6.o//','_dovrclbt','','','2014-05-20 15:36:30','',0,'_DOVRClBt'),(1714,'_FI2r5kuM','$P$B8jcBmHkB.LBLEPiG8J4wfY6oJZ/Ej0','_fi2r5kum','','','2014-05-19 15:32:00','',0,'_FI2r5kuM'),(1713,'_fSeBNUWY','$P$BPh6ayEbYqF3PYBXC84oIubNQS1KUl.','_fsebnuwy','','','2014-05-19 15:27:15','',0,'_fSeBNUWY'),(1712,'_W9PExDDK','$P$B8CT9dxDAE3NtRPtfL1TOd1RS5i97a1','_w9pexddk','','','2014-05-19 15:26:01','',0,'_W9PExDDK'),(1711,'_IQjszl1i','$P$BZXoTJlscsRJGkEFt2sqY6gA0.Sa0e/','_iqjszl1i','','','2014-05-19 14:52:50','',0,'_IQjszl1i'),(1710,'_wgvxYcNF','$P$BK5CO.QuWIe8cxmSy6qsocrS9JeSXv/','_wgvxycnf','','','2014-05-19 14:50:23','',0,'_wgvxYcNF'),(1709,'_8XogXyYs','$P$BDcwC/xDGeZpRceP6y9isaeFA7clTm.','_8xogxyys','','','2014-05-19 14:49:40','',0,'_8XogXyYs'),(1708,'_ATTVFraG','$P$B9A8L9M4P81L/YjDpPGq8uSPCxJuR6/','_attvfrag','','','2014-05-19 14:49:40','',0,'_ATTVFraG'),(1707,'_vUVUwiha','$P$BjQb13M5GMWDrMYJiGU7fs1duMq2WC/','_vuvuwiha','','','2014-05-19 13:12:12','',0,'_vUVUwiha'),(1706,'_wIddO6HZ','$P$BwEwLWLCIF6egbXRGgCnTZAHO910NB/','_widdo6hz','','','2014-05-19 13:07:45','',0,'_wIddO6HZ'),(1705,'_keGcZtH9','$P$Bd8TUrl37i1PV9TUN07M8g.tF1TGwT0','_kegczth9','','','2014-05-19 13:07:44','',0,'_keGcZtH9'),(2339,'_jhCQUlqE','$P$BDJcyavix.ZgvKQFsbX9bBAr.9qOWU/','_jhcqulqe','','','2014-05-20 17:49:59','',0,'_jhCQUlqE'),(2340,'_yPRnxLZU','$P$B5yTrn72FmKKr2hfceQl2o5Pi6f6wc/','_yprnxlzu','','','2014-05-20 17:50:00','',0,'_yPRnxLZU'),(2341,'_mcX98yEC','$P$B4DWftsfB8qiohg1FA.TN5voGvXmnP/','_mcx98yec','','','2014-05-20 17:50:15','',0,'_mcX98yEC'),(2342,'_o6mkvbmp','$P$BXluuYFTrayVD.E/btUqHiXza8aDYD.','_o6mkvbmp','','','2014-05-20 17:50:30','',0,'_o6mkvbmp'),(2343,'_Aa42nnDk','$P$BQwqJLv5jlB07E.99QYFVSWJEJdNz81','_aa42nndk','','','2014-05-20 17:50:36','',0,'_Aa42nnDk'),(2344,'_aUlfKQac','$P$Bwd299JEawXsunJOUQlzrTTGHcDtN50','_aulfkqac','','','2014-05-20 17:50:45','',0,'_aUlfKQac'),(2346,'_bKp2Xxux','$P$BsD/82ECJFssKLHkDQEi2UylIVAQa20','_bkp2xxux','','','2014-05-20 17:50:56','',0,'_bKp2Xxux'),(2347,'_nZX1MzY4','$P$Bqn5g2vX2DNDF29qO79fIGhvfAs179.','_nzx1mzy4','','','2014-05-20 17:51:10','',0,'_nZX1MzY4'),(2348,'_FUCDCUI0','$P$BMmlHxjRb7OAeMtlZ3kBbe.rvF95ae0','_fucdcui0','','','2014-05-20 17:51:15','',0,'_FUCDCUI0'),(2349,'_XlBE8t9L','$P$BoPhi3JCEwVYNQssP7UE.3oieIcJ0D.','_xlbe8t9l','','','2014-05-20 17:51:16','',0,'_XlBE8t9L'),(2350,'_QhSiNf8N','$P$BQ2UtE2R75P/UF.zQyFYnLBHAvYwJC.','_qhsinf8n','','','2014-05-20 17:51:19','',0,'_QhSiNf8N'),(2351,'_259PyqS5','$P$BiNoT3.3IG8dAVM7ZPuwFnw4Qa0Zoq/','_259pyqs5','','','2014-05-20 17:51:19','',0,'_259PyqS5'),(2352,'_oXx7JSgL','$P$Bz0FtfNA2ziFN4qmRpE3Qk4La0MwAm0','_oxx7jsgl','','','2014-05-20 17:51:25','',0,'_oXx7JSgL'),(2353,'_SbUXjTuM','$P$Bcd7.nZZbthe68cAcEex4Gssspphob0','_sbuxjtum','','','2014-05-20 17:51:41','',0,'_SbUXjTuM'),(2354,'_ITf3SFHQ','$P$BYQAFztno4Z03F11CGmwVzRo/4G0Uy1','_itf3sfhq','','','2014-05-20 17:51:45','',0,'_ITf3SFHQ'),(2355,'_Aum3ewzi','$P$BoaIjp7GXrHld9ecmekqyOeUSqVHON0','_aum3ewzi','','','2014-05-20 17:51:46','',0,'_Aum3ewzi'),(2356,'_lWCfjulo','$P$B934/DGqV2K.x4oW.5/X0m.smbP.im0','_lwcfjulo','','','2014-05-20 17:51:48','',0,'_lWCfjulo'),(2357,'_rL0LtE8a','$P$BgmPmtw/53opQEyveG5R53Qh3XmkoE0','_rl0lte8a','','','2014-05-20 17:51:49','',0,'_rL0LtE8a'),(2358,'_lMDCsukD','$P$B3Sl7r2/eV/uPOHAnKOLDWXXVRhhUg/','_lmdcsukd','','','2014-05-20 17:51:53','',0,'_lMDCsukD'),(2359,'_45XHiCUt','$P$B.RC2JdjUbrFfzdUZYpjiqvcjmFEGx/','_45xhicut','','','2014-05-20 17:52:10','',0,'_45XHiCUt'),(2360,'_mqZubo98','$P$Bbh.1osXIPiMIXnY4N3AYLcHNv9q7i1','_mqzubo98','','','2014-05-20 17:52:11','',0,'_mqZubo98'),(2361,'_n0mgQm8K','$P$BGsegPZcvQSLLMNbHpZC/oraN3.S5l0','_n0mgqm8k','','','2014-05-20 17:52:25','',0,'_n0mgQm8K'),(2362,'_bgBj3Rov','$P$BFeABa/DzmR3TmUKWLFBb/UGCI.TGs.','_bgbj3rov','','','2014-05-20 17:52:43','',0,'_bgBj3Rov'),(2363,'_opAAFFHi','$P$BuzUFFD1lZQyEmX7QjuwZB.W6bDW4F/','_opaaffhi','','','2014-05-20 17:52:58','',0,'_opAAFFHi'),(2364,'_tDk6IEAq','$P$BnqIPdcYp7pMHlgwAG.aL9ILX.MJmu/','_tdk6ieaq','','','2014-05-20 17:53:07','',0,'_tDk6IEAq'),(2365,'_DuEEP6Sg','$P$BFj59WEZwpJpHzv9vLq9EtH9UNXooD.','_dueep6sg','','','2014-05-20 17:53:08','',0,'_DuEEP6Sg'),(2366,'_GrF10olR','$P$BWkHBMvR2/ojyGRkpSoQ7qmLjt7lEL/','_grf10olr','','','2014-05-20 17:53:11','',0,'_GrF10olR'),(2367,'_OWheY81L','$P$BUJIumLkmm2w7LBPs3oP4xd3e26xFx.','_owhey81l','','','2014-05-20 17:53:14','',0,'_OWheY81L'),(2368,'_yyXsDAsE','$P$BosU3xxmwWIyE98Z46pXJo7dHmVmWE0','_yyxsdase','','','2014-05-20 17:53:22','',0,'_yyXsDAsE'),(2369,'_RH9tSjyv','$P$BzzbkGIBNvuHEQ0NWrn8oDXF7PI4IN0','_rh9tsjyv','','','2014-05-20 17:53:34','',0,'_RH9tSjyv'),(2370,'_ifNeuutD','$P$BucnzBTf6fsLhUGqVvNBsa98q7ooyr.','_ifneuutd','','','2014-05-20 17:53:35','',0,'_ifNeuutD'),(2371,'_9ETbwapW','$P$BhmJh1zI6hWqcKiDifKR24xnj54aO50','_9etbwapw','','','2014-05-20 17:53:37','',0,'_9ETbwapW'),(2372,'_DsdKYb87','$P$B61L4yi1DR8zV.Dhu1sw9BUc3KfUZz/','_dsdkyb87','','','2014-05-20 17:53:38','',0,'_DsdKYb87'),(2373,'_EDs2z6uB','$P$Bfl6eoR5gz7wwHeZ6oC0gwa7jNJr10/','_eds2z6ub','','','2014-05-20 17:53:42','',0,'_EDs2z6uB'),(2374,'_U4opmBay','$P$BD9Czi/WafuBM5wWODx/wRkRLR7sb10','_u4opmbay','','','2014-05-20 17:53:59','',0,'_U4opmBay'),(2375,'_aAjSGcQc','$P$BYklRosqYxpURYyJ6uJIFH3basUUeF.','_aajsgcqc','','','2014-05-20 17:54:09','',0,'_aAjSGcQc'),(2376,'_xn8vibKQ','$P$BmMGCUQZTF.Mm28viUuTZCAQckIsUW.','_xn8vibkq','','','2014-05-20 17:54:10','',0,'_xn8vibKQ'),(2377,'_BGxPrE9E','$P$BxG4KCPbqTFwtEPGRwazQxBZdGgn2C1','_bgxpre9e','','','2014-05-20 17:54:12','',0,'_BGxPrE9E'),(2378,'_Zg6yy6hS','$P$BXR5eGI5KDfJn2sgrq2dYo8hsd.1.E.','_zg6yy6hs','','','2014-05-20 17:54:13','',0,'_Zg6yy6hS'),(2379,'_u9TNMJKQ','$P$BfAp6Zu6OmZpMwAbbgarvL.eDg6iJ//','_u9tnmjkq','','','2014-05-20 17:54:16','',0,'_u9TNMJKQ'),(2380,'_HYrv8Tjp','$P$B0XbyovoYcSRP6HhXz46a4ZoX3lJL01','_hyrv8tjp','','','2014-05-20 17:54:22','',0,'_HYrv8Tjp'),(2381,'_U2843BJa','$P$BAKGd3gZhFlFiZbXrcLTGAa5RpMXc40','_u2843bja','','','2014-05-20 17:54:26','',0,'_U2843BJa'),(2382,'_mm2FQcdL','$P$Bj3HUbSIaJ/c11yXyOHcda6z3JHMsJ1','_mm2fqcdl','','','2014-05-20 17:54:27','',0,'_mm2FQcdL'),(2383,'_PEKTGNP5','$P$BCFx9vzhSjgDagFWgnvHZECuO.UP9o1','_pektgnp5','','','2014-05-20 17:54:28','',0,'_PEKTGNP5'),(2384,'_qhxvx8nh','$P$BM2bryboMYKO00F/P69weZgpHcpg6Y0','_qhxvx8nh','','','2014-05-20 17:54:29','',0,'_qhxvx8nh'),(2385,'_dXBJ87Bf','$P$BHB4a9xtNaJwl/hQlYYJylqHV.SjR7/','_dxbj87bf','','','2014-05-20 17:54:30','',0,'_dXBJ87Bf'),(2386,'_aMFayE1j','$P$B/Sb78Lb3UgakhYpUYDPnWNacExKDX1','_amfaye1j','','','2014-05-20 17:54:31','',0,'_aMFayE1j'),(2387,'_ph9hhXZk','$P$Be.Xzz.di/qr2N4IM/WtxR0bD6PTuh0','_ph9hhxzk','','','2014-05-20 19:08:16','',0,'_ph9hhXZk'),(2388,'_0tXSv0et','$P$BfJ3a2x7YKMpyuFYWQrhrJwEqDVJ6p/','_0txsv0et','','','2014-05-20 19:08:16','',0,'_0tXSv0et'),(2389,'_RMCyG33v','$P$Blcd1m6U8jz5h/Ff/ejPap7y2XN8V3.','_rmcyg33v','','','2014-05-20 19:08:17','',0,'_RMCyG33v'),(2390,'_dD98VNzh','$P$B0tLDXTo1nH/44hImDVZ/AxSrgLGbS1','_dd98vnzh','','','2014-05-20 19:08:17','',0,'_dD98VNzh'),(2391,'_ZxzGkqg8','$P$B5cL0TVd1ZBxKX8wcbb6/e0T.IrTO5.','_zxzgkqg8','','','2014-05-20 19:08:18','',0,'_ZxzGkqg8'),(2392,'_9LXMMLc6','$P$BKHBBUWXGyIEQZmNMJFwwvqXT6CLqk0','_9lxmmlc6','','','2014-05-20 19:08:40','',0,'_9LXMMLc6'),(2393,'_IUuA3i33','$P$BnVY58jtMHvfR0NYTZ8/QXji.SBfET.','_iuua3i33','','','2014-05-20 19:08:41','',0,'_IUuA3i33'),(2394,'_Bq3erZF7','$P$Bi073/cZLbpsJcBCjmUpyrYMfokmte.','_bq3erzf7','','','2014-05-20 19:08:43','',0,'_Bq3erZF7'),(2395,'_oTO59sKM','$P$BOPu68gg/YORKKt/FMkuUoggYGm9LY.','_oto59skm','','','2014-05-20 19:08:43','',0,'_oTO59sKM'),(2396,'_pqOHQoLv','$P$BVuA4mFcud5aMxf7QCzxZGC3bjCniA1','_pqohqolv','','','2014-05-20 19:11:25','',0,'_pqOHQoLv'),(2397,'_Jrpaffw1','$P$BCa3HieWEc2X8CKzaKB7wFPceoZth8/','_jrpaffw1','','','2014-05-20 19:11:53','',0,'_Jrpaffw1'),(2398,'_Ta9WT5Mq','$P$BV01o8iA310hwXX93tMs0cDp8hlHQS0','_ta9wt5mq','','','2014-05-20 19:12:00','',0,'_Ta9WT5Mq'),(2399,'_Pb5nazew','$P$BPzx3cIjcOsSCuhScO05rggXaB/zO0/','_pb5nazew','','','2014-05-20 19:12:00','',0,'_Pb5nazew'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_also_bought` -- DROP TABLE IF EXISTS `wp_wpsc_also_bought`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpsc_also_bought` ( `id` bigint(20) unsigned NOT NULL auto_increment, `selected_product` bigint(20) unsigned NOT NULL default '0', `associated_product` bigint(20) unsigned NOT NULL default '0', `quantity` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpsc_also_bought` -- LOCK TABLES `wp_wpsc_also_bought` WRITE; /*!40000 ALTER TABLE `wp_wpsc_also_bought` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpsc_also_bought` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_cart_contents` -- DROP TABLE IF EXISTS `wp_wpsc_cart_contents`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpsc_cart_contents` ( `id` bigint(20) unsigned NOT NULL auto_increment, `prodid` bigint(20) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `purchaseid` bigint(20) unsigned NOT NULL default '0', `price` decimal(11,2) NOT NULL default '0.00', `pnp` decimal(11,2) NOT NULL default '0.00', `tax_charged` decimal(11,2) NOT NULL default '0.00', `gst` decimal(11,2) NOT NULL default '0.00', `quantity` int(10) unsigned NOT NULL default '0', `donation` varchar(1) NOT NULL default '0', `no_shipping` varchar(1) NOT NULL default '0', `custom_message` text NOT NULL, `files` text NOT NULL, `meta` longtext, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpsc_cart_contents` -- LOCK TABLES `wp_wpsc_cart_contents` WRITE; /*!40000 ALTER TABLE `wp_wpsc_cart_contents` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpsc_cart_contents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_cart_item_meta` -- DROP TABLE IF EXISTS `wp_wpsc_cart_item_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpsc_cart_item_meta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `wpsc_cart_item_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, `meta_timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`meta_id`), KEY `meta_key` (`meta_key`(191)), KEY `meta_value` (`meta_value`(20)), KEY `meta_key_and_value` (`meta_key`(191),`meta_value`(32)), KEY `meta_timestamp_index` (`meta_timestamp`), KEY `wpsc_cart_item_id` (`wpsc_cart_item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpsc_cart_item_meta` -- LOCK TABLES `wp_wpsc_cart_item_meta` WRITE; /*!40000 ALTER TABLE `wp_wpsc_cart_item_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpsc_cart_item_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_checkout_forms` -- DROP TABLE IF EXISTS `wp_wpsc_checkout_forms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpsc_checkout_forms` ( `id` bigint(20) unsigned NOT NULL auto_increment, `name` text NOT NULL, `type` varchar(64) NOT NULL default '', `mandatory` varchar(1) NOT NULL default '0', `display_log` char(1) NOT NULL default '0', `default` varchar(128) NOT NULL default '0', `active` varchar(1) NOT NULL default '1', `checkout_order` int(10) unsigned NOT NULL default '0', `unique_name` varchar(255) NOT NULL default '', `options` longtext, `checkout_set` varchar(64) NOT NULL default '0', PRIMARY KEY (`id`), KEY `checkout_order` (`checkout_order`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpsc_checkout_forms` -- LOCK TABLES `wp_wpsc_checkout_forms` WRITE; /*!40000 ALTER TABLE `wp_wpsc_checkout_forms` DISABLE KEYS */; INSERT INTO `wp_wpsc_checkout_forms` VALUES (1,'Your billing/contact details','heading','0','0','1','1',1,'',NULL,'0'),(2,'First Name','text','1','1','1','1',2,'billingfirstname',NULL,'0'),(3,'Last Name','text','1','1','1','1',3,'billinglastname',NULL,'0'),(4,'Address','address','1','0','1','1',4,'billingaddress',NULL,'0'),(5,'City','city','1','0','1','1',5,'billingcity',NULL,'0'),(6,'State','text','0','0','1','1',6,'billingstate',NULL,'0'),(7,'Country','country','1','0','1','1',7,'billingcountry',NULL,'0'),(8,'Postal Code','text','0','0','1','1',8,'billingpostcode',NULL,'0'),(9,'Email','email','1','1','1','1',9,'billingemail',NULL,'0'),(10,'Shipping Address','heading','0','0','1','1',10,'delivertoafriend',NULL,'0'),(11,'First Name','text','0','0','1','1',11,'shippingfirstname',NULL,'0'),(12,'Last Name','text','0','0','1','1',12,'shippinglastname',NULL,'0'),(13,'Address','address','0','0','1','1',13,'shippingaddress',NULL,'0'),(14,'City','city','0','0','1','1',14,'shippingcity',NULL,'0'),(15,'State','text','0','0','1','1',15,'shippingstate',NULL,'0'),(16,'Country','delivery_country','0','0','1','1',16,'shippingcountry',NULL,'0'),(17,'Postal Code','text','0','0','1','1',17,'shippingpostcode',NULL,'0'),(18,'Phone','text','1','0','','1',8,'billingphone',NULL,'0'); /*!40000 ALTER TABLE `wp_wpsc_checkout_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_claimed_stock` -- DROP TABLE IF EXISTS `wp_wpsc_claimed_stock`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpsc_claimed_stock` ( `product_id` bigint(20) unsigned NOT NULL default '0', `variation_stock_id` bigint(20) unsigned NOT NULL default '0', `stock_claimed` float NOT NULL, `last_activity` datetime NOT NULL, `cart_id` varchar(255) NOT NULL default '0', `cart_submitted` varchar(1) NOT NULL default '0', UNIQUE KEY `unique_key` (`product_id`,`variation_stock_id`,`cart_id`), KEY `last_activity` (`last_activity`), KEY `cart_submitted` (`cart_submitted`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpsc_claimed_stock` -- LOCK TABLES `wp_wpsc_claimed_stock` WRITE; /*!40000 ALTER TABLE `wp_wpsc_claimed_stock` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpsc_claimed_stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_coupon_codes` -- DROP TABLE IF EXISTS `wp_wpsc_coupon_codes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpsc_coupon_codes` ( `id` bigint(20) unsigned NOT NULL auto_increment, `coupon_code` varchar(255) default '', `value` decimal(11,2) NOT NULL default '0.00', `is-percentage` char(1) NOT NULL default '0', `use-once` char(1) NOT NULL default '0', `is-used` char(1) NOT NULL default '0', `active` char(1) NOT NULL default '1', `every_product` varchar(255) NOT NULL default '', `start` datetime NOT NULL, `expiry` datetime NOT NULL, `condition` text, PRIMARY KEY (`id`), KEY `coupon_code` (`coupon_code`), KEY `active` (`active`), KEY `start` (`start`), KEY `expiry` (`expiry`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpsc_coupon_codes` -- LOCK TABLES `wp_wpsc_coupon_codes` WRITE; /*!40000 ALTER TABLE `wp_wpsc_coupon_codes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpsc_coupon_codes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_currency_list` -- DROP TABLE IF EXISTS `wp_wpsc_currency_list`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpsc_currency_list` ( `id` bigint(20) unsigned NOT NULL auto_increment, `country` varchar(255) NOT NULL default '', `isocode` char(2) default '', `currency` varchar(255) NOT NULL default '', `symbol` varchar(10) NOT NULL default '', `symbol_html` varchar(10) NOT NULL default '', `code` char(3) NOT NULL default '', `has_regions` char(1) NOT NULL default '0', `tax` varchar(8) NOT NULL default '', `continent` varchar(20) NOT NULL default '', `visible` varchar(1) NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=254 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpsc_currency_list` -- LOCK TABLES `wp_wpsc_currency_list` WRITE; /*!40000 ALTER TABLE `wp_wpsc_currency_list` DISABLE KEYS */; INSERT INTO `wp_wpsc_currency_list` VALUES (1,'Mauritania','MR','Mauritanian Ouguiya','','','MRO','0','0','africa','1'),(2,'Martinique (French)','MQ','Euro','€','€','EUR','0','0','southamerica','1'),(3,'Malta','MT','Euro','€','€','EUR','0','0','europe','1'),(4,'Marshall Islands','MH','US Dollar','$','$','USD','0','0','asiapacific','1'),(5,'Mali','ML','CFA Franc BCEAO','','','XOF','0','0','africa','1'),(6,'Maldives','MV','Maldive Rufiyaa','','','MVR','0','0','asiapacific','1'),(7,'Malaysia','MY','Malaysian Ringgit','','','MYR','0','0','asiapacific','1'),(8,'Malawi','MW','Malawi Kwacha','','','MWK','0','0','africa','1'),(9,'Madagascar','MG','Malagasy Ariary','','','MGA','0','0','africa','1'),(10,'Macau','MO','Macau Pataca','','','MOP','0','0','asiapacific','1'),(11,'Macedonia','MK','Denar','','','MKD','0','0','europe','1'),(12,'Luxembourg','LU','Euro','€','€','EUR','0','0','europe','1'),(13,'Lithuania','LT','Lithuanian Litas','','','LTL','0','0','europe','1'),(14,'Liechtenstein','LI','Swiss Franc','','','CHF','0','0','europe','1'),(15,'Libya','LY','Libyan Dinar','','','LYD','0','0','africa','1'),(16,'Liberia','LR','Liberian Dollar','$','$','LRD','0','0','africa','1'),(17,'Lesotho','LS','Lesotho Loti','','','LSL','0','0','africa','1'),(18,'Lebanon','LB','Lebanese Pound','','','LBP','0','0','asiapacific','1'),(19,'Latvia','LV','Latvian Lats','','','LVL','0','0','europe','1'),(20,'Laos','LA','Lao Kip','','','LAK','0','0','asiapacific','1'),(21,'Kyrgyzstan','KG','Som','','','KGS','0','0','asiapacific','1'),(22,'Kuwait','KW','Kuwaiti Dinar','','','KWD','0','0','asiapacific','1'),(23,'Korea, South','KR','Korean Won','','','KRW','0','0','asiapacific','1'),(24,'Korea, North','KP','North Korean Won','','','KPW','0','0','asiapacific','1'),(25,'Kiribati','KI','Australian Dollar','$','$','AUD','0','0','asiapacific','1'),(26,'Kenya','KE','Kenyan Shilling','','','KES','0','0','africa','1'),(27,'Kazakhstan','KZ','Kazakhstan Tenge','','','KZT','0','0','asiapacific','1'),(28,'Jordan','JO','Jordanian Dinar','','','JOD','0','0','asiapacific','1'),(29,'Jersey','JE','Pound Sterling','£','£','GBP','0','0','europe','1'),(30,'Japan','JP','Japanese Yen','¥','¥','JPY','0','0','asiapacific','1'),(31,'Jamaica','JM','Jamaican Dollar','$','$','JMD','0','0','southamerica','1'),(32,'Ivory Coast','CI','CFA Franc BCEAO','','','XOF','0','0','africa','1'),(33,'Italy','IT','Euro','€','€','EUR','0','0','europe','1'),(34,'Isle of Man','IM','Pound Sterling','£','£','GBP','0','0','europe','1'),(35,'Israel','IL','Israeli New Shekel','₪','₪','ILS','0','0','asiapacific','1'),(36,'Ireland','IE','Euro','€','€','EUR','0','0','europe','1'),(37,'Iraq','IQ','Iraqi Dinar','','','IQD','0','0','asiapacific','1'),(38,'Indonesia','ID','Indonesian Rupiah','','','IDR','0','0','asiapacific','1'),(39,'Iran','IR','Iranian Rial','','','IRR','0','0','asiapacific','1'),(40,'India','IN','Indian Rupee','','','INR','0','0','asiapacific','1'),(41,'Iceland','IS','Iceland Krona','','','ISK','0','0','europe','1'),(42,'Hungary','HU','Hungarian Forint','','','HUF','0','0','europe','1'),(43,'Hong Kong','HK','Hong Kong Dollar','$','$','HKD','0','0','asiapacific','1'),(44,'Honduras','HN','Honduran Lempira','','','HNL','0','0','southamerica','1'),(45,'Heard Island and McDonald Islands','HM','Australian Dollar','$','$','AUD','0','0','asiapacific','1'),(46,'Haiti','HT','Haitian Gourde','','','HTG','0','0','southamerica','1'),(47,'Guyana','GY','Guyana Dollar','$','$','GYD','0','0','southamerica','1'),(48,'Guinea Bissau','GW','CFA Franc BEAC','','','XAF','0','0','africa','1'),(49,'Guinea','GN','Guinea Franc','','','GNF','0','0','africa','1'),(50,'Guernsey','GG','Pound Sterling','£','£','GBP','0','0','europe','1'),(51,'Guatemala','GT','Guatemalan Quetzal','','','GTQ','0','0','southamerica','1'),(52,'Guam (USA)','GU','US Dollar','$','$','USD','0','0','asiapacific','1'),(53,'Grenada','GD','East Carribean Dollar','$','$','XCD','0','0','africa','1'),(54,'Guadeloupe (French)','GP','Euro','€','€','EUR','0','0','southamerica','1'),(55,'Greenland','GL','Danish Krone','','','DKK','0','0','europe','1'),(56,'Greece','GR','Euro','€','€','EUR','0','19','europe','1'),(57,'Gibraltar','GI','Gibraltar Pound','','','GIP','0','0','europe','1'),(58,'Ghana','GH','Ghanaian Cedi','','','GHS','0','0','africa','1'),(59,'Germany','DE','Euro','€','€','EUR','0','0','europe','1'),(60,'Georgia','GE','Georgian Lari','','','GEL','0','0','europe','1'),(61,'Gambia','GM','Gambian Dalasi','','','GMD','0','0','africa','1'),(62,'Gabon','GA','CFA Franc BEAC','','','XAF','0','0','africa','1'),(63,'French Southern Territories','TF','Euro','€','€','EUR','0','0','africa','1'),(64,'France','FR','Euro','€','€','EUR','0','0','europe','1'),(65,'Finland','FI','Euro','€','€','EUR','0','0','europe','1'),(66,'Fiji','FJ','Fiji Dollar','$','$','FJD','0','0','asiapacific','1'),(67,'Faroe Islands','FO','Danish Krone','','','DKK','0','0','europe','1'),(68,'Falkland Islands','FK','Falkland Islands Pound','','','FKP','0','0','southamerica','1'),(69,'Ethiopia','ET','Ethiopian Birr','','','ETB','0','0','africa','1'),(70,'Estonia','EE','Euro','€','€','EUR','0','0','europe','1'),(71,'Eritrea','ER','Eritrean Nakfa','','','ERN','0','0','africa','1'),(72,'Equatorial Guinea','GQ','CFA Franc BEAC','','','XAF','0','0','africa','1'),(73,'El Salvador','SV','US Dollar','$','$','USD','0','0','southamerica','1'),(74,'Egypt','EG','Egyptian Pound','','','EGP','0','0','africa','1'),(75,'Ecuador','EC','Ecuador Sucre','','','ECS','0','0','southamerica','1'),(76,'Timor-Leste','TL','US Dollar','$','$','USD','0','0','asiapacific','1'),(77,'Dominican Republic','DO','Dominican Peso','','','DOP','0','0','southamerica','1'),(78,'Dominica','DM','East Caribbean Dollar','$','$','XCD','0','0','southamerica','1'),(79,'Djibouti','DJ','Djibouti Franc','','','DJF','0','0','africa','1'),(80,'Denmark','DK','Danish Krone','','','DKK','0','0','europe','1'),(81,'Democratic Republic of Congo','CD','Francs','','','CDF','0','0','africa','1'),(82,'Czech Rep.','CZ','Czech Koruna','','','CZK','0','0','europe','1'),(83,'Cyprus','CY','Euro','€','€','EUR','0','0','europe','1'),(84,'Cuba','CU','Cuban Peso','','','CUP','0','0','northamerica','1'),(85,'Croatia','HR','Croatian Kuna','','','HRK','0','0','europe','1'),(86,'Costa Rica','CR','Costa Rican Colon','','','CRC','0','0','southamerica','1'),(87,'Cook Islands','CK','New Zealand Dollar','$','$','NZD','0','0','asiapacific','1'),(88,'Republic of the Congo','CG','CFA Franc BEAC','','','XAF','0','0','africa','1'),(89,'Comoros','KM','Comoros Franc','','','KMF','0','0','africa','1'),(90,'Colombia','CO','Colombian Peso','$','$','COP','0','0','southamerica','1'),(91,'Cocos (Keeling) Islands','CC','Australian Dollar','$','$','AUD','0','0','asiapacific','1'),(92,'Christmas Island','CX','Australian Dollar','$','$','AUD','0','0','asiapacific','1'),(93,'Chile','CL','Chilean Peso','','','CLP','0','0','asiapacific','1'),(94,'China','CN','Yuan Renminbi','','','CNY','0','0','asiapacific','1'),(95,'Chad','TD','CFA Franc BEAC','','','XAF','0','0','africa','1'),(96,'Central African Republic','CF','CFA Franc BEAC','','','XAF','0','0','africa','1'),(97,'Cayman Islands','KY','Cayman Islands Dollar','$','$','KYD','0','0','northamerica','1'),(98,'Cape Verde','CV','Cape Verde Escudo','','','CVE','0','0','africa','1'),(99,'Cameroon','CM','CFA Franc BEAC','','','XAF','0','0','africa','1'),(100,'Canada','CA','Canadian Dollar','$','$','CAD','1','','northamerica','1'),(101,'Cambodia','KH','Kampuchean Riel','','','KHR','0','0','asiapacific','1'),(102,'Burundi','BI','Burundi Franc','','','BIF','0','0','africa','1'),(103,'Burkina Faso','BF','CFA Franc BCEAO','','','XOF','0','0','africa','1'),(104,'Bulgaria','BG','Bulgarian Lev','','','BGN','0','0','europe','1'),(105,'Brunei Darussalam','BN','Brunei Dollar','$','$','BND','0','0','asiapacific','1'),(106,'British Indian Ocean Territory','IO','US Dollar','$','$','USD','0','0','asiapacific','1'),(107,'Brazil','BR','Brazilian Real','','','BRL','0','0','southamerica','1'),(108,'Bouvet Island','BV','Norwegian Krone','','','NOK','0','0','africa','1'),(109,'Botswana','BW','Botswana Pula','','','BWP','0','0','africa','1'),(110,'Bosnia-Herzegovina','BA','Marka','','','BAM','0','0','europe','1'),(111,'Bolivia','BO','Boliviano','','','BOB','0','0','southamerica','1'),(112,'Bhutan','BT','Bhutan Ngultrum','','','BTN','0','0','asiapacific','1'),(113,'Bermuda','BM','Bermudian Dollar','$','$','BMD','0','0','europe','1'),(114,'Benin','BJ','CFA Franc BCEAO','','','XOF','0','0','africa','1'),(115,'Belize','BZ','Belize Dollar','$','$','BZD','0','0','northamerica','1'),(116,'Belgium','BE','Euro','€','€','EUR','0','0','europe','1'),(117,'Belarus','BY','Belarussian Ruble','','','BYR','0','0','europe','1'),(118,'Barbados','BB','Barbados Dollar','$','$','BBD','0','0','southamerica','1'),(119,'Bangladesh','BD','Bangladeshi Taka','','','BDT','0','0','asiapacific','1'),(120,'Bahrain','BH','Bahraini Dinar','','','BHD','0','0','asiapacific','1'),(121,'Bahamas','BS','Bahamian Dollar','$','$','BSD','0','0','northamerica','1'),(122,'Azerbaijan','AZ','Azerbaijani Manat','m','m','AZN','0','0','asiapacific','1'),(123,'Austria','AT','Euro','€','€','EUR','0','0','europe','1'),(124,'Aruba','AW','Aruban Florin','Afl.','Afl.','AWG','0','0','southamerica','1'),(125,'Armenia','AM','Armenian Dram','','','AMD','0','0','asiapacific','1'),(126,'Argentina','AR','Argentine Peso','','','ARS','0','0','southamerica','1'),(127,'Antigua and Barbuda','AG','East Caribbean Dollar','$','$','XCD','0','0','africa','1'),(128,'Antarctica','AQ','Dollar','$','$','ATA','0','0','antarctica','1'),(129,'Anguilla','AI','East Caribbean Dollar','$','$','XCD','0','0','northamerica','1'),(130,'Angola','AO','Angolan Kwanza','Kz','Kz','AOA','0','0','africa','1'),(131,'Andorra','AD','Euro','€','€','EUR','0','0','europe','1'),(132,'American Samoa','AS','US Dollar','$','$','USD','0','0','asiapacific','1'),(133,'Algeria','DZ','Algerian Dinar','','','DZD','0','0','africa','1'),(134,'Albania','AL','Albanian Lek','','','ALL','0','0','europe','1'),(135,'Afghanistan','AF','Afghanistan Afghani','','','AFA','0','0','asiapacific','1'),(136,'USA','US','US Dollar','$','$','USD','1','','northamerica','1'),(137,'Australia','AU','Australian Dollar','$','$','AUD','0','0','asiapacific','1'),(139,'Mauritius','MU','Mauritius Rupee','','','MUR','0','0','africa','1'),(140,'Mayotte','YT','Euro','€','€','EUR','0','0','europe','1'),(141,'Mexico','MX','Mexican Peso','$','$','MXN','1','','northamerica','1'),(142,'Micronesia','FM','US Dollar','$','$','USD','0','0','asiapacific','1'),(143,'Moldova','MD','Moldovan Leu','','','MDL','0','0','europe','1'),(144,'Monaco','MC','Euro','€','€','EUR','0','0','europe','1'),(145,'Mongolia','MN','Mongolian Tugrik','','','MNT','0','0','asiapacific','1'),(146,'Montserrat','MS','East Caribbean Dollar','$','$','XCD','0','0','africa','1'),(147,'Morocco','MA','Moroccan Dirham','','','MAD','0','0','africa','1'),(148,'Mozambique','MZ','Mozambique Metical','','','MZN','0','0','africa','1'),(149,'Myanmar','MM','Myanmar Kyat','','','MMK','0','0','asiapacific','1'),(150,'Namibia','NA','Namibian Dollar','$','$','NAD','0','0','africa','1'),(151,'Nauru','NR','Australian Dollar','$','$','AUD','0','0','asiapacific','1'),(152,'Nepal','NP','Nepalese Rupee','','','NPR','0','0','asiapacific','1'),(153,'Netherlands','NL','Euro','€','€','EUR','0','0','europe','1'),(154,'Netherlands Antilles','AN','Netherlands Antillean Guilder','ƒ','ƒ','ANG','0','0','africa','1'),(155,'New Caledonia (French)','NC','CFP Franc','','','XPF','0','0','asiapacific','1'),(156,'New Zealand','NZ','New Zealand Dollar','$','$','NZD','0','12.5','asiapacific','1'),(157,'Nicaragua','NI','Nicaraguan Cordoba Oro','','','NIO','0','0','northamerica','1'),(158,'Niger','NE','CFA Franc BCEAO','','','XOF','0','0','africa','1'),(159,'Nigeria','NG','Nigerian Naira','','','NGN','0','0','africa','1'),(160,'Niue','NU','New Zealand Dollar','$','$','NZD','0','0','asiapacific','1'),(161,'Norfolk Island','NF','Australian Dollar','$','$','AUD','0','0','asiapacific','1'),(162,'Northern Mariana Islands','MP','US Dollar','$','$','USD','0','0','asiapacific','1'),(163,'Norway','NO','Norwegian Krone','','','NOK','0','0','europe','1'),(164,'Oman','OM','Omani Rial','','','OMR','0','0','asiapacific','1'),(165,'Pakistan','PK','Pakistan Rupee','','','PKR','0','0','asiapacific','1'),(166,'Palau','PW','US Dollar','$','$','USD','0','0','asiapacific','1'),(167,'Panama','PA','Panamanian Balboa','','','PAB','0','0','southamerica','1'),(168,'Papua New Guinea','PG','Papua New Guinea Kina','','','PGK','0','0','asiapacific','1'),(169,'Paraguay','PY','Paraguay Guarani','','','PYG','0','0','southamerica','1'),(170,'Peru','PE','Peruvian Nuevo Sol','','','PEN','0','0','southamerica','1'),(171,'Philippines','PH','Philippine Peso','','','PHP','0','0','asiapacific','1'),(172,'Pitcairn Island','PN','New Zealand Dollar','$','$','NZD','0','0','asiapacific','1'),(173,'Poland','PL','Polish Zloty','','','PLN','0','0','europe','1'),(174,'Polynesia (French)','PF','CFP Franc','','','XPF','0','0','asiapacific','1'),(175,'Portugal','PT','Euro','€','€','EUR','0','0','europe','1'),(176,'Puerto Rico','PR','US Dollar','$','$','USD','0','0','northamerica','1'),(177,'Qatar','QA','Qatari Rial','','','QAR','0','0','asiapacific','1'),(178,'Reunion (French)','RE','Euro','€','€','EUR','0','0','europe','1'),(179,'Romania','RO','Romanian New Leu','','','RON','0','0','europe','1'),(180,'Russia','RU','Russian Ruble','','','RUB','0','0','europe','1'),(181,'Rwanda','RW','Rwanda Franc','','','RWF','0','0','africa','1'),(182,'Saint Helena','SH','St. Helena Pound','','','SHP','0','0','africa','1'),(183,'Saint Kitts & Nevis Anguilla','KN','East Caribbean Dollar','$','$','XCD','0','0','northamerica','1'),(184,'Saint Lucia','LC','East Caribbean Dollar','$','$','XCD','0','0','northamerica','1'),(185,'Saint Pierre and Miquelon','PM','Euro','€','€','EUR','0','0','northamerica','1'),(186,'Saint Vincent & Grenadines','VC','East Caribbean Dollar','$','$','XCD','0','0','northamerica','1'),(187,'Samoa','WS','Samoan Tala','','','WST','0','0','asiapacific','1'),(188,'San Marino','SM','Euro','€','€','EUR','0','0','europe','1'),(189,'Sao Tome and Principe','ST','Dobra','','','STD','0','0','africa','1'),(190,'Saudi Arabia','SA','Saudi Riyal','','','SAR','0','0','asiapacific','1'),(191,'Senegal','SN','CFA Franc BCEAO','','','XOF','0','0','africa','1'),(192,'Seychelles','SC','Seychelles Rupee','','','SCR','0','0','africa','1'),(193,'Sierra Leone','SL','Sierra Leone Leone','','','SLL','0','0','africa','1'),(194,'Singapore','SG','Singapore Dollar','$','$','SGD','0','0','asiapacific','1'),(195,'Slovakia','SK','Euro','€','€','EUR','0','0','europe','1'),(196,'Slovenia','SI','Euro','€','€','EUR','0','0','europe','1'),(197,'Solomon Islands','SB','Solomon Islands Dollar','$','$','SBD','0','0','asiapacific','1'),(198,'Somalia','SO','Somali Shilling','','','SOS','0','0','africa','1'),(199,'South Africa','ZA','South African Rand','','','ZAR','0','0','africa','1'),(200,'South Georgia & South Sandwich Islands','GS','Pound Sterling','£','£','GBP','0','0','southamerica','1'),(201,'Spain','ES','Euro','€','€','EUR','0','0','europe','1'),(202,'Sri Lanka','LK','Sri Lanka Rupee','','','LKR','0','0','asiapacific','1'),(203,'Sudan','SD','Sudanese Pound','','','SDG','0','0','africa','1'),(204,'Suriname','SR','Surinamese Dollar','','','SRD','0','0','southamerica','1'),(205,'Svalbard and Jan Mayen Islands','SJ','Norwegian Krone','','','NOK','0','0','','1'),(206,'Swaziland','SZ','Swaziland Lilangeni','','','SZL','0','0','africa','1'),(207,'Sweden','SE','Swedish Krona','','','SEK','0','0','europe','1'),(208,'Switzerland','CH','Swiss Franc','','','CHF','0','0','europe','1'),(209,'Syria','SY','Syrian Pound','','','SYP','0','0','europe','1'),(210,'Taiwan','TW','New Taiwan Dollar','$','$','TWD','0','0','asiapacific','1'),(211,'Tajikistan','TJ','Tajik Somoni','','','TJS','0','0','asiapacific','1'),(212,'Tanzania','TZ','Tanzanian Shilling','','','TZS','0','0','africa','1'),(213,'Thailand','TH','Thai Baht','','','THB','0','0','asiapacific','1'),(214,'Togo','TG','CFA Franc BCEAO','','','XOF','0','0','africa','1'),(215,'Tokelau','TK','New Zealand Dollar','$','$','NZD','0','0','asiapacific','1'),(216,'Tonga','TO','Tongan Paʻanga','','','TOP','0','0','asiapacific','1'),(217,'Trinidad and Tobago','TT','Trinidad and Tobago Dollar','$','$','TTD','0','0','africa','1'),(218,'Tunisia','TN','Tunisian Dinar','$','$','TND','0','0','africa','1'),(219,'Turkey','TR','Turkish Lira','','','TRY','0','0','asiapacific','1'),(220,'Turkmenistan','TM','Manat','','','TMM','0','0','asiapacific','1'),(221,'Turks and Caicos Islands','TC','US Dollar','$','$','USD','0','0','northamerica','1'),(222,'Tuvalu','TV','Australian Dollar','$','$','AUD','0','0','asiapacific','1'),(223,'United Kingdom','GB','Pound Sterling','£','£','GBP','0','17.5','europe','1'),(224,'Uganda','UG','Uganda Shilling','','','UGX','0','0','africa','1'),(225,'Ukraine','UA','Ukraine Hryvnia','₴','₴','UAH','0','0','europe','1'),(226,'United Arab Emirates','AE','Arab Emirates Dirham','','','AED','0','0','asiapacific','1'),(227,'Uruguay','UY','Uruguayan Peso','','','UYU','0','0','southamerica','1'),(228,'USA Minor Outlying Islands','UM','US Dollar','$','$','USD','0','0','','1'),(229,'Uzbekistan','UZ','Uzbekistan Sum','','','UZS','0','0','asiapacific','1'),(230,'Vanuatu','VU','Vanuatu Vatu','','','VUV','0','0','asiapacific','1'),(231,'Vatican','VA','Euro','€','€','EUR','0','0','europe','1'),(232,'Venezuela','VE','Venezuelan Bolivar Fuerte','','','VEF','0','0','asiapacific','1'),(233,'Vietnam','VN','Vietnamese Dong','','','VND','0','0','asiapacific','1'),(234,'Virgin Islands (British)','VG','US Dollar','$','$','USD','0','0','northamerica','1'),(235,'Virgin Islands (USA)','VI','US Dollar','$','$','USD','0','0','northamerica','1'),(236,'Wallis and Futuna Islands','WF','CFP Franc','','','XPF','0','0','asiapacific','1'),(237,'Western Sahara','EH','Moroccan Dirham','','','MAD','0','0','africa','1'),(238,'Yemen','YE','Yemeni Rial','','','YER','0','0','asiapacific','1'),(240,'Zambia','ZM','Zambian Kwacha','','','ZMK','0','0','africa','1'),(241,'Zimbabwe','ZW','US Dollar','$','$','USD','0','0','africa','1'),(242,'South Sudan','SS','South Sudanese Pound','','','SSP','0','0','africa','1'),(243,'Serbia','RS','Serbian Dinar','','','RSD','0','0','europe','1'),(244,'Montenegro','ME','Euro','€','€','EUR','0','0','europe','1'),(246,'Aland Islands','AX','Euro','€','€','EUR','0','0','europe','1'),(247,'Saint Barthelemy','BL','Euro','€','€','EUR','0','0','europe','1'),(248,'Bonaire, Sint Eustatius and Saba','BQ','US Dollar','$','$','USD','0','0','southamerica','1'),(249,'Curacao','CW','Netherlands Antillean Guilder','ƒ','ƒ','ANG','0','0','southamerica','1'),(250,'Saint Martin (French Part)','MF','Euro','€','€','EUR','0','0','southamerica','1'),(251,'Palestinian Territories','PS','Israeli New Shekel','₪','₪','ILS','0','0','asiapacific','1'),(252,'Sint Maarten (Dutch Part)','SX','Netherlands Antillean Guilder','ƒ','ƒ','ANG','0','0','africa','1'),(253,'French Guiana','GF','Euro','€','€','EUR','0','0','southamerica','1'); /*!40000 ALTER TABLE `wp_wpsc_currency_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_download_status` -- DROP TABLE IF EXISTS `wp_wpsc_download_status`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpsc_download_status` ( `id` bigint(20) unsigned NOT NULL auto_increment, `product_id` bigint(20) unsigned default NULL, `fileid` bigint(20) unsigned NOT NULL default '0', `purchid` bigint(20) unsigned NOT NULL default '0', `cartid` bigint(20) unsigned default NULL, `uniqueid` varchar(64) default '', `downloads` int(11) NOT NULL default '0', `ip_number` varchar(255) NOT NULL default '', `active` varchar(1) NOT NULL default '0', `datetime` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `uniqueid` (`uniqueid`), KEY `product_id` (`product_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpsc_download_status` -- LOCK TABLES `wp_wpsc_download_status` WRITE; /*!40000 ALTER TABLE `wp_wpsc_download_status` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpsc_download_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_meta` -- DROP TABLE IF EXISTS `wp_wpsc_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpsc_meta` ( `meta_id` bigint(20) NOT NULL auto_increment, `object_type` varchar(24) NOT NULL default 'cart_Item', `object_id` bigint(20) NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `object_type__meta_key` (`object_type`,`meta_key`), KEY `object_type__object_id__meta_key` (`object_type`,`object_id`,`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpsc_meta` -- LOCK TABLES `wp_wpsc_meta` WRITE; /*!40000 ALTER TABLE `wp_wpsc_meta` DISABLE KEYS */; INSERT INTO `wp_wpsc_meta` VALUES (1,'wpsc_category',2,'nicename','product-category'),(2,'wpsc_category',2,'description','This is a description'),(3,'wpsc_category',2,'image',''),(4,'wpsc_category',2,'fee','0'),(5,'wpsc_category',2,'active','1'),(6,'wpsc_category',2,'order','0'); /*!40000 ALTER TABLE `wp_wpsc_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_product_rating` -- DROP TABLE IF EXISTS `wp_wpsc_product_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpsc_product_rating` ( `id` bigint(20) unsigned NOT NULL auto_increment, `ipnum` varchar(30) NOT NULL default '', `productid` bigint(20) unsigned NOT NULL default '0', `rated` tinyint(1) NOT NULL default '0', `time` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpsc_product_rating` -- LOCK TABLES `wp_wpsc_product_rating` WRITE; /*!40000 ALTER TABLE `wp_wpsc_product_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpsc_product_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_purchase_logs` -- DROP TABLE IF EXISTS `wp_wpsc_purchase_logs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpsc_purchase_logs` ( `id` bigint(20) unsigned NOT NULL auto_increment, `totalprice` decimal(11,2) NOT NULL default '0.00', `statusno` smallint(6) NOT NULL default '0', `sessionid` varchar(255) NOT NULL default '', `transactid` varchar(255) NOT NULL default '', `authcode` varchar(255) NOT NULL default '', `processed` bigint(20) unsigned NOT NULL default '1', `user_ID` bigint(20) unsigned default '0', `date` varchar(255) NOT NULL default '', `gateway` varchar(64) NOT NULL default '', `billing_country` char(6) NOT NULL default '', `shipping_country` char(6) NOT NULL default '', `base_shipping` decimal(11,2) NOT NULL default '0.00', `email_sent` char(1) NOT NULL default '0', `stock_adjusted` char(1) NOT NULL default '0', `discount_value` decimal(11,2) NOT NULL default '0.00', `discount_data` text, `track_id` varchar(50) default '', `billing_region` char(6) NOT NULL default '', `shipping_region` char(6) NOT NULL default '', `find_us` varchar(255) NOT NULL default '', `engravetext` varchar(255) default '', `shipping_method` varchar(64) default NULL, `shipping_option` varchar(128) default NULL, `affiliate_id` varchar(32) default NULL, `plugin_version` varchar(32) default NULL, `notes` text, `wpec_taxes_total` decimal(11,2) default NULL, `wpec_taxes_rate` decimal(11,2) default NULL, PRIMARY KEY (`id`), UNIQUE KEY `sessionid` (`sessionid`), KEY `gateway` (`gateway`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpsc_purchase_logs` -- LOCK TABLES `wp_wpsc_purchase_logs` WRITE; /*!40000 ALTER TABLE `wp_wpsc_purchase_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpsc_purchase_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_region_tax` -- DROP TABLE IF EXISTS `wp_wpsc_region_tax`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpsc_region_tax` ( `id` bigint(20) unsigned NOT NULL auto_increment, `country_id` bigint(20) unsigned NOT NULL default '0', `name` varchar(64) NOT NULL default '', `code` char(2) NOT NULL default '', `tax` float NOT NULL default '0', PRIMARY KEY (`id`), KEY `country_id` (`country_id`) ) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpsc_region_tax` -- LOCK TABLES `wp_wpsc_region_tax` WRITE; /*!40000 ALTER TABLE `wp_wpsc_region_tax` DISABLE KEYS */; INSERT INTO `wp_wpsc_region_tax` VALUES (1,100,'Alberta','AB',0),(2,100,'British Columbia','BC',0),(3,100,'Manitoba','MB',0),(4,100,'New Brunswick','NB',0),(5,100,'Newfoundland and Labrador','NL',0),(6,100,'Northwest Territories','NT',0),(7,100,'Nova Scotia','NS',0),(8,100,'Nunavut','NU',0),(9,100,'Ontario','ON',0),(10,100,'Prince Edward Island','PE',0),(11,100,'Quebec','QC',0),(12,100,'Saskatchewan','SK',0),(13,100,'Yukon','YK',0),(14,136,'Alabama','AL',0),(15,136,'Alaska','AK',0),(16,136,'Arizona','AZ',0),(17,136,'Arkansas','AR',0),(18,136,'California','CA',0),(19,136,'Colorado','CO',0),(20,136,'Connecticut','CT',0),(21,136,'Delaware','DE',0),(22,136,'Florida','FL',0),(23,136,'Georgia','GA',0),(24,136,'Hawaii','HI',0),(25,136,'Idaho','ID',0),(26,136,'Illinois','IL',0),(27,136,'Indiana','IN',0),(28,136,'Iowa','IA',0),(29,136,'Kansas','KS',0),(30,136,'Kentucky','KY',0),(31,136,'Louisiana','LA',0),(32,136,'Maine','ME',0),(33,136,'Maryland','MD',0),(34,136,'Massachusetts','MA',0),(35,136,'Michigan','MI',0),(36,136,'Minnesota','MN',0),(37,136,'Mississippi','MS',0),(38,136,'Missouri','MO',0),(39,136,'Montana','MT',0),(40,136,'Nebraska','NE',0),(41,136,'Nevada','NV',0),(42,136,'New Hampshire','NH',0),(43,136,'New Jersey','NJ',0),(44,136,'New Mexico','NM',0),(45,136,'New York','NY',0),(46,136,'North Carolina','NC',0),(47,136,'North Dakota','ND',0),(48,136,'Ohio','OH',0),(49,136,'Oklahoma','OK',0),(50,136,'Oregon','OR',0),(51,136,'Pennsylvania','PA',0),(52,136,'Rhode Island','RI',0),(53,136,'South Carolina','SC',0),(54,136,'South Dakota','SD',0),(55,136,'Tennessee','TN',0),(56,136,'Texas','TX',0),(57,136,'Utah','UT',0),(58,136,'Vermont','VT',0),(59,136,'Virginia','VA',0),(60,136,'Washington','WA',0),(61,136,'Washington DC','DC',0),(62,136,'West Virginia','WV',0),(63,136,'Wisconsin','WI',0),(64,136,'Wyoming','WY',0); /*!40000 ALTER TABLE `wp_wpsc_region_tax` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_submited_form_data` -- DROP TABLE IF EXISTS `wp_wpsc_submited_form_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpsc_submited_form_data` ( `id` bigint(20) unsigned NOT NULL auto_increment, `log_id` bigint(20) unsigned NOT NULL default '0', `form_id` bigint(20) unsigned NOT NULL default '0', `value` longtext, PRIMARY KEY (`id`), KEY `log_id` (`log_id`,`form_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpsc_submited_form_data` -- LOCK TABLES `wp_wpsc_submited_form_data` WRITE; /*!40000 ALTER TABLE `wp_wpsc_submited_form_data` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpsc_submited_form_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'plate_pantry' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2020-11-16 16:33:19